WestRidgeSystems / jmisb

jMISB is an open source Java library implementing various MISB standards.
MIT License
40 stars 13 forks source link

Question - Java 19 Support #434

Closed zbensal closed 1 year ago

zbensal commented 1 year ago

Hi, I have been able to compile jmisb 1.12.0 using maven and Java 8, however, compiling with Java 19 fails. I am wondering if it is possible to use jmsib with Java 19. Thank you.

bradh commented 1 year ago

It should support java 17 in the 2.x branch, but I haven't tried anything more recent.

Supporting both java 8 and anything after 11 at the same time is pretty tricky, so I'm not sure we'll do that for 1.x series.

zbensal commented 1 year ago

Got it. Thank you!