HL7 / kindling

FHIR Publisher
Other
4 stars 11 forks source link

Should not run if the Java runtime is below the minimum version #107

Closed GinoCanessa closed 1 year ago

GinoCanessa commented 1 year ago

In Publisher.java:

Given that the publisher now requires at least Java 11, it would be good to add a check on the major java version and exit if the requirements are not met.

Thanks!

grahamegrieve commented 1 year ago

but you won't get to that code if it's not java 11

GinoCanessa commented 1 year ago

Ah, my bad. Thought people were discussing issues with running under Java 8 and getting exceptions during processing.