Commit Graph

4937 Commits

Author SHA1 Message Date
shaojin.wensj ab03b0197a Merge branch 'main' of https://github.com/alibaba/fastjson2 2022-04-23 01:13:48 +08:00
Jerry Lee 15932e267d Merge branch 'maven-deps-cleanup' 2022-04-23 01:11:00 +08:00
shaojin.wensj b59f674dfe add testcase 2022-04-23 01:10:21 +08:00
shaojin.wensj 175b837b5a junit4 -> junit5 2022-04-23 01:10:02 +08:00
Jerry Lee 94df21e10a cleanup `fastjson1_compatible/pom.xml` 2022-04-23 01:08:21 +08:00
温绍锦 ea50f4c41a
Merge pull request #51 from kraity/main
Enhance TypeReference classes and comments
2022-04-23 00:09:15 +08:00
Kraity 764da768fb Enhance TypeReference classes and comments 2022-04-22 23:54:50 +08:00
Jerry Lee 6cb8184cfa cleanup `extension/pom.xml`:
- group dependencies
- reorder elements
- remove `com.alibaba:fastjson:1.2.79:test`
2022-04-22 23:48:38 +08:00
Jerry Lee 8911e84f0e `core/pom.xml` deps scope change:
- `com.alibaba:fastjson`: `provided` -> `test`
- `odps-sdk-udf`: `provided` -> `test`
2022-04-22 23:33:16 +08:00
Jerry Lee 4aaacd0708 cleanup `core/pom.xml`:
- group dependencies
- reorder elements
2022-04-22 23:19:15 +08:00
shaojin.wensj 9dbc40bf6f improved fastjson 1.x compatible 2022-04-22 21:19:00 +08:00
shaojin.wensj 6ec137ca72 improved fastjson 1.x compatible 2022-04-22 20:06:28 +08:00
shaojin.wensj dc210e0e6f junit4 -> junit5 2022-04-22 19:39:03 +08:00
Jerry Lee cd432a645c improve `pom`: add `<relativePath>` for `<parent>` 2022-04-22 16:38:03 +08:00
温绍锦 c5467c52a2
Merge pull request #50 from VictorZeng/main
Add Spring Http Converter and Spring MVC View for compatibility with fastjson 1.x.
2022-04-22 16:10:19 +08:00
业余布道师 054683dbb2 fix testcase for compatibility with fastjson 1.x. 2022-04-22 15:45:13 +08:00
业余布道师 a5f31600f1
Merge branch 'alibaba:main' into main 2022-04-22 15:37:26 +08:00
业余布道师 5b52821508 add FastJsonHttpMessageConverter and FastJsonJsonView for compatibility with fastjson 1.x. 2022-04-22 15:36:30 +08:00
温绍锦 a771d789d0
Merge pull request #49 from VictorZeng/main
Add Spring Meassaging Converter and Spring Data Redis for compatibility with fastjson 1.x.
2022-04-22 15:34:14 +08:00
业余布道师 835334d586 add GenericFastJsonRedisSerializer and FastJsonRedisSerializer for compatibility with fastjson 1.x. 2022-04-22 15:27:41 +08:00
业余布道师 a5df115d02
Merge branch 'alibaba:main' into main 2022-04-22 15:26:25 +08:00
业余布道师 24654b543c add MappingFastJsonMessageConverter for compatibility with fastjson 1.x. 2022-04-22 15:25:16 +08:00
温绍锦 ce8b372d7f
Merge pull request #47 from VictorZeng/main
Add Retrofit2ConverterFactory for compatibility with fastjson 1.x.
2022-04-22 14:37:49 +08:00
业余布道师 7182b24f5a add Retrofit2ConverterFactory for compatibility with fastjson 1.x. 2022-04-22 14:32:11 +08:00
业余布道师 f513920104 add FastJsonConfig for compatibility with fastjson 1.x. 2022-04-22 14:24:07 +08:00
业余布道师 23dbdb99af add FastJsonConfig for compatibility with fastjson 1.x. 2022-04-22 14:23:09 +08:00
shaojin.wensj ebdb322554 junit4 -> junit5 2022-04-22 13:37:44 +08:00
Jerry Lee f827737326 add back groupId `com.alibaba` #45 2022-04-22 13:02:11 +08:00
shaojin.wensj 87a7f381e1 junit4 -> junit5 2022-04-22 10:02:03 +08:00
Jerry Lee 1c03a31a5e add `.editorconfig` 2022-04-22 03:13:40 +08:00
Jerry Lee fcb5f4bd10 improve `.gitignore` 2022-04-22 02:12:48 +08:00
shaojin.wensj 343288cc4a fix build error for jdk11 2022-04-22 00:57:29 +08:00
shaojin.wensj 196c90782f fix build error for jdk17 2022-04-22 00:38:53 +08:00
shaojin.wensj 2c6e45e148 refactor testcases 2022-04-22 00:33:12 +08:00
shaojin.wensj b561072150 improve 1.x compatible, fix #40 2022-04-21 23:15:10 +08:00
温绍锦 bcbf4a6b9b
Merge pull request #42 from kraity/main
Roughly add comments to the methods of the JSON class
2022-04-21 22:57:21 +08:00
Kraity 3028d02488 Follow up again and fix some comments 2022-04-21 22:53:03 +08:00
Kraity 06883e7b44 Follow up and fix some comments 2022-04-21 22:40:29 +08:00
Kraity 013f339e0b Roughly add comments to the methods of the JSON class 2022-04-21 22:33:56 +08:00
温绍锦 7238fc03c9
Merge pull request #41 from kraity/main
Refine method comments in JSONArray and JSONObject again
2022-04-21 21:01:14 +08:00
Kraity 0a29fdc644 Refine method comments in JSONArray and JSONObject again 2022-04-21 20:59:25 +08:00
温绍锦 72470cd213
Merge pull request #38 from kraity/main
Add method comments and adjust code block placement
2022-04-21 18:20:04 +08:00
Kraity b45939a142 Remove some comments 2022-04-21 18:14:36 +08:00
shaojin.wensj 8e7707936b bug fixed for Map toJavaObject, fix #37 2022-04-21 18:04:30 +08:00
Kraity 501fbd64b6 Add method comments and adjust code block placement in JSONArray and JSONObject 2022-04-21 17:52:03 +08:00
温绍锦 037a0cc771
Merge pull request #36 from kraity/main
Fixed and optimized JSONArray and JSONObject
2022-04-21 15:26:45 +08:00
Kraity cf72621ac4 Fixed and optimized JSONArray and JSONObject 2022-04-21 14:17:12 +08:00
shaojin.wensj 7d85555bfd add testcase 2022-04-21 12:52:56 +08:00
温绍锦 be4a6ec6c0
Merge pull request #34 from VictorZeng/main
Support Retrofit Converter Factory
2022-04-21 11:35:09 +08:00
业余布道师 405b9604d9 add testcase for retrofit2 converter factory. 2022-04-21 11:21:41 +08:00