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

CI Workflows can't run with JDK 8 or 17 #291

Closed
davidcui1225 opened this issue Mar 2, 2022 · 2 comments
Closed

CI Workflows can't run with JDK 8 or 17 #291

davidcui1225 opened this issue Mar 2, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@davidcui1225
Copy link
Contributor

Is your feature request related to a problem? Please describe.
For the release campaign item opensearch-project/opensearch-plugins#64, reports-scheduler workflow cannot run with JDK 8 or 17, currently only 11 and 14 are working.

JDK 17 error: Unsupported class file major version 61
JDK 8 error:

2022-03-01T18:58:41.3044292Z A problem occurred evaluating root project 'opensearch-observability'.
2022-03-01T18:58:41.3044671Z > Failed to apply plugin 'opensearch.opensearchplugin'.
2022-03-01T18:58:41.3045051Z    > Could not create plugin of type 'PluginBuildPlugin'.
2022-03-01T18:58:41.3045347Z       > Could not generate a decorated class for type PluginBuildPlugin.
2022-03-01T18:58:41.3045826Z          > org/opensearch/gradle/plugin/PluginPropertiesExtension has been compiled by a more recent version of the Java Runtime (class file version 54.0), this version of the Java Runtime only recognizes class file versions up to 52.0

Related: #230

@davidcui1225 davidcui1225 added the enhancement New feature or request label Mar 2, 2022
@zhongnansu
Copy link
Member

#301 #302 seem to address the same issue, can we close this one? @davidcui1225

@davidcui1225
Copy link
Contributor Author

Yep, closing this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants