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

deps: update dependency org.hamcrest:hamcrest-core to v2 #518

Conversation

renovate-bot
Copy link
Contributor

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.hamcrest:hamcrest-core (source) 1.3 -> 2.2 age adoption passing confidence

Release Notes

hamcrest/JavaHamcrest

v2.2

Compare Source

Improvements
Bugfixes

v2.1

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
  • Documentation updates
  • Several JavaDoc improvements and corrections
  • Fix JavaDoc examples
  • Upgraded to Java 7
  • Build with Gradle
  • Publish a single jar hamcrest-2.1.jar
  • Publish pom-only artifacts for hamcrest-core and hamcrest-library.
  • Add implementation for CharSequence length matcher
  • Fix for TypeSafeDiagnosingMatcher can't detect generic types for subclass
  • Make Hamcrest an OSGI bundle
  • Add StringRegularExpression matcher
  • Fix StringContainsInOrder to detect if a repeated pattern is missing
  • Add ArrayAsIterableMatcher
  • Fix description for IsEqualIgnoringCase
  • Removed deprecated methods from previous release
  • Improve mismatch description of hasItem/hasItems
  • General improvements to mismatch descriptions
  • 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

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot requested review from a team as code owners February 24, 2021 12:14
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 24, 2021
@product-auto-label product-auto-label bot added the api: pubsublite Issues related to the googleapis/java-pubsublite API. label Feb 24, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Feb 24, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 24, 2021
@codecov
Copy link

codecov bot commented Feb 24, 2021

Codecov Report

Merging #518 (933533b) into master (b2878dc) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #518   +/-   ##
=========================================
  Coverage     72.63%   72.63%           
  Complexity      859      859           
=========================================
  Files           156      156           
  Lines          4477     4477           
  Branches        210      210           
=========================================
  Hits           3252     3252           
  Misses         1104     1104           
  Partials        121      121           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b2878dc...7df0aa7. Read the comment docs.

@renovate-bot renovate-bot force-pushed the renovate/org.hamcrest-hamcrest-core-2.x branch from 091b1fd to 7df0aa7 Compare February 25, 2021 19:13
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 25, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 25, 2021
@anguillanneuf anguillanneuf merged commit c9c3d2d into googleapis:master Mar 1, 2021
@renovate-bot renovate-bot deleted the renovate/org.hamcrest-hamcrest-core-2.x branch March 1, 2021 23:25
gcf-merge-on-green bot pushed a commit that referenced this pull request Mar 1, 2021
🤖 I have created a release \*beep\* \*boop\* 
---
### [0.11.1](https://www.github.com/googleapis/java-pubsublite/compare/v0.11.0...v0.11.1) (2021-03-01)


### Dependencies

* update dependency com.google.cloud:google-cloud-pubsub to v1.111.3 ([#511](https://www.github.com/googleapis/java-pubsublite/issues/511)) ([29b696f](https://www.github.com/googleapis/java-pubsublite/commit/29b696f220dc9bd2dd1dcd706f136339e5edb652))
* update dependency com.google.cloud:google-cloud-pubsub to v1.111.4 ([#530](https://www.github.com/googleapis/java-pubsublite/issues/530)) ([69e60cd](https://www.github.com/googleapis/java-pubsublite/commit/69e60cd64fdea937eb67f05b8c6c0921fa27eb38))
* update dependency com.google.cloud:google-cloud-pubsub-bom to v1.111.3 ([#512](https://www.github.com/googleapis/java-pubsublite/issues/512)) ([795dab3](https://www.github.com/googleapis/java-pubsublite/commit/795dab32d4fbb5c419439652540a9b51a34e72ce))
* update dependency com.google.cloud:google-cloud-pubsub-bom to v1.111.4 ([#531](https://www.github.com/googleapis/java-pubsublite/issues/531)) ([c082672](https://www.github.com/googleapis/java-pubsublite/commit/c082672de3b87bd758690db50f01fdf3f095320c))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.20.0 ([#526](https://www.github.com/googleapis/java-pubsublite/issues/526)) ([58fbc1c](https://www.github.com/googleapis/java-pubsublite/commit/58fbc1c6b6e553b035404d36f25dd233d69f520c))
* update dependency joda-time:joda-time to v2.10.10 ([#515](https://www.github.com/googleapis/java-pubsublite/issues/515)) ([b6890ec](https://www.github.com/googleapis/java-pubsublite/commit/b6890ecc6096eb85e7a99b2d00a43bc230207106))
* update dependency org.checkerframework:checker-qual to v3.11.0 ([#516](https://www.github.com/googleapis/java-pubsublite/issues/516)) ([756fd2b](https://www.github.com/googleapis/java-pubsublite/commit/756fd2b560515d545edc6e603aa00e353b4b1604))
* update dependency org.hamcrest:hamcrest-core to v2 ([#518](https://www.github.com/googleapis/java-pubsublite/issues/518)) ([c9c3d2d](https://www.github.com/googleapis/java-pubsublite/commit/c9c3d2dae26d4d19ec2543cbb611bf82b4b94732))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsublite Issues related to the googleapis/java-pubsublite API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants