f.holzwarth
  • Joined on 2025-02-11
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-25 15:39:01 +00:00
3de7f1aa61 fix: try generating new placeholders only in current placeholderRegistry context to prevent duplicates
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-25 15:37:08 +00:00
029e40b775 feat: make packets directional and self handling
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-23 14:14:01 +00:00
459bfcdd5f feat: added tests for client-server communication
02886c38ea feat: fixed error in object serialization
Compare 2 commits »
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-22 13:11:53 +00:00
57ffae0481 fix: fixed some serialization and deserialization issues
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-22 08:11:00 +00:00
d084d74a25 feat: fixed mismatch in PairOperator serialization
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-21 12:00:24 +00:00
5e0705cf2d feat: fixed mismatch in PairOperator serialization
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-21 11:58:03 +00:00
7c6248d922 feat: fixed mismatch in PairOperator serialization
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-21 11:49:52 +00:00
538e50773b feat: fixed mismatch in PairOperator serialization
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-21 11:44:33 +00:00
cd15016f61 feat: allow subclasses when asserting values
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-21 11:40:28 +00:00
b0e5eee25c feat: rename Object... to Serial... and move into separate classes
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-21 11:23:07 +00:00
d1bd285be7 fix: replace reflection class check with simple string check
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-21 11:17:48 +00:00
ee8e26932b fix: replace reflection class check with simple string check
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-21 11:16:00 +00:00
e2a674a7a7 fix: replace reflection class check with simple string check
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-21 10:59:02 +00:00
a902fd5bee feat: replaced HashMaps with better type safety structure
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-20 17:09:36 +00:00
ced9fdc9f7 fix: non serialized constraitnContext
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-20 16:53:31 +00:00
53417bf298 feat: implement serialization and adjust packets to correct data types
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-20 16:41:36 +00:00
6828f1f8a6 feat: implement serialization and adjust packets to correct data types
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-20 16:15:20 +00:00
ac3b178c6e feat: implement serialization and adjust packets to correct data types
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-18 17:58:29 +00:00
2d4da03f00 feat: implementing client-server model
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-18 16:26:47 +00:00
f7a13f5faa feat: turn UnifyContext into a record