appengine-plugins
appengine-plugins copied to clipboard
Bump org.hamcrest:hamcrest-core from 1.3 to 2.2
Bumps org.hamcrest:hamcrest-core from 1.3 to 2.2.
Release notes
Sourced from org.hamcrest:hamcrest-core's releases.
hamcrest-java-2.2
Improvements
- AllOf/AnyOf: Pass the matchers to constructor using varargs ([Issue #245](hamcrest/JavaHamcrest#245))
- Matchers.anyOf: Fix generic bounds compatibility for JDK 11 ([Issue #256](hamcrest/JavaHamcrest#256), [Issue #257](hamcrest/JavaHamcrest#257))
- AssertionError message is unhelpful when match fails for byte type ([Issue #254](hamcrest/JavaHamcrest#254), [Issue #255](hamcrest/JavaHamcrest#255))
- Use platform specific line breaks ([PR #267](hamcrest/JavaHamcrest#267))
- Build now checks for consistent use of spaces ([PR #217](hamcrest/JavaHamcrest#217))
Bugfixes
- Fix compatibility issue for development with Android D8 ([Issue #246](hamcrest/JavaHamcrest#246))
- Fix typo in license name ([Issue #247](hamcrest/JavaHamcrest#247))
- 1.3 compatible constructors for string matchers ([Issue #259](hamcrest/JavaHamcrest#259), [Issue #260](hamcrest/JavaHamcrest#260))
- Fix for split packages with Java 9 modules ([Issue #269](hamcrest/JavaHamcrest#269), [PR #270](hamcrest/JavaHamcrest#270))
hamcrest-java-2.2-rc1
Improvements
- AllOf/AnyOf: Pass the matchers to constructor using varargs ([Issue #245](hamcrest/JavaHamcrest#245))
- Matchers.anyOf: Fix generic bounds compatibility for JDK 11 ([Issue #256](hamcrest/JavaHamcrest#256), [Issue #257](hamcrest/JavaHamcrest#257))
- AssertionError message is unhelpful when match fails for byte type ([Issue #254](hamcrest/JavaHamcrest#254), [Issue #255](hamcrest/JavaHamcrest#255))
- Use platform specific line breaks ([PR #267](hamcrest/JavaHamcrest#267))
- Build now checks for consistent use of spaces ([PR #217](hamcrest/JavaHamcrest#217))
Bugfixes
- Fix compatibility issue for development with Android D8 ([Issue #246](hamcrest/JavaHamcrest#246))
- Fix typo in license name ([Issue #247](hamcrest/JavaHamcrest#247))
- 1.3 compatible constructors for string matchers ([Issue #259](hamcrest/JavaHamcrest#259), [Issue #260](hamcrest/JavaHamcrest#260))
- Fix for split packages with Java 9 modules ([Issue #269](hamcrest/JavaHamcrest#269), [PR #270](hamcrest/JavaHamcrest#270))
hamcrest-java-2.1
Overview
After a long hiatus without releases, this version simplifies the packaging of Hamcrest into a single jar:
hamcrest-2.1.jar
. Other big changes include Java 9 module compatibility, along with numerous other improvements and bug fixes.Breaking Changes
- Although the class API has not changed since Hamcrest 1.3, the way that the project is packaged has changed. Refer to the Hamcrest Distributables documentation for more information, and in particular the section on Upgrading from Hamcrest 1.x
- The
org.hamcrest.Factory
annotation has been removed (it should not be used in client code)Changes
- Publish a single jar hamcrest-2.1.jar
- Documentation updates
- Add implementation for CharSequence length matcher
- Fix for TypeSafeDiagnosingMatcher can't detect generic types for subclass
... (truncated)
Changelog
Sourced from org.hamcrest:hamcrest-core's changelog.
Version 2.2 (17th October 2019)
Improvements
- AllOf/AnyOf: Pass the matchers to constructor using varargs ([Issue #245](hamcrest/JavaHamcrest#245))
- Matchers.anyOf: Fix generic bounds compatibility for JDK 11 ([Issue #256](hamcrest/JavaHamcrest#256), [Issue #257](hamcrest/JavaHamcrest#257))
- AssertionError message is unhelpful when match fails for byte type ([Issue #254](hamcrest/JavaHamcrest#254), [Issue #255](hamcrest/JavaHamcrest#255))
- Use platform specific line breaks ([PR #267](hamcrest/JavaHamcrest#267))
- Build now checks for consistent use of spaces ([PR #217](hamcrest/JavaHamcrest#217))
Bugfixes
- Fix compatibility issue for development with Android D8 ([Issue #246](hamcrest/JavaHamcrest#246))
- Fix typo in license name ([Issue #247](hamcrest/JavaHamcrest#247))
Commits
60454d3
Version 2.20706138
Version 2.2-SNAPSHOTe049297
Version 2.2-rc1052acf3
Clean up readmec5e9c50
Start checkstyle setup7f10c55
Add PR #270 to changesdc4c012
Add PR #267 to changes2951069
Use platform-specific line separatorsc1ea49a
Use different module names for hamcrest jars.976a60f
Update copyright year to say 2019- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.
A newer version of org.hamcrest:hamcrest-core exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.