This release updates a number of implementation versions and adds some new features:
- gzip compression by default for static resources in Jakarta Modules and REST services that emit text
- Add support for welcome-file-list pages in web.xml being applied to subdirectory paths
- Add support for mime-mapping in web.xml for static resources for Jakarta Modules
- Expand
NoSQLConfigurationBeanto control signaling to the DQL engine to refresh views and FT indexes when querying - Add ability to store item values as User Data in NoSQL entities
What's Changed
- Add ability to use CrudRepository with the context Domino database (resolves #703) by @jesse-gallagher in #733
- Bump EclipseLink and enable JPA for Jakarta Modules (resolves #714) (resolves #655) by @jesse-gallagher in #736
- Remove use of deprecated classes in OpenAPI and improve test cases (resolves #315) (resolves #737) by @jesse-gallagher in #738
- Improve handling of welcome-file (resolves #740) by @jesse-gallagher in #743
- Implement gzip compression for Jakarta Module static resources (resolves #742) by @jesse-gallagher in #744
- Add implicit GZIP for text types in REST (resolves #194) by @jesse-gallagher in #745
- Add test for META-INF/resources in modules and fix handling (resolves #680) by @jesse-gallagher in #746
- Switch JNDI validator to use PVC JNDI and improve the logic (resolves #580) by @jesse-gallagher in #749
- Update several dependencies and implementations by @jesse-gallagher in #751
- Bump org.postgresql:postgresql from 42.7.2 to 42.7.11 in /eclipse/tests/it-xsp-jakartaee by @dependabot[bot] in #753
- Add ability to tell DQL to update views and FT indexes (resolves #755) by @jesse-gallagher in #756
- Support mime-mapping in web.xml for static module resources (resolves #741) by @jesse-gallagher in #757
- Support welcome-file resolution with subdirectories (resolves #747) by @jesse-gallagher in #758
- Add ability to specify User Data storage (resolves #605) by @jesse-gallagher in #759
Full Changelog: 3.6.0...3.7.0