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 version.lib.coherence from 24.09 to 24.09.2 #126

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps version.lib.coherence from 24.09 to 24.09.2.
Updates com.oracle.coherence.ce:coherence from 24.09 to 24.09.2

Release notes

Sourced from com.oracle.coherence.ce:coherence's releases.

Coherence CE v24.09.2

This is patch 2 of the Coherence CE 24.09 release.

CAUTION: Coherence CE 24.09.1 release had to be corrected and released as 24.09.2. Do not pickup 24.09.1 release.

New features in Coherence CE 24.09.2

  1. COH-31646 General refactoring and hardening of the Coherence gRPC APIs
  2. COH-31464 Fixed timing related issues in the NamedTopic subscriber API and generally hardened the code base.
  3. COH-31276 Added a size MBean attribute and metric for view caches.
  4. COH-31087 Enhanced proxy log message to include the serializer name when an exception thrown due to mismatch in serializer type between the server and client.
  5. COH-31079 Added the ability to run pre-defined reports using Management over REST API.
  6. COH-30057 Added support for system property coherence.guardian.log.threaddump.interval which can be set to a time duration to reduce the frequency that guardian service thread dumps appear in the server log.
  7. COH-29675 Added a warning message to the Name Service lookup utility, NSLookup, when lookup of "-name " fails and the provided service does not match any of the predefined services.
  8. COH-27121 Added a Management MBean operation and a REST endpoint to reset statistics for MBeans specified by a query string.

Bugs fixed since Coherence CE 24.09

  1. COH-31614 Fixed an issue where an IllegalArgumentException could be thrown when a cache persistence activity due to cache creation or deletion runs concurrently with taking a snapshot.
  2. COH-31608 Bumped optional dependency, OpenTelemetry, from 1.29.0 to 1.46.0.
  3. COH-31596 Fixed an issue that could prevent OpenTelemetry spans from being properly linked.
  4. COH-31480 Fixed an issue where RemoveCount on the StorageManager MBean was not being reset when calling resetStatistics().
  5. COH-31399 Update Helidon Version to 4.1.5, Netty version to 4.1.115.Final, gRPC version to 1.65.1
  6. COH-31385 Fixed an issue in federation where a NullPointerException may be thrown when a partition is moved while processing journal events for that partition.
  7. COH-31325 Fixed an issue where the ContinuousQueryCache constructor did not honor the request for no local cache values when a map listener was provided. Note: this fix results in a behavior change as the CQC constructor now infers that the provided listener is a lite listener.
  8. COH-31253 Fixed an issue where internal CacheStore operations can result in unsolicited commit events.
  9. COH-31210 Fixed an issue where a NullPointerException could be thrown when using the coherence-mp-config module.
  10. COH-31209 Fixed an issue where overriding the backing map for a caching scheme using a cache config override throws an exception because the merging of two scheme elements results in invalid XML.
  11. COH-31208 Fixed an issue where using a cache configuration override containing cache-mapping for the same cache-name as the parent cache configuration file results in java.lang.IllegalArgumentException.
  12. COH-31179 Fixed an issue where an IllegalArgumentException could be thrown when a cache persistence activity runs concurrently with taking a snapshot.
  13. COH-31178 Fixed an issue where cache map listeners were not unregistered when a gRPC proxy service was shutdown.
  14. COH-31164 Fixed an issue where using the SimilaritySearch aggregator from gRPC clients did not work
  15. COH-31152 Fix fromCollection methodsCollectionExtractor
  16. COH-31125 Fixed an issue where using the NullFirst argument set to true in a SafeComparator would not be honored when running queries.
  17. COH-31109 Fixed an issue during a rolling upgrade where a corrupted message type 87 can occur in a Coherence storage enabled server running version 12.2.1.4/14.1.1.0 while other storage-enabled cluster members are version 14.1.1.2206 or higher.
  18. COH-31092 Fixed the issue where SimilaritySearch aggregator couldn't be executed asynchronously
  19. COH-31022 Fixed an issue where persistence snapshots could produce a NullPointerException in some rare circumstances if a rolling upgrade to remove cache mappings was not correctly done.
  20. COH-30999 Fixed an issue where the getOrDefault() call on a cache that uses RWBM with cache store does not propagate the call through to the cache store when the entry does not exist.
  21. COH-30900 Fixed an issue where recovering multiple large caches with indices from persistence could result in invalid index contents.
  22. COH-30772 Fixed an issue where a write-behind remove might get stuck when there are outstanding pending write-behind operations on the entry.
  23. COH-29982 Added backwards and forward compatibility support for system properties with prefix "com.oracle.common" and "com.oracle.coherence.common", if system property lookup fails beginning with one prefix, retry lookup with alternative prefix. This change accommodates moving package com.oracle.common to com.oracle.coherence.common in Coherence version 14.1.1.0.
  24. COH-29800 Fixed an issue where backing map manager wasn't correctly set and initialized when using View Scheme.
