wttech / bobcat

Bobcat is an automated testing framework for functional testing of web applications.
https://cognifide.github.io/bobcat/
Apache License 2.0
91 stars 40 forks source link

Bump greenmail from 1.5.10 to 1.6.0 #450

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps greenmail from 1.5.10 to 1.6.0.

Release notes

Sourced from greenmail's releases.

1.6.0

Major changes for GreenMail 1.6 include switch from JavaMail 1.5.x to Jakarta Mail 1.6.x and support for Junit 5.

  • Enhancements

    • #219 Support for JUnit 5 / #241 Add junit5 extension module
    • #332 JUnit 5 : Add the ability to instantiate GreenMail per-class in addition to per-method
    • #334 Deprecated greenmail-core JUnit4 GreenMailRule / add new greenmail-junit4 module
    • #320 Support mail.mime.allowutf8
    • #216 Upgrade to Jakarta Mail 1.6
    • #222 Migrate from hamcrest to assertj test (GreenMail internally)
  • Dependency updates

    • #340 Update docker base image for GreenMail standalone to 8u265
    • #339 Update jetty 9.4.30.v20200611 to 9.4.31.v20200723
  • Breaking changes

    • #281 Require minimum JDK 8 (now officially, before GreenMail 1.5.x versions had a mix)
    • #115 Remove deprecations due for 1.6 release :
      • GreenMail#util()
      • GreenMailOperations#getReceviedMessagesForDomain(domain)
      • GreenMailProxy#getReceviedMessagesForDomain(domain)
      • GreenMail#getReceviedMessagesForDomain(domain)
      • EncodingUtil#readTillNullChar
      • GreenMailUtil#instance()
      • Retriever#logout()
    • #83 Retire greenmail-jboss-service module

Note: GreenMail 1.6 requires JDK 8+ now, and used Jakarta Mail 1.6.x

For further details, check the issues fixed.

Download also available in Maven Central with GAV coordinates com.icegreen:greenmail:1.6.0 .

1.5.14

This release contains a long overdue rewrite of the IMAP search, fixing many search related bugs.

  • Enhancements #331 Support IMAP search key BODY #329 Rewrite IMAP search parser

  • Dependency updates #324 Update docker base image for GreenMail standalone to 8u252 #330 Update org.springframework from 4.2.9 to 4.3.27 #323 Update jersey 2.30.1 to 2.31 #322 Update commons-io:commons-io version 2.6 to 2.7 #321 Update jetty version 9.4.27.v20200227 to 9.4.30.v20200611

  • Bugfixes: #333 SearchCommandParser doesn't parse a header command properly #319 Search: IMAP Complex search issue

Commits
  • 859d48b [maven-release-plugin] prepare release release-1.6.0
  • 73c98e0 Doc update: Preparing 1.6.0 release
  • be63600 Update docker base image for GreenMail standalone to 8u265 (fixes #340)
  • 99612bc Documentation: Bootstrap 4.5.0 -> 4.5.2 update
  • db7aedb Source cleanup and fixed SMTP rfc links
  • e889b2f Fixed Maven shade plugin warning about META-INF/MANIFEST.MF,
  • 1c4422e Update jetty 9.4.30.v20200611 to 9.4.31.v20200723 (fixes #339)
  • 7030f0f Minor test refactoring
  • 60d8101 Maven plugin updates
  • 2fd39e6 Remove deprecations due for 1.6 release (#115)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #467.