Java version
App Development3 posts308 viewsLast activity Nov 2021
FE
Felix_KamOP
Nov 2021Hi 
Looking at ex-java-bindings/pom.xml at 5823f2ac1ff8619d82ed8af969a613c5fb7aca0b · digital-asset/ex-java-bindings · GitHub, it looks like we are targeting Java 8, is there a plan / timeline for upgrading to a newer Java version ?
Thanks in advance 
Felix
CO
cocreature
Nov 2021Hi @Felix_Kam and welcome to the forum! Currently we are targetting Java 8 but given that Java is pretty good at backwards compatibility you can usually run our libraries without issues on newer versions.
We are planning to move to Java 11 after the SDK 1.18 release.
FE
Felix_Kam
Nov 2021Thanks Moritz 