Kai S. K. Engelbart kske
  • Joined on 2020-08-15
kske commented on pull request zdm/event-bus#4 2021-02-15 08:21:34 +01:00
Restructure Project, Add Annotation Processor

Totally correct, gotta take care of that.

kske created pull request zdm/event-bus#4 2021-02-14 21:56:02 +01:00
Restructure Project, Add Annotation Processor
kske pushed to f/annotation-processor at zdm/event-bus 2021-02-14 21:48:25 +01:00
955e2d82b4 Add Event Bus AP section to README
kske pushed to f/annotation-processor at zdm/event-bus 2021-02-14 21:28:04 +01:00
ab01845178 Refactor EventProcessor for improved readability
kske pushed to f/annotation-processor at zdm/event-bus 2021-02-14 14:33:18 +01:00
023acb9172 Add simple annotation processor, generate shaded processor JAR
kske pushed to f/annotation-processor at zdm/event-bus 2021-02-09 09:51:37 +01:00
fd255d65cc Rename event-bus module to event-bus-core, add event-bus-ap module
kske pushed to f/annotation-processor at zdm/event-bus 2021-02-08 19:29:48 +01:00
9701e862df Add parent project, convert existing project to Maven module
kske pushed to f/annotation-processor at zdm/event-bus 2021-02-08 18:51:38 +01:00
dcc578076a Move project to subdirectory, adjust .gitignore
kske pushed to develop at zdm/event-bus 2021-02-06 14:06:37 +01:00
883efed342 Update license in POM
kske pushed to develop at zdm/event-bus 2021-01-08 09:45:08 +01:00
273531e352 Link the Maven repository in README
kske pushed to develop at zdm/event-bus 2021-01-03 17:00:20 +01:00
8b1e3a8c4a Rewrite a paragraph in README
kske pushed to develop at zdm/event-bus 2021-01-03 15:29:37 +01:00
d098b83d85 Change license to GPL-3.0
kske transferred repository zdm/event-bus to zdm/event-bus 2021-01-03 15:12:37 +01:00
kske pushed to develop at zdm/event-bus 2020-12-14 11:55:13 +01:00
cc266ca408 Add CODE_OF_CONDUCT
kske deleted branch master from delvh/snake 2020-12-14 09:52:15 +01:00
kske deleted branch f/cancel-event from zdm/event-bus 2020-11-26 08:57:52 +01:00
kske merged pull request zdm/event-bus#3 2020-11-26 08:57:46 +01:00
Add Event Cancellation
kske pushed to develop at zdm/event-bus 2020-11-26 08:57:46 +01:00
748cb8b71a Merge pull request 'Add Event Cancellation' (#3) from f/cancel-event into develop
0e5f31b63e Merge branch 'develop' into f/cancel-event
ec73be9046 Split EventBusTest into DispatchTest and CancelTest, add Javadoc
659bd7888f Simplify cancellation test, fix a typo
8aefb43823 Add Test for Cancellation
Compare 7 commits »
kske pushed to f/cancel-event at zdm/event-bus 2020-11-26 08:14:20 +01:00
0e5f31b63e Merge branch 'develop' into f/cancel-event
cd2598d5d3 Add Section About Static Methods in README (#2)
f6e5c90a44 Add static event handler test
Compare 3 commits »
kske pushed to f/cancel-event at zdm/event-bus 2020-11-26 08:12:06 +01:00
ec73be9046 Split EventBusTest into DispatchTest and CancelTest, add Javadoc