finos / JCurl

JSON-aware curl (1) in Java
Apache License 2.0
27 stars 24 forks source link

Update JCurl to Java 11 #51

Open ldrozdz opened 1 year ago

ldrozdz commented 1 year ago

Java 8 has gone to GA in 2014 and, as of 2022, only receives security updates. Additionally, moving to an 11+ version would let us get rid of external dependencies and rely on the JDK only.

@yschimke has kindly contributed a PoC of a Java11 JCurl client: SymphonyFoundationDevClient.java.txt

The goal of this issue is to improve that code to be API-compatible with the current, Java8-based JCurl.