From 3b8cf376875a4c7dfb65971883017b49a18d489e Mon Sep 17 00:00:00 2001 From: Kevin Read Date: Sat, 27 Jan 2024 18:22:20 +0100 Subject: [PATCH] Do not run tests with JDK 8. Explain about building with Java 11+ but JAR compatible with Java 8. --- .github/workflows/build-pr.yml | 1 - README.md | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index bae32c8e..9379c126 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -19,7 +19,6 @@ jobs: strategy: matrix: java-version: - - 8 - 11 - 17 - 21 diff --git a/README.md b/README.md index 6e8ebe2a..5bfd5ecc 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,11 @@ Features * Supports distributed broadcast across netty-socketio nodes ([Redisson](https://redisson.org), [Hazelcast](https://www.hazelcast.com/)) * Supports OSGi * Supports Spring +* Contains Java module info for JPMS. * Lock-free and thread-safe implementation * Declarative handler configuration via annotations +JAR is compatible with Java 8 but needs Java 11+ for building the module-info. Performance ================================