Commits
  • 838cade release: update poms to version 24.09.2
  • a40c9cb Enh 37387064 - [37381796->24.09.1] Topics: general refactoring and hardening
  • d7c06af Enh 37496193 - [37496162->24.09.2] General refactoring and hardening of the g...
  • 3fafdc0 Harden topics Bug35945522Tests against OOM error
  • 97e0db4 release: update poms to version 24.09.2-SNAPSHOT
  • c0457bc release: update poms to version 24.09.1
  • e15767a Enh 37496193 - [37496162->24.09.2] General refactoring and hardening of the g...
  • e856cf5 Enh 37387064 - [37381796->24.09.1] Topics: general refactoring and hardening
  • e948341 Fix copyright
  • 0b5dbd7 Bug 37492471 - [37481437->24.09.1] Update OpenTelemetry to latest version (me...
  • Additional commits viewable in compare view

Updates com.oracle.coherence.ce:coherence-cdi-server from 24.09 to 24.09.2

Release notes

Sourced from com.oracle.coherence.ce:coherence-cdi-server's releases.

Coherence CE v24.09.2

This is patch 2 of the Coherence CE 24.09 release.

CAUTION: Coherence CE 24.09.1 release had to be corrected and released as 24.09.2. Do not pickup 24.09.1 release.

New features in Coherence CE 24.09.2

  1. COH-31646 General refactoring and hardening of the Coherence gRPC APIs
  2. COH-31464 Fixed timing related issues in the NamedTopic subscriber API and generally hardened the code base.
  3. COH-31276 Added a size MBean attribute and metric for view caches.
  4. COH-31087 Enhanced proxy log message to include the serializer name when an exception thrown due to mismatch in serializer type between the server and client.
  5. COH-31079 Added the ability to run pre-defined reports using Management over REST API.
  6. COH-30057 Added support for system property coherence.guardian.log.threaddump.interval which can be set to a time duration to reduce the frequency that guardian service thread dumps appear in the server log.
  7. COH-29675 Added a warning message to the Name Service lookup utility, NSLookup, when lookup of "-name " fails and the provided service does not match any of the predefined services.
  8. COH-27121 Added a Management MBean operation and a REST endpoint to reset statistics for MBeans specified by a query string.

Bugs fixed since Coherence CE 24.09

  1. COH-31614 Fixed an issue where an IllegalArgumentException could be thrown when a cache persistence activity due to cache creation or deletion runs concurrently with taking a snapshot.
  2. COH-31608 Bumped optional dependency, OpenTelemetry, from 1.29.0 to 1.46.0.
  3. COH-31596 Fixed an issue that could prevent OpenTelemetry spans from being properly linked.
  4. COH-31480 Fixed an issue where RemoveCount on the StorageManager MBean was not being reset when calling resetStatistics().
  5. COH-31399 Update Helidon Version to 4.1.5, Netty version to 4.1.115.Final, gRPC version to 1.65.1
  6. COH-31385 Fixed an issue in federation where a NullPointerException may be thrown when a partition is moved while processing journal events for that partition.
  7. COH-31325 Fixed an issue where the ContinuousQueryCache constructor did not honor the request for no local cache values when a map listener was provided. Note: this fix results in a behavior change as the CQC constructor now infers that the provided listener is a lite listener.
  8. COH-31253 Fixed an issue where internal CacheStore operations can result in unsolicited commit events.
  9. COH-31210 Fixed an issue where a NullPointerException could be thrown when using the coherence-mp-config module.
  10. COH-31209 Fixed an issue where overriding the backing map for a caching scheme using a cache config override throws an exception because the merging of two scheme elements results in invalid XML.
  11. COH-31208 Fixed an issue where using a cache configuration override containing cache-mapping for the same cache-name as the parent cache configuration file results in java.lang.IllegalArgumentException.
  12. COH-31179 Fixed an issue where an IllegalArgumentException could be thrown when a cache persistence activity runs concurrently with taking a snapshot.
  13. COH-31178 Fixed an issue where cache map listeners were not unregistered when a gRPC proxy service was shutdown.
  14. COH-31164 Fixed an issue where using the SimilaritySearch aggregator from gRPC clients did not work
  15. COH-31152 Fix fromCollection methodsCollectionExtractor
  16. COH-31125 Fixed an issue where using the NullFirst argument set to true in a SafeComparator would not be honored when running queries.
  17. COH-31109 Fixed an issue during a rolling upgrade where a corrupted message type 87 can occur in a Coherence storage enabled server running version 12.2.1.4/14.1.1.0 while other storage-enabled cluster members are version 14.1.1.2206 or higher.
  18. COH-31092 Fixed the issue where SimilaritySearch aggregator couldn't be executed asynchronously
  19. COH-31022 Fixed an issue where persistence snapshots could produce a NullPointerException in some rare circumstances if a rolling upgrade to remove cache mappings was not correctly done.
  20. COH-30999 Fixed an issue where the getOrDefault() call on a cache that uses RWBM with cache store does not propagate the call through to the cache store when the entry does not exist.
  21. COH-30900 Fixed an issue where recovering multiple large caches with indices from persistence could result in invalid index contents.
  22. COH-30772 Fixed an issue where a write-behind remove might get stuck when there are outstanding pending write-behind operations on the entry.
  23. COH-29982 Added backwards and forward compatibility support for system properties with prefix "com.oracle.common" and "com.oracle.coherence.common", if system property lookup fails beginning with one prefix, retry lookup with alternative prefix. This change accommodates moving package com.oracle.common to com.oracle.coherence.common in Coherence version 14.1.1.0.
  24. COH-29800 Fixed an issue where backing map manager wasn't correctly set and initialized when using View Scheme.
Commits
  • 838cade release: update poms to version 24.09.2
  • a40c9cb Enh 37387064 - [37381796->24.09.1] Topics: general refactoring and hardening
  • d7c06af Enh 37496193 - [37496162->24.09.2] General refactoring and hardening of the g...
  • 3fafdc0 Harden topics Bug35945522Tests against OOM error
  • 97e0db4 release: update poms to version 24.09.2-SNAPSHOT
  • c0457bc release: update poms to version 24.09.1
  • e15767a Enh 37496193 - [37496162->24.09.2] General refactoring and hardening of the g...
  • e856cf5 Enh 37387064 - [37381796->24.09.1] Topics: general refactoring and hardening
  • e948341 Fix copyright
  • 0b5dbd7 Bug 37492471 - [37481437->24.09.1] Update OpenTelemetry to latest version (me...
  • Additional commits viewable in compare view

Updates com.oracle.coherence.ce:coherence-mp-config from 24.09 to 24.09.2

Release notes

Sourced from com.oracle.coherence.ce:coherence-mp-config's releases.

Coherence CE v24.09.2

This is patch 2 of the Coherence CE 24.09 release.

CAUTION: Coherence CE 24.09.1 release had to be corrected and released as 24.09.2. Do not pickup 24.09.1 release.

New features in Coherence CE 24.09.2

  1. COH-31646 General refactoring and hardening of the Coherence gRPC APIs
  2. COH-31464 Fixed timing related issues in the NamedTopic subscriber API and generally hardened the code base.
  3. COH-31276 Added a size MBean attribute and metric for view caches.
  4. COH-31087 Enhanced proxy log message to include the serializer name when an exception thrown due to mismatch in serializer type between the server and client.
  5. COH-31079 Added the ability to run pre-defined reports using Management over REST API.
  6. COH-30057 Added support for system property coherence.guardian.log.threaddump.interval which can be set to a time duration to reduce the frequency that guardian service thread dumps appear in the server log.
  7. COH-29675 Added a warning message to the Name Service lookup utility, NSLookup, when lookup of "-name " fails and the provided service does not match any of the predefined services.
  8. COH-27121 Added a Management MBean operation and a REST endpoint to reset statistics for MBeans specified by a query string.

Bugs fixed since Coherence CE 24.09

  1. COH-31614 Fixed an issue where an IllegalArgumentException could be thrown when a cache persistence activity due to cache creation or deletion runs concurrently with taking a snapshot.
  2. COH-31608 Bumped optional dependency, OpenTelemetry, from 1.29.0 to 1.46.0.
  3. COH-31596 Fixed an issue that could prevent OpenTelemetry spans from being properly linked.
  4. COH-31480 Fixed an issue where RemoveCount on the StorageManager MBean was not being reset when calling resetStatistics().
  5. COH-31399 Update Helidon Version to 4.1.5, Netty version to 4.1.115.Final, gRPC version to 1.65.1
  6. COH-31385 Fixed an issue in federation where a NullPointerException may be thrown when a partition is moved while processing journal events for that partition.
  7. COH-31325 Fixed an issue where the ContinuousQueryCache constructor did not honor the request for no local cache values when a map listener was provided. Note: this fix results in a behavior change as the CQC constructor now infers that the provided listener is a lite listener.
  8. COH-31253 Fixed an issue where internal CacheStore operations can result in unsolicited commit events.
  9. COH-31210 Fixed an issue where a NullPointerException could be thrown when using the coherence-mp-config module.
  10. COH-31209 Fixed an issue where overriding the backing map for a caching scheme using a cache config override throws an exception because the merging of two scheme elements results in invalid XML.
  11. COH-31208 Fixed an issue where using a cache configuration override containing cache-mapping for the same cache-name as the parent cache configuration file results in java.lang.IllegalArgumentException.
  12. COH-31179 Fixed an issue where an IllegalArgumentException could be thrown when a cache persistence activity runs concurrently with taking a snapshot.
  13. COH-31178 Fixed an issue where cache map listeners were not unregistered when a gRPC proxy service was shutdown.
  14. COH-31164 Fixed an issue where using the SimilaritySearch aggregator from gRPC clients did not work
  15. COH-31152 Fix fromCollection methodsCollectionExtractor
  16. COH-31125 Fixed an issue where using the NullFirst argument set to true in a SafeComparator would not be honored when running queries.
  17. COH-31109 Fixed an issue during a rolling upgrade where a corrupted message type 87 can occur in a Coherence storage enabled server running version 12.2.1.4/14.1.1.0 while other storage-enabled cluster members are version 14.1.1.2206 or higher.
  18. COH-31092 Fixed the issue where SimilaritySearch aggregator couldn't be executed asynchronously
  19. COH-31022 Fixed an issue where persistence snapshots could produce a NullPointerException in some rare circumstances if a rolling upgrade to remove cache mappings was not correctly done.
  20. COH-30999 Fixed an issue where the getOrDefault() call on a cache that uses RWBM with cache store does not propagate the call through to the cache store when the entry does not exist.
  21. COH-30900 Fixed an issue where recovering multiple large caches with indices from persistence could result in invalid index contents.
  22. COH-30772 Fixed an issue where a write-behind remove might get stuck when there are outstanding pending write-behind operations on the entry.
  23. COH-29982 Added backwards and forward compatibility support for system properties with prefix "com.oracle.common" and "com.oracle.coherence.common", if system property lookup fails beginning with one prefix, retry lookup with alternative prefix. This change accommodates moving package com.oracle.common to com.oracle.coherence.common in Coherence version 14.1.1.0.
  24. COH-29800 Fixed an issue where backing map manager wasn't correctly set and initialized when using View Scheme.
Commits
  • 838cade release: update poms to version 24.09.2
  • a40c9cb Enh 37387064 - [37381796->24.09.1] Topics: general refactoring and hardening
  • d7c06af Enh 37496193 - [37496162->24.09.2] General refactoring and hardening of the g...
  • 3fafdc0 Harden topics Bug35945522Tests against OOM error
  • 97e0db4 release: update poms to version 24.09.2-SNAPSHOT
  • c0457bc release: update poms to version 24.09.1
  • e15767a Enh 37496193 - [37496162->24.09.2] General refactoring and hardening of the g...
  • e856cf5 Enh 37387064 - [37381796->24.09.1] Topics: general refactoring and hardening
  • e948341 Fix copyright
  • 0b5dbd7 Bug 37492471 - [37481437->24.09.1] Update OpenTelemetry to latest version (me...
  • 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 `version.lib.coherence` from 24.09 to 24.09.2.

Updates `com.oracle.coherence.ce:coherence` from 24.09 to 24.09.2
- [Release notes](https://github.com/oracle/coherence/releases)
- [Commits](oracle/coherence@24.09...24.09.2)

Updates `com.oracle.coherence.ce:coherence-cdi-server` from 24.09 to 24.09.2
- [Release notes](https://github.com/oracle/coherence/releases)
- [Commits](oracle/coherence@24.09...24.09.2)

Updates `com.oracle.coherence.ce:coherence-mp-config` from 24.09 to 24.09.2
- [Release notes](https://github.com/oracle/coherence/releases)
- [Commits](oracle/coherence@24.09...24.09.2)

---
updated-dependencies:
- dependency-name: com.oracle.coherence.ce:coherence
  dependency-type: direct:production
- dependency-name: com.oracle.coherence.ce:coherence-cdi-server
  dependency-type: direct:production
- dependency-name: com.oracle.coherence.ce:coherence-mp-config
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 27, 2025
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jan 27, 2025
@rlubke rlubke merged commit 41a2753 into main Jan 27, 2025
4 checks passed
@rlubke rlubke deleted the 2546dependabot/maven/version.lib.coherence-24.09.2 branch January 27, 2025 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant