[
https://issues.apache.org/jira/browse/KARAF-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré updated KARAF-191:
---------------------------------------
Summary: Create a Karaf Util module gathering all util classes (was:
Create a Karaf Util bundle gathering all util classes)
Description:
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
In the same way, the variable substitution mechanism (spread across several
util classes).
I'm gonna create a util module which gather this kind of resources.
The question is the format of this module:
- a simple jar, usable directly in the Main (required for variables subsitution)
- a bundle
was:
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).
> Create a Karaf Util module 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
> In the same way, the variable substitution mechanism (spread across several
> util classes).
> I'm gonna create a util module which gather this kind of resources.
> The question is the format of this module:
> - a simple jar, usable directly in the Main (required for variables
> subsitution)
> - a bundle
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.