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 streamex from 0.7.3 to 0.8.0 #372

Merged
merged 1 commit into from
Nov 7, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2021

Bumps streamex from 0.7.3 to 0.8.0.

Release notes

Sourced from streamex's releases.

StreamEx 0.8.0

  • #244 Added: StreamEx.toMutableList and StreamEx.toMutableSet.
    Removed mutability guarantee for toList and toSet. Added temporary system property streamex.default.immutable (set it to 'true' to test with immutable toList and toSet)
  • #238 Added: valuesToMap, valuesToSortedMap, valuesToNavigableMap methods to StreamEx
  • #250 Fixed: EntryStream.withoutKeys and EntryStream.withoutValues declared as @SafeVarargs
  • #251 Changed: public classes like StreamEx and EntryStream declared as final now.
  • #246 Added: Proper module-info.class, now it's full-fledged JPMS module
  • #247 Fixed: now it's possible to build using Java 16 and Java 17 (though reference builds are created via Java 11)
  • #091 Changed: API tests moved to the separate package.
  • #185 Added: EntryStream.withoutKeys and EntryStream.withoutValues.
  • Minor documentation fixes
Commits

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.


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)

Bumps [streamex](https://github.com/amaembo/streamex) from 0.7.3 to 0.8.0.
- [Release notes](https://github.com/amaembo/streamex/releases)
- [Commits](amaembo/streamex@streamex-0.7.3...streamex-0.8.0)

---
updated-dependencies:
- dependency-name: one.util:streamex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Update of dependencies java Pull requests that update Maven Java dependencies labels Nov 7, 2021
@codecov
Copy link

codecov bot commented Nov 7, 2021

Codecov Report

Merging #372 (5e557e4) into master (c68be1d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #372   +/-   ##
=========================================
  Coverage     80.12%   80.12%           
  Complexity      157      157           
=========================================
  Files            22       22           
  Lines           644      644           
  Branches         69       69           
=========================================
  Hits            516      516           
  Misses          100      100           
  Partials         28       28           

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 c68be1d...5e557e4. Read the comment docs.

@uhafner uhafner merged commit 4abfda5 into master Nov 7, 2021
@uhafner uhafner deleted the dependabot/maven/one.util-streamex-0.8.0 branch November 7, 2021 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies java Pull requests that update Maven Java dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant