Create a Karaf Util bundle gathering all util classes
-----------------------------------------------------
Key: KARAF-191
URL: https://issues.apache.org/jira/browse/KARAF-191
Project: Karaf
Issue Type: Improvement
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
Fix For: 2.1.0
Some resources are spread in the different Karaf bundle.
For example, Properties can be found in:
- shell/config/src/main/java/org/apache/karaf/shell/config/Properties.java
- shell/dev/src/main/java/org/apache/karaf/shell/dev/util/Properties.java
I'm gonna create a util bundle which gather this kind of resources.
I prefer a bundle as, in the future, if we have some util which required
dependencies (for example commons-lang), we can use constraint resolution
(better than embedded dependencies).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.