Bug 2189672

Summary: Missing Tomcat POM files in Fedora Rawhide
Product: [Fedora] Fedora Reporter: Endi Sukma Dewata <edewata>
Component: tomcatAssignee: huwang <huwang>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: alee, csutherl, gzaronikas, huwang, ivan.afonichev, java-sig-commits
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: tomcat-9.0.76-2.fc39 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-06-20 07:12:06 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Endi Sukma Dewata 2023-04-25 20:52:24 UTC
I'm in the process of converting PKI packages into Maven, and there are dependencies on the following Tomcat artifacts:

* org.apache.tomcat:tomcat-catalina
* org.apache.tomcat:tomcat-jaspic-api
* org.apache.tomcat:tomcat-api
* org.apache.tomcat:tomcat-coyote
* org.apache.tomcat:tomcat-el-api
* org.apache.tomcat:tomcat-juli
* org.apache.tomcat:tomcat-servlet-api
* org.apache.tomcat:tomcat-util
* org.apache.tomcat:tomcat-util-scan

The current Tomcat packages in Fedora do not seem to provide the POM files for these artifacts. Is it possible to add the POM files into Tomcat packages in Rawhide? It's not necessary to backport the changes into Fedora versions that are already released. Thanks!


Reproducible: Always

Comment 1 Fedora Update System 2023-06-20 07:11:34 UTC
FEDORA-2023-7e20da184c has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-7e20da184c

Comment 2 Fedora Update System 2023-06-20 07:12:06 UTC
FEDORA-2023-7e20da184c has been pushed to the Fedora 39 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 3 Endi Sukma Dewata 2023-06-21 21:36:49 UTC
Thanks! I was able to build tomcatjss with Maven.