William Cheng
|
80121aa88f
|
Prepare v7.0.1 (#16409)
* prepare 7.0.1 in master
* update doc
|
2023-08-25 16:11:29 +08:00 |
|
Tiffany Marrel
|
0e212f53f2
|
[Java] [Kotlin] ignore unsupported schemes instead of throwing exception (#15817)
|
2023-06-15 16:50:49 +08:00 |
|
Rustam
|
7881482161
|
[Ktor] Update generator to latest Ktor version #14061 (#14296)
|
2023-05-21 23:11:01 +08:00 |
|
William Cheng
|
0c3460f95b
|
Merge remote-tracking branch 'origin/master' into 7.0.x
|
2023-05-10 15:00:56 +08:00 |
|
Tiffany Marrel
|
da96058f5b
|
[kotlin] cleanup documentation (#15307)
* [kotlin] fix documentation of API authorization in README files
fix hierarchy level + add internal links + align wording across generators
* [kotlin] fix anchor links in documentation
---------
Co-authored-by: Tiffany Marrel <tiffany.marrel@flowable.com>
|
2023-04-27 11:33:15 +01:00 |
|
William Cheng
|
5d1e18306a
|
Prepare 6.6.0-SNAPSHOT (#15100)
* set 6.6.0 snapshot version
* update samples
* update readme
|
2023-04-01 18:48:01 +08:00 |
|
William Cheng
|
7417432a54
|
Prepare 6.5.0 release (#15099)
* 6.5.0 release
* update samples
|
2023-04-01 15:03:35 +08:00 |
|
William Cheng
|
1beec7ef87
|
Merge remote-tracking branch 'origin' into 7.0.x
|
2023-03-03 21:52:50 +08:00 |
|
William Cheng
|
c50a775e0c
|
prepare 6.5.0 release (#14749)
|
2023-02-19 20:36:23 +08:00 |
|
William Cheng
|
93df0ff444
|
Prepare 6.4.0 release (#14748)
* prepare 6.4.0 release
* update samples
|
2023-02-19 18:53:20 +08:00 |
|
Beppe Catanese
|
68b944e6e6
|
Preserve order of securitySchemes (#14536)
* Remove alphabetical sort
* Update integration testing expectations
* Regenerate files
|
2023-02-10 22:20:19 +08:00 |
|
William Cheng
|
31a89e35cb
|
Prepare 6.4.0 (#14582)
* update to 6.4.0 snapshot
* update samples
* update doc
|
2023-02-01 22:44:40 +08:00 |
|
William Cheng
|
8f2676c5c2
|
Prepare v6.3.0 release (#14580)
* 6.3.0 release
* fix maven plugin test
* update samples
* update doc
* fix tests in windows
|
2023-02-01 20:52:29 +08:00 |
|
Oleh Kurpiak
|
dc99a450dd
|
[Java][Spring] fix @Operation content for array response (#14201)
|
2023-01-02 17:10:48 +08: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 |
|
William Cheng
|
4d03c9272b
|
prepare 6.3.0 snapshot
|
2022-10-15 15:40:47 +08:00 |
|
William Cheng
|
ac7ebf67dd
|
Prepare 6.2.1 (#13517)
* update to 6.2.1-SNAPSHOT
* update samples
* update doc
|
2022-09-25 00:10:30 +08:00 |
|
William Cheng
|
24f476a381
|
prepare 6.2.0 release (#13514)
* set release version to 6.2.0
* update samples
* comment out rust server test in travis
|
2022-09-24 21:44:42 +08:00 |
|
William Cheng
|
928070c57a
|
Prepare 6.1.1 SNAPSHOT version (#13399)
* prepare v6.1.1
* update samples
* update doc
|
2022-09-11 19:08:23 +08:00 |
|
William Cheng
|
43dbb5ff9c
|
6.1.0 release (#13398)
|
2022-09-11 17:16:07 +08:00 |
|
William Cheng
|
c54b0623b8
|
prepare 7.0.x
|
2022-05-26 13:17:52 +08:00 |
|
William Cheng
|
5bd94b8fa0
|
prepare 6.1.x
|
2022-05-26 12:58:25 +08:00 |
|
William Cheng
|
36a9cf394d
|
update samples (#12466)
|
2022-05-26 12:13:59 +08:00 |
|
William Cheng
|
69f79fb789
|
Prepare 6.0.0 release (#12463)
* prepare 6.0.0 release
* update samples
* update meta codegen
|
2022-05-26 10:28:01 +08:00 |
|
William Cheng
|
2d4a01aa70
|
Revert "Prepare 6.0.0 beta release (#12039)"
This reverts commit 914b539eea7097ad2b4323d20c8f95144782cb68.
|
2022-04-04 12:17:12 +08:00 |
|
William Cheng
|
914b539eea
|
Prepare 6.0.0 beta release (#12039)
* update to 6.0.0-beta
* update samples
|
2022-04-04 10:29:49 +08:00 |
|
William Cheng
|
0e1164ff6b
|
Merge remote-tracking branch 'origin/6.0.x'
|
2022-01-31 14:26:14 +08:00 |
|
William Cheng
|
4a36be7002
|
Prepare 5.4.0 release (#11457)
* prepare 5.4.0 release
* update gradle tests
|
2022-01-31 13:04:25 +08:00 |
|
Armel Soro
|
ed14ce4dec
|
[Kotlin] Use mutable container types when 'modelMutable' is enabled (#11154)
* [Kotlin] Use Mutable container types when 'modelMutable' is enabled
* Generate sample 'kotlin' project with mutable models
* Generate sample 'kotlin-server' project with mutable models
* Generate sample 'kotlin-vertx' project with mutable models
* Generate sample 'ktorm-schema' project with mutable models
Co-authored-by: Bruno Coelho <4brunu@users.noreply.github.com>
|
2022-01-30 12:06:03 +00:00 |
|