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 eclipse-collections.version from 11.0.0 to 11.1.0 #688

Open
wants to merge 1 commit into
base: axonserver-se-4.6.x
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 23, 2023

Bumps eclipse-collections.version from 11.0.0 to 11.1.0.
Updates org.eclipse.collections:eclipse-collections-api from 11.0.0 to 11.1.0

Release notes

Sourced from org.eclipse.collections:eclipse-collections-api's releases.

11.1.0

This is the 11.1.0 minor release.

Central theme of this release is addition of new APIs, features as requested by the community and decrease Tech Debt.

The Eclipse Collections team gives a huge thank you to everyone who participated in this release.

New Functionality


  • Added Bag.distinctView().
  • Added Bags.mutable.withInitialCapacity.
  • Added forEachInBoth to Primitive Lists.
  • Added MultiReader to Bags factory in API module.
  • Added MultiReader to Lists factory in API module.
  • Added MultiReader to Sets factory in API module.
  • Added Primitive Bag factories in API module.
  • Added Primitive Set factories in API module.
  • Added Primitive Stack factories in API module.
  • Added factory for ObjectPrimitiveHashMapWithHashingStrategy.
  • Added withInitialCapacity api in mutableObjectPrimitiveHashingStrategyMapFactory.
  • Added ability to create Hashing Strategy Sets, Maps and Bags using Function.
  • Added injectInto for primitive types to primitive iterables.
  • Added injectIntoKeyValue to MapIterable.
  • Added injectIntoKeyValue to objectPrimitiveMap.
  • Added injectIntoKeyValue to primitiveObjectMap.
  • Added injectIntoKeyValue to primitivePrimitiveMap.
  • Added mutable reduction scenario to injectIntoKeyValue test for primitive maps.
  • Added object to primitive map factory to API module.
  • Added of and with factory methods to object -> primitive map factories.
  • Added of and with factory methods to primitive -> primitive and primitive -> object map factories.
  • Added withKeyMultiValues to MutableMultimap and subtypes.
  • Added withKeyValue to MutableMultimap and subtypes.
  • Added getAndPut to mutableObjectPrimitiveMap to retrieve the value associated with the key if one exists.
  • Added peekAndPop methods in ImmutableStack.
  • Added fused method for collect + makeString.
  • Added missing implementations of toString().
  • Added selectWithIndex and rejectWithIndex to Ordered Primitive Iterables.
  • Implemented containsAny, containsNone, containsAnyIterable, containsNoneIterable on RichIterable.

Optimizations


  • Optimized asParallel() for immutable sets in O(1) instead of O(n).
  • Optimized some implementations of toString() that were delegating to iterators.
  • Improved equals() performance for Set implementations.

Tech Debt Reduction


  • Replaced implementation factories and dependencies with API factories where possible.
  • Fixed CheckStyle configuration for NewlineAtEndOfFile so that it works across operating systems.
  • Made forEach a default method on primitiveIterable.stg.

... (truncated)

Changelog

Sourced from org.eclipse.collections:eclipse-collections-api's changelog.

11.1.0

This is the 11.1.0 minor release.

Central theme of this release is addition of new APIs, features as requested by the community and decrease Tech Debt.

The Eclipse Collections team gives a huge thank you to everyone who participated in this release.

New Functionality


  • Added Bag.distinctView().
  • Added Bags.mutable.withInitialCapacity.
  • Added forEachInBoth to Primitive Lists.
  • Added MultiReader to Bags factory in API module.
  • Added MultiReader to Lists factory in API module.
  • Added MultiReader to Sets factory in API module.
  • Added Primitive Bag factories in API module.
  • Added Primitive Set factories in API module.
  • Added Primitive Stack factories in API module.
  • Added factory for ObjectPrimitiveHashMapWithHashingStrategy.
  • Added withInitialCapacity api in mutableObjectPrimitiveHashingStrategyMapFactory.
  • Added ability to create Hashing Strategy Sets, Maps and Bags using Function.
  • Added injectInto for primitive types to primitive iterables.
  • Added injectIntoKeyValue to MapIterable.
  • Added injectIntoKeyValue to objectPrimitiveMap.
  • Added injectIntoKeyValue to primitiveObjectMap.
  • Added injectIntoKeyValue to primitivePrimitiveMap.
  • Added mutable reduction scenario to injectIntoKeyValue test for primitive maps.
  • Added object to primitive map factory to API module.
  • Added of and with factory methods to object -> primitive map factories.
  • Added of and with factory methods to primitive -> primitive and primitive -> object map factories.
  • Added withKeyMultiValues to MutableMultimap and subtypes.
  • Added withKeyValue to MutableMultimap and subtypes.
  • Added getAndPut to mutableObjectPrimitiveMap to retrieve the value associated with the key if one exists.
  • Added peekAndPop methods in ImmutableStack.
  • Added fused method for collect + makeString.
  • Added missing implementations of toString().
  • Added selectWithIndex and rejectWithIndex to Ordered Primitive Iterables.
  • Implemented containsAny, containsNone, containsAnyIterable, containsNoneIterable on RichIterable.

