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
<tdclass="tableblock halign-left valign-top"><pclass="tableblock"><code>Boolean</code>. To enable support of spring property resolver for <code>@ExtensionProperty</code>.</p></td>
Copy file name to clipboardExpand all lines: docs/faq.html
+24-2
Original file line number
Diff line number
Diff line change
@@ -1020,6 +1020,9 @@ <h3 id="_can_i_use_spring_property_with_swagger_annotations"><a class="anchor" h
1020
1020
<li>
1021
1021
<p>The support of spring property resolver for <code>@Schema</code>: <code>name</code> * <code>title</code> * <code>description</code> , by setting <code>springdoc.api-docs.resolve-schema-properties</code> to <code>true</code></p>
1022
1022
</li>
1023
+
<li>
1024
+
<p>The support of spring property resolver for <code>@ExtensionProperty</code> by setting <code>springdoc.api-docs.resolve-extensions-properties</code> to <code>true</code></p>
<h3id="_some_parameters_are_not_generated_in_the_resulting_openapi_spec"><aclass="anchor" href="#_some_parameters_are_not_generated_in_the_resulting_openapi_spec"></a>Some parameters are not generated in the resulting OpenAPI spec.</h3>
1931
+
<divclass="paragraph">
1932
+
<p>The issue is caused by the changes introduced by <ahref="https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.2-Release-Notes" target="_blank" rel="noopener">Spring-Boot 3.2.0</a>
1933
+
in particular for the <strong>Parameter Name Discovery</strong>.
1934
+
This can be fixed by adding the <code>-parameters</code> arg to the Maven Compiler Plugin.</p>
0 commit comments