Skip to content

Releases: jenkinsci/lib-mock-javamail

2.2

04 Mar 20:43
Compare
Choose a tag to compare

📝 Documentation updates

  • Clarify usage for tests with JVM system properties (#53) @gaeljw

📦 Dependency updates

17 changes

2.1

09 Apr 18:23
Compare
Choose a tag to compare
2.1

🐛 Bug fixes

👻 Maintenance

🚦 Tests

  • Add Java 17 to build/test matrix (#20) @basil

📦 Dependency updates

33 changes

2.0

08 Jan 16:44
Compare
Choose a tag to compare
2.0

💥 Breaking changes

  • Migrate to Jakarta Mail (#12) @basil

    The 2.0 release is the first release of Mock JavaMail using the jakarta.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 use javax.mail.* to instead use jakarta.mail.*.

1.12

08 Jan 15:45
Compare
Choose a tag to compare

🚀 New features and improvements

📝 Documentation updates

  • Migrate documentation to AsciiDoc (#6) @basil

👻 Maintenance