Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Support Eclipse 2020-09 (and Java 11) #217

Open
twasink opened this issue Nov 23, 2020 · 3 comments
Open

Support Eclipse 2020-09 (and Java 11) #217

twasink opened this issue Nov 23, 2020 · 3 comments

Comments

@twasink
Copy link
Contributor

twasink commented Nov 23, 2020

There is no profile to build against 2020-09 (or 2020-06, for that matter). In addition, 2020-09 no longer supports Java 8, but must use a Java 11 or higher runtime – yet the project doesn't compile against Java 11 (due to the absence of the javax.annotation module)

@twasink
Copy link
Contributor Author

twasink commented Nov 23, 2020

I'm going to see if I can make a 2020-09 compatible version; no promises though.

Making it compatible with Java 11 may also solve a number of other issues (for example, the SimpleDB explorer doesn't work when running under a Java 11 runtime)

@eschulma
Copy link
Contributor

eschulma commented Feb 3, 2021

The CodeDeploy plugin also fails under Java 11, again an S3 issue, because it relies under the hood on javax.xml.bind which is no longer in Java 11. You either need to include the JAXB jar explicitly or remove references to those classes.

@eschulma
Copy link
Contributor

eschulma commented Feb 5, 2021

The other option, and probably better: upgrade the AWS Java SDK, which got rid of all the deprecated Java 11 code.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants