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

Fix kastree on Java 11. #41

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Fix kastree on Java 11. #41

wants to merge 5 commits into from

Conversation

yanks
Copy link

@yanks yanks commented Sep 14, 2021

When running kastree on Java 11, an error occurs; it looks something like this:

Exception in thread "main" java.lang.IllegalStateException: LOGGING: Loading modules: [<snip>] (no MessageCollector configured)

This fixes this issue by adding a blackhole collector.

@yanks
Copy link
Author

yanks commented Sep 14, 2021

We use kastree for https://github.com/dropbox/hypershard-android. I'd love to move to https://github.com/kotlinx/ast, but it runs on a newer kotlin runtime than we're using (we're still on 1.4), and it looks like there's only jitpack nightlies. Would love any advice you have here, but it'd be awesome if you pushed this fix up to Maven Central. Thanks!

@cretz
Copy link
Owner

cretz commented Sep 20, 2021

@yanks - I am no longer really maintaining this. I would happily link to a fork though, but otherwise I'm afraid I can't even commit to a merge and push the maven central.

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.

2 participants