Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

The published maven artifact doesn't support Java JDK 8 #40

Open
bcoste opened this issue Jul 2, 2021 · 3 comments
Open

The published maven artifact doesn't support Java JDK 8 #40

bcoste opened this issue Jul 2, 2021 · 3 comments

Comments

@bcoste
Copy link

bcoste commented Jul 2, 2021

The maven artifact org.hyperledger.sawtooth:sawtooth-sdk-java:v0.1.3 is compiled for Java JDK 11.

Could it be updated on maven server to support Java JDK 8 and later ?

@CarvalhoLeonardo
Copy link
Contributor

The pom.xml has a profile for jdk8. If it is build with that one, the build will take care of the issue.

@bcoste
Copy link
Author

bcoste commented Jul 7, 2021

I understand but the fact is that the published maven central artifact has been built for Java JDK 11.
I'd like to use a maven central dependency with my Java 8 program.
Is it possible to update the artifact on maven central to have a JDK 8 version ?

@scealiontach
Copy link
Contributor

This is an old issue, but at this point, we really should be thinking about moving beyond JDK11 and onto the building for JDK17. Which is the most recent LTS.

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

No branches or pull requests

3 participants