Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/validate-nslookup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
poetry-version: ["1.8.4"]
os: [ubuntu-latest]
coherenceVersion:
- 24.09.3
- 25.03
- 22.06.11
base-image:
- gcr.io/distroless/java17-debian11
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
poetry-version: ["1.8.4"]
os: [ubuntu-latest]
coherenceVersion:
- 24.09.3
- 25.03
- 22.06.11
base-image:
- gcr.io/distroless/java17-debian11
profile:
- ",-jakarta,javax"
- ",jakarta,-javax"
exclude:
- coherenceVersion: 24.09.3
- coherenceVersion: 25.03
profile: ",-jakarta,javax"
- coherenceVersion: 22.06.11
profile: ",jakarta,-javax"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line can stay the same:

  • Usage of module coherence.ai requires Coherence CE 24.09.2+

Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ For local development, we recommend using the Coherence CE Docker image; it cont
everything necessary for the client to operate correctly.

```bash
docker run -d -p 1408:1408 ghcr.io/oracle/coherence-ce:24.09.3
docker run -d -p 1408:1408 ghcr.io/oracle/coherence-ce:25.03
```

## Installation
Expand Down
2 changes: 1 addition & 1 deletion docs/caches.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ensures updates made to, or removal of, an entry are properly
reflected thus ensuring stale data isn't mistakenly returned.

.. note::
Near caching will only work with Coherence CE `24.09` or later. Attempting
Near caching will only work with Coherence CE `25.03` or later. Attempting
to use near caching features with older versions will have no effect.

A near cache is configured via `NearCacheOptions` which provides several
Expand Down