William Cheng
b215f67b2e
fix gradle properties with the correct snapshot version
2023-02-20 16:44:23 +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
Oleh Kurpiak
2bc963f00c
Generate merge spec ( #14387 )
2023-02-17 10:40:05 +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
William Cheng
b71aecbe9e
Add OpenAPI Normalizer ( #14172 )
...
* add x-parent support
* add docstring
* add openapi normalizer rule to use ref as parent in allof
* add openapi normalizer with 1 rule
* revise wordings
* fix javadoc warnings
* better test
* fix docstring
* minor update
* minor improvements
* fix typo
2022-12-30 16:03:21 +08:00
William Cheng
081a6ef466
add back mavenLocal in gradle plugin build ( #14265 )
2022-12-16 14:54:19 +08:00
Eric Haag
792d44d797
Use Gradle 7.6 to build Gradle plugin ( #13860 )
...
* Upgrade Gradle plugin Gradle build to Gradle 7.5.1
* Update Travis workflow file to support new tasks
* Update Maven POM with Gradle 7.5.1
* Capitalize many occurrences of "Gradle" in the Gradle plugin README
* Update Gradle version in appveyor.yml and shippable.yml
* Update comments
* Update Gradle wrapper to 7.5.1
* Capitalize Gradle in shippable.yml
* Leave Open API
* Upgrade Gradle plugin build to Gradle 7.6
* Upgrade wrapper to Gradle 7.6
2022-11-30 10:57:53 +08:00
William Cheng
743d2cde7f
Minor improvements to Gradle plugin ( #14097 )
...
* minor improvements to gradle plugin, test
* update gradle plugin doc
* fix out
2022-11-23 20:31:13 +08:00
Sorin Florea
906ec5dfa3
Cleanup outputDir before openApiGenerate ( #13659 )
...
* Cleanup outputdir before openApiGenerate
* Add cleanupOutput property to GenerateTask
2022-11-23 11:15:59 +08:00
Daniel Hoffmann
3eec4eb326
#13726 Introduce new remoteInputSpec parameter ( #13727 )
...
* #13726 Introduce new remoteInputSpec parameter
* #13726 Add documentation and new warning log
2022-11-07 23:32:58 +08:00
William Cheng
06354d5f7d
update doc
2022-11-01 18:32:08 +08:00
William Cheng
2947d147b4
Merge remote-tracking branch 'origin/master' into 6.3.x
2022-11-01 17:42:59 +08:00
William Cheng
b0ce532bdc
Prepare 6.2.1 release ( #13871 )
...
* prepare 6.2.1 release
* revert change
* fix maven plugin test
* update meta
2022-11-01 17:16:46 +08:00
Eric Haag
8b4c681227
Use URI over File directly ( #13730 )
2022-10-18 22:54:44 +08:00
Eric Haag
31ea76b58b
Support Gradle build cache when using absolute path references ( #13671 )
...
* Add cacheability tests for same directory and different directory
(cherry picked from commit 46c96daf3b020ab02e13113166046d2383c04990)
* Clean up/add more cacheability tests
(cherry picked from commit 5d09d914ba7224b82dd7a3bd20beaf2b6fd3eb94)
* Add test for inputSpec
(cherry picked from commit 8d9e0dbb9d865ad3e61b60692b3ef6ca85b70b75)
* Add incremental build tests, run with multiple Gradle versions
(cherry picked from commit ba1d554c375068974d1799d6be6731ca1d59a783)
* Add proper Input annotations to task inputs
(cherry picked from commit 18da6161ba2b406876c516a3059850d9a0bc9ca0)
* Perform clean on tests where expectation is cleaned outputs
(cherry picked from commit 4670db92686c02d5dd2b69976488c33defd3a464)
* Ensure before & after files are the same
(cherry picked from commit 9150b4a5596b229a4404a92cfedbb795c6bb5b0d)
2022-10-17 23:13:57 +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
96521f2234
Add more tests for Gradle plugin in Github workflows ( #13280 )
...
* add more tests for gradle plugin
* update gradlew to 6.8.3
* fix typo
* update comment
2022-08-26 12:08:47 +08:00
DmitryGlushkov
3103b437b1
Allow override CodegenConfigurator in GenerateTask ( #13140 )
...
* Update 'GenerateTask'. Allow override config
* Update 'GenerateTask'. Allow override config
Co-authored-by: Dmitry Glushkov <daglushkov@alfabank.ru>
2022-08-24 23:53:57 +08:00
Sascha Peilicke
42a45e1a1c
Gradle Plugin: Clean up Kotlin code ( #12720 )
...
Fix typos, unused imports and formatting issues. Remove @Supress
annotations that are no longer necessary
2022-07-07 01:19:16 +08:00
William Cheng
6cae0fbb78
Merge remote-tracking branch 'origin/6.1.x'
2022-07-04 01:22:51 +08:00
William Cheng
9e412edb64
Prepare 6.0.1 release ( #12762 )
...
* update to v6.0.1
* update doc
* update samples
2022-07-03 23:36:46 +08:00
William Cheng
2d3bfaf96d
Add schema mappings ( #12600 )
...
* add option schema mappings
* add schema mapping support, update tests
* minor fix
* update other generators, tests
2022-07-03 17:46:39 +08:00
William Cheng
ee9b9843db
Add new option to customize inline model naming convention ( #12562 )
...
* temp fix
* add support to customize inline schema naming convention
* Revert "temp fix"
This reverts commit e3bca56bfbb0032d382fe79cd2a8565f4aad630c.
* minor fix, add tests
* update description
2022-06-11 09:12:22 +08:00
William Cheng
5bd94b8fa0
prepare 6.1.x
2022-05-26 12:58:25 +08:00
William Cheng
8f3b63095c
update gradle plugin doc
2022-05-26 12:44:20 +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
53eebc953f
New option to map inline schema names ( #12237 )
...
* add option to specify inline schema nam mapping
* update samples
* update samples
* add new option to plugins
* better code format
* better code format
* better log info
* better docstring
* add tests
2022-04-27 01:13:45 +08:00
Oleh Kurpiak
346dfbc102
Configure apiNameSuffix via plugins ( #12062 )
2022-04-09 09:34:06 +08:00
William Cheng
1b570243b6
update local-spec/gradle.properties to snapshot version
2022-04-04 12:24:53 +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
William Cheng
c8b84c4d03
Merge remote-tracking branch 'origin/master' into 6.0.x
2022-01-30 18:01:35 +08:00
aderito7
549715ebf2
[docs] use correct separator ( #11386 )
2022-01-24 11:12:59 +08:00
William Cheng
12e03b1937
Merge remote-tracking branch 'origin/master' into 6.0.x
2022-01-02 15:41:37 +08:00
William Cheng
8d16239aab
Merge remote-tracking branch 'origin/5.4.x'
2021-12-21 22:04:47 +08:00
William Cheng
6269a9810c
Prepare 5.3.1 release ( #11161 )
...
* prepare v5.3.1 release
* update samples
2021-12-21 18:20:13 +08:00
WILLIAM CHENG
eb75515715
Merge branch '5.4.x' into 6.0.x
2021-11-21 09:50:47 +08:00
WILLIAM CHENG
78fe5dc427
Merge remote-tracking branch 'origin/master' into 5.4.x
2021-11-21 09:43:21 +08:00
William Cheng
bd1a6471b6
[java][Jersey2] add spotless maven, gradle plugins ( #10796 )
...
* add bunker-holding logo
* add spotless plugin to jersey2 java client
* add spotless plugin to java jersey2 client
* use jdk11 in gradle tests
* fix gradle test local spec
* setup java 11
* skip spotless in check task
2021-11-06 18:11:58 +08:00
WILLIAM CHENG
3594b3452d
Merge remote-tracking branch 'origin/5.4.x' into 6.0.x
2021-10-25 13:31:12 +08:00
WILLIAM CHENG
42f4e863b7
prepare 5.4.0-SNAPSHOT
2021-10-25 12:13:33 +08:00