2.x.x release notes
2.0.1.RELEASE
Bug fix release that solves some performance issues with fetching OAuth2Client entities: the more clients you had, the longer it would take to fetch a single client.
Because a property (OAuth2Scope.oAuth2ClientScopes) has been removed it is possible this constitutes a breaking change for some application.
Most applications will never notice its disappearance.
|
-
removed the
getOAuth2ClientScopes()collection onOAuth2Scope-
this
OneToManywas the cause of N+1 queries due to eager fetching, this property has been removed altogether as the added value of mapping it directly was very limited
-
-
added
addScope()andremoveScope()methods onOAuth2Client