We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0867541 commit 0dcc59eCopy full SHA for 0dcc59e
jsonb/src/main/java/io/avaje/jsonb/stream/Recycle.java
@@ -12,7 +12,7 @@ private Recycle() {}
12
13
static {
14
if (Float.parseFloat(System.getProperty("java.specification.version")) >= 19
15
- && !Boolean.getBoolean("jsonb.UseTLBuffers")) {
+ && !Boolean.getBoolean("jsonb.useTLBuffers")) {
16
jvmRecycle = true;
17
} else {
18
managed = ThreadLocal.withInitial(Recycle::getGenerator);
0 commit comments