Skip to content

Bump coherence.version from 25.03 to 25.03.1 in /tests/java #239

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

Merged
merged 1 commit into from
Apr 30, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 30, 2025

Bumps coherence.version from 25.03 to 25.03.1.
Updates com.oracle.coherence.ce:coherence from 25.03 to 25.03.1

Release notes

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

Coherence CE v25.03.1

This is patch 1 of the Coherence CE 25.03 release.

New features in Coherence CE 25.03.1

  1. COH-32058 Added additional close log messages and channel id to ConnectionException thrown on an Extend client to assist in diagnosing why that connection was closed.
  2. COH-31906 Added enhancement that allows configuring authorized hosts via a comma separated list of IP host names/addresses for both cluster members and extend clients. New system properties are coherence.authrorized.hosts and coherence.extend.authorized.hosts.

Bugs fixed since Coherence CE 25.03

  1. COH-32256 Fixed an issue where using some filters would result in timeouts due to inefficient code in internal structures.
  2. COH-32207 Fixed a bug in the KeystoreLogin class where the principal name was incorrectly taken from the certificate issuer name instead of using the certificate subject principal.
  3. COH-32128 Updated ASM (org.ow2.asm) to version 9.8.
  4. COH-32127 Fixed an issue which could prevent the Gradle/Maven POF plugins from working with Java 24.
  5. COH-32052 Improved Coherence's usage of OpenTelemetry to a) reduce the number of required dependencies b) reduce the number of required system properties that must be set in order for tracing to function properly. See the documentation for further details.
  6. COH-31975 Fixed an issue where NullPointerException could be thrown by Daemon.changeState method in some rare circumstances.
  7. COH-31960 Fixed an issue where a DistributedCache service may be terminated due to invalid assertion "Unrecoverable backup ownership de-synchronization for partition XXX(0!=YY)".
  8. COH-31414 Fixed an issue where many MessageFactory$CloseConnection objects might be created while an extend connection was being closed.
  9. COH-31394 Fixed an issue where cache store operations and out-of-band changes could incorrectly fire or suppress the firing of transaction COMMITTING and unsolicited commit event COMMITTED live events in some rare cases.
  10. COH-30595 Fixed a Proxy side memory leak caused by a continuously growing PartitionedCache ProcessedEvents array.
  11. COH-15932 Fixed an issue where NoClassDefFoundErr is thrown by default Serializer.getName method when optional inject.jar is not provided.
Commits
  • d134bbc release: update poms to version 25.03.1
  • e011258 Bug 37888733 - [37861433->25.03.1] The Coherence KeystoreLogin class uses the...
  • bee9ef0 Bug 37878170 - [37873529->25.03.1] Optimize Subset for chainedcollections han...
  • ba54157 Bug 37871570 - [37331397->25.03.1] RFA: Proxy not cleaning closed connections...
  • 68978ae Bug 37872355 - [37724206->25.03.1] NPE in Daemon.changeState() due to Daemon....
  • a4e8837 Fix examples build
  • 1735b80 Update examples doc overview page
  • ae78790 Add custom access controller example
  • b21e539 Bug 37868099 - [24558376->25.03.1] Fix Serializer.getName to not throw java.l...
  • cb937c3 Enhancement Request 37862183 - [37669786->25.03.1] ENH: Add support for comma...
  • Additional commits viewable in compare view

Updates com.oracle.coherence.ce:coherence-json from 25.03 to 25.03.1

Release notes

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

Coherence CE v25.03.1

This is patch 1 of the Coherence CE 25.03 release.

New features in Coherence CE 25.03.1

  1. COH-32058 Added additional close log messages and channel id to ConnectionException thrown on an Extend client to assist in diagnosing why that connection was closed.
  2. COH-31906 Added enhancement that allows configuring authorized hosts via a comma separated list of IP host names/addresses for both cluster members and extend clients. New system properties are coherence.authrorized.hosts and coherence.extend.authorized.hosts.

