Skip to content

Bump version.lib.coherence from 25.03.1 to 25.03.2 #160

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
Jul 23, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2025

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

Release notes

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

Coherence CE v25.03.2

This is patch 2 of the Coherence CE v25.03 release.

New features in Coherence CE v25.03.2

  1. COH-32680 Added system property coherence.concurrent.extend.socketprovider to ease configuration of a non-default socket provider for the concurrent extend client and the concurrent extend proxy.
  2. COH-32549 Removed unnecessary logging when verifying credentials using the Coherence access controller.
  3. COH-32457 Enhanced the incompatible serialiser warning message displayed when gRPC clients connect to also display the client member details.
  4. COH-32299 Added new reports to show gRPC proxy information.
  5. COH-31832 Added support for parallelized LimitFilter queries.
  6. COH-31612 Added a configureLogLevel(String sLevel, String sRole) operation to the Cluster MBean for updating log level cluster-wide, optionally filtering by member role to target specific services (e.g. "storage", "proxy").

Bugs fixed since Coherence CE v25.03.1

  1. COH-32652 Fixed an issue where a java.lang.SecurityException may be thrown when running a privileged action due to the Subject not being inherited from the parent thread when using JDK 21.
  2. COH-32616 Fixed ValueExtractor.getCanonicalName() to handle unexpected exceptions thrown when called on a non lambda instance and return null for those cases.
  3. COH-32583 Fixed an issue where an EOFException could occur during rolling restart and cause the corresponding service to shut down and start again.
  4. COH-32536 Fixed an issue where the PacketReceiver service could be terminated due to a NullPointerException.
  5. COH-32524 Updated Helidon to version 4.2.3
  6. COH-32523 Updated OpenTelemetry to version 1.51.0.
  7. COH-32461 Removed the unused "member" attribute from member definition object in the management over REST Swagger document.
  8. COH-32433 Changed the processing of values provided to system properties ending in "Millis" such as com.oracle.coherence.common.internal.net.socketbus.SocketBusDriver.ackTimeoutMillis to allow defaulting the duration to milliseconds. Additionally a warning message is now printed to stderr when a configuration system property's value is ignored due to invalid format.
  9. COH-32395 Fixed an issue where running a query that involves specific field name prefixes will fail with a Missing or inaccessible method error.
  10. COH-32394 Improved the scalability and performance of gRPC APIs.
  11. COH-32347 Updated org.eclipse.parsson:parson-media to version 1.1.7.
  12. COH-32346 Updated Jersey to version 3.1.10.
  13. COH-32345 Updated Caffeine to version 3.2.0.
  14. COH-32342 Updated Jackson to version 2.19.0.
  15. COH-32310 Fixed an issue where cancelled gRPC calls were counted as errors.
  16. COH-32229 Fixed an issue where a NamedCache could be injected before the MapEvent listeners were registered.
  17. COH-32208 Fixed an issue where a NullPointerException may be thrown in ReadWriteBackingMap isEvictable() in some rare scenarios.
  18. COH-32200 Fixed an issue where an EOFException could occur during rolling restart and cause the corresponding service to shut down and start again.
  19. COH-32188 Fixed an issue where an assertion could fail while shutting down busy services.
  20. COH-30783 Fixed an issue where a NullPointerException may be thrown as a result of failing to bind to a port when a member is transitioning to becoming the management senior.