Optimizations


  • Optimized asParallel() for immutable sets in O(1) instead of O(n).
  • Optimized some implementations of toString() that were delegating to iterators.
  • Improved equals() performance for Set implementations.

Tech Debt Reduction


  • Replaced implementation factories and dependencies with API factories where possible.

... (truncated)

Commits
  • fb6abf7 Release version 11.1.0.
  • eb85697 Release version 11.1.0.M2.
  • 3e55343 Merge pull request #1367 from mohrezaei/work
  • 12b2fb6 Reflection fallback for serviceloader
  • c4ce18e Update version number to 11.1.0-SNAPSHOT.
  • b2290ff Release version 11.1.0.M1.
  • d2c13ad Merge pull request #1364 from donraab/master
  • e169c1c Add collect primitive methods as default methods to MutableCollection/List/Se...
  • dbf7d65 Merge pull request #1359 from donraab/master
  • fd0fe0f Add linenums to Iteration Patterns asciidoc
  • Additional commits viewable in compare view

Updates org.eclipse.collections:eclipse-collections from 11.0.0 to 11.1.0

Release notes

Sourced from org.eclipse.collections:eclipse-collections's releases.

11.1.0

This is the 11.1.0 minor release.

Central theme of this release is addition of new APIs, features as requested by the community and decrease Tech Debt.

The Eclipse Collections team gives a huge thank you to everyone who participated in this release.

New Functionality


  • Added Bag.distinctView().
  • Added Bags.mutable.withInitialCapacity.
  • Added forEachInBoth to Primitive Lists.
  • Added MultiReader to Bags factory in API module.
  • Added MultiReader to Lists factory in API module.
  • Added MultiReader to Sets factory in API module.
  • Added Primitive Bag factories in API module.
  • Added Primitive Set factories in API module.
  • Added Primitive Stack factories in API module.
  • Added factory for ObjectPrimitiveHashMapWithHashingStrategy.
  • Added withInitialCapacity api in mutableObjectPrimitiveHashingStrategyMapFactory.
  • Added ability to create Hashing Strategy Sets, Maps and Bags using Function.
  • Added injectInto for primitive types to primitive iterables.
  • Added injectIntoKeyValue to MapIterable.
  • Added injectIntoKeyValue to objectPrimitiveMap.
  • Added injectIntoKeyValue to primitiveObjectMap.
  • Added injectIntoKeyValue to primitivePrimitiveMap.
  • Added mutable reduction scenario to injectIntoKeyValue test for primitive maps.
  • Added object to primitive map factory to API module.
  • Added of and with factory methods to object -> primitive map factories.
  • Added of and with factory methods to primitive -> primitive and primitive -> object map factories.
  • Added withKeyMultiValues to MutableMultimap and subtypes.
  • Added withKeyValue to MutableMultimap and subtypes.
  • Added getAndPut to mutableObjectPrimitiveMap to retrieve the value associated with the key if one exists.
  • Added peekAndPop methods in ImmutableStack.
  • Added fused method for collect + makeString.
  • Added missing implementations of toString().
  • Added selectWithIndex and rejectWithIndex to Ordered Primitive Iterables.
  • Implemented containsAny, containsNone, containsAnyIterable, containsNoneIterable on RichIterable.

Optimizations


  • Optimized asParallel() for immutable sets in O(1) instead of O(n).
  • Optimized some implementations of toString() that were delegating to iterators.
  • Improved equals() performance for Set implementations.

Tech Debt Reduction


  • Replaced implementation factories and dependencies with API factories where possible.
  • Fixed CheckStyle configuration for NewlineAtEndOfFile so that it works across operating systems.
  • Made forEach a default method on primitiveIterable.stg.

... (truncated)

Changelog

Sourced from org.eclipse.collections:eclipse-collections's changelog.

11.1.0

This is the 11.1.0 minor release.

Central theme of this release is addition of new APIs, features as requested by the community and decrease Tech Debt.

The Eclipse Collections team gives a huge thank you to everyone who participated in this release.