Bugs fixed since Coherence CE 25.03

  1. COH-32256 Fixed an issue where using some filters would result in timeouts due to inefficient code in internal structures.
  2. COH-32207 Fixed a bug in the KeystoreLogin class where the principal name was incorrectly taken from the certificate issuer name instead of using the certificate subject principal.
  3. COH-32128 Updated ASM (org.ow2.asm) to version 9.8.
  4. COH-32127 Fixed an issue which could prevent the Gradle/Maven POF plugins from working with Java 24.
  5. COH-32052 Improved Coherence's usage of OpenTelemetry to a) reduce the number of required dependencies b) reduce the number of required system properties that must be set in order for tracing to function properly. See the documentation for further details.
  6. COH-31975 Fixed an issue where NullPointerException could be thrown by Daemon.changeState method in some rare circumstances.
  7. COH-31960 Fixed an issue where a DistributedCache service may be terminated due to invalid assertion "Unrecoverable backup ownership de-synchronization for partition XXX(0!=YY)".
  8. COH-31414 Fixed an issue where many MessageFactory$CloseConnection objects might be created while an extend connection was being closed.
  9. COH-31394 Fixed an issue where cache store operations and out-of-band changes could incorrectly fire or suppress the firing of transaction COMMITTING and unsolicited commit event COMMITTED live events in some rare cases.
  10. COH-30595 Fixed a Proxy side memory leak caused by a continuously growing PartitionedCache ProcessedEvents array.
  11. COH-15932 Fixed an issue where NoClassDefFoundErr is thrown by default Serializer.getName method when optional inject.jar is not provided.
Commits
  • d134bbc release: update poms to version 25.03.1
  • e011258 Bug 37888733 - [37861433->25.03.1] The Coherence KeystoreLogin class uses the...
  • bee9ef0 Bug 37878170 - [37873529->25.03.1] Optimize Subset for chainedcollections han...
  • ba54157 Bug 37871570 - [37331397->25.03.1] RFA: Proxy not cleaning closed connections...
  • 68978ae Bug 37872355 - [37724206->25.03.1] NPE in Daemon.changeState() due to Daemon....
  • a4e8837 Fix examples build
  • 1735b80 Update examples doc overview page
  • ae78790 Add custom access controller example
  • b21e539 Bug 37868099 - [24558376->25.03.1] Fix Serializer.getName to not throw java.l...
  • cb937c3 Enhancement Request 37862183 - [37669786->25.03.1] ENH: Add support for comma...
  • Additional commits viewable in compare view

Updates com.oracle.coherence.ce:coherence-management from 25.03 to 25.03.1

Release notes

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

Coherence CE v25.03.1

This is patch 1 of the Coherence CE 25.03 release.

New features in Coherence CE 25.03.1

  1. COH-32058 Added additional close log messages and channel id to ConnectionException thrown on an Extend client to assist in diagnosing why that connection was closed.
  2. COH-31906 Added enhancement that allows configuring authorized hosts via a comma separated list of IP host names/addresses for both cluster members and extend clients. New system properties are coherence.authrorized.hosts and coherence.extend.authorized.hosts.

Bugs fixed since Coherence CE 25.03

  1. COH-32256 Fixed an issue where using some filters would result in timeouts due to inefficient code in internal structures.
  2. COH-32207 Fixed a bug in the KeystoreLogin class where the principal name was incorrectly taken from the certificate issuer name instead of using the certificate subject principal.
  3. COH-32128 Updated ASM (org.ow2.asm) to version 9.8.
  4. COH-32127 Fixed an issue which could prevent the Gradle/Maven POF plugins from working with Java 24.
  5. COH-32052 Improved Coherence's usage of OpenTelemetry to a) reduce the number of required dependencies b) reduce the number of required system properties that must be set in order for tracing to function properly. See the documentation for further details.
  6. COH-31975 Fixed an issue where NullPointerException could be thrown by Daemon.changeState method in some rare circumstances.
  7. COH-31960 Fixed an issue where a DistributedCache service may be terminated due to invalid assertion "Unrecoverable backup ownership de-synchronization for partition XXX(0!=YY)".
  8. COH-31414 Fixed an issue where many MessageFactory$CloseConnection objects might be created while an extend connection was being closed.
  9. COH-31394 Fixed an issue where cache store operations and out-of-band changes could incorrectly fire or suppress the firing of transaction COMMITTING and unsolicited commit event COMMITTED live events in some rare cases.
  10. COH-30595 Fixed a Proxy side memory leak caused by a continuously growing PartitionedCache ProcessedEvents array.
  11. COH-15932 Fixed an issue where NoClassDefFoundErr is thrown by default Serializer.getName method when optional inject.jar is not provided.
Commits
  • d134bbc release: update poms to version 25.03.1
  • e011258 Bug 37888733 - [37861433->25.03.1] The Coherence KeystoreLogin class uses the...
  • bee9ef0 Bug 37878170 - [37873529->25.03.1] Optimize Subset for chainedcollections han...
  • ba54157 Bug 37871570 - [37331397->25.03.1] RFA: Proxy not cleaning closed connections...
  • 68978ae Bug 37872355 - [37724206->25.03.1] NPE in Daemon.changeState() due to Daemon....
  • a4e8837 Fix examples build
  • 1735b80 Update examples doc overview page
  • ae78790 Add custom access controller example
  • b21e539 Bug 37868099 - [24558376->25.03.1] Fix Serializer.getName to not throw java.l...
  • cb937c3 Enhancement Request 37862183 - [37669786->25.03.1] ENH: Add support for comma...
  • Additional commits viewable in compare view

