Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Update Change
org.hamcrest:hamcrest-core (source) major 1.3 -> 2.1

Release Notes

hamcrest/JavaHamcrest

v2.1

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
  • 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 if you modify the PR title to begin with "rebase!".

🔕 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 Renovate Bot. View repository job log here.

@renovate-bot renovate-bot requested a review from a team as a code owner June 6, 2019 01:26
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 6, 2019
@sduskis sduskis added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 6, 2019
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 6, 2019
@codecov
Copy link

codecov bot commented Jun 6, 2019

Codecov Report

Merging #5431 into master will increase coverage by 0.14%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #5431      +/-   ##
============================================
+ Coverage     50.64%   50.78%   +0.14%     
- Complexity    24061    24181     +120     
============================================
  Files          2271     2271              
  Lines        229090   230080     +990     
  Branches      24998    25006       +8     
============================================
+ Hits         116018   116842     +824     
- Misses       104444   104604     +160     
- Partials       8628     8634       +6
Impacted Files Coverage Δ Complexity Δ
.../cloud/automl/v1beta1/PredictionServiceClient.java 44.57% <0%> (-0.07%) 17% <0%> (+6%)
...ud/translate/v3beta1/TranslationServiceClient.java 71.59% <0%> (+3.67%) 42% <0%> (+18%) ⬆️
...loud/datacatalog/v1beta1/stub/DataCatalogStub.java 4.16% <0%> (+4.16%) 1% <0%> (+1%) ⬆️
...cloud/datacatalog/v1beta1/DataCatalogSettings.java 7.52% <0%> (+7.52%) 2% <0%> (+2%) ⬆️
...g/v1beta1/stub/GrpcDataCatalogCallableFactory.java 37.5% <0%> (+37.5%) 3% <0%> (+3%) ⬆️
...acatalog/v1beta1/stub/DataCatalogStubSettings.java 66.96% <0%> (+66.96%) 19% <0%> (+19%) ⬆️
...e/cloud/datacatalog/v1beta1/DataCatalogClient.java 69.54% <0%> (+69.54%) 62% <0%> (+62%) ⬆️
.../datacatalog/v1beta1/stub/GrpcDataCatalogStub.java 93.29% <0%> (+93.29%) 24% <0%> (+24%) ⬆️

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 23347a7...a43c2b2. Read the comment docs.

@renovate-bot renovate-bot force-pushed the renovate/org.hamcrest-hamcrest-core-2.x branch 2 times, most recently from 754edc3 to 0895962 Compare June 6, 2019 22:50
@chingor13 chingor13 self-assigned this Jun 7, 2019
@chingor13 chingor13 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 7, 2019
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 7, 2019
@chingor13 chingor13 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 7, 2019
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 7, 2019
@renovate-bot renovate-bot force-pushed the renovate/org.hamcrest-hamcrest-core-2.x branch from 0895962 to a43c2b2 Compare June 7, 2019 20:29
@chingor13 chingor13 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 7, 2019
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 7, 2019
@chingor13 chingor13 merged commit 7dc1966 into googleapis:master Jun 11, 2019
@renovate-bot renovate-bot deleted the renovate/org.hamcrest-hamcrest-core-2.x branch June 11, 2019 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants