Skip to content

Releases: ClubObsidian/trident

Method Handle event bus and change spelling of canceled

02 Apr 15:11
ae723df
Compare
Choose a tag to compare
  • Prefer cancelled spelling over canceled
  • Implement MethodHandleEventBus

Make event executors work on up to atleast Java 12

19 Jan 13:54
7a7931d
Compare
Choose a tag to compare
Merge pull request #30 from ClubObsidian/github-actions

Make compatible with jdk9+

Temporary patch for javassist executors

19 Aug 13:27
Compare
Choose a tag to compare
Pre-release

This patch makes javassist work but it currently fails on jdk 9+.

See issue #18

2.0.0 initial release

07 Jul 08:57
e888648
Compare
Choose a tag to compare
2.0.0 initial release Pre-release
Pre-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

24 Nov 07:48
Compare
Choose a tag to compare

Added ignoreCanceled and fixed a classloader issue with javasisst, needed for hydra.

API should now be finalized

25 Aug 06:56
Compare
Choose a tag to compare

Missed a few spelling issues from the last release, they should all be caught now.

First production ready release

25 Aug 06:43
Compare
Choose a tag to compare

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

23 Aug 00:20
Compare
Choose a tag to compare

Refactored trident, updated all documentation to reflect the change.

Forgot setCancelled in Cancellable

30 Jul 08:04
Compare
Choose a tag to compare
Pre-release
1.0.5

Prepare 1.0.5 release

Project now has javadocs

25 Jul 01:42
Compare
Choose a tag to compare
Pre-release

Javadocs are now generated and hosted on jitpack. ClassUtil superClass method was changed to now return a boolean.