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
Copy file name to clipboardExpand all lines: springdoc-openapi-starter-common/src/main/java/org/springdoc/core/configuration/SpringDocUIConfiguration.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -47,11 +47,11 @@
47
47
* @author bnasslahsen
48
48
*/
49
49
@Lazy(false)
50
-
@ConditionalOnExpression("${springdoc.api-docs.enabled:true} and ${springdoc.enable-native-support:false}")
Copy file name to clipboardExpand all lines: springdoc-openapi-starter-common/src/main/java/org/springdoc/core/configuration/hints/SpringDocUiHints.java
Copy file name to clipboardExpand all lines: springdoc-openapi-starter-common/src/main/java/org/springdoc/core/properties/SpringDocConfigProperties.java
-24
Original file line number
Diff line number
Diff line change
@@ -212,11 +212,6 @@ public class SpringDocConfigProperties {
212
212
*/
213
213
privatebooleanenableKotlin = true;
214
214
215
-
/**
216
-
* The Enable native support.
217
-
*/
218
-
privatebooleanenableNativeSupport = false;
219
-
220
215
/**
221
216
* The Enable hateoas.
222
217
*/
@@ -373,25 +368,6 @@ public void setEnableHateoas(boolean enableHateoas) {
373
368
this.enableHateoas = enableHateoas;
374
369
}
375
370
376
-
/**
377
-
* Is enable native support boolean.
378
-
*
379
-
* @return the boolean
380
-
*/
381
-
publicbooleanisEnableNativeSupport() {
382
-
returnenableNativeSupport;
383
-
}
384
-
385
-
/**
386
-
* Sets enable native support.
387
-
*
388
-
* @param enableNativeSupport the enable native support
Copy file name to clipboardExpand all lines: springdoc-openapi-starter-common/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
0 commit comments