- Changed a behavior details when obtaining tokens from IAS with the default strategy
CURRENT_TENANT
. In case the current tenant is the provider tenant, andTenantAccessor.getCurrentTenant()
is returning aTenant
object, this object is now required to have a subdomain != null.
- OpenAPI: When
apiMaturity
is set tobeta
, generated enums will now be@Beta
annotated.