We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have downloaded the last version of https://github.com/FirelyTeam/fhirstarters/tree/master/java/hapi-fhirstarters-rest-server-skeleton
While building, detected a dependency that requires JDK17 (I'm using JDK11), I think it's the overlay app.
After switching to JDK17 the build worked OK.
Then when I tried to deploy the WAR on Tomcat, it didn't.
Checked the Tomcat support and the only version that supports JDK17 is Tomcat 11 which is still unstable,
This is just a testing exercise, but if you would like to deploy a prod site, the current dependencies won't allow you to do so.
I would suggest to lower the JDK version required on the dependencies to 11 to be able to use a stable version of Tomcat.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have downloaded the last version of https://github.com/FirelyTeam/fhirstarters/tree/master/java/hapi-fhirstarters-rest-server-skeleton
While building, detected a dependency that requires JDK17 (I'm using JDK11), I think it's the overlay app.
After switching to JDK17 the build worked OK.
Then when I tried to deploy the WAR on Tomcat, it didn't.
Checked the Tomcat support and the only version that supports JDK17 is Tomcat 11 which is still unstable,
This is just a testing exercise, but if you would like to deploy a prod site, the current dependencies won't allow you to do so.
I would suggest to lower the JDK version required on the dependencies to 11 to be able to use a stable version of Tomcat.
The text was updated successfully, but these errors were encountered: