-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
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
Add support for Tomcat 10 #4551
Comments
This relates to dogtagpki/tomcatjss#68 |
Any news here? Dogtag is getting removed from Ubuntu 24.04 (due to release next month) because of this. |
rawhide has tomcat 10.1 now: |
I guess this a better place to keep the comments from the Fedora update linked above as they are more applicable to the PKI project :) Tomcat 10.1 is current incompatible with this application. I dug into the automated testing which are failing and found a few things to get you started on updates.
and can be fixed with a patch such as:
Note: this is not a complete list and will probably need others.
|
This needs bumping a priority because it does fail in Fedora 40 after an upgrade, so this is not just a rawhide problem anymore. |
Currently PKI only supports Tomcat 9. Tomcat 10 will eventually replace Tomcat 9 and the API might change. To simplify the transition there should be a separate module for Tomcat 10 (i.e.
base/tomcat-10.0
). The upstream CI should build and test PKI against both Tomcat 9 and 10, but the RPM spec will only need to support one Tomcat version (depending on availability).The text was updated successfully, but these errors were encountered: