Paul Parenko
daa8eb422d
import Nullable if required ( #21829 )
...
Also allows to override it eg with: <importMapping>Nullable=org.jspecify.annotations.Nullable</importMapping>
2025-08-28 15:48:12 +08:00
William Cheng
20be2decde
Prepare v7.16.0 release ( #21794 )
...
* Revert "v7.15.0 release (#21792 )"
This reverts commit 2c816f89cbd6c4670aaf6e3387c88daadae6cbad.
* prepare 7.15.0 release
* update samples
2025-08-22 19:17:23 +08:00
Christopher Gual
31089c0e49
[Java-Spring] add comment to EnumConverterConfiguration mustache file ( #21598 )
...
* [java-spring] provide a clarifying comment for the generated EnumConverterConfiguration class
* update samples
---------
Co-authored-by: Chris Gual <cgual@omnidian.com>
2025-07-21 18:21:44 +08:00
James Shaw
7ca3fc3115
Fix response model generation with ParseOptions.resolveResponses=true ( #21568 )
...
* set resolveResponses=true
needed by swagger-parser>=2.1.23, see https://github.com/swagger-api/swagger-parser/pull/2127
* update samples
---------
Co-authored-by: James Shaw <james.shaw@masabi.com>
2025-07-19 21:37:11 +08:00
Mikko Maunu
faf6924f63
Regular comment instead of document comment before package declaration. fix #21496 ( #21572 )
2025-07-17 01:29:18 +08:00
Lukáš Vasek
117be2ca4c
1385 Generate constants for path in spring boot @RequestMapping ( #19782 )
2025-07-09 16:26:52 +08:00
William Cheng
1b352c2d00
update samples
2025-07-09 10:45:51 +08:00
Mattias Sehlstedt
63df7ca574
Add samples for when using the useSealed setting for Spring ( #21515 )
...
* Add samples for when using the useSealed setting for Spring
* Add the new sample generation to the workflow
2025-07-08 10:27:53 +08:00