Remove checked exceptions from @PostConstructs
Update all @PostConstruct methods to ensure that they don't throw checked exceptions. Required to allow deployment of Spring Boot applications on Glassfish. Fixes gh-868
Showing
Please register or sign in to comment