William Cheng
852eb956db
[kotlin][spring] Remove EOL from template ( #16045 )
...
* remove EOL from template
* better code format
2023-07-10 11:44:29 +08:00
Ben Kolera
f34e42b249
[BUGFIX][kotlin-spring] Fix generatedAnnotation to use the javaxPackage variable instead of jakarta to fix spring boot 2 codegen ( #15944 )
...
* Update generatedAnnotation.mustache
Without this, it generates a jakarta annotation in the controllers of a spring boot 2 project.
* Updated examples
2023-07-10 11:13:22 +08:00
Volker Suschke
c81ff5801d
[Kotlin-Spring] Remove wildcard imports from mustache templates [ #14652 ] ( #14899 )
...
* [Kotlin-Spring] Remove wildcard imports from mustache templates [#14652 ]
* [Kotlin-Spring] Update sample files [#14652 ]
2023-03-07 16:23:46 +00:00
Paul Parenko
cffe2d0259
[Kotlin-Spring] support to Spring boot3 & jakarta extension ( #14369 )
...
* [Kotlin] add spring boot 3 & jakarta extension support
* [kotlin-spring] readme update & modified imports
* use latest Spring Boot starter parent
* use same options as in [Java] generator
* new config kotlin-spring-boot-3
---------
Co-authored-by: jayandran sampath <jayandran.sampath@opencastsoftware.com>
2023-01-31 22:16:06 +08:00
Julien Herr
921199bba7
[kotlin-spring] Move Jackson annotation from field to getter ( #10825 )
...
* Move Jackson annotation from field to getter
In some case, Jackson will duplicate entries when the annotation is on field
See https://github.com/FasterXML/jackson-databind/issues/1609
* Update samples
2023-01-02 15:32:57 +00:00
Nathan Baulch
9f1fa0e440
Fix another batch of spelling typos ( #13915 )
...
* Fix typos
* Remove repeated words
* Minor grammar fixes
2022-11-07 21:30:24 +08:00
Thibault Duperron
1b65ef38f5
Update dependecies for CVE ( #13834 )
...
* Update dependecies for CVE
fix #13772
* Fix schemas
2022-10-31 10:55:11 +08:00
William Cheng
ad3b5f7045
[Inline model resolver] various improvements ( #12293 )
...
* better handling of requestbody in the inline resolver
* remove commented code
* better request body naming
* fix unique naming
* minor code format change
* removed additional underscore from names, fix test
* more fixes, update tests
* fix all tests
* undo changes to default codegen
* update samples
* update python tests
* add new files
* update samples
2022-05-10 17:13:57 +08:00
Johan Sjöblom
21d8d3a26e
Kotlin spring version bump ( #12281 )
...
* [Kotlin-Spring] Bumping dependency versions
* Downgrading Springfox, updating annotation
* Updating samples
* Updating unrelated samples
2022-05-01 15:20:18 +08:00
Johan Sjöblom
356732d1bd
[kotlin-spring] Adding DocumentationProvider and SwaggerUI ( #12184 )
...
* Adding DocumentationProvider and SwaggerUI to Kotlin Spring
* Fixing annotation errors
* Fixes to homeController
* Minor stylistic fixes
* Removing parameter from docs
* Structuring pom, making gradle file similar to pom
* Updating samples
2022-04-27 01:03:32 +08:00