-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[Java] Avoid casting ByteBuffer to Buffer #6785
Conversation
@bjornharrtell can you also change https://github.com/google/flatbuffers/blob/master/.github/workflows/build.yml#L146 to use java 8 so we can make sure it compiles properly? We can keep one build using java 8 and another using java 11 to guarantee both compilers works properly. |
Maybe we can release a new version after we make sure everything works now. |
@paulovap agreed and done. |
@aardappel this is ready to merge and should hopefully resolve the issues you had in publishing a java patch version |
Thanks! The long winded story of Java incompatibilities is coming full circle :) |
Ok, a maven release of 2.0.3 completed succesfully. |
I think it causes flatbuffers to be incompatible with Java 8 and it was the wrong course of action to take for the original issue.