FIXTradingCommunity / conga

Proof of concept: High performance FIX semantics over WebSocket with SBE
Apache License 2.0
41 stars 12 forks source link

Migrate to Java 11 #3

Closed donmendelson closed 5 years ago

donmendelson commented 6 years ago

JDK 11 reached General Availability on 25 September 2018. Unlike Java 10, Java 11 is slated for long-term support by Orcacle.

Note that the Oracle build now has a commercial license. Users who wish to use Java with an open source license should use OpenJDK or other distributions.

This change directly impacts the Conga client: JEP 321: HTTP Client (Standard) Standardize the incubated HTTP Client API