Commit Graph

  • f338bf41a8 bugfix:修复storage加入record类导致生成协议报错bug; 凌星 2023-09-13 23:19:17 +08:00
  • ede5676a55 Merge pull request #71 from veione/feat_storage godotgandGitHub 2023-09-13 20:52:29 +08:00
  • eaef89afa0 Merge branch 'main' into feat_storage godotgandGitHub 2023-09-13 20:52:20 +08:00
  • 3529386d07 perf[storage]; 1.优化配置表访问接口; 2.优化索引字符串替换为函数式接口的方式; 3.支持record类的配置Bean; 4.容器使用不可变数据结构防止业务中不小心修改带来的问题. 凌星 2023-09-13 19:59:15 +08:00
  • dbbd75e85b chore[maven]: maven repository godotg 2023-09-13 08:43:17 +08:00
  • 422598680c chore[maven]: maven repository godotg 2023-09-13 08:34:53 +08:00
  • aa21a2fbd3 chore[maven]: maven repository godotg 2023-09-13 08:30:04 +08:00
  • 03e3e62dcd chore[maven]: maven repository godotg 2023-09-13 00:48:04 +08:00
  • 8358d9b792 chore[maven]: maven repository godotg 2023-09-12 23:46:47 +08:00
  • 64a9fec7ba chore[version]: update version godotg 2023-09-12 23:40:48 +08:00
  • 4ca6715860 doc[zfoo]: update doc sun 2023-09-12 15:40:12 +08:00
  • ad7e4f3481 perf[stream]: stream.toList() replaces collect(Collectors.toList()) sun 2023-09-12 13:58:46 +08:00
  • ac2d01e6fb perf[stream]: stream.toList() replaces collect(Collectors.toList()) sun 2023-09-12 13:56:51 +08:00
  • 4783a72703 test[protocol]: map test godotg 2023-09-10 17:59:54 +08:00
  • 98854ea38e test[protocol]: map test godotg 2023-09-10 17:19:57 +08:00
  • 610489766c test[protocol]: map test godotg 2023-09-10 17:00:22 +08:00
  • 8195d2df43 chore[net]: log godotg 2023-09-10 16:08:06 +08:00
  • e2a5240813 test[net]: websocket server test godotg 2023-09-10 15:42:04 +08:00
  • 3dfe941aaf test[net]: json server test godotg 2023-09-10 15:37:32 +08:00
  • 7e2c507d61 ref[net]: no argument sync ask is executed in same thread pool executor godotg 2023-09-10 15:33:10 +08:00
  • 24f1932bd2 fix[net]: executor hash now equal in client and server godotg 2023-09-10 15:19:04 +08:00
  • f398ecf5b9 ref[net]: json tcp server godotg 2023-09-10 15:01:42 +08:00
  • 43872ec804 ref[net]: refactor gateway attachment godotg 2023-09-10 14:46:31 +08:00
  • 1ff97f1bc5 ref[net]: refactor gateway attachment godotg 2023-09-10 14:22:31 +08:00
  • 2a552eebea ref[net]: refactor attachment godotg 2023-09-10 14:04:42 +08:00
  • 68dc4f3735 del[net]: delete SignalOnlyAttachment godotg 2023-09-10 13:24:28 +08:00
  • 94bb9ae7cb del[net]: delete SignalOnlyAttachment godotg 2023-09-10 13:20:04 +08:00
  • f923c0c14b del[orm]: delete redundant detection and judgments godotg 2023-09-09 12:25:04 +08:00
  • 5bd66f4254 fix[zfoo]: maven compile warning godotg 2023-09-09 12:20:05 +08:00
  • 94e7e39e9b fix[zfoo]: not found javax.annotation.meta.When.MAYBE godotg 2023-09-09 11:39:31 +08:00
  • 2f8098aa10 test[zfoo]: skip test in net and orm godotg 2023-09-09 11:01:31 +08:00
  • e5eed6b746 test[zfoo]: skip test in net and orm godotg 2023-09-09 11:00:27 +08:00
  • 3f892de146 doc[protocol]: update readme godotg 2023-09-09 10:45:45 +08:00
  • b1f637ffad test[protocol]: test godotg 2023-09-09 10:44:45 +08:00
  • c51c819987 del[net]: del protobuf godotg 2023-09-09 10:07:04 +08:00
  • 5ad71fdf90 ref[net]: No need to inherit the IPacket interface anymore godotg 2023-09-09 09:57:46 +08:00
  • 3e8f5ffa7d ref[net]: No need to inherit the IPacket interface anymore godotg 2023-09-09 09:55:17 +08:00
  • 9f7e9e0c3f ref[net]: No need to inherit the IPacket interface anymore godotg 2023-09-09 09:53:16 +08:00
  • 9f02e197c3 del[net]: remove obsolete code godotg 2023-09-09 09:31:41 +08:00
  • 7c2615fcdf ref[net]: No need to inherit the IPacket interface anymore godotg 2023-09-09 09:30:29 +08:00
  • 2555c9b131 revert[protocol]: generate test godotg 2023-09-09 08:24:35 +08:00
  • 55fa85227f doc[protocol]: update readme godotg 2023-09-09 08:22:33 +08:00
  • 2eee745f73 perf[protocol]: csharp protocol test godotg 2023-09-09 08:20:23 +08:00
  • e474181b53 del[net]: remove obsolete code godotg 2023-09-09 08:14:37 +08:00
  • 0362c33865 feat[net]: await grammar for unity sun 2023-09-08 19:24:08 +08:00
  • d01aa91f6d fix[protocol]: scan protocol class sun 2023-09-08 13:12:26 +08:00
  • 7ac1dab103 perf[protocol]: scan protocol class sun 2023-09-08 11:14:58 +08:00
  • 63fac826c1 fix[xml]: xml ignore properties sun 2023-09-08 10:23:12 +08:00
  • dc5519df28 fix[xml]: xml ignore properties sun 2023-09-08 10:20:41 +08:00
  • b16ec4837f perf[graalvm]: detect graalVM environment sun 2023-09-06 17:41:40 +08:00
  • 95dccd879f perf[graalvm]: use PathMatchingResourcePatternResolver to scan classes sun 2023-09-06 15:49:31 +08:00
  • 08e03d6ac9 fix[graalvm]: netty graalvm sun 2023-09-06 11:42:02 +08:00
  • f14488cdc8 chore[class]: adjust code sun 2023-09-06 11:34:15 +08:00
  • f7b06a086e chore[graalvm]: log sun 2023-09-06 11:04:36 +08:00
  • 1ba1d45f86 perf[graalvm]: scan net packet in GraalVM environment sun 2023-09-06 10:41:45 +08:00
  • 582406a56d fix[graalvm]: detect graalVM environment sun 2023-09-06 10:29:09 +08:00
  • 699f25e579 fix[graalvm]: detect graalVM environment sun 2023-09-06 10:20:59 +08:00
  • e32b796f56 perf[net]: hint protocol.xml sun 2023-09-05 18:56:01 +08:00
  • be744956b4 test[graalvm]: storage test sun 2023-09-05 18:04:43 +08:00
  • 002b7ec2c5 feat[net]: graalvm support sun 2023-09-05 15:38:20 +08:00
  • 972b42f3c2 ref[net]: refactor net and move PacketReceiver to anno package sun 2023-09-05 11:40:56 +08:00
  • d6e56dab3d perf[hint]: perfect orm autoconfig godotg 2023-09-04 23:32:26 +08:00
  • 9610a81ccf perf[hint]: perfect orm autoconfig godotg 2023-09-04 23:31:16 +08:00
  • 19f2775a65 perf[hint]: perfect storage autoconfig godotg 2023-09-04 23:19:59 +08:00
  • 403c06cce9 test[protocol]: compatibility test sun 2023-09-04 12:50:13 +08:00
  • 4539fd499b doc[upgrade]: upgrade doc sun 2023-09-04 11:51:08 +08:00
  • a53f7396ba doc[protocol]: update doc godotg 2023-09-03 22:18:41 +08:00
  • 407ca920d0 ref[autoconfig]: move graalvm package godotg 2023-09-03 19:08:38 +08:00
  • e70289b1e9 fix[cpp]: cpp serialization godotg 2023-09-03 16:19:39 +08:00
  • cbc2f1e900 ref[packet]: move IPacket from protocol to net godotg 2023-09-03 16:01:46 +08:00
  • 7060fe87f8 ref[protocol]: Serialization and deserialization do not have to be forced to inherit IPacket godotg 2023-09-03 15:55:19 +08:00
  • 0e591eaddb del[protocol]: deprecate protocolId() method godotg 2023-09-03 15:28:50 +08:00
  • 7c1f3ffdc0 del[protocol]: deprecate protocolId() method godotg 2023-09-03 15:20:48 +08:00
  • da31160d60 del[protocol]: deprecate PROTOCOL_ID godotg 2023-09-03 15:13:22 +08:00
  • 4d703215e3 del[protocol]: deprecate PROTOCOL_ID godotg 2023-09-03 15:03:55 +08:00
  • 8cb904ba50 ref[protocol]: NotEnhance move to Protocol Annotation godotg 2023-09-03 12:38:25 +08:00
  • 2e8c673862 ref[protocol]: refactor protocol structure godotg 2023-09-03 12:30:55 +08:00
  • f5e906fb68 ref[cpp]: refactor cpp protocol generate godotg 2023-09-03 12:25:29 +08:00
  • 3935f1e303 test[generate]: generate test godotg 2023-09-03 12:02:47 +08:00
  • 0f099de567 fix[enhance]: compatible filed enhance serialization error godotg 2023-09-03 11:40:41 +08:00
  • 62e6184cbd test[protocol]: enhance test godotg 2023-09-03 11:27:04 +08:00
  • 58a9c186f6 ref[orm]: refactor orm godotg 2023-09-03 01:07:15 +08:00
  • 2c2f49a4ce ref[storage]: refactor storage godotg 2023-09-03 00:55:45 +08:00
  • 112d119d7c ref[orm]: refactor orm godotg 2023-09-03 00:54:02 +08:00
  • 0435d0f9d6 ref[storage]: refactor storage godotg 2023-09-03 00:47:55 +08:00
  • c05212799a ref[storage]: refactor storage godotg 2023-09-03 00:45:32 +08:00
  • 9ea0992b40 fix[orm]: native image no caffeine dependency godotg 2023-09-03 00:44:51 +08:00
  • 87725fa484 ref[scheduler]: refactor scheduler godotg 2023-09-02 22:39:22 +08:00
  • 9a35193a9a ref[storage]: refactor storage godotg 2023-09-02 22:35:17 +08:00
  • 1da6b324af ref[storage]: package structure godotg 2023-09-02 22:02:21 +08:00
  • 536f255486 ref[event]: package structure godotg 2023-09-02 21:29:45 +08:00
  • e4bcd22bc7 del[util]: remove util module godotg 2023-09-02 21:11:50 +08:00
  • 353d40d5fe ref[id]: rename IdUtils to UuidUtils godotg 2023-09-02 21:00:52 +08:00
  • 00ac69dca2 ref[move]: move NetUtils godotg 2023-09-02 20:54:55 +08:00
  • ff3e06c123 ref[move]: move ThreadUtils godotg 2023-09-02 20:36:02 +08:00
  • 13d284184d del[thread]: delete SafeRunnable godotg 2023-09-02 20:29:08 +08:00
  • 9f6f154e76 ref[move]: move RandomUtils godotg 2023-09-02 19:59:45 +08:00
  • 4d015a1fb8 ref[move]: move NumberUtils godotg 2023-09-02 19:43:23 +08:00
  • 793319298a ref[move]: move class godotg 2023-09-02 19:30:25 +08:00
  • b0d242658c ref[thread]: deprecated method in java 17 godotg 2023-09-02 19:23:07 +08:00