New Functionality


  • Added Bag.distinctView().
  • Added Bags.mutable.withInitialCapacity.
  • Added forEachInBoth to Primitive Lists.
  • Added MultiReader to Bags factory in API module.
  • Added MultiReader to Lists factory in API module.
  • Added MultiReader to Sets factory in API module.
  • Added Primitive Bag factories in API module.
  • Added Primitive Set factories in API module.
  • Added Primitive Stack factories in API module.
  • Added factory for ObjectPrimitiveHashMapWithHashingStrategy.
  • Added withInitialCapacity api in mutableObjectPrimitiveHashingStrategyMapFactory.
  • Added ability to create Hashing Strategy Sets, Maps and Bags using Function.
  • Added injectInto for primitive types to primitive iterables.
  • Added injectIntoKeyValue to MapIterable.
  • Added injectIntoKeyValue to objectPrimitiveMap.
  • Added injectIntoKeyValue to primitiveObjectMap.
  • Added injectIntoKeyValue to primitivePrimitiveMap.
  • Added mutable reduction scenario to injectIntoKeyValue test for primitive maps.
  • Added object to primitive map factory to API module.
  • Added of and with factory methods to object -> primitive map factories.
  • Added of and with factory methods to primitive -> primitive and primitive -> object map factories.
  • Added withKeyMultiValues to MutableMultimap and subtypes.
  • Added withKeyValue to MutableMultimap and subtypes.
  • Added getAndPut to mutableObjectPrimitiveMap to retrieve the value associated with the key if one exists.
  • Added peekAndPop methods in ImmutableStack.
  • Added fused method for collect + makeString.
  • Added missing implementations of toString().
  • Added selectWithIndex and rejectWithIndex to Ordered Primitive Iterables.
  • Implemented containsAny, containsNone, containsAnyIterable, containsNoneIterable on RichIterable.

Optimizations


  • Optimized asParallel() for immutable sets in O(1) instead of O(n).
  • Optimized some implementations of toString() that were delegating to iterators.
  • Improved equals() performance for Set implementations.

Tech Debt Reduction


  • Replaced implementation factories and dependencies with API factories where possible.

... (truncated)

Commits
  • fb6abf7 Release version 11.1.0.
  • eb85697 Release version 11.1.0.M2.
  • 3e55343 Merge pull request #1367 from mohrezaei/work
  • 12b2fb6 Reflection fallback for serviceloader
  • c4ce18e Update version number to 11.1.0-SNAPSHOT.
  • b2290ff Release version 11.1.0.M1.
  • d2c13ad Merge pull request #1364 from donraab/master
  • e169c1c Add collect primitive methods as default methods to MutableCollection/List/Se...
  • dbf7d65 Merge pull request #1359 from donraab/master
  • fd0fe0f Add linenums to Iteration Patterns asciidoc
  • Additional commits viewable in compare view

Updates org.eclipse.collections:eclipse-collections-forkjoin from 11.0.0 to 11.1.0

Release notes

Sourced from org.eclipse.collections:eclipse-collections-forkjoin's releases.

11.1.0

This is the 11.1.0 minor release.

Central theme of this release is addition of new APIs, features as requested by the community and decrease Tech Debt.

The Eclipse Collections team gives a huge thank you to everyone who participated in this release.

New Functionality


  • Added Bag.distinctView().
  • Added Bags.mutable.withInitialCapacity.
  • Added forEachInBoth to Primitive Lists.
  • Added MultiReader to Bags factory in API module.
  • Added MultiReader to Lists factory in API module.
  • Added MultiReader to Sets factory in API module.
  • Added Primitive Bag factories in API module.
  • Added Primitive Set factories in API module.
  • Added Primitive Stack factories in API module.
  • Added factory for ObjectPrimitiveHashMapWithHashingStrategy.
  • Added withInitialCapacity api in mutableObjectPrimitiveHashingStrategyMapFactory.
  • Added ability to create Hashing Strategy Sets, Maps and Bags using Function.
  • Added injectInto for primitive types to primitive iterables.
  • Added injectIntoKeyValue to MapIterable.
  • Added injectIntoKeyValue to objectPrimitiveMap.
  • Added injectIntoKeyValue to primitiveObjectMap.
  • Added injectIntoKeyValue to primitivePrimitiveMap.
  • Added mutable reduction scenario to injectIntoKeyValue test for primitive maps.
  • Added object to primitive map factory to API module.
  • Added of and with factory methods to object -> primitive map factories.
  • Added of and with factory methods to primitive -> primitive and primitive -> object map factories.
  • Added withKeyMultiValues to MutableMultimap and subtypes.
  • Added withKeyValue to MutableMultimap and subtypes.
  • Added getAndPut to mutableObjectPrimitiveMap to retrieve the value associated with the key if one exists.
  • Added peekAndPop methods in ImmutableStack.
  • Added fused method for collect + makeString.
  • Added missing implementations of toString().
  • Added selectWithIndex and rejectWithIndex to Ordered Primitive Iterables.
  • Implemented containsAny, containsNone, containsAnyIterable, containsNoneIterable on RichIterable.

Optimizations


  • Optimized asParallel() for immutable sets in O(1) instead of O(n).
  • Optimized some implementations of toString() that were delegating to iterators.
  • Improved equals() performance for Set implementations.

