f620f06208
Merge branch 'develop' into f/improved-readme
...
Conflicts:
event-bus-core/src/test/java/dev/kske/eventbus/core/DispatchTest.java
2021-11-25 14:36:07 +01:00
5a6d8bcf35
Rename EventBus#printExecutionOrder(Class) to debugExecutionOrder
...
The method doesn't print anything, but rather returns a string
containing the debug information.
2021-11-25 14:34:13 +01:00
39ffb5c82a
Fix module-info instructions in README
...
Reflective access has to be allowed from the Event Bus core package to a
package in the user's project, not the entire module. Thank you @delvh
for noticing this!
2021-11-25 14:29:06 +01:00
3fccb809c8
Move installation section up in README
2021-11-24 10:49:30 +01:00
d1c4bcc7eb
Add callback listener section to README
2021-11-24 10:45:58 +01:00
ad29a93ccb
Add debugging section to README
2021-11-24 10:37:21 +01:00