Skip to content

Commit

Permalink
Do not run tests with JDK 8.
Browse files Browse the repository at this point in the history
Explain about building with Java 11+ but JAR compatible with Java 8.
  • Loading branch information
unverbraucht committed Jan 27, 2024
1 parent 5dc2def commit 3b8cf37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
strategy:
matrix:
java-version:
- 8
- 11
- 17
- 21
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
================================
Expand Down

0 comments on commit 3b8cf37

Please sign in to comment.