10 Commits

Author SHA1 Message Date
wenshao
6d4de2cfc2 2.0.57 init 2025-02-22 08:32:08 +08:00
wenshao
63a6854da9 2.0.56 release 2025-02-22 08:12:14 +08:00
wenshao
9b534a1668 2.0.56 init 2025-02-14 09:03:26 +08:00
wenshao
92b0aef9f4 2.0.55 release 2025-02-14 08:44:22 +08:00
CodePlayer
3016e80649
Improve some code, fix some bugs (#3320)
* Unified setting file encoding to UTF-8

* Fix issue#3283

* Aligning with new features of JDK8

* Simply some redundant code

* Improve Map handle performance

* Fix some potential bugs

* Improve some String processing performance

* Remove unnecessary protected modifier from final classes, because they are NOT inheritable

* Aligning with new features of JDK8

* Optimize FastJsonJsonView

* Fix conditional branch duplication

* Revert "Unified setting file encoding to UTF-8"

This reverts commit 66f1238da8371886a38473dbe8d5374e87e85381.
2025-01-25 15:06:57 +08:00
wenshao
e77736f838 Revert "Improve some code, fix some bugs (#3317)"
This reverts commit 0a0014b5fc7c8e7cfdd928dbf7cab6810e14097a.
2025-01-25 01:21:53 +08:00
CodePlayer
0a0014b5fc
Improve some code, fix some bugs (#3317)
* Unified setting file encoding to UTF-8

* Fix issue#3283

* Aligning with new features of JDK8

* Simply some redundant code

* Improve Map handle performance

* Fix some potential bugs

* Improve some String processing performance

* Remove unnecessary protected modifier from final classes, because they are NOT inheritable

* Aligning with new features of JDK8

* Optimize FastJsonJsonView

* Fix conditional branch duplication
2025-01-25 00:11:21 +08:00
wenshao
4a2ed127b2 2.0.55 init 2025-01-12 01:40:03 +08:00
wenshao
a0bb6c0937 2.0.54 release 2025-01-11 21:06:17 +08:00
张治保
6a2ca63084
jax-rs support (#3110)
* jax-rs support

* fix error: reference not found
2024-10-21 10:13:23 +08:00