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
wilkinsona
changed the title
@PostConstruct calls can silently fail on Java 11
Our auto-configuration should not use @PostConstruct as it's ignored on Java 11+ without a dependency on jakarta-annotation-api
Nov 3, 2020
See #23716 for one example. We should remove all
@PostConstruct
annotations from our own codebase and add a checkstyle rule.The text was updated successfully, but these errors were encountered: