Kai S. K. Engelbart kske
  • Joined on 2020-08-15
kske created pull request zdm/envoy#115 2021-12-03 21:31:38 +01:00
Update Default Chat Pictures on Theme Change
kske merged pull request zdm/envoy#114 2021-12-03 21:29:23 +01:00
Add Jenkinsfile
kske pushed to develop at zdm/envoy 2021-12-03 21:29:23 +01:00
c5f4969666 Merge pull request 'Add Jenkinsfile' (#114) from feature/jenkinsfile into develop
1a9f9a85ab Add Jenkinsfile
Compare 2 commits »
kske deleted branch feature/jenkinsfile from zdm/envoy 2021-12-03 21:29:23 +01:00
kske pushed tag 1.2.0 to zdm/event-bus 2021-11-26 15:58:46 +01:00
kske released Event Bus 1.2.0 at zdm/event-bus 2021-11-26 15:58:46 +01:00
kske pushed to develop at zdm/event-bus 2021-11-26 15:54:43 +01:00
856a2e8cbf Bump version to 1.2.0
kske pushed to develop at zdm/event-bus 2021-11-26 13:54:59 +01:00
11860d1469 Merge pull request 'Document Latest Features in README' (#27) from f/improved-readme into develop
f620f06208 Merge branch 'develop' into f/improved-readme
5a6d8bcf35 Rename EventBus#printExecutionOrder(Class) to debugExecutionOrder
39ffb5c82a Fix module-info instructions in README
3fccb809c8 Move installation section up in README
Compare 7 commits »
kske deleted branch f/improved-readme from zdm/event-bus 2021-11-26 13:54:59 +01:00
kske merged pull request zdm/event-bus#27 2021-11-26 13:54:58 +01:00
Document Latest Features in README
kske pushed to f/improved-readme at zdm/event-bus 2021-11-25 14:36:12 +01:00
f620f06208 Merge branch 'develop' into f/improved-readme
5ddef71c26 Merge pull request 'Support JDK-style Javadoc Tags' (#28) from b/javadoc-tags into develop
85b2da391a Merge pull request 'Make Unit Tests Executable by Maven' (#29) from b/unit-test-execution into develop
46a358da97 Make unit tests executable by Maven
6bf9e1097a Support JDK-style Javadoc tags
Compare 5 commits »
kske pushed to f/improved-readme at zdm/event-bus 2021-11-25 14:34:18 +01:00
5a6d8bcf35 Rename EventBus#printExecutionOrder(Class) to debugExecutionOrder
kske pushed to f/improved-readme at zdm/event-bus 2021-11-25 14:29:11 +01:00
39ffb5c82a Fix module-info instructions in README
kske commented on pull request zdm/event-bus#27 2021-11-25 12:08:23 +01:00
Document Latest Features in README

This seems to be wrong actually. I will change it accordingly.

kske commented on pull request zdm/event-bus#27 2021-11-25 12:07:48 +01:00
Document Latest Features in README

The code itself is correct, but I agree that the name of the method can be misleading. What would you call a method that formats the execution order in a human-readable way as a string, but doesn't…

kske merged pull request zdm/event-bus#28 2021-11-25 12:05:32 +01:00
Support JDK-style Javadoc Tags
kske pushed to develop at zdm/event-bus 2021-11-25 12:05:32 +01:00
5ddef71c26 Merge pull request 'Support JDK-style Javadoc Tags' (#28) from b/javadoc-tags into develop
6bf9e1097a Support JDK-style Javadoc tags
Compare 2 commits »
kske deleted branch b/javadoc-tags from zdm/event-bus 2021-11-25 12:05:32 +01:00
kske commented on pull request zdm/event-bus#28 2021-11-25 12:05:27 +01:00
Support JDK-style Javadoc Tags

It defines on which elements the tag is permitted. See the Maven Javadoc Plugin Documentation.

kske merged pull request zdm/event-bus#29 2021-11-25 12:04:27 +01:00
Make Unit Tests Executable by Maven