Commits
  • e339478 release: update poms to version 25.03.2
  • 72804fa p4 revert CL# 117469
  • 5ff3cb1 Bug 38139257 - [38041090->25.03.3] Failed to restart services: java.lang.Secu...
  • a6a7904 release: update poms to version 25.03.3-SNAPSHOT
  • 284bfc5 release: update poms to version 25.03.2
  • 2be577a ROLLBAK: Bug 38139257 - [38041090->25.03.3] Failed to restart services: java....
  • 7cb8cbb Bug 38139257 - [38041090->25.03.3] Failed to restart services: java.lang.Secu...
  • 748d510 Enh 38188655 - [38068862->25.03.3] Do not log an unnecessary message when an ...
  • 4cb86d0 Fix typo (ce/main -> ce/25.03 @​117352)
  • 4426c0d Bug 38177809 - bump maven plugin api version to 3.9.10 (integ ce/main -> ce/2...
  • Additional commits viewable in compare view

Updates com.oracle.coherence.ce:coherence-cdi-server from 25.03.1 to 25.03.2

Release notes

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

Coherence CE v25.03.2

This is patch 2 of the Coherence CE v25.03 release.

New features in Coherence CE v25.03.2

  1. COH-32680 Added system property coherence.concurrent.extend.socketprovider to ease configuration of a non-default socket provider for the concurrent extend client and the concurrent extend proxy.
  2. COH-32549 Removed unnecessary logging when verifying credentials using the Coherence access controller.
  3. COH-32457 Enhanced the incompatible serialiser warning message displayed when gRPC clients connect to also display the client member details.
  4. COH-32299 Added new reports to show gRPC proxy information.
  5. COH-31832 Added support for parallelized LimitFilter queries.
  6. COH-31612 Added a configureLogLevel(String sLevel, String sRole) operation to the Cluster MBean for updating log level cluster-wide, optionally filtering by member role to target specific services (e.g. "storage", "proxy").

Bugs fixed since Coherence CE v25.03.1

  1. COH-32652 Fixed an issue where a java.lang.SecurityException may be thrown when running a privileged action due to the Subject not being inherited from the parent thread when using JDK 21.
  2. COH-32616 Fixed ValueExtractor.getCanonicalName() to handle unexpected exceptions thrown when called on a non lambda instance and return null for those cases.
  3. COH-32583 Fixed an issue where an EOFException could occur during rolling restart and cause the corresponding service to shut down and start again.
  4. COH-32536 Fixed an issue where the PacketReceiver service could be terminated due to a NullPointerException.
  5. COH-32524 Updated Helidon to version 4.2.3
  6. COH-32523 Updated OpenTelemetry to version 1.51.0.
  7. COH-32461 Removed the unused "member" attribute from member definition object in the management over REST Swagger document.
  8. COH-32433 Changed the processing of values provided to system properties ending in "Millis" such as com.oracle.coherence.common.internal.net.socketbus.SocketBusDriver.ackTimeoutMillis to allow defaulting the duration to milliseconds. Additionally a warning message is now printed to stderr when a configuration system property's value is ignored due to invalid format.
  9. COH-32395 Fixed an issue where running a query that involves specific field name prefixes will fail with a Missing or inaccessible method error.
  10. COH-32394 Improved the scalability and performance of gRPC APIs.
  11. COH-32347 Updated org.eclipse.parsson:parson-media to version 1.1.7.
  12. COH-32346 Updated Jersey to version 3.1.10.
  13. COH-32345 Updated Caffeine to version 3.2.0.
  14. COH-32342 Updated Jackson to version 2.19.0.
  15. COH-32310 Fixed an issue where cancelled gRPC calls were counted as errors.
  16. COH-32229 Fixed an issue where a NamedCache could be injected before the MapEvent listeners were registered.
  17. COH-32208 Fixed an issue where a NullPointerException may be thrown in ReadWriteBackingMap isEvictable() in some rare scenarios.
  18. COH-32200 Fixed an issue where an EOFException could occur during rolling restart and cause the corresponding service to shut down and start again.
  19. COH-32188 Fixed an issue where an assertion could fail while shutting down busy services.
  20. COH-30783 Fixed an issue where a NullPointerException may be thrown as a result of failing to bind to a port when a member is transitioning to becoming the management senior.
Commits
  • e339478 release: update poms to version 25.03.2
  • 72804fa p4 revert CL# 117469
  • 5ff3cb1 Bug 38139257 - [38041090->25.03.3] Failed to restart services: java.lang.Secu...
  • a6a7904 release: update poms to version 25.03.3-SNAPSHOT
  • 284bfc5 release: update poms to version 25.03.2
  • 2be577a ROLLBAK: Bug 38139257 - [38041090->25.03.3] Failed to restart services: java....
  • 7cb8cbb Bug 38139257 - [38041090->25.03.3] Failed to restart services: java.lang.Secu...
  • 748d510 Enh 38188655 - [38068862->25.03.3] Do not log an unnecessary message when an ...
  • 4cb86d0 Fix typo (ce/main -> ce/25.03 @​117352)
  • 4426c0d Bug 38177809 - bump maven plugin api version to 3.9.10 (integ ce/main -> ce/2...
  • Additional commits viewable in compare view

Updates com.oracle.coherence.ce:coherence-mp-config from 25.03.1 to 25.03.2

Release notes

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

Coherence CE v25.03.2

This is patch 2 of the Coherence CE v25.03 release.

New features in Coherence CE v25.03.2

  1. COH-32680 Added system property coherence.concurrent.extend.socketprovider to ease configuration of a non-default socket provider for the concurrent extend client and the concurrent extend proxy.
  2. COH-32549 Removed unnecessary logging when verifying credentials using the Coherence access controller.
  3. COH-32457 Enhanced the incompatible serialiser warning message displayed when gRPC clients connect to also display the client member details.
  4. COH-32299 Added new reports to show gRPC proxy information.
  5. COH-31832 Added support for parallelized LimitFilter queries.
  6. COH-31612 Added a configureLogLevel(String sLevel, String sRole) operation to the Cluster MBean for updating log level cluster-wide, optionally filtering by member role to target specific services (e.g. "storage", "proxy").

Bugs fixed since Coherence CE v25.03.1

  1. COH-32652 Fixed an issue where a java.lang.SecurityException may be thrown when running a privileged action due to the Subject not being inherited from the parent thread when using JDK 21.
  2. COH-32616 Fixed ValueExtractor.getCanonicalName() to handle unexpected exceptions thrown when called on a non lambda instance and return null for those cases.
  3. COH-32583 Fixed an issue where an EOFException could occur during rolling restart and cause the corresponding service to shut down and start again.
  4. COH-32536 Fixed an issue where the PacketReceiver service could be terminated due to a NullPointerException.
  5. COH-32524 Updated Helidon to version 4.2.3
  6. COH-32523 Updated OpenTelemetry to version 1.51.0.
  7. COH-32461 Removed the unused "member" attribute from member definition object in the management over REST Swagger document.
  8. COH-32433 Changed the processing of values provided to system properties ending in "Millis" such as com.oracle.coherence.common.internal.net.socketbus.SocketBusDriver.ackTimeoutMillis to allow defaulting the duration to milliseconds. Additionally a warning message is now printed to stderr when a configuration system property's value is ignored due to invalid format.
  9. COH-32395 Fixed an issue where running a query that involves specific field name prefixes will fail with a Missing or inaccessible method error.
  10. COH-32394 Improved the scalability and performance of gRPC APIs.
  11. COH-32347 Updated org.eclipse.parsson:parson-media to version 1.1.7.
  12. COH-32346 Updated Jersey to version 3.1.10.
  13. COH-32345 Updated Caffeine to version 3.2.0.
  14. COH-32342 Updated Jackson to version 2.19.0.
  15. COH-32310 Fixed an issue where cancelled gRPC calls were counted as errors.
  16. COH-32229 Fixed an issue where a NamedCache could be injected before the MapEvent listeners were registered.
  17. COH-32208 Fixed an issue where a NullPointerException may be thrown in ReadWriteBackingMap isEvictable() in some rare scenarios.
  18. COH-32200 Fixed an issue where an EOFException could occur during rolling restart and cause the corresponding service to shut down and start again.
  19. COH-32188 Fixed an issue where an assertion could fail while shutting down busy services.
  20. COH-30783 Fixed an issue where a NullPointerException may be thrown as a result of failing to bind to a port when a member is transitioning to becoming the management senior.
Commits
  • e339478 release: update poms to version 25.03.2
  • 72804fa p4 revert CL# 117469
  • 5ff3cb1 Bug 38139257 - [38041090->25.03.3] Failed to restart services: java.lang.Secu...
  • a6a7904 release: update poms to version 25.03.3-SNAPSHOT
  • 284bfc5 release: update poms to version 25.03.2
  • 2be577a ROLLBAK: Bug 38139257 - [38041090->25.03.3] Failed to restart services: java....
  • 7cb8cbb Bug 38139257 - [38041090->25.03.3] Failed to restart services: java.lang.Secu...
  • 748d510 Enh 38188655 - [38068862->25.03.3] Do not log an unnecessary message when an ...
  • 4cb86d0 Fix typo (ce/main -> ce/25.03 @​117352)
  • 4426c0d Bug 38177809 - bump maven plugin api version to 3.9.10 (integ ce/main -> ce/2...
  • 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 25.03.1 to 25.03.2.

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

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

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

---
updated-dependencies:
- dependency-name: com.oracle.coherence.ce:coherence
  dependency-version: 25.03.2
  dependency-type: direct:production
- dependency-name: com.oracle.coherence.ce:coherence-cdi-server
  dependency-version: 25.03.2
  dependency-type: direct:production
- dependency-name: com.oracle.coherence.ce:coherence-mp-config
  dependency-version: 25.03.2
  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 Jul 21, 2025
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jul 21, 2025
Copy link

@rlubke rlubke merged commit 4e22fcc into main Jul 23, 2025
4 checks passed
@rlubke rlubke deleted the dependabot/maven/version.lib.coherence-25.03.2 branch July 23, 2025 15:56
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