Open
Conversation
added 2 commits
March 28, 2025 11:57
…ot the interface)
Owner
|
Hi @yourfavDev, would you elaborate on the problem and how to reproduce it? I'm not exactly following. |
Author
|
Hi, @ebarlas when importing the repo to intellij it seems that it used the java handler instead of the one created inside the repo, the only thing i changed was to explicitly mention the custom handler |
Author
|
Also printStackTrace is not rpefferred for catching exceptions this is why i modified to getStackTrace. Injust saw now that itnellij imported the java handler in some files apart from that everything should be fine |
Owner
|
I just updated the GitHub workflow build.yml file to use OpenJDK 24. The build passes fine. Whatever you're encountering is specific to your environment. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Couldnt compile because it used the Java logs handler not the Handler Interface. Maven successfully compiles the code now. in JDK24