-
Notifications
You must be signed in to change notification settings - Fork 17
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
Java11 #26
Java11 #26
Conversation
ehsavoie
commented
Nov 16, 2023
•
edited
Loading
edited
- Using ByteBufferPool instead of ByteBufferSlicePool.
- Creating a profile for Java > 8 with BC as a dependency for certificate creation and an updated version of jboss logging.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems okay to me, other than some minor comments on the POM changes.
@dmlloyd the strange part is that I can't build on java 8 anymore is ByteBufferPool Java > 8 only ? |
dd64f93
to
fef7348
Compare
a63ea4a
to
3ff5e0b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I successfully verified it with JDK11, JDK17 & JDK21
* Using ByteBufferPool instead of ByteBufferSlicePool. * Creating a profile for Java > 8 with BC as a dependency for certificate creation and an updated version of jboss logging. Signed-off-by: Emmanuel Hugonnet <[email protected]>