-
Task
-
Resolution: Done
-
Major
-
None
-
None
Implement a fixed set of package paths which are automatically filtered out of deployments. In addition, certain paths should be interpreted as an implicit dependency request.
For example if "org/slf4j" is found in a deployment, it should be filtered, and an implicit import dependency upon the org.slf4j module (which provides the org.slf4j package) should be added to the deployment.
Use sub-tasks for each API to filter or detect. An informational log message should be emitted when this occurs.
1.
|
Filter javaee.api | Resolved | Unassigned | ||
2.
|
Filter javax.api | Resolved | Unassigned | ||
3.
|
Filter apache commons-logging, add dep on org.apache.commons.logging | Resolved | James Perkins | ||
4.
|
Filter SLF4J (including impl classes), add dep on org.slf4j and/or org.slf4j.ext | Resolved | Unassigned | ||
5.
|
Filter log4j, add dep on org.apache.log4j | Resolved | Unassigned |