Skip to content
Christian Kaltepoth edited this page Jan 16, 2016 · 4 revisions

Some ideas and planning for further releases:

Rewrite 4.0.0

  • Drop Java 6 support
  • Drop Servlet 2.5 support
  • Remove old integration test profiles (tomcat, jetty)
  • ...

Rewrite 4.1

  • Remove custom annotation scanning code as it doesn't work well in certain class loading scenarios (Spring Boot, jetty-maven-plugin, etc). Ideas:
    • Use a shaded version of reflections
    • Use ServletContainerInitializer???
  • ...