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

Upgrade Hamcrest to 3.0 #215

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tomodachi94
Copy link

If upstream changelogs are to be believed, there are no breaking changes except for:

  • The packaging method being changed1 from several JARs to one JAR.
  • An annotation, org.hamcrest.Factory, being removed (we don't use it, and upstream says that people should not have been using it externally)
  • The minimum version being upgraded to Java 82, which is already the case in Ant.

If upstream changelogs are to be believed, there are no
breaking changes except for:
* The packaging method being changed[1] from several JARs
  to one JAR.
* An annotation, `org.hamcrest.Factory`, being removed
  (we don't use it, and upstream says that people should
  not have been using it externally)
* The minimum version being upgraded to Java 8[2], 
  which is already the case in Ant.

[1]: https://github.com/hamcrest/JavaHamcrest/releases/tag/v2.1
[2]: https://github.com/hamcrest/JavaHamcrest/releases/tag/v3.0
@tomodachi94 tomodachi94 force-pushed the chore/hamcrest-3.0-upgrade branch from a6c1751 to 9905daf Compare December 8, 2024 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant