313 Commits

Author SHA1 Message Date
shaojin.wensj
3e2d9873ff refactor 2023-04-15 08:51:09 +08:00
shaojin.wensj
dad6894ad9 support csv to arrow 2023-04-14 19:07:47 +08:00
shaojin.wensj
533ed67884 speed up : read & write csv 2023-04-13 16:47:29 +08:00
shaojin.wensj
5fa909d72b speed up : csv <-> arrow 2023-04-12 22:57:59 +08:00
shaojin.wensj
4dc75fe3b7 improved read csv to object 2023-04-08 22:10:46 +08:00
shaojin.wensj
92c79f2cb4 2.0.28 init 2023-04-08 09:04:43 +08:00
shaojin.wensj
f3b5ec2561 2.0.27 release 2023-04-08 08:39:09 +08:00
shaojin.wensj
718dbed34a improved JSONStreamReader stat 2023-04-08 07:44:13 +08:00
shaojin.wensj
eacf08e5a5 refactor csv support 2023-04-08 04:27:58 +08:00
shaojin.wensj
8ed3f673c5 refactor csv support 2023-04-07 19:42:47 +08:00
shaojin.wensj
82910aab07 refactor csv support 2023-04-07 12:40:42 +08:00
shaojin.wensj
5454f9fb11 refactor csv support 2023-04-07 08:38:26 +08:00
shaojin.wensj
2ac8107407 bug fix & improve CSVParser 2023-04-06 19:09:13 +08:00
shaojin.wensj
cc3944730d speed up : CSVParser parse Date 2023-04-06 01:36:15 +08:00
shaojin.wensj
f30c9e9954 bug fix & improve CSVParser 2023-04-05 22:21:27 +08:00
shaojin.wensj
4649d08c90 CSVParser support of(InputStream, Class) 2023-04-05 16:13:05 +08:00
shaojin.wensj
e0ab9bfe3e fix : parse csv empty-line error 2023-04-05 15:12:00 +08:00
shaojin.wensj
0185b5bd0f support stream reader 2023-04-05 15:04:41 +08:00
ray
b8adb48dcf add Stream support for CSVParser 2023-04-05 14:23:53 +08:00
shaojin.wensj
fd3c375191 FastJsonConfig add default feature 'WriteByteArrayAsBase64', for issue #1309 2023-04-02 21:14:07 +08:00
shaojin.wensj
18d2b31e7d 2.0.27 init 2023-03-19 10:18:20 +08:00
shaojin.wensj
8fb4b4d28d 2.0.26 release 2023-03-19 09:41:49 +08:00
shaojin.wensj
babddfd0f7 2.0.26 init 2023-03-13 00:58:11 +08:00
shaojin.wensj
c331a12a18 2.0.25 release 2023-03-13 00:45:53 +08:00
shaojin.wensj
5da51c395d code format 2023-02-26 02:07:24 +08:00
shaojin.wensj
24da6d3c18 2.0.25 init 2023-02-18 18:08:10 +08:00
shaojin.wensj
2a9f1dc104 2.0.24 release 2023-02-18 15:33:56 +08:00
shaojin.wensj
e398e1d2e7 add testcase & refactor & bug fix 2023-02-13 19:44:03 +08:00
shaojin.wensj
01b75d3ca5 2.0.24 init 2023-01-14 16:10:52 +08:00
shaojin.wensj
61bb3fe6bf 2.0.23 release 2023-01-14 15:48:44 +08:00
业余布道师
9fdbc65a62 chore(pom): upgrade spring boot version. 2023-01-05 08:42:27 +08:00
shaojin.wensj
3be2010385 move awt color test to extension module 2023-01-02 12:06:02 +08:00
shaojin.wensj
06e2ed3e07 2.0.23 init 2022-12-31 08:38:24 +08:00
shaojin.wensj
bf2cfa766a 2.0.22 release 2022-12-31 07:49:01 +08:00
shaojin.wensj
f79c4b37ca refactor & add testcase 2022-12-19 20:51:56 +08:00
shaojin.wensj
32a4f41820 support spring 6 2022-12-16 23:10:13 +08:00
shaojin.wensj
b852e7ea8a fix checkstyle 2022-12-15 20:06:55 +08:00
shaojin.wensj
c771e68dbf use trusted MethodHandles.Lookup replace unsafe allocate string & access coder & value field. 2022-12-15 19:58:55 +08:00
shaojin.wensj
d0c5682dc2 2.0.22 init 2022-12-11 01:44:47 +08:00
shaojin.wensj
6aeffbdd3c 2.0.21 release 2022-12-11 00:12:13 +08:00
shaojin.wensj
ef5d5883fd improved serialize & deserialize performance 2022-12-06 19:40:11 +08:00
shaojin.wensj
5313b1a5c5 improved jackson adapter, for issue #926 2022-12-05 21:53:44 +08:00
shaojin.wensj
d6f623b900 improved jackson adapter 2022-12-04 21:50:37 +08:00
shaojin.wensj
023930ae24 fix testcase for issue #973 2022-12-01 23:29:11 +08:00
shaojin.wensj
6d721d9c26 2.0.21 init 2022-11-28 09:25:18 +08:00
shaojin.wensj
40ce2aaf85 2.0.20 release 2022-11-27 19:35:29 +08:00
shaojin.wensj
b6d0d873d7 refactor dependency 2022-11-25 08:45:33 +08:00
shaojin.wensj
947182aee5 add csv support #948 2022-11-24 16:00:43 +08:00
shaojin.wensj
72d4ac6196 annotation JSONField add property 'required' 2022-11-20 23:57:20 +08:00
shaojin.wensj
40b4831c75 refactor adapter 2022-11-20 13:34:07 +08:00