Skip to content

Commit 18002c5

Browse files
authored
Replace Coherence 24.09 references with 25.03. (#225)
1 parent 9fcb9dd commit 18002c5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/validate-nslookup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
poetry-version: ["1.8.4"]
2222
os: [ubuntu-latest]
2323
coherenceVersion:
24-
- 24.09.3
24+
- 25.03
2525
- 22.06.11
2626
base-image:
2727
- gcr.io/distroless/java17-debian11

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
poetry-version: ["1.8.4"]
2222
os: [ubuntu-latest]
2323
coherenceVersion:
24-
- 24.09.3
24+
- 25.03
2525
- 22.06.11
2626
base-image:
2727
- gcr.io/distroless/java17-debian11
2828
profile:
2929
- ",-jakarta,javax"
3030
- ",jakarta,-javax"
3131
exclude:
32-
- coherenceVersion: 24.09.3
32+
- coherenceVersion: 25.03
3333
profile: ",-jakarta,javax"
3434
- coherenceVersion: 22.06.11
3535
profile: ",jakarta,-javax"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For local development, we recommend using the Coherence CE Docker image; it cont
3232
everything necessary for the client to operate correctly.
3333

3434
```bash
35-
docker run -d -p 1408:1408 ghcr.io/oracle/coherence-ce:24.09.3
35+
docker run -d -p 1408:1408 ghcr.io/oracle/coherence-ce:25.03
3636
```
3737

3838
## Installation

docs/caches.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ensures updates made to, or removal of, an entry are properly
4141
reflected thus ensuring stale data isn't mistakenly returned.
4242

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

4747
A near cache is configured via `NearCacheOptions` which provides several

0 commit comments

Comments
 (0)