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

Pin Undertow version to maintain Java 8 compatibility #2

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

jbaldassari
Copy link
Contributor

The + dependency picked up a newer version of Undertow that is not compatible with Java 8.

@jbaldassari jbaldassari requested a review from a team October 12, 2023 22:10
@@ -28,7 +28,7 @@ abstract public class PacInterpreterTest {

@Before
public void silenceGraalvmWarnings() {
System.setProperty("polyglot.engine.WarnInterpreterOnly", Boolean.TRUE.toString());
System.setProperty("polyglot.engine.WarnInterpreterOnly", Boolean.FALSE.toString());
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Disable GraalVM warnings in unit tests

@jbaldassari jbaldassari merged commit 2079846 into main Oct 12, 2023
1 check passed
@jbaldassari jbaldassari deleted the fix-java8-compat branch October 12, 2023 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants