diff --git a/.github/workflows/validate-nslookup.yml b/.github/workflows/validate-nslookup.yml index a072c81..a53f275 100644 --- a/.github/workflows/validate-nslookup.yml +++ b/.github/workflows/validate-nslookup.yml @@ -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 diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 33d7d8d..0489893 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -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 @@ -29,7 +29,7 @@ jobs: - ",-jakarta,javax" - ",jakarta,-javax" exclude: - - coherenceVersion: 24.09.3 + - coherenceVersion: 25.03 profile: ",-jakarta,javax" - coherenceVersion: 22.06.11 profile: ",jakarta,-javax" diff --git a/README.md b/README.md index dec6398..d9dd00c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/caches.rst b/docs/caches.rst index 856beef..fe7af56 100644 --- a/docs/caches.rst +++ b/docs/caches.rst @@ -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