rzo1 opened a new pull request, #1804:
URL: https://github.com/apache/tomee/pull/1804

   The recent removal of webapps from the assembly process led to the 
service-jar.xml file being omitted from BOMs, breaking serverless builder 
examples. This occurred because the file was previously included via webapps, 
which are no longer deployed and therefore no longer part of the BOMs. Since 
the JARs were added to the /lib folder of TomEE regardless, this does not 
happen for arquillian or real world cases.
   
   This PR makes the following changes:
   - Move META-INF/services/org.apache.tomee/service-jar.xml from webapps to 
tomee-config.jar.
   - Ensure that embedded and server builder scenarios correctly include 
service-jar.xml.
   - Clean up unnecessary code and finalize the transition from WAR to ZIP 
packaging.
   
   Build: https://ci-builds.apache.org/job/Tomee/job/pull-request-manual/158


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomee.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to