Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
1.7.1, 1.7.2, 7.0.0
-
None
-
None
Description
For custom composed containers, it would be useful to add an endorsed libraries section to the configuration to ensure the class loaders run as they would at runtime. In cases where an API may be overridden in endorsed to update the functionality of LIB jars. Or replace the JPA container with Hibernate.
<configuration>
<tomeeVersion>1.7.1</tomeeVersion>
<tomeeClassifier>plus</tomeeClassifier>
<removeDefaultWebapps>true</removeDefaultWebapps>
<endorsed>
<lib></lib>
</endorsed>
<libs>
</libs>
</configuration>
Attachments
Issue Links
- duplicates
-
TOMEE-1456 Support endorsed libs in the TomEE Maven Plugin
- Resolved