| 
							
							
								 Bruno Coelho | 8d62e597ae | [kotlin][client] Kotlinx Serialization code formating (#12922) * [kotlin][client] Kotlinx Serialization cleanup
* [kotlin][client] Kotlinx Serialization cleanup | 2022-07-19 14:05:17 +01: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 | 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 | 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 |  | 
			
				
					| 
							
							
								 Bruno Coelho | eb224db540 | [kotlin][client] remove old Date usage (#11082) * [kotlin][client] remove old Date usage
* [kotlin][client] remove old Date usage | 2021-12-14 16:03:12 +08:00 |  | 
			
				
					| 
							
							
								 William Cheng | fbb61658df | [kotlin][client] rename ApiInfrastructureResponse to ApiResponse (#11094) * rename ApiInfrastructureResponse to ApiResponse
* mark ApiResponse as reserved word
* update samples, docs
* fix typo | 2021-12-12 16:32:08 +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 | 05e4c3cf64 | update samples | 2021-07-12 17:15:22 +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 | 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 |  | 
			
				
					| 
							
							
								 Nikita Karnaukh | d657e95021 | [Kotlin][Client] Added Kotlinx Serialization for JVM/Retrofit2/OkHttp3&4 (#6916) * Added supporting kotlin.serialization for jvm
* Added Serializable annotations for java types(date,time,url,uri etc.)
* Added SafeEnumSerializer
* Added StringBuilderAdapter for kotlin.serialization
Fix adapter naming
Fix Retrofit ApiClient.kt for kotlin.serialization
* Added StringBuilderAdapter for kotlin.serialization
* Switch sample to retrofit2-kotlin-serialization
* Add sample for retrofit2-kotlin.serialization
* update sample
* update sample
* update sample #3
* Fix enum quotes for kotlin.serialization
* update samples
* update pom.xml
* add pom.xml to child module
* fix kotlin-multiplatform freeCompilerArgs
* refactoring, add useSafeEnum option, remove safeEnum for kotlin.multiplatform
* update kotlin samples
* fix import kotlinx.serialization.Required
* Update kotlinx.serialization 1.0.0-rc-2, kotlin 1.4.10, retrofit-kotlinx-converter 0.7.0
* Update gradle wrapper 6.7-rc-3
* fix SafeEnum import
* fix Json initialization,
fix SafeEnumSerializer
* update samples
* update kotlinx.serialization to 1.0.0
* Update gradle to 6.7 in kotlin samples
* fixed adding @Contextual for collections with non-primitive type elements
* remove unused SafeEnum imports, refactored
* update kotlin readme
* update kotlin project template Readme.md
* update samples for kotlin
* simplify template for class properties
* remove @Contextual from kotlin-multiplatform
* update kotlin multiplatform dependencies
* refactoring templates
* revert all changes for multiplatform
* fix tests
* revert multiplatform #2
* update samples after merge, fix missed isListContainer->isArray
* fixed redundant space before @Contextual
* Fixed enum template, Class were missed in generated samples
* fix enum template toString value->serialName
* fixed isEnum case for collections
* update samples
* removed useSafeEnum option, kotlinx serialization has out of box approach with coerceInputValues option for same behavior
* generate samples
* update kotlinx.serialization 1.0.1
* update samples
* Added pom.mustache template for kotlin-client samples with fixed execution of gradle wrapper instead standalone installed gradle on CI
* update samples with new pom.xml
* reverted enum value property name
* fixed kotlin-multiplatform pom.xml
* update kotlin-threetenbp sample
* update kotlin-string sample
* update kotlin-string sample
* fix adding kotlinx.serialization classpath to build.gradle
* generate samples
* add supporting kotlinx_serialization kotlinx.serialization.Serializable with java.io.Serializable at the same time
* update retrofit2-kotlinx-serialization-converter:0.8.0
* update kotlinx_serialization sample with retrofit2-kotlinx-serialization-converter:0.8.0
* apply suggest from @blendthink
* added proguard-rules.pro file for kotlinx.serialization on Android projects
* fix pom.mustache
* update gradle wrapper to 6.8.3
* update kotlin samples
* fix kotlin readme template, update kotlin samples
* update kotlin samples
* update kotlin sample
delete petstore/kotlin unit tests
* revert deletion kotlin client tests
remove adding pom.xml to kotlin client samples
* add support kotlinx serialization for okhttp3/4
* update kotlin client samples | 2021-03-19 18:12:23 +08:00 |  |