4.6
release-drafter
released this
02 Nov 20:30
·
426 commits
to master
since this release
The 4.6 release includes various minor improvements. Mostly these involve dependency updates. There are also various additional improvements. One notable change is that a long-deprecated alias for the command-line parameter to specify the log file has finally been removed.
- Remove obsolete log alias. (#416) @jeffret-b
🐛 Bug Fixes
- JENKINS-63118 - delete /tmp/resource-xxx on exit (#393) @thomasgl-orange
- RemoteInvocationHandler.reportStats LogRecord’s could get mangled during serialization (#392) @jglick
- Add protection against missing trailing slashes when using websocket. (#391) @nzdjb
📦 Dependency updates
- Bump bc-version from 1.66 to 1.67 (#421) @dependabot
- Upgrade parent pom, fixing issue with previous one. (#420) @jeffret-b
- Update maven-assembly plugin. (#418) @jeffret-b
- Upgrade bouncy castle (#412) @jeffret-b
- Bump jacoco-maven-plugin from 0.7.9 to 0.8.6 (#411) @dependabot
- Bump commons-io from 2.2 to 2.8.0 (#409) @dependabot
- Upgrade asm (#408) @jeffret-b
- Update to the latest parent pom. (#407) @jeffret-b
- Bump tyrus-standalone-client-jdk from 1.12 to 1.17 (#403) @dependabot
- Bump maven-surefire-plugin from 3.0.0-M1 to 3.0.0-M5 (#402) @dependabot
- Bump ant from 1.8.3 to 1.10.9 (#401) @dependabot
- Bump maven-shade-plugin from 3.2.1 to 3.2.4 (#399) @dependabot
- Bump access-modifier-annotation from 1.12 to 1.16 (#398) @dependabot
📝 Documentation updates
- Improve documentation, removing more instances of 'slave' term. (#417) @jeffret-b
👻 Maintenance
- Cleanup tasks (#415) @jeffret-b
- [Hacktoberfest] Code cleanup (#413) @basil
- Take advantage of Java 5 language features (#389) @basil
- Enable Dependabot (#396) @Vlatombe
- Use Warning-NG instead of findbugs. (#397) @Vlatombe
- Remove an override attribute exists in pom.xml file since the related issue had been already fixed. (#390) @markxiaotao