5.22
·
363 commits
to master
since this release
π¦ Dependency updates
- Bump Eclipse Jetty from 9.4.43.v20210629 to 9.4.45.v20220203 (#192, #171) @dependabot
- Bump Release Drafter from 5.15.0 to 5.18.1 (#191, #190) @dependabot
- Bump parent POM from 1.65 to 1.70 (#186, #177, #169) @dependabot
- Bump Maven JAR Plugin from 3.2.0 to 3.2.2 (#189) @dependabot
- Bump
git-changelist-maven-extensionfrom 1.2 to 1.3 (#185) @dependabot - Bump
support-log-formatterfrom 1.0 to 1.1 (#178) @basil - Bump
test-annotationsfrom 1.3 to 1.4 (#173) @dependabot
π New features and improvements
- Append to log file rather than truncating it (#200)
- Write log file and access logs in UTF-8 encoding rather than default encoding (#200)
π» Maintenance
- Clean up imports (#202) @basil
- Use HTTPS URL in POM (#201) @basil
- Fix high-threshold SpotBugs warnings (#200) @basil
- Add missing
@Overrideannotations (#199) @basil - Fix IDE warnings (#198) @basil
- Use UTF-8 source encoding (#196) @basil
- Replace deprecated
org.eclipse.jetty.util.B64Codewith non-deprecatedjava.util.Base64(#179) @basil - Fix incrementals support (#175) @Vlatombe