Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump hamcrest-core from 1.3 to 2.1 #74

Merged
merged 1 commit into from
Aug 12, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps hamcrest-core from 1.3 to 2.1.

Release notes

Sourced from hamcrest-core's releases.

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
  • Renamed IsCollectionContaining to IsIterableContaining
  • Make Hamcrest an OSGI bundle
  • Add StringRegularExpression matcher
  • Fix StringContainsInOrder to detect if a repeated pattern is missing
  • Add ArrayAsIterableMatcher
  • Fix description for IsEqualIgnoringCase
  • Fix JavaDoc examples
  • Upgraded to Java 7
  • Build with Gradle
  • Publish a single jar java-hamcrest-2.0.0.0.jar
  • Deprecate IsCollectionContaining and IsArrayContainingXXX
  • Removed deprecated methods from previous release
  • Improve mismatch description of hasItem/hasItems
  • General improvements to mismatch descriptions
  • Several JavaDoc improvements and corrections
  • Deprecated several matcher factory methods of the for "isXyz"
  • Fix GH issue #75 - address doclint errors reported in JDK 1.8
  • Fix GH issue #69 - Iterable contains in order is null-safe
  • Fix GH issue #59 - added equalToObject() (i.e. unchecked) method
  • Fix GH issue #25 - arrayContaining(null, null) cause NullPointerException
  • Fix GH issue #36 - string matching on regular expressions
  • Fix GH issue #8 - isCloseTo() shows wrong delta in mismatch description
  • Fix GH issue #59 - add untyped version of equalTo, named equalToObject
  • Fix GC issue #131 - Implement IsEmptyMap, IsMapWithSize
  • Fix GC issue #187 - IsArray.describeMismatchSafely() should use Matcher.describeMismatch
  • Fix GC issue #155 - Add Matcher implementation for files
  • Fix GC issue #69 - fix NPE in IsIterableContainingInOrder

hamcrest-java-2.1-rc4

Restore deleted classes to keep backwards compatibility with version 1.3, and mark them as deprecated.

... (truncated)
Changelog

Sourced from hamcrest-core's changelog.

Version 2.1 (21st December 2018)

Overview for 2.1

After a long hiatus without releases, this version simplifies the packaging of
Hamcrest into a single jar: hamcrest-<version>.jar. Other big changes include
Java 9 module compatibility, migrating the code repository from Google Code to
GitHub, along with numerous other new features, improvements and bug fixes.

Breaking Changes for 2.1

  • The way that the project is packaged has changed. This may cause problems with
    correctly upgrading transitive dependencies. Refer to the
    Hamcrest Distributables
    documentation for more information, and in particular,
    Upgrading from Hamcrest 1.x
  • org.hamcrest.Factory has been removed. This was only used in old implementations
    of the hamcrest build toolchain, and can safely be deleted from client code without
    any effect.

Changes for 2.1

... (truncated)
Commits
  • 8cf0846 Add JavaDoc for version 2.1
  • ddb0a18 Version 2.1
  • 6519416 Documentation updates for 2.1 (#237)
  • 7ffc219 Version 2.1-SNAPSHOT
  • cf6796e Version 2.1-rc4
  • b76e174 Fix javadoc error when using Oracle.
  • bf8b3e2 Bring back test for IsCollectionContaining.
  • faac95a Fix failing tests.
  • 59d34c8 Restore deprecated classes IsArrayContainingXXX.
  • fafb992 Restore deprecated class IsCollectionContaining
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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:

  • 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)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 12, 2019
@baev baev merged commit 2fd6c53 into master Aug 12, 2019
@baev baev deleted the dependabot/maven/org.hamcrest-hamcrest-core-2.1 branch August 12, 2019 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant