Java8 support for the following version
Java 8 support
Java 8 is not support when upgrade from v4.9.8 to v4.10.0
Since Java8 is still supported until 2030, it would be great for web3j to support Java8.
thanks.
I ran into the same issue when trying to compile it in a project that uses JDK 11. Since the current web3j jar binaries are targeting JDK 17:
, the minimum version of the project where web3j could be used is 17. It would be good to at least document clearly, that the minimum JDK version to use the project is 17
We won't release a new Web3j version with Java 8 because we are using Hyperledger Besu to run out integration tests and a lower Java version than one used by Besu will result in incompatibilities errors.