Restructure Project, Add Annotation Processor #4

Merged
kske merged 8 commits from f/annotation-processor into develop 2021-02-15 13:42:28 +01:00

8 Commits

Author SHA1 Message Date
e040f6ab1b
Simplify binding access calls in EventBus 2021-02-15 09:25:16 +01:00
ebc11555f6
Fix developer connection string in POM 2021-02-15 08:26:07 +01:00
955e2d82b4
Add Event Bus AP section to README
Additionally bump version to 1.0.0 and adjust package names.
2021-02-14 21:48:24 +01:00
ab01845178
Refactor EventProcessor for improved readability 2021-02-14 21:29:06 +01:00
023acb9172
Add simple annotation processor, generate shaded processor JAR 2021-02-14 14:34:19 +01:00
fd255d65cc
Rename event-bus module to event-bus-core, add event-bus-ap module
event-bus is now a parent project containing the two modules
event-bus-core (the previous event-bus) and event-bus-ap (annotation
processor).

The version of the parent project (and thus that of the modules) has
been bumped to 1.0.0, as this change breaks compatibility with previous
versions due to the different artifact, module and package names.
2021-02-09 09:52:26 +01:00
9701e862df
Add parent project, convert existing project to Maven module 2021-02-08 19:30:37 +01:00
dcc578076a
Move project to subdirectory, adjust .gitignore 2021-02-08 18:49:37 +01:00