[jira] [Updated] (KARAF-5384) Optional dependencies in MINA SSHD Core cause system bundle refreshes

2018-03-05 Thread Guillaume Nodet (JIRA)

 [ 
https://issues.apache.org/jira/browse/KARAF-5384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guillaume Nodet updated KARAF-5384:
---
Fix Version/s: (was: 4.1.6)

> Optional dependencies in MINA SSHD Core cause system bundle refreshes
> -
>
> Key: KARAF-5384
> URL: https://issues.apache.org/jira/browse/KARAF-5384
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-core
>Affects Versions: 4.1.0, 4.1.1, 4.1.2
> Environment: Fedora Linux
>Reporter: Seth Leger
>Assignee: Guillaume Nodet
>Priority: Critical
> Fix For: 4.2.0
>
>
> In similar fashion to KARAF-5251, if you install any feature in Karaf that 
> includes:
> - Apache MINA
> - bouncycastle
> - net.i2p.crypto
> it will cause the MINA SSHD Core bundle to refresh, which in turn refreshes 
> most of the core framework bundles. This has a variety of bad effects 
> including:
> - Terminating the current SSH session
> - Terminating subsequent feature installations
> This is more severe than KARAF-5251 because these libraries are not part of 
> the core Karaf distro so it is not possible to add them to 
> {{startup.properties}} without first repackaging Karaf to contain the desired 
> bundles in the {{/system}} directory.
> This also makes testing any Karaf feature that contains MINA, bouncycastle, 
> or net.i2p.crypto impossible in Pax Exam (unless you use 
> org.apache.karaf.features.FeaturesService.Option.NoAutoRefreshBundles or 
> feature:install -r) because the refresh invalidates @Inject references in 
> your test as the core bundles are refreshed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (KARAF-5653) Add a feature for the decanter manual

2018-03-05 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré resolved KARAF-5653.
-
Resolution: Fixed

> Add a feature for the decanter manual
> -
>
> Key: KARAF-5653
> URL: https://issues.apache.org/jira/browse/KARAF-5653
> Project: Karaf
>  Issue Type: Improvement
>  Components: decanter
>Affects Versions: decanter-2.0.0
>Reporter: Francois Papon
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: decanter-2.1.0
>
>
> Adding a documentation feature in order to published the generated manual in 
> html with the http service.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Work started] (KARAF-5653) Add a feature for the decanter manual

2018-03-05 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on KARAF-5653 started by Jean-Baptiste Onofré.
---
> Add a feature for the decanter manual
> -
>
> Key: KARAF-5653
> URL: https://issues.apache.org/jira/browse/KARAF-5653
> Project: Karaf
>  Issue Type: Improvement
>  Components: decanter
>Affects Versions: decanter-2.0.0
>Reporter: Francois Papon
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: decanter-2.1.0
>
>
> Adding a documentation feature in order to published the generated manual in 
> html with the http service.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (KARAF-5653) Add a feature for the decanter manual

2018-03-05 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré reassigned KARAF-5653:
---

Assignee: Jean-Baptiste Onofré

> Add a feature for the decanter manual
> -
>
> Key: KARAF-5653
> URL: https://issues.apache.org/jira/browse/KARAF-5653
> Project: Karaf
>  Issue Type: Improvement
>  Components: decanter
>Affects Versions: decanter-2.0.0
>Reporter: Francois Papon
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: decanter-2.1.0
>
>
> Adding a documentation feature in order to published the generated manual in 
> html with the http service.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-5653) Add a feature for the decanter manual

2018-03-05 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/KARAF-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16386747#comment-16386747
 ] 

ASF GitHub Bot commented on KARAF-5653:
---

jbonofre closed pull request #32: [KARAF-5653] Add a feature for the decanter 
manual
URL: https://github.com/apache/karaf-decanter/pull/32
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/assembly/src/main/feature/feature.xml 
b/assembly/src/main/feature/feature.xml
index a440b21..3cada8b 100644
--- a/assembly/src/main/feature/feature.xml
+++ b/assembly/src/main/feature/feature.xml
@@ -430,6 +430,11 @@
 mvn:org.apache.karaf.decanter.alerting/org.apache.karaf.decanter.alerting.camel/${project.version}/cfg
 
 
