lib-mock-javamail

JavaMail mock objects

Stars
8
Committers
4

Bot releases are visible (Hide)

lib-mock-javamail - 2.2 Latest Release

Published by github-actions[bot] 8 months ago

๐Ÿ“ Documentation updates

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

๐Ÿ“ฆ Dependency updates

  • 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
lib-mock-javamail - 2.1

Published by github-actions[bot] over 1 year ago

๐Ÿ› Bug fixes

  • Update provider file (#52) @basil

๐Ÿ‘ป Maintenance

  • Fix SpotBugs (#17) @basil

๐Ÿšฆ Tests

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

๐Ÿ“ฆ Dependency updates

  • 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
lib-mock-javamail - 2.0

Published by github-actions[bot] almost 3 years ago

๐Ÿ’ฅ 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.*.
lib-mock-javamail - 1.12

Published by github-actions[bot] almost 3 years ago

๐Ÿš€ New features and improvements

  • Support JavaMail 1.6 (#11) @reda-alaoui

๐Ÿ“ Documentation updates

  • Migrate documentation to AsciiDoc (#6) @basil

๐Ÿ‘ป Maintenance

  • Add GitHub metadata (#9) @basil
  • Miscellaneous code cleanup (#8) @basil
  • Refresh CI build (#7) @basil