Commit Graph

136 Commits

Author SHA1 Message Date
godotg 27b3902772 chore[func]: if can't get the property name corresponding to Func, an exception will be thrown 2024-02-27 19:28:01 +08:00
superman 73d8649859 perf[graalvm]: optimized annotation @GraalvmNativeStorage 2024-02-27 18:24:33 +08:00
godotg 074f5d1303 chore[storage]: typo 2024-01-27 10:54:39 +08:00
godotg 5648ebd9b5 fix[storage]: Excel has some empty cells that cause column shifts 2023-11-21 19:36:26 +08:00
libin 58b29e7565 Protocol auto List by order 2023-11-17 16:41:20 +08:00
godotg b5035eda75 perf[storage]: remove the useless cast type 2023-10-23 10:47:37 +08:00
godotg 88a6e11a69 ref[storage]: refactor lambda of storage 2023-10-22 10:08:55 +08:00
godotg 16f7997002 ref[storage]: refactor lambda of storage 2023-10-21 22:09:43 +08:00
godotg b64a7a4fd5 ref[storage]: refactor lambda of storage 2023-10-21 21:46:57 +08:00
godotg a59055360e ref[storage]: refactor lambda of storage 2023-10-21 21:32:53 +08:00
godotg 43f2e608b2 ref[storage]: refactor lambda of storage 2023-10-21 21:24:01 +08:00
godotg a6f06579b1 ref[storage]: refactor lambda of storage 2023-10-21 20:47:48 +08:00
godotg a6fe28d518 ref[storage]: refactor lambda of storage 2023-10-21 20:46:14 +08:00
godotg 592523a3bd ref[storage]: refactor the storage module 2023-10-21 11:30:24 +08:00
godotg c466b5d1f2 ref[storage]: refactor the storage module 2023-10-21 11:28:35 +08:00
godotg 2499c4dc14 ref[storage]: refactor the storage module 2023-10-21 11:09:16 +08:00
godotg afa85e55fb perf[storage]: use string as cache to reduce memory consumption 2023-10-21 09:51:02 +08:00
godotg d3d79b3738 perf[lambda]: generic class type specifications 2023-10-18 10:58:33 +08:00
godotg 4bb87e8b90 perf[protocol]: check unsupported type 2023-09-26 22:27:53 +08:00
sun 9f050b7a74 chore[storage]: update comment 2023-09-25 15:18:18 +08:00
godotg c46825c0a2 build[release]: first release for java 17 2023-09-21 21:28:38 +08:00
sun 93303cb292 ref[storage]: use the JDK new API 2023-09-21 15:46:18 +08:00
sun ba7beb6f9f ref[storage]: rename primary key 2023-09-21 15:23:06 +08:00
sun 1337857987 ref[storage]: rename primary key 2023-09-21 15:15:14 +08:00
godotg 6c26fdcb7f ref[storage]: rename method 2023-09-20 22:28:21 +08:00
godotg 85c99eb54c del[storage]: remove unused class 2023-09-19 21:19:31 +08:00
godotg 5bcb2ca877 test[storage]: record class test 2023-09-19 21:15:48 +08:00
godotg a8f795393e fix[storage]: record check error 2023-09-19 21:12:24 +08:00
godotg 2cc4adfef9 test[storage]: record class test 2023-09-19 20:56:09 +08:00
godotg 7ba3cc8d6a ref[storage]: rename lambda 2023-09-19 20:45:24 +08:00
godotg cf33697abe perf[storage]: perfect generic methods 2023-09-19 20:43:48 +08:00
凌星 f045d44d37 doc[storage]: Synchronize the latest documents. 2023-09-19 17:17:38 +08:00
凌星 38375041dd perf[storage]: Optimize storage generic interfaces 2023-09-19 15:23:09 +08:00
凌星 37503b082d fix[storage]: Fix record class generation protocol field sort bug. 2023-09-19 10:26:53 +08:00
凌星 41bfac323e fix[storage]: Fix record class generation protocol error. 2023-09-18 17:45:18 +08:00
凌星 91a60a8fa8 pref[storage]: remove unused resource. 2023-09-18 14:23:24 +08:00
凌星 5972deb641 pref[storage]: Remove graalvm sdk dependency 2023-09-18 11:19:49 +08:00
凌星 05ae9073fb fix[storage]: Fix storage functional method reference bug 2023-09-18 10:14:42 +08:00
godotg d4c0710871 test[storage]: ignore test 2023-09-16 11:24:47 +08:00
凌星 c11fb919b6 perf[storage]: optimization soft cache
1.优化函数式接口缓存从弱引用为软引用
2023-09-15 17:16:23 +08:00
凌星 f2ff1fd237 perf[storage]: Interface optimization
1.优化storage函数式方法引用缓存,采用spring自带的实现;
2.优化合并属性工具类;
2023-09-15 16:51:14 +08:00
凌星 ea51482f1c fix[storage]: Fix method referencing the same class name 2023-09-15 14:34:01 +08:00
凌星 3cf1352896 perf[storage]:remove deprecated class AccessController 2023-09-14 19:29:19 +08:00
凌星 381e5b8d37 perf[storage]:优化配置表模块
1.增加函数式方法引用缓存;
2.移除guava依赖库,减少第三方依赖;
3.优化部分函数式接口;
2023-09-14 18:38:08 +08:00
凌星 f338bf41a8 bugfix:修复storage加入record类导致生成协议报错bug; 2023-09-13 23:19:17 +08:00
godotg eaef89afa0 Merge branch 'main' into feat_storage 2023-09-13 20:52:20 +08:00
凌星 3529386d07 perf[storage];
1.优化配置表访问接口;
2.优化索引字符串替换为函数式接口的方式;
3.支持record类的配置Bean;
4.容器使用不可变数据结构防止业务中不小心修改带来的问题.
2023-09-13 20:00:41 +08:00
godotg 64a9fec7ba chore[version]: update version 2023-09-12 23:40:48 +08:00
sun ad7e4f3481 perf[stream]: stream.toList() replaces collect(Collectors.toList()) 2023-09-12 13:58:46 +08:00
sun ac2d01e6fb perf[stream]: stream.toList() replaces collect(Collectors.toList()) 2023-09-12 13:56:51 +08:00