Bug 64521 - avoid moving i18n translations into classes dir since they are packaged into separate jars
Summary: avoid moving i18n translations into classes dir since they are packaged into ...
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 10
Classification: Unclassified
Component: Packaging (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal (vote)
Target Milestone: ------
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-13 22:46 UTC by rotty3000
Modified: 2020-06-15 18:53 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rotty3000 2020-06-13 22:46:22 UTC
This simplifies a packaging complexity later when bnd is used more extensively.
Comment 1 rotty3000 2020-06-13 23:40:37 UTC
https://github.com/apache/tomcat/pull/300
Comment 2 Mark Thomas 2020-06-15 18:53:04 UTC
Fixed in:
- master for 10.0.0-M7 onwards
- 9.0.x for 9.0.37 onwards
- 8.5.x for 8.5.57 onwards
- 7.0.x for 7.0.105 onwards

Thanks for the PR.