Tim Mueller tueem
  • Joined on 2024-09-20
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
tueem pushed to dev at tueem/Cutin 2025-04-13 13:09:13 +00:00
79dcc25afc fix(method): add toString override
tueem pushed to dev at tueem/Cutin 2025-04-12 22:20:40 +00:00
dd4e048ce5 fix(bcmethod): make bcmethod abstract
deabaaf22f fix(method): remove enforced context parameter
7f5c242173 fix typo
Compare 3 commits »
tueem pushed to dev at tueem/Cutin 2025-04-11 22:01:20 +00:00
7ec05d4e8a fix(container): add factory getters
tueem pushed to dev at tueem/Cutin 2025-04-11 19:12:25 +00:00
535a0dad58 fix(method): add temporary public identifier setter to BCMethod
tueem pushed to dev at tueem/Cutin 2025-04-11 18:44:07 +00:00
2a6eba871d feat(core): add Context generic
tueem pushed to dev at tueem/Cutin 2025-04-11 11:44:23 +00:00
c44b874b41 feat(method): add Factory to BestCandidateMethod
8842e9d8e1 refactor(method): move Method related classes to method package
Compare 2 commits »
tueem pushed to dev at tueem/Cutin 2025-04-10 13:05:58 +00:00
1891037ed7 feat(factory): add Identifier Generic