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("For Spring HTTP Interface following options are disabled: documentProvider, annotationLibrary, useBeanValidation, performBeanValidation. "
434
424
+ "useJakartaEe defaulted to 'true'");
435
425
}
436
426
427
+
// Please refrain from updating values of Config Options after super.ProcessOpts() is called
428
+
super.processOpts();
429
+
437
430
if (DocumentationProvider.SPRINGFOX.equals(getDocumentationProvider())) {
438
431
LOGGER.warn("The springfox documentation provider is deprecated for removal. Use the springdoc provider instead.");
0 commit comments