-
Notifications
You must be signed in to change notification settings - Fork 24
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
[WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.glassfish.corba.annotation.processing.ExceptionWrapperProcessor' less than -source '11' #159
Comments
Java 11+ is supported, but that warning is indeed annoying. If I'm not mistaken it's a little bit difficult to get rid of though. |
Does it have a major impact changing |
With current target (8) - In next step one could ask Do you plan to fully support Java 17? or Do you plan to fully support Java 21? Using But perhaps the comment (for issue resolved as Not an Issue) https://bugs.openjdk.org/browse/JDK-8037955?focusedId=13475725&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13475725 could be of help here. I take the liberty to quote it here:
|
Have we made a decision to drop support for JDKs less than 11?
On Mar 23, 2024, at 5:07 PM, Arjan Tijms ***@***.***> wrote:
Java 11+ is supported, but that warning is indeed annoying. If I'm not mistaken it's a little bit difficult to get rid of though.
—
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https://github.com/eclipse-ee4j/orb/issues/159*issuecomment-2016603088__;Iw!!ACWV5N9M2RV99hQ!MJjCkaEyFEEzsfnm3z0kjQx1o7rUqPAe81jNiVEXl3MERFaf4nPEViUifa3N_aVO7yCVmSOYTbvNvIi3_2CszQD7u6Y$>, or unsubscribe<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AARPWYHNPAUURTNZDKWIHCDYZXVJLAVCNFSM6AAAAABFEGTF7OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJWGYYDGMBYHA__;!!ACWV5N9M2RV99hQ!MJjCkaEyFEEzsfnm3z0kjQx1o7rUqPAe81jNiVEXl3MERFaf4nPEViUifa3N_aVO7yCVmSOYTbvNvIi3_2CsW4TahIY$>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
I'm getting the following error all over my maven build when trying to compile my project with JDK11, where I include glassfish-corba-orb:4.2.5 as a dependency:
[WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.glassfish.corba.annotation.processing.ExceptionWrapperProcessor' less than -source '11'
Do you plan to fully support Java 11?
The text was updated successfully, but these errors were encountered: