• Joined on 2024-09-20
tueem deleted branch feat/mutable-factories from tueem/Cutin 2025-05-04 11:32:29 +00:00
tueem pushed to dev at tueem/Cutin 2025-05-04 11:32:29 +00:00
dba1a366d9 Merge pull request 'Add Mutable and Immutable Factories' (#1) from feat/mutable-factories into dev
eaf109e74e Merge branch 'dev' into feat/mutable-factories
a2bdb549f9 feat(factory): introduce Mutable and Immutable methodfactory and change parser pipeline
ad2c4c00f6 refactor(bcmethod): move duplicate checking out of factory
4dd7b70f40 refactor(factory): move to own package and add factories getter
Compare 5 commits »
tueem merged pull request tueem/Cutin#1 2025-05-04 11:32:28 +00:00
Add Mutable and Immutable Factories
tueem pushed to feat/mutable-factories at tueem/Cutin 2025-05-02 12:33:42 +00:00
eaf109e74e Merge branch 'dev' into feat/mutable-factories
d76db0ba61 bump Minor version
Compare 2 commits »
tueem created pull request tueem/Cutin#1 2025-05-02 12:30:34 +00:00
Add Mutable and Immutable Factories
tueem created branch feat/mutable-factories in tueem/Cutin 2025-05-02 11:00:32 +00:00
tueem pushed to feat/mutable-factories at tueem/Cutin 2025-05-02 11:00:32 +00:00
a2bdb549f9 feat(factory): introduce Mutable and Immutable methodfactory and change parser pipeline
ad2c4c00f6 refactor(bcmethod): move duplicate checking out of factory
4dd7b70f40 refactor(factory): move to own package and add factories getter
Compare 3 commits »
tueem pushed to feat/message-components at tueem/Marinara 2025-04-22 12:22:42 +00:00
272225ac07 feat(structure): add Structure abstractions and API
tueem pushed to feat/message-components at tueem/Marinara 2025-04-15 22:00:52 +00:00
42a675dc96 feat(method): implement MethodParser rework
eea1597b15 fix(wrapper): also remove LoggerUtil in wrapper
Compare 2 commits »
tueem released Release v0.2.0 at tueem/Cutin 2025-04-15 21:52:20 +00:00
tueem pushed tag v0.2.0 to tueem/Cutin 2025-04-15 21:44:15 +00:00
tueem pushed to master at tueem/Cutin 2025-04-15 21:27:45 +00:00
d76db0ba61 bump Minor version
8d24604707 feat(factory): add utility method which does the "unchecked" cast
28d991f17c fix(log): missing placeholder
4c800cfd89 fix: compile error
e425989106 feat(parser): MethodParser rework
Compare 19 commits »
tueem pushed to dev at tueem/Cutin 2025-04-15 21:25:52 +00:00
d76db0ba61 bump Minor version
tueem pushed to dev at tueem/Cutin 2025-04-15 09:06:09 +00:00
8d24604707 feat(factory): add utility method which does the "unchecked" cast
28d991f17c fix(log): missing placeholder
Compare 2 commits »
tueem pushed to dev at tueem/Cutin 2025-04-14 17:04:12 +00:00
4c800cfd89 fix: compile error
tueem pushed to dev at tueem/Cutin 2025-04-14 17:01:05 +00:00
e425989106 feat(parser): MethodParser rework
tueem pushed to dev at tueem/Cutin 2025-04-14 16:34:49 +00:00
eccad71837 feat(logging): add more logging
tueem pushed to feat/message-components at tueem/Marinara 2025-04-14 00:09:37 +00:00
83b446e6fb refactor(logger): remove LoggerUtil and add simplelogger for tests
tueem pushed to feat/message-components at tueem/Marinara 2025-04-13 21:16:00 +00:00
ef9384336a refactor(reflection): migrate to using cutin library
ebf5600e29 add cutin dependency
Compare 2 commits »
tueem pushed to dev at tueem/Cutin 2025-04-13 14:28:30 +00:00
cad019e44a fix(container): NullPointerException when trying to query a key which is not in the container yet