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

[UNDERTOW-2376] Enforce to build using JDK8 for 2.2.x branch #1584

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

gaol
Copy link
Contributor

@gaol gaol commented Apr 19, 2024

This tries to limit build using JDK 8 only for 2.2.x branch to avoid some errors like: java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer if it was built using JDK 11 but running using JDK8.

upstream not needed
Jira: https://issues.redhat.com/browse/UNDERTOW-2376

@fl4via fl4via added the backport The PR is the result of backporting another PR to a maintainance branch label Apr 19, 2024
@fl4via fl4via changed the title Enforce to build using JDK8 for 2.2.x branch [UNDERTOW-2376] Enforce to build using JDK8 for 2.2.x branch Apr 19, 2024
@fl4via fl4via added the waiting CI check Ready to be merged but waiting for CI check label Apr 19, 2024
@gaol gaol force-pushed the enforce_jdk8_for_2.2 branch from 14b5cd8 to 95712b5 Compare April 19, 2024 04:09
@fl4via fl4via merged commit 00b0d8f into undertow-io:2.2.x Apr 19, 2024
34 checks passed
@fl4via fl4via removed the waiting CI check Ready to be merged but waiting for CI check label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport The PR is the result of backporting another PR to a maintainance branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants