You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LOGGER.warn("useJackson3 is only supported for 'native' and 'restclient' libraries. Disabling useJackson3.");
386
-
useJackson3 = false;
387
-
additionalProperties.put(USE_JACKSON_3, false);
385
+
thrownewIllegalArgumentException("useJackson3 is only supported for the 'native' and 'restclient' libraries. " +
386
+
"Either set library=native or library=restclient (restclient also requires useSpringBoot4=true), or set useJackson3=false.");
388
387
}
389
388
if (useJackson3 && openApiNullable) {
390
-
LOGGER.warn("openApiNullable is not supported with useJackson3=true (jackson-databind-nullable has no Jackson 3 release). Disabling openApiNullable.");
0 commit comments