Updates com.oracle.coherence.ce:coherence-grpc-proxy from 25.03 to 25.03.1

Release notes

Sourced from com.oracle.coherence.ce:coherence-grpc-proxy's releases.

Coherence CE v25.03.1

This is patch 1 of the Coherence CE 25.03 release.

New features in Coherence CE 25.03.1

  1. COH-32058 Added additional close log messages and channel id to ConnectionException thrown on an Extend client to assist in diagnosing why that connection was closed.
  2. COH-31906 Added enhancement that allows configuring authorized hosts via a comma separated list of IP host names/addresses for both cluster members and extend clients. New system properties are coherence.authrorized.hosts and coherence.extend.authorized.hosts.

Bugs fixed since Coherence CE 25.03

  1. COH-32256 Fixed an issue where using some filters would result in timeouts due to inefficient code in internal structures.
  2. COH-32207 Fixed a bug in the KeystoreLogin class where the principal name was incorrectly taken from the certificate issuer name instead of using the certificate subject principal.
  3. COH-32128 Updated ASM (org.ow2.asm) to version 9.8.
  4. COH-32127 Fixed an issue which could prevent the Gradle/Maven POF plugins from working with Java 24.
  5. COH-32052 Improved Coherence's usage of OpenTelemetry to a) reduce the number of required dependencies b) reduce the number of required system properties that must be set in order for tracing to function properly. See the documentation for further details.
  6. COH-31975 Fixed an issue where NullPointerException could be thrown by Daemon.changeState method in some rare circumstances.
  7. COH-31960 Fixed an issue where a DistributedCache service may be terminated due to invalid assertion "Unrecoverable backup ownership de-synchronization for partition XXX(0!=YY)".
  8. COH-31414 Fixed an issue where many MessageFactory$CloseConnection objects might be created while an extend connection was being closed.
  9. COH-31394 Fixed an issue where cache store operations and out-of-band changes could incorrectly fire or suppress the firing of transaction COMMITTING and unsolicited commit event COMMITTED live events in some rare cases.
  10. COH-30595 Fixed a Proxy side memory leak caused by a continuously growing PartitionedCache ProcessedEvents array.
  11. COH-15932 Fixed an issue where NoClassDefFoundErr is thrown by default Serializer.getName method when optional inject.jar is not provided.
Commits
  • d134bbc release: update poms to version 25.03.1
  • e011258 Bug 37888733 - [37861433->25.03.1] The Coherence KeystoreLogin class uses the...
  • bee9ef0 Bug 37878170 - [37873529->25.03.1] Optimize Subset for chainedcollections han...
  • ba54157 Bug 37871570 - [37331397->25.03.1] RFA: Proxy not cleaning closed connections...
  • 68978ae Bug 37872355 - [37724206->25.03.1] NPE in Daemon.changeState() due to Daemon....
  • a4e8837 Fix examples build
  • 1735b80 Update examples doc overview page
  • ae78790 Add custom access controller example
  • b21e539 Bug 37868099 - [24558376->25.03.1] Fix Serializer.getName to not throw java.l...
  • cb937c3 Enhancement Request 37862183 - [37669786->25.03.1] ENH: Add support for comma...
  • 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 `coherence.version` from 25.03 to 25.03.1.

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

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

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

Updates `com.oracle.coherence.ce:coherence-grpc-proxy` from 25.03 to 25.03.1
- [Release notes](https://github.com/oracle/coherence/releases)
- [Commits](oracle/coherence@25.03...25.03.1)

---
updated-dependencies:
- dependency-name: com.oracle.coherence.ce:coherence
  dependency-version: 25.03.1
  dependency-type: direct:production
- dependency-name: com.oracle.coherence.ce:coherence-json
  dependency-version: 25.03.1
  dependency-type: direct:production
- dependency-name: com.oracle.coherence.ce:coherence-management
  dependency-version: 25.03.1
  dependency-type: direct:production
- dependency-name: com.oracle.coherence.ce:coherence-grpc-proxy
  dependency-version: 25.03.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 30, 2025
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Apr 30, 2025
@rlubke rlubke merged commit 5b704a5 into main Apr 30, 2025
13 checks passed
@dependabot dependabot bot deleted the dependabot/maven/tests/java/coherence.version-25.03.1 branch April 30, 2025 15:05
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