Releases: ClubObsidian/trident
Releases · ClubObsidian/trident
Method Handle event bus and change spelling of canceled
- Prefer
cancelled
spelling overcanceled
- Implement
MethodHandleEventBus
Make event executors work on up to atleast Java 12
Merge pull request #30 from ClubObsidian/github-actions Make compatible with jdk9+
Temporary patch for javassist executors
This patch makes javassist work but it currently fails on jdk 9+.
See issue #18
2.0.0 initial release
This could be production ready as all tests are passing but classloading may be a potential issue depending on the environment.
- Refactored class paths
- Cleaned up code related to Javassist implementation
- Added DeadEvent
- Added inspiration section to readme
- Added more tests
Add ignore canceled and fixed classloader issue
Added ignoreCanceled and fixed a classloader issue with javasisst, needed for hydra.
API should now be finalized
Missed a few spelling issues from the last release, they should all be caught now.
First production ready release
Have not encountered any issues with unit tests or while testing in a testing environment. First stable release.
Refactored Trident to now longer be uppercase
Refactored trident, updated all documentation to reflect the change.
Forgot setCancelled in Cancellable
1.0.5 Prepare 1.0.5 release
Project now has javadocs
Javadocs are now generated and hosted on jitpack. ClassUtil superClass method was changed to now return a boolean.