v1.43.1
⚠️ BREAKING CHANGES:
1. H2 DB has been upgraded to 2.x - requires full migration if you use it (used by Para by default).
Use this migration script to migrate from H2 1.4.200 to 2.x before using this version!
2. Lucene has been upgraded to 9.x - requires the search index to be completely rebuilt for each Para app.
3. Para now requires Java 11+ as a baseline.
ℹ️ Note on the recently found Log4j vulnerabilities:
Para does not use Log4j and only relies on Logback for logging. Logback has been updated to 1.2.9
and is not vulnerable.
Previously, Para contained the package log4j-core
which is not vulnerable either, but it has now been removed completely from Para.
219ae41 Release v1.43.1.
bf70df0 updated dependencies and disabled WADL feature in Jersey
ef1a4b5 fixed JAR startup