Tech Debt Reduction


  • Replaced implementation factories and dependencies with API factories where possible.
  • Fixed CheckStyle configuration for NewlineAtEndOfFile so that it works across operating systems.
  • Made forEach a default method on primitiveIterable.stg.

... (truncated)

Changelog

Sourced from org.eclipse.collections:eclipse-collections-forkjoin's changelog.

11.1.0

This is the 11.1.0 minor release.

Central theme of this release is addition of new APIs, features as requested by the community and decrease Tech Debt.

The Eclipse Collections team gives a huge thank you to everyone who participated in this release.

New Functionality


  • Added Bag.distinctView().
  • Added Bags.mutable.withInitialCapacity.
  • Added forEachInBoth to Primitive Lists.
  • Added MultiReader to Bags factory in API module.
  • Added MultiReader to Lists factory in API module.
  • Added MultiReader to Sets factory in API module.
  • Added Primitive Bag factories in API module.
  • Added Primitive Set factories in API module.
  • Added Primitive Stack factories in API module.
  • Added factory for ObjectPrimitiveHashMapWithHashingStrategy.
  • Added withInitialCapacity api in mutableObjectPrimitiveHashingStrategyMapFactory.
  • Added ability to create Hashing Strategy Sets, Maps and Bags using Function.
  • Added injectInto for primitive types to primitive iterables.
  • Added injectIntoKeyValue to MapIterable.
  • Added injectIntoKeyValue to objectPrimitiveMap.
  • Added injectIntoKeyValue to primitiveObjectMap.
  • Added injectIntoKeyValue to primitivePrimitiveMap.
  • Added mutable reduction scenario to injectIntoKeyValue test for primitive maps.
  • Added object to primitive map factory to API module.
  • Added of and with factory methods to object -> primitive map factories.
  • Added of and with factory methods to primitive -> primitive and primitive -> object map factories.
  • Added withKeyMultiValues to MutableMultimap and subtypes.
  • Added withKeyValue to MutableMultimap and subtypes.
  • Added getAndPut to mutableObjectPrimitiveMap to retrieve the value associated with the key if one exists.
  • Added peekAndPop methods in ImmutableStack.
  • Added fused method for collect + makeString.
  • Added missing implementations of toString().
  • Added selectWithIndex and rejectWithIndex to Ordered Primitive Iterables.
  • Implemented containsAny, containsNone, containsAnyIterable, containsNoneIterable on RichIterable.

Optimizations


  • Optimized asParallel() for immutable sets in O(1) instead of O(n).
  • Optimized some implementations of toString() that were delegating to iterators.
  • Improved equals() performance for Set implementations.

Tech Debt Reduction


  • Replaced implementation factories and dependencies with API factories where possible.

... (truncated)

Commits
  • fb6abf7 Release version 11.1.0.
  • eb85697 Release version 11.1.0.M2.
  • 3e55343 Merge pull request #1367 from mohrezaei/work
  • 12b2fb6 Reflection fallback for serviceloader
  • c4ce18e Update version number to 11.1.0-SNAPSHOT.
  • b2290ff Release version 11.1.0.M1.
  • d2c13ad Merge pull request #1364 from donraab/master
  • e169c1c Add collect primitive methods as default methods to MutableCollection/List/Se...
  • dbf7d65 Merge pull request #1359 from donraab/master
  • fd0fe0f Add linenums to Iteration Patterns asciidoc
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 `eclipse-collections.version` from 11.0.0 to 11.1.0.

Updates `org.eclipse.collections:eclipse-collections-api` from 11.0.0 to 11.1.0
- [Release notes](https://github.com/eclipse/eclipse-collections/releases)
- [Changelog](https://github.com/eclipse/eclipse-collections/blob/master/RELEASE_NOTE_DRAFT.md)
- [Commits](eclipse/eclipse-collections@11.0.0...11.1.0)

Updates `org.eclipse.collections:eclipse-collections` from 11.0.0 to 11.1.0
- [Release notes](https://github.com/eclipse/eclipse-collections/releases)
- [Changelog](https://github.com/eclipse/eclipse-collections/blob/master/RELEASE_NOTE_DRAFT.md)
- [Commits](eclipse/eclipse-collections@11.0.0...11.1.0)

Updates `org.eclipse.collections:eclipse-collections-forkjoin` from 11.0.0 to 11.1.0
- [Release notes](https://github.com/eclipse/eclipse-collections/releases)
- [Changelog](https://github.com/eclipse/eclipse-collections/blob/master/RELEASE_NOTE_DRAFT.md)
- [Commits](eclipse/eclipse-collections@11.0.0...11.1.0)

---
updated-dependencies:
- dependency-name: org.eclipse.collections:eclipse-collections-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.eclipse.collections:eclipse-collections
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.eclipse.collections:eclipse-collections-forkjoin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link

sonarcloud bot commented Nov 23, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

warning The version of Java (11.0.13) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants