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
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
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
Oleh Kurpiak
85df431ebf
Replace maps with models to reduce casting ( #11913 )
2022-03-25 00:48:41 +08:00
Oleh Kurpiak
382e2a22a8
Document all used vendor extensions in specific generator ( #11797 )
2022-03-06 23:21:55 +08:00
sullis
3c8f249c6c
[java] logback 1.2.10 ( #11659 )
...
Latest version of logback
https://logback.qos.ch/news.html
2022-02-19 18:52:39 +08:00
William Cheng
c8b84c4d03
Merge remote-tracking branch 'origin/master' into 6.0.x
2022-01-30 18:01:35 +08:00
Justin Black
78f4748c06
Adds generator default template engine ( #11366 )
...
* Revert "Revert "Has generators set default template engine (#11245 )" (#11316 )"
This reverts commit 57987424a4eaa22d73337388489cd86d7f42a023.
* Only loads in the default template engine if the config file contains the generatorName
* Only sets templatingEngineName using condif default in one place
* Adds config files that lack generatorName
* Revert "Adds config files that lack generatorName"
This reverts commit 7dafc93c0f02c037d9be5d2c0a3ee7377c8b479d.
* Adds generator default templating engine to the generator metadata
2022-01-23 14:16:46 -08:00
Justin Black
de036e211e
Improves generator docs: stability + language version added ( #11270 )
...
* Adds generatorLanguageVersion and uses it in python generators
* Regenerates docs
* Adds stability to generator docs
* Triple braces generatorLanguageVersion
* Regenerates samples
* Fixes the python-experimental setup.py file so it works with generatorLanguageVersion
* Updates generators readme
2022-01-10 18:16:53 -08:00
Justin Black
0eca629127
Adds generatorLanguage to all generators ( #11268 )
...
* Adds generatorLanguage to all generators
* Adds all generator languages and info to docs
* Docs updated
2022-01-10 12:13:35 -08:00
Justin Black
d813d04f46
Improves generator docs, adds metadata section ( #11262 )
...
* Refactors generator md creation, adds generateMdMetadata
* Removes extra space
* Adds docs updates
* Fixes table definition for metadata
* Docs update
* Docs update
* Updates title, removes sidebar_label because it was not doing anything on pages like https://openapi-generator.tech/docs/generators/android
* Docs updated
2022-01-09 14:10:47 -08:00
William Cheng
588cd15323
fix openapi-generator-cli version
2021-12-22 00:42:28 +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
Hong Zhuang
606db36c77
Better handling of NPE in parser when referencing invalid schema ( #10882 )
...
* try to catch NullPointerException and print error message
* handles invalid specifications when the spec file is invalid
* added comment
* added null pointer exception test
2021-11-21 09:31:11 +08:00
Jan Ruhländer
ee011c563e
fix typo (--supporting-files > --feature-set) ( #10801 )
2021-11-09 14:48:18 +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
e85c67edc7
Merge remote-tracking branch 'origin/master' into 6.0.x
2021-10-22 09:17:23 +08:00
Arturo
108e8e513a
add try-with-resources statement to unclosed streams ( #10641 )
2021-10-21 11:08:27 +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
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
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
William Cheng
19b68f75de
[Docker] support multi-arch build ( #9246 )
...
* multi arch build
* fix buildx
* use openjdk
* fix bash install
* remove armv7
* remove arm64
* use jre 11
* add v8
* skip bash install
* add back tests
* remove v8
* minor change
* fix tag and push
* fix tag
* skip pull request for dockerhub push
2021-04-14 11:15:12 +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
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
4261252491
prepare 6.0.0 snapshot release
2020-12-21 16:39:40 +08:00
William Cheng
345b68a107
prepare 5.1.0 snapshot release
2020-12-21 16:35:12 +08:00
William Cheng
d7d5e53f2b
Prepare v5.0.0 release ( #8247 )
...
* update to 5.0.0
* update samples
2020-12-21 13:04:11 +08:00
William Cheng
2578ef5e63
Prepare snapshot (v5.0.0) ( #7986 )
...
* Revert "prepare 5.0.0-beta3 release"
This reverts commit 3ebe774df37b43348bac1310a272de53a2d7040b.
* revert to snapshot
* update samples
2020-11-20 19:19:59 +08:00
William Cheng
2715f1371a
Prepare 5.0.0 beta3 ( #7984 )
...
* prepare 5.0.0-beta3 release
* update samples
* remove beta3 from readme
2020-11-20 15:18:58 +08:00