Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use custom event handling over external dependency #112

Merged
merged 2 commits into from
Aug 6, 2023
Merged

Conversation

derklaro
Copy link
Collaborator

@derklaro derklaro commented Aug 6, 2023

The first event lib that we used got deprecated in favor of a new one, which silently started to require Java 17 - this violates our contract to support Java 8. Therefore, insteead of relying on an external lib I moved the event handling into the project now.

Fixes #111

@derklaro derklaro merged commit abf4e93 into v3 Aug 6, 2023
@derklaro derklaro deleted the event branch August 6, 2023 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New event api requires java 17
1 participant