Commit Graph

184 Commits

Author SHA1 Message Date
godotg f56bb656ae ref[cache]: move LazyCache from orm to scheduler 2024-03-26 11:21:12 +08:00
godotg 099492d186 test[orm]: EntityCache test 2024-03-26 10:58:12 +08:00
godotg 18531c09ef ref[EntityCache]: use LazyCache instead of Caffeine 2024-03-26 10:45:03 +08:00
godotg 6b62bda613 perf[cache]: expire check 2024-03-25 23:12:01 +08:00
godotg c701dd8e6e fix[LazyCache]: ConcurrentHashMap unsafe remove in for 2024-03-25 19:57:48 +08:00
godotg 5ca773121b perf[LazyCache]: remove cache reason 2024-03-25 19:38:16 +08:00
godotg 66d5735bff feat[LazyCache]: lazy detect the expiration time 2024-03-25 19:07:22 +08:00
godotg cd1ae54fce feat[release]: 3.3.1 release 2024-03-23 20:15:11 +08:00
godotg 0e6fb0addd chore[doc]: update doc 2024-03-23 18:20:08 +08:00
godotg b025bae381 chore[maven]: update maven version 2024-03-21 20:15:02 +08:00
godotg 5be1a2ccb8 chore[doc]: update doc 2024-03-20 11:30:20 +08:00
godotg fcfe65f8cb chore[doc]: update doc 2024-03-19 17:38:10 +08:00
godotg 2a5d8eac7d chore[orm]: warning log 2024-03-19 10:19:37 +08:00
godotg 7b491011c8 chore[orm]: warning log 2024-03-18 17:58:04 +08:00
godotg 58cc666e6d chore[orm]: rename pnode 2024-03-18 14:36:02 +08:00
godotg 056c30d440 fix[orm]: verify that the entity to be updated and the cached entity are the same entity 2024-03-18 11:42:41 +08:00
godotg 2bff063196 perf[orm]: maven dependency 2024-03-08 19:26:18 +08:00
godotg 9c3b4439fb feat[orm]: unsafe updates entity immediatly 2024-01-25 19:33:43 +08:00
godotg 5f75c53ef2 feat[orm]: unsafe updates entity immediatly 2024-01-25 19:32:32 +08:00
godotg f0a4a8e994 perf[orm]: updates entity are not verified for consistency 2024-01-25 16:35:12 +08:00
godotg cf569d8dc5 perf[orm]: updates entity are not verified for consistency 2024-01-25 16:28:10 +08:00
godotg 8417510dbc feat[entity]: add updateNow() method which can update the data in the cache and write it to the database immediately 2024-01-21 10:54:03 +08:00
godotg 3e764ad41c feat[release]: zfoo 3.3.0 2024-01-14 20:23:53 +08:00
godotg 260e3ec76d feat[release]: release zfoo 3.3.0 2024-01-14 20:02:14 +08:00
godotg 5b493036b0 revert[pom]: revert version to 3.2.0 2024-01-08 18:05:25 +08:00
qiaomr ef5de74d7c 3.2.0.a 2024-01-05 18:11:00 +08:00
godotg dbe47661d0 perf[orm]: optimize import static method 2023-11-21 11:28:47 +08:00
godotg 99a77172f6 perf[orm]: throw en exception 2023-10-31 10:27:04 +08:00
godotg 6f33e8bfcb fix[orm]: mongodb only supports byte[] 2023-10-30 17:52:31 +08:00
godotg a4089a9aee release 3.2.0 2023-10-22 10:24:23 +08:00
godotg bbdf659e74 build[release]: first zfoo 3.1.4 release for java 17 2023-09-21 21:51:30 +08:00
godotg 9227edbd30 build[release]: first zfoo 3.1.3 release for java 17 2023-09-21 21:32:35 +08:00
godotg 1808796fb5 build[release]: first release for java 17 2023-09-21 21:18:26 +08:00
sun ac19a9698d feat[virtual thread]: upgrade java to 21 and use virtual thread 2023-09-20 15:28:21 +08:00
godotg 77c9c5dc14 chore[version]: update version 2023-09-17 18:46:44 +08:00
godotg b5e564874b build[maven]: maven repository center 2023-09-16 15:28:28 +08:00
凌星 f2ff1fd237 perf[storage]: Interface optimization
1.优化storage函数式方法引用缓存,采用spring自带的实现;
2.优化合并属性工具类;
2023-09-15 16:51:14 +08:00
sun a0968c8fdc perf[maven]: update maven dependency 2023-09-14 18:04:00 +08:00
sun 3526f67a8b perf[maven]: update maven dependency 2023-09-14 16:39:52 +08:00
sun 4e3de02a67 perf[maven]: maven center 2023-09-14 10:23:38 +08:00
godotg 422598680c chore[maven]: maven repository 2023-09-13 08:34:53 +08:00
godotg aa21a2fbd3 chore[maven]: maven repository 2023-09-13 08:30:04 +08:00
godotg 03e3e62dcd chore[maven]: maven repository 2023-09-13 00:48:04 +08:00
godotg 8358d9b792 chore[maven]: maven repository 2023-09-12 23:46:47 +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
godotg f923c0c14b del[orm]: delete redundant detection and judgments 2023-09-09 12:25:04 +08:00
godotg 5bd66f4254 fix[zfoo]: maven compile warning 2023-09-09 12:20:05 +08:00
godotg e5eed6b746 test[zfoo]: skip test in net and orm 2023-09-09 11:00:27 +08:00