MarcGiffing / wicket-spring-boot

Spring Boot starter for Apache Wicket
151 stars 61 forks source link

Improve WicketWebInitializer (Wicket 8) #191

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.

Problem here is that we experienced that a Glassfish/Payara bug reverses filter registration order if matchAfter is set to false. Thus we would appreciate if it is configurable.

We further refactored the Bean creation process so that it is more Spring-idiomatic. I hope you like it!