4.0.0-M1

Apache Causeway v4 is based on Spring Boot v4. In this milestone release, much of the porting has been done, now based on Spring Boot 4.0.0-M3.

Significant other changes in this release:

  • JDO support has now been removed. Instead use JPA (EclipseLink)

  • RestEasy has been removed as a dependency, instead Spring’s support for REST is used instead.

  • joda-time value type support has been removed; use instead java time (JDK8)

  • documentation relating to Shiro (dropped previously) has been removed.

  • logging has moved from log4j2 to slf4j with logback (the Spring default).

New Feature

Improvement

Dependency upgrade

Task