Commit Graph

2224 Commits

Author SHA1 Message Date
高铁 e39c9bd938 2.0.60.android8 init
Java CI / Test on JDK ${{ matrix.java }} OS ${{ matrix.os }} (11, ubuntu-20.04) (push) Has been cancelled Details
Java CI / Test on JDK ${{ matrix.java }} OS ${{ matrix.os }} (17, ubuntu-20.04) (push) Has been cancelled Details
Java CI / Test on JDK ${{ matrix.java }} OS ${{ matrix.os }} (8, ubuntu-20.04) (push) Has been cancelled Details
2025-09-22 06:48:20 +08:00
高铁 eb2531ecc5 2.0.59.android8 release 2025-09-22 06:01:21 +08:00
高铁 3746f5242f fix bug for issue #3724 2025-09-21 14:37:05 +08:00
高铁 9623c6da1e fix #3758 2025-09-21 14:11:39 +08:00
高铁 b7bdec8f91 feat: Enhanced get direct conversion type (#3778) 2025-09-21 13:53:34 +08:00
高铁 daa9f81a83 fix bug for issue #3771 2025-09-21 13:50:41 +08:00
高铁 ae51d306bd Fix base64 prefix issue 3681 (#3741) 2025-09-21 13:42:40 +08:00
高铁 05268c1cfc add testcase 2025-09-21 13:31:30 +08:00
高铁 a678be0c70 Fix IOUtils.isNumber() edge cases and add tests 2025-09-21 13:27:37 +08:00
高铁 90495dbbe1 Fix bug in JSONWriterUTF8.writeString with offset parameter 2025-09-21 13:22:28 +08:00
高铁 7b92c965f1 Fix bug in JSONWriterUTF16.writeString with incorrect loop condition 2025-09-21 13:19:25 +08:00
高铁 8d124273de Fix missing break statement in setDateFormat method for 'yyyyMMddHHmmssSSSZ' case 2025-09-21 13:07:10 +08:00
高铁 b33e8affb2 fixed bug for issue #3702 2025-09-21 13:04:50 +08:00
高铁 87326b2759 fix bug for issue #3719 2025-09-21 10:34:28 +08:00
高铁 e65daf595e add testcase 2025-09-21 10:34:18 +08:00
高铁 8d7cdc3cc6 fix:correctly handle the set format and successfully parse it into a hashset object #3692 2025-09-21 10:15:09 +08:00
高铁 97b6a469e3 to #3738, kotlin support SupportSmartMatch 2025-09-20 15:30:36 +08:00
高铁 0e0c19f10a to #3789, toJavaObject IgnoreSetNullValue 2025-09-20 15:07:38 +08:00
高铁 3a23ee580c to #3788 not use Unsafe 2025-09-20 11:10:02 +08:00
高铁 b591a95b5c to #3759 fix WriteNullBooleanAsFalse 2025-09-16 18:40:59 +08:00
高铁 c96082e82b to #3770, fix NPE 2025-09-16 09:33:02 +08:00
高铁 3dcb294ae2 digit2 not use Unsafe 2025-09-15 09:31:52 +08:00
高铁 9e99611f23 bug fix for SupportSmartMatch, for issue #1754 2025-08-11 15:21:43 +08:00
高铁 087b3c15c2 2.0.59.android8 init
Java CI / Test on JDK ${{ matrix.java }} OS ${{ matrix.os }} (11, ubuntu-20.04) (push) Has been cancelled Details
Java CI / Test on JDK ${{ matrix.java }} OS ${{ matrix.os }} (17, ubuntu-20.04) (push) Has been cancelled Details
Java CI / Test on JDK ${{ matrix.java }} OS ${{ matrix.os }} (8, ubuntu-20.04) (push) Has been cancelled Details
2025-07-30 12:21:09 +08:00
高铁 74b5092718 2.0.58.android8 release 2025-07-30 11:22:38 +08:00
高铁 2c7d410b18 backport from 2.0.58 2025-07-29 22:09:02 +08:00
高铁 0ed85605de fix #3636
Java CI / Test on JDK ${{ matrix.java }} OS ${{ matrix.os }} (11, ubuntu-20.04) (push) Has been cancelled Details
Java CI / Test on JDK ${{ matrix.java }} OS ${{ matrix.os }} (17, ubuntu-20.04) (push) Has been cancelled Details
Java CI / Test on JDK ${{ matrix.java }} OS ${{ matrix.os }} (8, ubuntu-20.04) (push) Has been cancelled Details
2025-07-16 14:02:33 +08:00
高铁 f4465aabb2 fix #3636 2025-07-16 13:55:36 +08:00
高铁 c930710ae0 maven central 2025-07-16 10:28:54 +08:00
高铁 23f7d62c14 2.0.57.android8 release
Java CI / Test on JDK ${{ matrix.java }} OS ${{ matrix.os }} (11, ubuntu-20.04) (push) Has been cancelled Details
Java CI / Test on JDK ${{ matrix.java }} OS ${{ matrix.os }} (17, ubuntu-20.04) (push) Has been cancelled Details
Java CI / Test on JDK ${{ matrix.java }} OS ${{ matrix.os }} (8, ubuntu-20.04) (push) Has been cancelled Details
2025-03-31 14:59:00 +08:00
高铁 17381307d7 bug fix for readReference, for issue #3452 2025-03-31 14:56:27 +08:00
高铁 46204ae5db backport from 2.0.57 2025-03-31 14:55:00 +08:00
高铁 d811ca5577 JSONArray/JSONObject support getLocalTime/getLocalDate/getLocalDateTime/getOffsetTime/getOffsetDateTime/getZonedDateTime, for issue #3337 2025-03-31 14:45:31 +08:00
高铁 e83c5a564e fix comment support not work 2025-03-31 14:36:39 +08:00
高铁 c4a2a6ba03 add testcase 2025-03-31 14:22:33 +08:00
高铁 2a49d0f1a6 bug fix for issue #3450 2025-03-31 14:22:27 +08:00
高铁 29b454820f Fix issue #3293 and issue #3328 (#3392) 2025-03-31 14:17:24 +08:00
高铁 84bc1cc080 fix single quote SupportSmartMatch not work, for issue #3381 2025-03-31 14:01:29 +08:00
高铁 6c33262e01 backport from 2.0.57 2025-03-31 13:39:50 +08:00
高铁 f7888afc8e 2.0.56.android8 release 2025-02-22 08:20:50 +08:00
高铁 dbfd35f30f 2.0.55.android8 release 2025-02-14 07:44:37 +08:00
高铁 6a61695f4f 2.0.25.android8 release 2025-01-11 21:17:55 +08:00
高铁 c87505c4bb add testcase 2025-01-11 21:04:37 +08:00
wenshao b6adb4a25a fix #3264 2025-01-11 13:49:15 +08:00
高铁 3d4fffdc89 fix testcase 2025-01-02 10:06:53 +08:00
高铁 0f0dcf130c 2.0.54 backport 2025-01-02 09:59:52 +08:00
高铁 2bd791075d 2.0.53.android8 release 2024-09-16 23:01:05 +08:00
高铁 6bf070cfdd back port from 2.0.53 2024-09-16 22:59:44 +08:00
高铁 50b1a19969 2.0.52.android8 release 2024-07-14 07:34:31 +08:00
高铁 21a66ee63a fix boolean field annotation not work, for issue #2795 2024-07-14 07:30:03 +08:00