Skip to content

Commit 5c78f1d

Browse files
authored
docs: java version notes (#307)
1 parent fb576bf commit 5c78f1d

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

.github/workflows/pull_requests.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,9 @@ jobs:
66
runs-on: ${{ matrix.os }}-latest
77
strategy:
88
matrix:
9-
version: [8, 11, 17]
9+
version: [11, 17]
1010
os: ["ubuntu", "windows", "macos"]
11-
exclude:
12-
- version: 8
13-
os: macos
14-
- version: 8
15-
os: windows
11+
1612
steps:
1713
- name: Checkout
1814
uses: actions/checkout@v4

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ You can use this client with [Unleash Enterprise](https://www.getunleash.io/pric
1212
>
1313
> If you're using `MoreOperations`, custom or fallback strategies, subscribers or bootstrapping, please see the full [migration guide](v10_MIGRATION_GUIDE.md) for details. If you use GraalVM or Quarkus, please hold off on upgrading to v10, support is planned but not implemented.
1414
15+
## Java Version Compatibility
16+
17+
As of version 11, this library requires Java 11 or newer.
18+
19+
- Java 8+ is supported on versions 10.2.x and below
20+
21+
- Java 11+ is required starting from version 11 of the SDK
22+
23+
If you're using Java 8, please pin your dependency to 10.2.2 or earlier.
24+
1525
## Getting started
1626

1727
This section shows you how to get started quickly and explains some common configuration scenarios. For a full overview of Unleash configuration options, check out [the _Configuration options_ section](#configuration-options).

0 commit comments

Comments
 (0)