Skip to content

Commit

Permalink
Add jdk21 to CI (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder authored Oct 11, 2023
1 parent 5221c45 commit 0bbc504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# As of Jackson 2.14 got Java 8 baseline so can build on later JDKs too
java_version: ['8', '11', '17', '20']
java_version: ['8', '11', '17', '21']
os: ['ubuntu-20.04']
env:
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public static RecyclerPool<BufferRecycler> newBoundedPool(int size) {
*/

/**
* {@link ThreadLocal}-based {@link RecyclerPool} implemenetation used for
* {@link ThreadLocal}-based {@link RecyclerPool} implementation used for
* recycling {@link BufferRecycler} instances:
* see {@link RecyclerPool.ThreadLocalPoolBase} for full explanation
* of functioning.
Expand Down

0 comments on commit 0bbc504

Please sign in to comment.