-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: seregamorph/JavaHamcrest
base: master
head repository: hamcrest/JavaHamcrest
compare: master
- 15 commits
- 100 files changed
- 5 contributors
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3019f1b - Browse repository at this point
Copy the full SHA 3019f1bView commit details
Commits on Sep 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 01c776c - Browse repository at this point
Copy the full SHA 01c776cView commit details -
Derive version from git (hamcrest#419)
Instead of hard-coding the version into build.gradle, this change derives the version from git tags. If the HEAD commit has a tag in the format "`vM.N`", the version number `M.N` is used directly. Otherwise, a snapshot version is assumed, and the version becomes `M.(N+1)-SNAPSHOT`.
Configuration menu - View commit details
-
Copy full SHA for b943810 - Browse repository at this point
Copy the full SHA b943810View commit details -
Configuration menu - View commit details
-
Copy full SHA for d11ad94 - Browse repository at this point
Copy the full SHA d11ad94View commit details
Commits on Sep 22, 2024
-
Allow matching against polymorphic collections (hamcrest#422)
This fix PECS rule (producer extends, consumer super) to the Hamcrest IsIterableContaining matcher, as well as dependant implementations. In this instance, a collection of items should be treated as a producer according to this rule, while a matcher acts as a consumer. There is also an extra test for type variance in hasEntry (hamcrest#107) Closes hamcrest#252
Configuration menu - View commit details
-
Copy full SHA for 242604a - Browse repository at this point
Copy the full SHA 242604aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 246967c - Browse repository at this point
Copy the full SHA 246967cView commit details
Commits on Oct 12, 2024
-
Migrate all tests to JUnit Jupiter (hamcrest#424)
This change migrates all tests to use JUnit Jupiter, so that is all tests are now annotated with `org.junit.jupiter.api.Test`. In most cases, this is a simple change of imports, with a few exceptions: * Uses of `assertTrue` have been adjusted to allow for the description being the last parameter * `org.hamcrest.AbstractMatcherTest` has been moved to `org.hamcrest.test.AbstractMatcherTest` * Static assertion methods in `AbstractMatcherTest` have been moved to `org.hamcrest.test.MatcherAssertions`
Configuration menu - View commit details
-
Copy full SHA for 581d6ba - Browse repository at this point
Copy the full SHA 581d6baView commit details
Commits on Oct 22, 2024
-
Bump org.junit.jupiter:junit-jupiter from 5.11.2 to 5.11.3 (hamcrest#425
) Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.2...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1bed2f5 - Browse repository at this point
Copy the full SHA 1bed2f5View commit details
Commits on Nov 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1e4230f - Browse repository at this point
Copy the full SHA 1e4230fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff2c25b - Browse repository at this point
Copy the full SHA ff2c25bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 544a4cf - Browse repository at this point
Copy the full SHA 544a4cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0545a5 - Browse repository at this point
Copy the full SHA f0545a5View commit details
Commits on Nov 17, 2024
-
Restore public constructors for compatibility (hamcrest#428)
Restore public constructors for compatibility CoreMatchers, MatcherAssert, and Matchers had private contructors added to fix javadoc warnings. Unfortunately, this can break existig users of the classes. Fixes hamcrest#427
Configuration menu - View commit details
-
Copy full SHA for 5dc0112 - Browse repository at this point
Copy the full SHA 5dc0112View commit details -
Configuration menu - View commit details
-
Copy full SHA for f089c7e - Browse repository at this point
Copy the full SHA f089c7eView commit details
Commits on Nov 30, 2024
-
Make
hasProperty(),hasPropertyAtPath(),samePropertyValuesAs()…… work for Java Records (hamcrest#426) Make hasProperty(), hasPropertyAtPath(), samePropertyValuesAs() work for Java Records Resolves hamcrest#392
Configuration menu - View commit details
-
Copy full SHA for 3d58e99 - Browse repository at this point
Copy the full SHA 3d58e99View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master