Commit Graph

14 Commits

Author SHA1 Message Date
wenshao 3d3c530866 2.0.59 init 2025-07-30 10:42:14 +08:00
wenshao da936e2546 2.0.58 release 2025-07-30 10:31:59 +08:00
wenshao 409ae2d411 2.0.58 init 2025-03-31 15:32:20 +08:00
wenshao aabcd38647 2.0.57 release 2025-03-31 12:58:31 +08:00
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 66f1238da8.
2025-01-25 15:06:57 +08:00
wenshao e77736f838 Revert "Improve some code, fix some bugs (#3317)"
This reverts commit 0a0014b5fc.
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