Releases: jenkinsci/lib-mock-javamail
Releases · jenkinsci/lib-mock-javamail
2.2
📝 Documentation updates
📦 Dependency updates
17 changes
- Upgrade Jakarta Mail from 2.0.1 to 2.1.3 (#73) @basil
- Bump org.jenkins-ci:jenkins from 1.110 to 1.111 (#72) @dependabot
- Bump release-drafter/release-drafter from 5 to 6 (#71) @dependabot
- Bump org.jenkins-ci:jenkins from 1.109 to 1.110 (#69) @dependabot
- Bump org.jenkins-ci:jenkins from 1.108 to 1.109 (#68) @dependabot
- Bump org.jenkins-ci:jenkins from 1.107 to 1.108 (#66) @dependabot
- Bump org.jenkins-ci:jenkins from 1.106 to 1.107 (#64) @dependabot
- Bump org.jenkins-ci:jenkins from 1.105 to 1.106 (#63) @dependabot
- Bump org.jenkins-ci:jenkins from 1.104 to 1.105 (#62) @dependabot
- Bump org.jenkins-ci:jenkins from 1.103 to 1.104 (#61) @dependabot
- Bump jenkins from 1.102 to 1.103 (#60) @dependabot
- Bump jenkins from 1.101 to 1.102 (#59) @dependabot
- Bump git-changelist-maven-extension from 1.6 to 1.7 (#58) @dependabot
- Bump jenkins from 1.100 to 1.101 (#57) @dependabot
- Bump jenkins from 1.99 to 1.100 (#56) @dependabot
- Bump jenkins from 1.98 to 1.99 (#55) @dependabot
- Bump jenkins from 1.97 to 1.98 (#54) @dependabot
2.1
🐛 Bug fixes
👻 Maintenance
🚦 Tests
📦 Dependency updates
33 changes
- Bump jenkins from 1.96 to 1.97 (#51) @dependabot
- Bump jenkins from 1.95 to 1.96 (#50) @dependabot
- Bump git-changelist-maven-extension from 1.5 to 1.6 (#46) @dependabot
- Bump jenkins from 1.94 to 1.95 (#47) @dependabot
- Bump git-changelist-maven-extension from 1.4 to 1.5 (#45) @dependabot
- Bump jenkins from 1.93 to 1.94 (#44) @dependabot
- Bump jenkins from 1.92 to 1.93 (#43) @dependabot
- Bump jenkins from 1.91 to 1.92 (#42) @dependabot
- Bump jenkins from 1.90 to 1.91 (#41) @dependabot
- Bump jenkins from 1.89 to 1.90 (#40) @dependabot
- Bump jenkins from 1.88 to 1.89 (#39) @dependabot
- Bump jenkins from 1.87 to 1.88 (#38) @dependabot
- Bump jenkins from 1.86 to 1.87 (#37) @dependabot
- Bump jakarta.mail from 2.0.0 to 2.0.1 (#13) @dependabot
- Bump jenkins from 1.85 to 1.86 (#35) @dependabot
- Bump jenkins from 1.84 to 1.85 (#34) @dependabot
- Bump jenkins from 1.83 to 1.84 (#33) @dependabot
- Bump jenkins from 1.82 to 1.83 (#32) @dependabot
- Bump git-changelist-maven-extension from 1.3 to 1.4 (#31) @dependabot
- Bump jenkins from 1.81 to 1.82 (#30) @dependabot
- Bump jenkins from 1.80 to 1.81 (#29) @dependabot
- Bump jenkins from 1.78 to 1.80 (#28) @dependabot
- Bump jenkins from 1.77 to 1.78 (#27) @dependabot
- Bump jenkins from 1.76 to 1.77 (#26) @dependabot
- Bump jenkins from 1.74 to 1.76 (#25) @dependabot
- Bump jenkins from 1.73 to 1.74 (#24) @dependabot
- Bump jenkins from 1.72 to 1.73 (#23) @dependabot
- Bump jenkins from 1.71 to 1.72 (#21) @dependabot
- Bump release-drafter/release-drafter from 5.18.1 to 5.19.0 (#19) @dependabot
- Bump jenkins from 1.70 to 1.71 (#18) @dependabot
- Bump release-drafter/release-drafter from 5.17.6 to 5.18.1 (#16) @dependabot
- Bump release-drafter/release-drafter from 5.17.5 to 5.17.6 (#15) @dependabot
- Bump release-drafter/release-drafter from 5.15.0 to 5.17.5 (#14) @dependabot
2.0
💥 Breaking changes
- Migrate to Jakarta Mail (#12) @basil
The 2.0 release is the first release of Mock JavaMail using thejakarta.mail.*
package namespace. There are no bug fixes nor enhancements from the previous release. Applications should be able to switch to this new version fairly easily by just changing all imports that usejavax.mail.*
to instead usejakarta.mail.*
.