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 
						 
				 
			
				
					
						
							
							
								Panos Argyrakis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							981c090e0f 
							
						 
					 
					
						
						
							
							[Java][OkHTTP] Include HTTP response data in ApiException getMessage() ( #12207 )  
						
						... 
						
						
						
						* added getMessage() override
* Updated samples
* Updated test to expect new message format
* Updated pattern to expect specific message
* updated to platform agnostic line separators 
						
						
					 
					
						2022-04-26 11:26:36 +08:00 
						 
				 
			
				
					
						
							
							
								Oleh Kurpiak 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							12454de3ac 
							
						 
					 
					
						
						
							
							[Java][OkHTTP] fix empty request body handling ( #12172 )  
						
						
						
						
					 
					
						2022-04-20 00:17:28 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c533deb9a9 
							
						 
					 
					
						
						
							
							improve errorObjectType to avoid regression ( #12131 )  
						
						
						
						
					 
					
						2022-04-14 16:31:42 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5cef7e613a 
							
						 
					 
					
						
						
							
							add response headers to api exception ( #12042 )  
						
						
						
						
					 
					
						2022-04-05 17:24:41 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4e16146638 
							
						 
					 
					
						
						
							
							more checks in validateJsonObject ( #12041 )  
						
						
						
						
					 
					
						2022-04-05 17:24:22 +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 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6c1b68da91 
							
						 
					 
					
						
						
							
							[Java][okhttp-gson] better support for additional properties ( #11964 )  
						
						... 
						
						
						
						* add support for additiional properties in okhttp-gson java client
* deserialize with additional properties
* better handling of non-primitive type
* use entry set instead
* support disallowAdditionalPropertiesIfNotPresent
* remove additional properties in serialization 
						
						
					 
					
						2022-03-27 16:56:25 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							7370c4d3f8 
							
						 
					 
					
						
						
							
							update java samples  
						
						
						
						
					 
					
						2022-03-25 00:42:07 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5d8b80a5cd 
							
						 
					 
					
						
						
							
							[Java] rename x-contentType to x-content-type ( #11895 )  
						
						... 
						
						
						
						* rename x-contentType to x-content-type
* undo changes 
						
						
					 
					
						2022-03-18 09:50:42 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a4d320489d 
							
						 
					 
					
						
						
							
							fix warning, update build.gradle, build.sbt ( #11896 )  
						
						
						
						
					 
					
						2022-03-18 09:50:05 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9a1e6d778a 
							
						 
					 
					
						
						
							
							[Java][okhttp-gson] update junit to 5.8.2 from 4.13.2 ( #11882 )  
						
						... 
						
						
						
						* update junit to 5.8.2 in java okhttp-gson client
* undo changes to yaml
* update samples
* update tests
* fix indentation
* restore tests
* update samples 
						
						
					 
					
						2022-03-16 16:33:47 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							941d4845d7 
							
						 
					 
					
						
						
							
							minor fix to java okhttp-gson pom.xml  
						
						
						
						
					 
					
						2022-03-16 01:03:17 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2db3070b2d 
							
						 
					 
					
						
						
							
							Update java (okhttp-gson) client dependencies to newer versions ( #11877 )  
						
						... 
						
						
						
						* update java okhttp-gson client dependencies to newer versions
* update samples 
						
						
					 
					
						2022-03-15 18:38:12 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							482032d14f 
							
						 
					 
					
						
						
							
							fix warnings due to incorrect docstring ( #11815 )  
						
						
						
						
					 
					
						2022-03-07 09:23:09 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							683984896e 
							
						 
					 
					
						
						
							
							update maven-javadoc-plugin to newer version ( #11737 )  
						
						
						
						
					 
					
						2022-02-27 16:57:16 +08:00 
						 
				 
			
				
					
						
							
							
								sullis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f1d0724f2a 
							
						 
					 
					
						
						
							
							[java] junit 4.13.2 ( #11733 )  
						
						
						
						
					 
					
						2022-02-27 13:18:19 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							33ec0540b2 
							
						 
					 
					
						
						
							
							fix typo in the comments ( #11729 )  
						
						
						
						
					 
					
						2022-02-26 15:45:30 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b979eccf68 
							
						 
					 
					
						
						
							
							Add Github action file to test Java clients ( #11633 )  
						
						... 
						
						
						
						* add github action file to test java clients
* update tests 
						
						
					 
					
						2022-02-17 15:49:34 +08:00 
						 
				 
			
				
					
						
							
							
								Lennart Schwahn 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ba04720898 
							
						 
					 
					
						
						
							
							fix   #6134  by considering the type List<File> ( #11361 )  
						
						... 
						
						
						
						The method buildRequestBodyMultipart in ApiClient.java now recognizes if
an input parameter is an instance of List. 
						
						
					 
					
						2022-02-15 10:35:46 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8455c1cd23 
							
						 
					 
					
						
						
							
							Remove the option to support JDK7 from Java generator and templates ( #11547 )  
						
						... 
						
						
						
						* remove java8 from java client generator and templates
* update tests
* remove threetenbp
* update spring templates to remove java8
* remove java8 from jaxrs template
* fix jaxrs spec
* fix feign
* remove CustomInstantDeserializer.java
* fix jersey1
* fix undertow
* various update
* fix jaxrs jersey1
* fix java inflector
* fix jaxrs cxf
* add new files
* update doc 
						
						
					 
					
						2022-02-10 10:35:29 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7c1f6c5d6a 
							
						 
					 
					
						
						
							
							update build.gradle, build.sbt in java okhttp-gson client ( #11543 )  
						
						
						
						
					 
					
						2022-02-08 10:57:58 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							51800471fa 
							
						 
					 
					
						
						
							
							[java][Okhttp] replace okhttp-gson with okhttp-gson-nextgen ( #11538 )  
						
						... 
						
						
						
						* replace okhttp-gson with okhttp-gson-nextgen
* add new files
* update doc
* clean up pom
* update test
* restore error handling in doc
* add back changes
* uncomment tests
* update samples 
						
						
					 
					
						2022-02-08 00:05:44 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							c8b84c4d03 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into 6.0.x  
						
						
						
						
					 
					
						2022-01-30 18:01:35 +08:00 
						 
				 
			
				
					
						
							
							
								mvistein 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c12456de8e 
							
						 
					 
					
						
						
							
							[Java-okhttp-gson] Do not set content-type if content type is null  #2  ( #11315 )  
						
						... 
						
						
						
						* Fixing empty Content-Type in HTTP requests
* Updating samples 
						
						
					 
					
						2022-01-16 10:29:47 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							d17a472b89 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into 6.0.x  
						
						
						
						
					 
					
						2022-01-03 18:03:00 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							2db3e6bb25 
							
						 
					 
					
						
						
							
							update java samples  
						
						
						
						
					 
					
						2022-01-02 17:55:26 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							238639a500 
							
						 
					 
					
						
						
							
							update java sampes  
						
						
						
						
					 
					
						2022-01-02 17:28:17 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							12e03b1937 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into 6.0.x  
						
						
						
						
					 
					
						2022-01-02 15:41:37 +08:00 
						 
				 
			
				
					
						
							
							
								Justin Black 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ac55ac9d55 
							
						 
					 
					
						
						
							
							Samples and docs regenerated ( #11194 )  
						
						
						
						
					 
					
						2021-12-28 11:39:13 -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 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b2daa5a836 
							
						 
					 
					
						
						
							
							update jackson-databind-nullable to 0.2.2 ( #11121 )  
						
						
						
						
					 
					
						2021-12-15 11:41:16 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							e00efe7c8d 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/5.4.x' into 6.0.x  
						
						
						
						
					 
					
						2021-12-07 00:12:13 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							2b7910c875 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into 5.4.x  
						
						
						
						
					 
					
						2021-12-06 23:57:07 +08:00 
						 
				 
			
				
					
						
							
							
								Kevin Chen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3d92df5a41 
							
						 
					 
					
						
						
							
							[Java][okhttp-gson] Support text/plain body ( #10885 )  
						
						... 
						
						
						
						* support serialize RequestBody with contentType text/plain
* add Serialize test
* update test comment 
						
						
					 
					
						2021-11-26 15:04:19 +08:00 
						 
				 
			
				
					
						
							
							
								AJ Rice 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							08eaafa871 
							
						 
					 
					
						
						
							
							Add operation level servers support for java okhttp-gson client ( #10925 )  
						
						... 
						
						
						
						* Add Operation Servers to {operation}Call method
* add getter/setter methods
Add methods for hostIndex and customBaseUrl
* Fix return types for getters
* Add custom baseUrl logic
if you dont specifically declare a custom base url using the set method then it uses the 1st server in the operation host index array
if no custom url is set and the operation base path array is empty however, the call throws an exception
* Update server selection logic
First checks to see if a custom url is provided
If not, checks to see if operation level server is defined and uses the supplied host index (default 0)
If neither is supplied, uses the ApiClient default base path
* Update samples and docs 
						
						
					 
					
						2021-11-25 14:17:50 +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 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e44c69dab1 
							
						 
					 
					
						
						
							
							fix outdated link, improve docstring ( #10870 )  
						
						
						
						
					 
					
						2021-11-17 11:17:48 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3c26f9f2b4 
							
						 
					 
					
						
						
							
							[Okhttp] fix warnings and better docstrings for constructors ( #10859 )  
						
						... 
						
						
						
						* surpress serial warning
* better docstrings in api client java class 
						
						
					 
					
						2021-11-15 17:49:27 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c06a21e638 
							
						 
					 
					
						
						
							
							update authentication to include more parameters ( #10858 )  
						
						
						
						
					 
					
						2021-11-15 16:34:27 +08:00 
						 
				 
			
				
					
						
							
							
								Oleh Kurpiak 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e7c3bdacc2 
							
						 
					 
					
						
						
							
							[Java] fix deserialization of readonly properties ( #10113 )  
						
						... 
						
						
						
						* [Java] fix deserialization of readonly properties
* [Java] fix deserialization of readonly properties
* [Java] fix deserialization of readonly properties
* [Java] fix deserialization of readonly properties 
						
						
					 
					
						2021-11-14 22:05:25 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3284fc2f7e 
							
						 
					 
					
						
						
							
							skip spotless as part of the check task ( #10797 )  
						
						
						
						
					 
					
						2021-11-06 18:50:38 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a73363fd53 
							
						 
					 
					
						
						
							
							[java][okhttp] Add spotless maven, gradle plugin ( #10785 )  
						
						... 
						
						
						
						* add spotless maven plugin
* add spotless gradle plug-in
* add spotless version 
						
						
					 
					
						2021-11-05 17:48:14 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4ecceb13ea 
							
						 
					 
					
						
						
							
							[Java][okhttp] remove default content-type in the request ( #10769 )  
						
						... 
						
						
						
						* remove default content-type in java okhttp client
* update smaples
* update tests 
						
						
					 
					
						2021-11-04 10:19:13 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9d1420dc94 
							
						 
					 
					
						
						
							
							fix bug in query collection parameters ( #10768 )  
						
						
						
						
					 
					
						2021-11-03 22:13:33 +08:00 
						 
				 
			
				
					
						
							
							
								William Cheng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							48f81eef45 
							
						 
					 
					
						
						
							
							use IllegalArgumentException instead ( #10745 )  
						
						
						
						
					 
					
						2021-11-02 12:47:15 +08:00 
						 
				 
			
				
					
						
							
							
								WILLIAM CHENG 
							
						 
					 
					
						
						
						
						
							
						
						
							4f2b5ee36d 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/5.4.x' into 6.0.x  
						
						
						
						
					 
					
						2021-11-01 00:54:44 +08:00