You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running from master I get Cannot invoke "java.lang.Boolean.booleanValue()" because "this.isOAuth" is null
for a valid schema.
Should this condition also allow for nulls in isOAuth and isOpenId:
When running from master I get
Cannot invoke "java.lang.Boolean.booleanValue()" because "this.isOAuth" is nullfor a valid schema.
Should this condition also allow for nulls in
isOAuthandisOpenId:openapi-generator/modules/openapi-generator/src/main/java/org/openapitools/codegen/CodegenSecurity.java
Line 96 in 809b333