+
+war
+
mvn:org.apache.karaf.decanter/manual/${project.version}
+
+
 
 scr
 war
diff --git a/manual/pom.xml b/manual/pom.xml
index d374eba..a9a1a6a 100644
--- a/manual/pom.xml
+++ b/manual/pom.xml
@@ -24,13 +24,13 @@
 
 org.apache.karaf
 decanter
-2.0.0-SNAPSHOT
+2.1.0-SNAPSHOT
 ../pom.xml
 
 
 org.apache.karaf.decanter
 manual
-pom
+bundle
 Apache Karaf :: Decanter :: Manual
 
 
@@ -73,6 +73,21 @@
 
${project.build.directory}/generated-docs
 
 
+
+org.apache.felix
+maven-bundle-plugin
+true
+true
+
+
+
/documentation-decanter
+
+org.slf4j;resolution:=optional
+
+
target/generated-docs
+
+
+
 
 
 
diff --git a/pom.xml b/pom.xml
index e499b08..b6398b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,6 +72,7 @@
 backend
 spring-boot-starter-decanter
 tools-jar-wrapper
+manual
 assembly
 
 
@@ -176,7 +177,7 @@
 false
 clean install
 deploy
--Prelease,deploy,manual
+-Prelease,deploy
 true
 
 
@@ -396,9 +397,7 @@
 
 
 release
-
-manual
-
+
 
 
 


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add a feature for the decanter manual
> -
>
> Key: KARAF-5653
> URL: https://issues.apache.org/jira/browse/KARAF-5653
> Project: Karaf
>  Issue Type: Improvement
>  Components: decanter
>Affects Versions: decanter-2.0.0
>Reporter: Francois Papon
>Priority: Minor
> Fix For: decanter-2.1.0
>
>
> Adding a documentation feature in order to published the generated manual in 
> html with the http service.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KARAF-5656) maven:password -eb notwirking

2018-03-05 Thread Felix marezki (JIRA)
Felix marezki created KARAF-5656:


 Summary: maven:password -eb notwirking
 Key: KARAF-5656
 URL: https://issues.apache.org/jira/browse/KARAF-5656
 Project: Karaf
  Issue Type: Improvement
Affects Versions: 4.2.0.M2
 Environment: fresh Karaf-4.2.0.M2 instance
Reporter: Felix marezki


I couldn't find the component, but its located in the maven feature.

Symptom:

The "maven:password -ep" command fails with message: "Master password is not 
available",

(even) when you have configured a master password before.

This happens when there is no maven settings.xml configured/present.

So you have to have a settings.xml in your local maven repo (.m2 folder) 
present before encrypting a password using this command. (well or u have 
somehow configured etc/org.ops4j.pax.url.mvn.cfg properties accordingly 
beforehand/manually)

 

steps to reproduce:
 # install fresh Karaf(-4.2.0.M2) instance
 # run:
 ## feature:install maven
 ## maven:password -emp (–persist)
 ## maven:password -ep



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-5653) Add a feature for the decanter manual

2018-03-05 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/KARAF-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16385884#comment-16385884
 ] 

ASF GitHub Bot commented on KARAF-5653:
---

fpapon opened a new pull request #32: [KARAF-5653] Add a feature for the 
decanter manual
URL: https://github.com/apache/karaf-decanter/pull/32
 
 
   Adding a documentation feature in order to published the generated manual in 
html with the http service.
   
   I also fixed the pom parent version.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add a feature for the decanter manual
> -
>
> Key: KARAF-5653
> URL: https://issues.apache.org/jira/browse/KARAF-5653
> Project: Karaf
>  Issue Type: Improvement
>  Components: decanter
>Affects Versions: decanter-2.0.0
>Reporter: Francois Papon
>Priority: Minor
> Fix For: decanter-2.1.0
>
>
> Adding a documentation feature in order to published the generated manual in 
> html with the http service.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)