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
We now explicitly exclude classes generated by Spring AOT in the architectural model. For technical reasons, they might introduce dependencies to application components considered module internals otherwise. Also, proxies generated do not need to be considered either.
We now guard the annotation predicate for @generated behind a classpath check to avoid a NoClassDefFoundError on previous versions of Spring Framework.
We now guard the annotation predicate for @generated behind a classpath check to avoid a NoClassDefFoundError on previous versions of Spring Framework.
Side track of #401. Also, spring-projects/spring-framework#30824.
The text was updated successfully, but these errors were encountered: