William Caine 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							134dc98a71 
							
						 
					 
					
						
						
							
							fix: Using Map.Entry to avoid "reference to Entry is ambiguous" ( #16445 )  
						
						... 
						
						
						
						* fix: Using Map.Entry to avoid "reference to Entry is ambiguous"
when spec defines a model Entry it conflicts.  Also rest of mustache
uses  Map.Entry to matching it
* fix: Map.Entry - update samples 
						
						
					 
					
						2023-08-30 12:57:53 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b1564d8002 
							
						 
					 
					
						
						
							
							Fix UUID default value cast exception (swift5) ( #16436 )  
						
						
						
						
					 
					
						2023-08-29 12:32:01 +01:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							80121aa88f 
							
						 
					 
					
						
						
							
							Prepare v7.0.1 ( #16409 )  
						
						... 
						
						
						
						* prepare 7.0.1 in master
* update doc 
						
						
					 
					
						2023-08-25 16:11:29 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ff19825610 
							
						 
					 
					
						
						
							
							[java] Remove hardcoded arrays in template ( #16340 )  
						
						... 
						
						
						
						* remove hardcoded arrays in template
* better model import in java client
* update
* better code format
* minor refactoring
* update 
						
						
					 
					
						2023-08-19 10:20:48 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							e69c58623f 
							
						 
					 
					
						
						
							
							update samples  
						
						
						
						
					 
					
						2023-08-17 12:03:43 +08:00 
						 
				 
			
				
					
						
							
							
								Marc Miltenberger 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7a7309edb8 
							
						 
					 
					
						
						
							
							Fix Java GSON client not accepting optional null arrays ( #16213 )  
						
						... 
						
						
						
						* Add check for null JSON array in GSON Java api client
* Update samples 
						
						
					 
					
						2023-08-10 22:58:23 +08:00 
						 
				 
			
				
					
						
							
							
								karzang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e299382a42 
							
						 
					 
					
						
						
							
							[Java][Client] Fix handling of 'number' types in oneOf ( #16202 )  
						
						
						
						
					 
					
						2023-08-06 11:16:50 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f6fb83878b 
							
						 
					 
					
						
						
							
							[Default] update isAdditionalPropertiesTrue tag to cover more types ( #16227 )  
						
						... 
						
						
						
						* enhance additional properties support
* update samples
* update tests
* add more tests
* update samples
* fix samples 
						
						
					 
					
						2023-08-05 13:32:43 +08:00 
						 
				 
			
				
					
						
							
							
								Marc Miltenberger 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							adac3b127f 
							
						 
					 
					
						
						
							
							Support for multipart/form-data; charset="utf-8" in Java GSON Generator ( #16211 )  
						
						... 
						
						
						
						* Support for multipart/form-data; charset="utf-8"
Previously, it was only checked for an exact equal string, which failed when there were additional options such as charset.
* Update samples 
						
						
					 
					
						2023-07-29 00:22:19 +08:00 
						 
				 
			
				
					
						
							
							
								karzang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e9d98666a1 
							
						 
					 
					
						
						
							
							[Java][Client]  Fix   #12556  Support primitives and arrays in oneOf ( #13897 )  
						
						... 
						
						
						
						* [Java][Client] Fix  #12556  Support primitives and arrays in oneOf
* Regenerate petstore samples
* Regenerate petstore test samples
* Treat 'BigDecimal' as primtive datatype
* Fix integration tests 
						
						
					 
					
						2023-06-29 16:46:55 +08:00 
						 
				 
			
				
					
						
							
							
								bcalvez 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7a73f75f70 
							
						 
					 
					
						
						
							
							[java][okhttp-gson] Remove JAX-RS dependency from generated okhttp-gson java client ( #15896 )  
						
						... 
						
						
						
						* Remove JAX-RS dependency from generated okhttp-gson java client
* update samples
---------
Co-authored-by: William Cheng <wing328hk@gmail.com> 
						
						
					 
					
						2023-06-27 16:53:10 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6788f43af0 
							
						 
					 
					
						
						
							
							Better handling of Inline schema ( #15682 )  
						
						... 
						
						
						
						* skip allOf inline subschema created as $ref
* add option for fallback
* add back atleastonemodel
* add log
* update java, kotlin, js samples
* update tests
* fix native client test
* fix java client errors by regenerating test files
* clean up python
* clean up powershell
* clean up php
* clean up ruby
* update erlang, elixir
* update dart samples
* update ts samples
* update r, go samples
* update perl
* update swift
* add back files
* add back files
* remove outdated test files
* fix test 
						
						
					 
					
						2023-06-11 15:35:58 +08:00 
						 
				 
			
				
					
						
							
							
								Frederic Jones 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							59ba00e1f3 
							
						 
					 
					
						
						
							
							Add support for swagger2 in [java] client generators ( #15456 )  
						
						... 
						
						
						
						* Add support for swagger2 in java client generator
* Target 7.x.x
* Upstream changes 
						
						
					 
					
						2023-06-06 15:41:12 +08:00 
						 
				 
			
				
					
						
							
							
								samypr100 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fe6e4e459f 
							
						 
					 
					
						
						
							
							[java] support required nullable properties on java okhttp-gson generator ( #15462 )  
						
						... 
						
						
						
						* Support required nullable properties on java okhttp-gson generator
* regen client after merge
* covering cases
* nullable - true ; required - true
* nullable - false ; required - true
* nullable - true ; required - false
* nullable - false ; required - false 
						
						
					 
					
						2023-05-26 16:02:48 +03:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							0c3460f95b 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into 7.0.x  
						
						
						
						
					 
					
						2023-05-10 15:00:56 +08:00 
						 
				 
			
				
					
						
							
							
								Tiffany Marrel 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8a6c708884 
							
						 
					 
					
						
						
							
							[Java] Cleanup documentation ( #15300 )  
						
						... 
						
						
						
						* [Java] fix documentation of API authorization in README files
fix hierarchy level + add internal links + align wording across generators
* [Java] fix anchor links in documentation 
						
						
					 
					
						2023-05-10 14:14:44 +08:00 
						 
				 
			
				
					
						
							
							
								Beppe Catanese 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3d2ec72461 
							
						 
					 
					
						
						
							
							[JAVA] Okhttp-gson: blank line between annotations and method signature ( #15430 )  
						
						... 
						
						
						
						* Remove extra blank line
* Regenerate samples 
						
						
					 
					
						2023-05-08 14:39:46 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							bec32ae67f 
							
						 
					 
					
						
						
							
							update samples  
						
						
						
						
					 
					
						2023-05-03 09:43:43 +08:00 
						 
				 
			
				
					
						
							
							
								Robin Karlsson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b247ad75e1 
							
						 
					 
					
						
						
							
							[java] Add public static version field ( #15108 )  
						
						
						
						
					 
					
						2023-04-14 01:06:54 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							935146d187 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into 7.0.x  
						
						
						
						
					 
					
						2023-04-12 17:51:47 +08: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 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f5e427ad52 
							
						 
					 
					
						
						
							
							Do not add schema / class name mapping where custom mapping exists ( #14984 )  
						
						... 
						
						
						
						* fix  #13150  Do not add schema / class name mapping where custom mapping exists
* update test spec
* improve import
* fix import for mapped models
* fix python
* code clean up
* fix dart client import
* fix dart:core import
* better import
* add tests
---------
Co-authored-by: Bernie Schelberg <bernard.schelberg@mywave.ai> 
						
						
					 
					
						2023-03-24 22:20:04 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3d4f7b3ce0 
							
						 
					 
					
						
						
							
							[java] fix optional array property's default value ( #14961 )  
						
						... 
						
						
						
						* fix optional array property default value
* fix default values
* more fixes
* update default value for jersey2, 3, okhttp-gson
* update default value
* fix java okhttp-gson
* fix jersey2, 3 
						
						
					 
					
						2023-03-17 11:58:49 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							1beec7ef87 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'origin' into 7.0.x  
						
						
						
						
					 
					
						2023-03-03 21:52:50 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a4b5b85067 
							
						 
					 
					
						
						
							
							Update jackson nullable version to newer version v0.2.6 ( #14823 )  
						
						... 
						
						
						
						* update jackson nullable to newer version
* update samples
* update samples
* update samples 
						
						
					 
					
						2023-02-27 18:38:31 +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 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							71c2abf81c 
							
						 
					 
					
						
						
							
							[Java] fix default value for JsonNullable ( #14703 )  
						
						... 
						
						
						
						* fix java webclient default value
* update default value in java okhttp client
* fix java native client default value in JsonNullable
* improve java okhttp-gson default value template
* update java rest-related templates
* update feign samples
* update jersey3 templates
* update jersey2 templates
* update default value in jaxrs templates
* fix spring default value
* update jaxrs pojo, fix tests
* update samples
* suport set 
						
						
					 
					
						2023-02-16 10:37:36 +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 
						 
				 
			
				
					
						
							
							
								Tom Deering 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4664f6c46c 
							
						 
					 
					
						
						
							
							[Java] Fix APIClient basePath Configuration ( #14600 )  
						
						... 
						
						
						
						* Nullify serverIndex in java ApiClient.setBasePath
Restores previous behavior broken between v6.2.1 and v6.3.0
* Regenerate samples 
						
						
					 
					
						2023-02-09 18:27:57 +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 
						 
				 
			
				
					
						
							
							
								Maxime Dufour 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c6ea564600 
							
						 
					 
					
						
						
							
							[Java][Client Default] Support of AWS Signature V4 ( #14287 )  
						
						... 
						
						
						
						* Add support of AWSV4 Signature in Java
* Add Petstore sample for AWSV4 Signature
* Update other sample examples
* Sync Documentation and sample
* Specify only available for okhttp-gson in doc 
						
						
					 
					
						2023-01-10 19:29:20 +08:00 
						 
				 
			
				
					
						
							
							
								Maxime Dufour 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9450984af8 
							
						 
					 
					
						
						
							
							[Java][Client] Generate servers for okhttp-gson ( #14179 )  
						
						... 
						
						
						
						* [Java][Client] Generate servers for okhttp-gson
* Update sample tests 
						
						
					 
					
						2022-12-17 21:58:47 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							0103d400c2 
							
						 
					 
					
						
						
							
							update java samples  
						
						
						
						
					 
					
						2022-12-05 14:33:04 +08:00 
						 
				 
			
				
					
						
							
							
								Brendan Burns 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d6e7f70cb4 
							
						 
					 
					
						
						
							
							Modify Java ApiException to have a more informative message. ( #14154 )  
						
						... 
						
						
						
						* Modify ApiException to have a more informative message.
* Address comments. 
						
						
					 
					
						2022-12-05 14:16:50 +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 
						 
				 
			
				
					
						
							
							
								cachescrubber 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5221682086 
							
						 
					 
					
						
						
							
							[Java][Client] Support annotationLibrary=none to remove swagger annotations ( #13869 )  
						
						... 
						
						
						
						* Support annotationLibrary=none in JavaClientCodegen
* Add example using annotationLibrary=swagger1
* Support annotationLibrary=none in libraries
* Fix missing curly brace.
* fix if statement condition
* Support {{#swagger1AnnotationLibrary}} in java/rest-assured
* Adopt JavaModelTest
* Generate docs
* Generate samples
* clean up java feign files
* clean up feign samples
* fix resttemplate, native
* fix resttemplate withXml
* fix webclient
* fix java-jersey2, vertix
* fix googleapi client
* fix rest assured
* fix rest assured
* update apache-httpclient
* fix jersey2 special character
* fix resteasy
* fix jersey2
* update samples
* fix jersey2, okhttp streaming
* update okhttp-gson
* update samples
Co-authored-by: William Cheng <wing328hk@gmail.com> 
						
						
					 
					
						2022-11-04 17:07:46 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							558ae9373d 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into 7.0.x  
						
						
						
						
					 
					
						2022-11-01 21:01:06 +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 
						 
				 
			
				
					
						
							
							
								Thibault Duperron 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1b65ef38f5 
							
						 
					 
					
						
						
							
							Update dependecies for CVE ( #13834 )  
						
						... 
						
						
						
						* Update dependecies for CVE
fix  #13772 
* Fix schemas 
						
						
					 
					
						2022-10-31 10:55:11 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4c19c725a7 
							
						 
					 
					
						
						
							
							minor improvements on java client based on intellji ide ( #13864 )  
						
						
						
						
					 
					
						2022-10-30 23:31:04 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							227f583a81 
							
						 
					 
					
						
						
							
							[java] Update jackson-databind-nullable version to 0.2.4 ( #13804 )  
						
						... 
						
						
						
						* update jackson databind version to 0.2.4
* update samples 
						
						
					 
					
						2022-10-24 13:56:46 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0368987315 
							
						 
					 
					
						
						
							
							update java okhttp gson dependencies to newer versions ( #13798 )  
						
						
						
						
					 
					
						2022-10-23 11:26:12 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f409fb6184 
							
						 
					 
					
						
						
							
							various improvements to java okhttp-gson client ( #13794 )  
						
						
						
						
					 
					
						2022-10-23 10:52:54 +08:00 
						 
				 
			
				
					
						
							
							
								Andrew Hatch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							232f354826 
							
						 
					 
					
						
						
							
							required vs optional JSON array validation ( #13774 ) ( #13777 )  
						
						
						
						
					 
					
						2022-10-22 21:06:00 +08:00 
						 
				 
			
				
					
						
							
							
								Andrew Hatch 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9e5c919560 
							
						 
					 
					
						
						
							
							fix parameter ordering for RequestBody.create ( #13778 ) ( #13779 )  
						
						
						
						
					 
					
						2022-10-22 21:03:57 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ca56242e4f 
							
						 
					 
					
						
						
							
							[java][okhttp-gson] minor improvements ( #13792 )  
						
						... 
						
						
						
						* use replace instead of replaceAll
* avoid using instance to accessd static methods
* use entrySet instead of keySet
* use statis class instead of instance for static method
* update samples 
						
						
					 
					
						2022-10-22 13:31:59 +08:00