William Cheng
dbf720c093
Prepare 7.14.0 release ( #21159 )
...
* Revert "v7.13.0 release (#21157 )"
This reverts commit 4b805ff6b7ac5bd2557555810357569fe2677311.
* prepare v7.14.0 release
* update samples
2025-04-27 22:04:03 +08:00
Andrew Wilson
d81b5a37d1
#20883 - Add new Misk Kotlin OpenAPI Generator ( #20885 )
...
* first pass
* Fix extra new line
* adding generator file
* Run new.sh script
* Fix template directory and ignore failing tests
* fixing up content type
* adding controller impl
* cleanup interface
* typo
* removing bodytype
* adding protos
* fixing 2
* Fix headerParamsSimple
* removing protos etc.
* fixing imports
* removing commented code
* fixing imports
* fixing return
* fixing file
* adding comment
* remove adminapi
* move to jakarta
* reverting break
* fixing httpMethods
* pushing mediaTypes
* Adds gradle mustache templates
* Setup simple build.gradle.kts
* Adds basic model.mustache for model generation
* fixing summary
* fixing summary 2
* Removes unnecesssary line
* fixing return type
* fixing override
* fixing httpcall
* Delete proto folder creation
* fixing return type
* fixing void return type
* fixing space
* removing reactive
* removing imports
* Fixing spacing
* Fixing tabbing
* fixing headers
* add comment
* Adds unit tests
* cleanup
* Correct getHelp() description
* cleanup 2
* removiing pathParams files
* fixup
* fixup 3
* removing more files
* Adds GitHub Workflow generation
* removing form params as not required
* Adds tests for OptionsProvider
* Renamed file to match
* remove whitespace
* remove whitespace
* adding documentation
* adding documentation
* removing swagger annotations
* adding tests
* Adds Guice Module
* Grab OpenAPI title to generate module name
* Revert "Grab OpenAPI title to generate module name"
This reverts commit 9c9b935f5dbee6e0974ebf66b4f611f107df70c2.
* Update sample
* Removes moduleFileName additional property
* adding tests
* adding tests 2
* adding tests 3
* adding tests 4
* added media types
* re-adding tests
* fixing camelcase
* fixing mediatypes
* default mediatype
* adding validation
* adding validation
* removing swagger
* adding gradle dependency
* adding gradle dependency
* fixing types
* fixing return types
* fixing tests
* final fixes
* tweaks
* fixing file etc.
* Update samples/ folder
* fixing jakarta
* fixing jakarta 2
* fixing impl
* Fix unit tests
* fixing jakarta
* fixing jakarta 2
* final final final changes
* Fix initialization of BigDecimal for default values
* update samples, docs
* fixing RequestHeader
* fixing RequestHeader 2
* fixing RequestHeader 2
* add validateSpec=false
* fix pom version
---------
Co-authored-by: Guido Arnau <guido@squareup.com>
Co-authored-by: William Cheng <wing328hk@gmail.com>
2025-03-25 22:43:30 +08:00
Dimitar Tomov
08ec37cc10
[kotlin-spring] Generate @Valid annotation on all RequestParts/Params for Multipart requests when useBeanValidation=true ( #20864 )
...
* [kotlin-spring] Generate @Valid annotation on all RequestParts/Params for Multipart requests when useBeanValidation=true
* [kotlin-spring] Fix failing test
The test was failing because of the newly added @Valid and an assert which is not correct anymore.
2025-03-23 18:31:18 +08:00
William Cheng
a79aad8420
Prepare 7.13.0 ( #20758 )
...
* Revert "v7.12.0 release"
This reverts commit 073723cb4d41187f839fbb46565d109293fa22d7.
* set version to v7.13.0-SNAPSHOT
* update samples
* update doc
2025-02-28 13:48:36 +08:00
William Cheng
1fa07bf46c
Prepare 7.12.0 ( #20512 )
...
* Revert "v7.11.0 release (#20508 )"
This reverts commit a7240eeefeedeefe7fc80ef22747dfc67e126324.
* prepare 7.12.0 snapshot version
* update samples
* update readme
2025-01-21 00:10:09 +08:00
Fionn O'Connor
e131d52ad0
[kotlin-spring] Handle arrays of files correctly using MultipartFile ( #20108 )
...
* [kotlin-spring] Fix no List being used for an array of files using multipart/form-data
* [kotlin-spring] Use Spring's MultipartFile class for incoming Files instead of Spring's Resource class.
* [kotlin-spring] Add test to ensure that return type for files is `org.springframework.core.io.Resource`
* [kotlin-spring] Ensure Array is used for lists of files in generated Api class
* Update samples
* [kotlin-spring] Move conditional usage of MultipartFile to optionalDataType.mustache. Update samples
* update samples
---------
Co-authored-by: William Cheng <wing328hk@gmail.com>
2024-12-04 15:24:47 +08:00
William Cheng
654f62ce3c
Prepare 7.11.0 ( #20130 )
...
* Revert "prepare 7.10.0 release (#20128 )"
This reverts commit 12dfe8fe74a1515d1e69e00df9abe4128aa44160.
* update to 7.11.0-SNAPSHOT, update samples
* update docs
2024-11-18 20:15:29 +08:00
William Cheng
e2c458b9ea
Prepare 7.10.0 ( #19809 )
...
* Revert "prepare 7.9.0 release (#19808 )"
This reverts commit 4145000dfebe7a9edea4555c8515383da7602458.
* prepare 7.10.0 snapshot
* update doc
* update samples
2024-10-08 11:21:54 +08:00
Evgeny Shichenko
0026e15030
fix kotlin spring boot configuration conflict ( #19515 )
2024-09-09 11:03:18 +08:00
William Cheng
91da2fd240
Prepare 7.9.0 snapshot ( #19386 )
...
* Revert "v7.8.0 release (#19385 )"
This reverts commit 6bdc452f92d49dcac7ac21dfe8751c8cc4267b98.
* update samples for v7.9.0-snapshot
2024-08-19 16:14:51 +08:00
Dieter Eickstaedt
484b87f22a
fix: Template contains unconditional ": Serializable" which creates wrong derive clause on data classes which have a parent as well as are serializable. ( #19283 )
2024-08-01 14:18:46 +01:00
Peter Storch
37afe57f0f
[Kotlin][Spring] fix #19244 integer enum ( #19248 )
...
* [Kotlin][Spring] fix #19244 integer enum
* fix embedded array enum
2024-07-26 16:02:34 +01:00
Peter Storch
0e70d1f068
[Kotlin][Spring] use flag delegatePattern together with skipDefaultInterface ( #19212 )
...
* fix #19211 kotlin-spring flag delegatePattern together with skipDefaultInterface generates broken code
* add kotlin-springboot-delegate-nodefaults to the workflow
* fix Platform declaration clash
* move kotlin-springboot-delegate-nodefaults to the kotlin-server-jdk17 file
* fixed empty line
2024-07-23 18:41:14 +08:00