esanchezros / quickfixj-spring-boot-starter

Spring Boot Starter for QuickFIX/J
Apache License 2.0
125 stars 57 forks source link

Upgrade java to 18 #130

Closed saslani closed 5 months ago

esanchezros commented 5 months ago

Hi @saslani, thanks for sending this PR, much appreciated. At the moment the library uses Java 8 as it's still on Spring Boot 2. I'm planning to upgrade the library to Spring Boot 3.2.0 and it will require the library to use Java 17. The PR uses Java 18.0.2.1, which was last released on 2022-08-18 and it's not LTS.