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
cachescrubber
e1c5b220cd
[JAVA] new Feature interface: Documentation Provider and Annotation Library ( #11258 )
...
* Implement DocumentationProviderFeatures and integrate it in AbstractJavaCodegen
* Integrate DocumentationProviderFeatures in SpringCodegen
* Run new test config spring-boot-springdoc
* Do not use Locale.ROOT
* Do not use Locale.ROOT, use NONE instead of empty list
* Revert "Do not use Locale.ROOT"
This reverts commit a0d6aac92bea2370b4f164d18ada3fd9097f3a30.
* Do not use forbidden APIs
* Fix spring maven plugin example
* Introduce DocumentationProviderFeaturesTest.java
* replace AUTO with preferredAnnotationLibrary
* remove sout.println from Test
* Apply code style.
* Update spring sample configuration to use the new property
* Update samples after merge
* fix atBean import
* Generate all samples
* Add ParameterObject to test
* Allow Subclasses to opt out
* Use OpenAPI 2 (fka Swagger RESTful API Documentation Specification) instead of just "Swagger"
* export generator docs
* Fix typo
* Fix typo - update docs.
2022-01-22 08:51:17 +08:00
Giacomo
2e6e82161f
Apache Camel Server Generator ( #11162 )
...
* Created Apache Camel language
* Added unit test
* Fix template dir
* Fix description api
* Camel Dataformat Properties
* Apache Camel Doc
* Apache Camel Doc
* Apache Camel Doc
* Apache Camel maven plugin example
* Fix LOGGER
* Samples
* Camel 3.14
* Samples
* samples
* up to date
* Rename camel to java-camel
* up to date
* Fix SerializedName in modules/openapi-generator/src/main/resources/JavaSpring/pojo.mustache
2022-01-13 01:28:02 +08:00
WILLIAM CHENG
29be352deb
Merge remote-tracking branch 'origin/5.4.x' into 6.0.x
2021-11-02 12:59:35 +08:00
WILLIAM CHENG
025e560985
Merge remote-tracking branch 'origin/master' into 5.4.x
2021-11-02 12:51:52 +08:00
William Cheng
6cb4b1f6c4
update dependenies version to fix errors ( #10757 )
2021-11-02 12:39:28 +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
William Cheng
378465702c
Prepare v5.3.1 in the master ( #10681 )
...
* prepare v5.3.1
* update doc
* update readme
2021-10-25 01:16:07 +08:00
William Cheng
bb124e1178
Prepare v5.3.0 release ( #10680 )
...
* prepare 5.3.0 release
* remove docker-tag-latest-release
2021-10-24 22:22:29 +08:00
William Cheng
730636ad31
Merge remote-tracking branch 'origin' into 6.0.x
2021-10-19 12:55:59 +08:00
agilob
45336be847
Improve version management, update dependencies, remove unused dependencies ( #10544 )
...
* Move verion properties to main pom.xml
* Sort properties and remove duplicates
* Use properties for known versions
* Deduplicate versions of maven plugins
* Deduplicate wagon dependencies
* Deduplicate maven targer and source properties
* Explicitly set testng version
* Remove property used once
* Sort lines
* Standardise name of maven version properties
* Upgrade maven-surefire-plugin
* Comment out jackson-datatype-jsr310
* Comment out com.fasterxml.jackson.core:jackson-core:jar:2.10.2:compile
* Remove commented out dependencies
* Rename maven param name
* Remove org.hamcrest:java-hamcrest:jar:2.0.0.0:test
* Bump jacoco
* Upgrade guava, replace deprecated or removed api with vanilla java
* Bump jmustache.version
* Bump jackson.version
* Bump jackson.version and mockito
* Bump testng
* Bump wagon-ssh-external.version
* Downgrade jmustache
* Bump spring boot version and add junit
* Bump maven in wrapper
* Bump apache libs
* Bump dependencies
* Revert checkstyle bump
2021-10-13 14:46:01 +08:00
agilob
cd9bd969d7
Remove eclipse formatter plugin ( #10547 )
2021-10-09 15:44:53 +08:00
William Cheng
0bfa28f844
Merge remote-tracking branch 'origin/master' into 6.0.x
2021-10-06 12:00:02 +08:00
Larry Diamond
10b310d33f
Optimize: entrySet is faster than keySet + get to prevent N lookups ( #10496 )
...
* Optimize: replace keySet + N get calls with entrySet saving N calls to get method in a few places
* missed one performance optimization
* Rolling back a change that was dependent on Java 11
2021-10-04 16:37:34 +08:00
William Cheng
0357b80f19
Merge remote-tracking branch 'origin/master' into 6.0.x
2021-09-01 14:16:17 +08:00
Nathan Baulch
5d68bd6a03
Fix thousands of spelling typos ( #10272 )
2021-08-28 22:58:24 +08:00
William Cheng
8c4991ba3e
minor update to use 5.3.0 ( #10168 )
2021-08-17 18:26:50 +08:00
William Cheng
eaa76f8e1f
Merge remote-tracking branch 'origin/master' into 6.0.x
2021-08-17 18:10:59 +08:00
William Cheng
764a462711
Merge remote-tracking branch 'origin/5.3.x'
2021-08-16 21:38:34 +08:00
William Cheng
8403e59aa0
Prepare 5.2.1 release ( #10161 )
...
* prepare for 5.2.1 release
* update samples
2021-08-16 19:08:29 +08:00
David Hutchison
fce10c7284
fix: correctly checks the hash file when using a classpath input spec ( #9840 )
...
The skipIfSpecIsUnchanged did not work when the input spec came from a
classpath resource, which could lead to infinite build loops when the
plugin was used in eclipse
#5805
2021-08-15 16:04:57 +08:00
William Cheng
865510ea59
Update test build files to the latest SNAPSHOT version ( #10090 )
...
* fix versions in test build files
* test branch
* Revert "test branch"
This reverts commit 00ce0f029d4b524fcfc266ed787512e13cd85e5a.
2021-08-04 17:03:54 +08:00
William Cheng
b799ca9ee0
Merge remote-tracking branch 'origin/5.3.x' into 6.0.x
2021-07-27 11:52:19 +08:00
William Cheng
56aafe30d9
Merge remote-tracking branch 'origin/master' into 5.3.x
2021-07-27 11:33:35 +08:00
Robin Trietsch
8eba70dd3d
[BUG][Kotlin] Add support for collection of generic classes (Jackson / Gson / Moshi) ( #9918 )
...
* Cherry picked commits from add-support-for-collection-of-generic-classes
* Regenerated samples
* Missing work by @adamsz-lume
* Try to fix maven plugin error
Co-authored-by: Bruno Coelho <4brunu@gmail.com>
2021-07-24 23:04:14 +08:00
William Cheng
35f933b27f
Merge remote-tracking branch 'origin/5.3.x' into 6.0.x
2021-07-12 17:11:35 +08:00
William Cheng
39fbf53150
create v5.3.0
2021-07-10 00:12:23 +08:00
William Cheng
02835b35bc
Prepare v5.2.1 ( #9922 )
...
* bump verions to 5.2.1-SNAPSHOT
* update samples
* update readme
* fix gradle properties
2021-07-09 22:42:31 +08:00
William Cheng
90f7bcd909
Prepare v5.2.0 release ( #9920 )
...
* 5.2.0 release
* update samples
* update meta codegen
2021-07-09 17:06:55 +08:00
William Cheng
c2cc7a02aa
Fix kotlin client issue in maven plugin tests ( #9690 )
...
* fix kotlin client issue in maven plugin tests
* set version to v1.5.10
* update doc
2021-06-07 12:44:23 +08:00
William Cheng
3e58b0908c
Merge remote-tracking branch 'origin/5.2.x' into 6.0.x
2021-04-28 18:08:24 +08:00
William Cheng
37eaf70755
Merge remote-tracking branch 'origin/master' into 5.2.x
2021-04-28 17:48:21 +08:00
William Cheng
ab688d4c3a
Update documentation ( #9322 )
...
* update doc
* update doc
2021-04-22 20:54:01 +08:00
Thibault Duperron
4462d35195
Link filehash with execution id ( #7848 )
...
Co-authored-by: William Cheng <wing328hk@gmail.com>
2021-04-05 21:11:27 +08:00
William Cheng
a078b1d826
Merge branch '5.2.x' into 6.0.x
2021-03-29 12:56:33 +08:00
William Cheng
16b141e402
Merge remote-tracking branch 'origin/master' into 5.2.x
2021-03-26 10:20:36 +08:00
cal
862e9cb79a
[cleanup] erefactor/EclipseJdt - Remove unused imports ( #9066 )
...
EclipseJdt cleanup 'RemoveUnusedImport' applied by erefactor.
For EclipseJdt see https://www.eclipse.org/eclipse/news/4.19/jdt.php
For erefactor see https://github.com/cal101/erefactor
2021-03-25 10:51:53 +08:00
William Cheng
95d356ab6b
Merge remote-tracking branch 'origin/5.2.x' into 6.0.x
2021-03-21 01:10:46 +08:00
William Cheng
47483e60cb
update version to 5.2.0-SNAPSHOT, update samples
2021-03-21 00:10:10 +08:00
William Cheng
0dc62e8b79
Prepare v5.1.1 in the master ( #9027 )
...
* Prepare v5.1.1 in the master
* move dart dio next to configs/other
2021-03-20 23:05:11 +08:00
William Cheng
e023eaa821
Prepare v5.1.0 release ( #9017 )
...
* prepare v5.1.0 release
* update samples (dart-dio-next)
2021-03-20 16:45:05 +08:00
William Cheng
d96197bcbd
Merge remote-tracking branch 'origin/master' into 6.0.x
2021-03-03 16:19:20 +08:00
William Cheng
91805936e6
[maven plugin] fix security issues ( #8795 )
...
* use Files.createTempFile in maven plugin to avoid security issues
* error check when creating a folder
2021-02-24 11:45:44 +08:00
agilob
e7f50f66a3
Make all loggers non-static ( #8799 )
...
* Make all loggers non-static
Reduces memory usage on startup by between 2 and 4 MB
* Fix compile error in some autogenerated? module
2021-02-23 14:46:56 +08:00
William Cheng
9c20050bdc
Add an option to skip operation examples ( #8731 )
...
* add flag to skip operation examples
* reset to false
2021-02-20 11:51:21 +08:00
William Cheng
b4f4d7434b
Merge remote-tracking branch 'origin/master' into 6.0.x
2021-02-12 18:48:20 +08:00
William Cheng
8025e5fe7b
update readme
2021-02-06 18:52:09 +08:00
William Cheng
5e1aa98bb0
fix merge conflicts
2021-01-09 00:50:37 +08:00