Skip to content

lognavigator-1.8.0

Latest
Compare
Choose a tag to compare
@fbaligand fbaligand released this 11 Mar 09:04
· 1 commit to master since this release
  • Support for Java 8 / 11 / 17 / 21
  • Support for Servlet API 3.1 / 4.0 (Tomcat 8.x / 9.x)
  • Code base now compiled in Java 8
  • Framework upgrades:
    • Spring MVC 4 -> 5
    • Spring Security 4 -> 5
    • Log4J 1 -> 2
  • Breaking changes:
    • Java 6 / 7 are no longer supported
    • Servlet API 2.5 / 3.0 (Tomcat 6.x / 7.x) are no longer supported
    • If you use a simple digest algorithm to hash passwords (it's not recommended), you have to change a little bit your lognavigator-authentication-context.xml file as indicated here.