MarcGiffing / wicket-spring-boot

Spring Boot starter for Apache Wicket
152 stars 62 forks source link

Fix Java EE compatibility (Wicket 8) #189

Closed habizzle closed 1 year ago

habizzle commented 1 year ago

We are using Wicket 8 (still stuck on Java 8, but will change soon) and we are thankfully using your great library to integrate with Spring Boot. We have experienced that there are some problems when we want to deploy the application on a Glassfish/Payara 4 environment.

The problem which is fixed here is, that @PostConstruct methods may not throw checked exceptions in older Java EE versions.