File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,11 +153,11 @@ if (detector.isWildFlyEnvironmentAvailable()) {
153153String detectedJsonLibrary = detectConfiguredJsonLibrary(configContext);
154154
155155if (detectedJsonLibrary != null) {
156- if ("MOSHI".equals(detectedJsonLibrary) && moshiProcessing) {
156+ if ("MOSHI".equals(detectedJsonLibrary) && moshiProcessing) {
157157 configContext.setProperty("HTTP2_MOSHI_JSON_PROCESSING_ENABLED", true);
158158 configContext.setProperty("JSON_LIBRARY_PREFERENCE", "MOSHI");
159159 log.info("Detected Moshi JSON configuration - enabled HTTP/2 optimization for Moshi");
160- } else if ("GSON".equals(detectedJsonLibrary) && gsonProcessing) {
160+ } else if ("GSON".equals(detectedJsonLibrary) && gsonProcessing) {
161161 configContext.setProperty("HTTP2_GSON_JSON_PROCESSING_ENABLED", true);
162162 configContext.setProperty("JSON_LIBRARY_PREFERENCE", "GSON");
163163 log.info("Detected Gson JSON configuration - enabled HTTP/2 optimization for Gson");
You can’t perform that action at this time.
0 commit comments