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 83b58ec commit 2ae4992Copy full SHA for 2ae4992
pom.xml
@@ -71,7 +71,6 @@
71
<jjwt.version>0.9.1</jjwt.version>
72
<therapi-runtime-javadoc.version>0.15.0</therapi-runtime-javadoc.version>
73
<spring-cloud-function.version>4.0.0-RC2</spring-cloud-function.version>
74
- <jackson-bom.version>2.13.4</jackson-bom.version>
75
</properties>
76
77
<dependencyManagement>
springdoc-openapi-starter-common/src/main/java/org/springdoc/core/mixins/SortedSchemaMixin.java
@@ -73,7 +73,7 @@ public interface SortedSchemaMixin {
*
* @return the example
*/
- @JsonInclude(JsonInclude.Include.CUSTOM)
+ @JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS)
Object getExample();
78
79
/**
0 commit comments