[jira] [Commented] (KARAF-7074) Resolver parallelism can fail on kubernetes as the resolverParallelism is not accurate

2021-03-25 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7074:


Commit a06ad42e8071722a6dc6a8f3dd4e86a22e413b2e in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=a06ad42 ]

Merge pull request #1336 from jbonofre/KARAF-7074

[KARAF-7074] Set default resolution parallelism to 2

> Resolver parallelism can fail on kubernetes as the resolverParallelism is not 
> accurate
> --
>
> Key: KARAF-7074
> URL: https://issues.apache.org/jira/browse/KARAF-7074
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> When building Karaf on kubernetes (on a pod), the {{resolverParallelism}} can 
> be "bad" depending of the number of vCPU and the features dependencies.
> The {{resolverParallelism}} is computed like this:
> {code:java}
> int resolverParallelism = Math.max(1, 
> Runtime.getRuntime().availableProcessors()); {code}
> Actually, if the features are not really sequential (features dependencies), 
> the resolution will fail with 1 (if we have a single vCPU). The default 
> should be at least 2.
> It's better to use {{-1}} by default and then using resolver with default 
> parallelism, and let the user defines the {{resolverParallelism}} by 
> parameter.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7074) Resolver parallelism can fail on kubernetes as the resolverParallelism is not accurate

2021-03-25 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7074:


Commit a06ad42e8071722a6dc6a8f3dd4e86a22e413b2e in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=a06ad42 ]

Merge pull request #1336 from jbonofre/KARAF-7074

[KARAF-7074] Set default resolution parallelism to 2

> Resolver parallelism can fail on kubernetes as the resolverParallelism is not 
> accurate
> --
>
> Key: KARAF-7074
> URL: https://issues.apache.org/jira/browse/KARAF-7074
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> When building Karaf on kubernetes (on a pod), the {{resolverParallelism}} can 
> be "bad" depending of the number of vCPU and the features dependencies.
> The {{resolverParallelism}} is computed like this:
> {code:java}
> int resolverParallelism = Math.max(1, 
> Runtime.getRuntime().availableProcessors()); {code}
> Actually, if the features are not really sequential (features dependencies), 
> the resolution will fail with 1 (if we have a single vCPU). The default 
> should be at least 2.
> It's better to use {{-1}} by default and then using resolver with default 
> parallelism, and let the user defines the {{resolverParallelism}} by 
> parameter.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7074) Resolver parallelism can fail on kubernetes as the resolverParallelism is not accurate

2021-03-25 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7074:


Commit 0f654e51e11fca2645fbaa68b476a037d9b84262 in karaf's branch 
refs/heads/main from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=0f654e5 ]

[KARAF-7074] Set default resolution parallelism to 2


> Resolver parallelism can fail on kubernetes as the resolverParallelism is not 
> accurate
> --
>
> Key: KARAF-7074
> URL: https://issues.apache.org/jira/browse/KARAF-7074
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> When building Karaf on kubernetes (on a pod), the {{resolverParallelism}} can 
> be "bad" depending of the number of vCPU and the features dependencies.
> The {{resolverParallelism}} is computed like this:
> {code:java}
> int resolverParallelism = Math.max(1, 
> Runtime.getRuntime().availableProcessors()); {code}
> Actually, if the features are not really sequential (features dependencies), 
> the resolution will fail with 1 (if we have a single vCPU). The default 
> should be at least 2.
> It's better to use {{-1}} by default and then using resolver with default 
> parallelism, and let the user defines the {{resolverParallelism}} by 
> parameter.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7071) KARAF-6887 Dropped support for JAVA_MAX_MEM

2021-03-25 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7071:


Commit 0947c4b01327563ae0b8e3c12ac56f2ef7cfed6d in karaf's branch 
refs/heads/main from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=0947c4b ]

[KARAF-7071] Cleanup reference to *_MEM (replaced by JAVA_OPTS)


> KARAF-6887 Dropped support for JAVA_MAX_MEM
> ---
>
> Key: KARAF-7071
> URL: https://issues.apache.org/jira/browse/KARAF-7071
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.3.0
>Reporter: Duncan Grant
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
>
> The bin/setenv script still lists JAVA_MAX_MEM for increasing the java max 
> memory but this was dropped from bin/inc here in this PR 
> [https://github.com/apache/karaf/pull/1226]
> It is still supported by karaf.bat, there's no similar code path in 
> bin/karaf, so I assume that the intention is for this to still be supported.
> I'm happy to create a PR for this but would like to clarify first:
>  * should this still be supported or should all opt be via JAVA_NON_DEBUG_OPTS
>  * if yes should this be supported by bin/karaf
>  * should JAVA_MIN_MEM, JAVA_PERM_MEM, JAVA_MAX_PERM_MEM also be supported?  
> I guess so as I think karaf still supports jdk 1.7 and I think these were 
> only removed as jvm options in jdk1.8
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7071) KARAF-6887 Dropped support for JAVA_MAX_MEM

2021-03-25 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7071:


Commit 328fb177a28f43cee0cc677d470cb54de4d6bbb9 in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=328fb17 ]

Merge pull request #1337 from jbonofre/KARAF-7071

[KARAF-7071] Cleanup reference to *_MEM (replaced by JAVA_OPTS)

> KARAF-6887 Dropped support for JAVA_MAX_MEM
> ---
>
> Key: KARAF-7071
> URL: https://issues.apache.org/jira/browse/KARAF-7071
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.3.0
>Reporter: Duncan Grant
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
>
> The bin/setenv script still lists JAVA_MAX_MEM for increasing the java max 
> memory but this was dropped from bin/inc here in this PR 
> [https://github.com/apache/karaf/pull/1226]
> It is still supported by karaf.bat, there's no similar code path in 
> bin/karaf, so I assume that the intention is for this to still be supported.
> I'm happy to create a PR for this but would like to clarify first:
>  * should this still be supported or should all opt be via JAVA_NON_DEBUG_OPTS
>  * if yes should this be supported by bin/karaf
>  * should JAVA_MIN_MEM, JAVA_PERM_MEM, JAVA_MAX_PERM_MEM also be supported?  
> I guess so as I think karaf still supports jdk 1.7 and I think these were 
> only removed as jvm options in jdk1.8
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7071) KARAF-6887 Dropped support for JAVA_MAX_MEM

2021-03-25 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7071:


Commit 328fb177a28f43cee0cc677d470cb54de4d6bbb9 in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=328fb17 ]

Merge pull request #1337 from jbonofre/KARAF-7071

[KARAF-7071] Cleanup reference to *_MEM (replaced by JAVA_OPTS)

> KARAF-6887 Dropped support for JAVA_MAX_MEM
> ---
>
> Key: KARAF-7071
> URL: https://issues.apache.org/jira/browse/KARAF-7071
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.3.0
>Reporter: Duncan Grant
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
>
> The bin/setenv script still lists JAVA_MAX_MEM for increasing the java max 
> memory but this was dropped from bin/inc here in this PR 
> [https://github.com/apache/karaf/pull/1226]
> It is still supported by karaf.bat, there's no similar code path in 
> bin/karaf, so I assume that the intention is for this to still be supported.
> I'm happy to create a PR for this but would like to clarify first:
>  * should this still be supported or should all opt be via JAVA_NON_DEBUG_OPTS
>  * if yes should this be supported by bin/karaf
>  * should JAVA_MIN_MEM, JAVA_PERM_MEM, JAVA_MAX_PERM_MEM also be supported?  
> I guess so as I think karaf still supports jdk 1.7 and I think these were 
> only removed as jvm options in jdk1.8
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7071) KARAF-6887 Dropped support for JAVA_MAX_MEM

2021-03-25 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7071:


Commit 4b428fd6b99676003fd55911105149ac269d45b2 in karaf's branch 
refs/heads/karaf-4.2.x from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=4b428fd ]

[KARAF-7071] Cleanup reference to *_MEM (replaced by JAVA_OPTS)

(cherry picked from commit 0947c4b01327563ae0b8e3c12ac56f2ef7cfed6d)


> KARAF-6887 Dropped support for JAVA_MAX_MEM
> ---
>
> Key: KARAF-7071
> URL: https://issues.apache.org/jira/browse/KARAF-7071
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.3.0
>Reporter: Duncan Grant
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
>
> The bin/setenv script still lists JAVA_MAX_MEM for increasing the java max 
> memory but this was dropped from bin/inc here in this PR 
> [https://github.com/apache/karaf/pull/1226]
> It is still supported by karaf.bat, there's no similar code path in 
> bin/karaf, so I assume that the intention is for this to still be supported.
> I'm happy to create a PR for this but would like to clarify first:
>  * should this still be supported or should all opt be via JAVA_NON_DEBUG_OPTS
>  * if yes should this be supported by bin/karaf
>  * should JAVA_MIN_MEM, JAVA_PERM_MEM, JAVA_MAX_PERM_MEM also be supported?  
> I guess so as I think karaf still supports jdk 1.7 and I think these were 
> only removed as jvm options in jdk1.8
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-6924) Configurations created via web console are always persisted as JSON

2021-03-25 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-6924:


Commit 4ad3e272dcfaf936b66a9ca2a43946c0d42a86a8 in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=4ad3e27 ]

Merge pull request #1338 from jbonofre/KARAF-6924

[KARAF-6924] Don't create json configuration file by default

> Configurations created via web console are always persisted as JSON
> ---
>
> Key: KARAF-6924
> URL: https://issues.apache.org/jira/browse/KARAF-6924
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.3.0
>Reporter: Joao Assuncao
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: 4.3.1
>
>
> Creating a new configuration using the web console will be persisted as a 
> json file instead of a cfg file.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-6924) Configurations created via web console are always persisted as JSON

2021-03-25 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-6924:


Commit e8bff815940c457a43224fa92b1e0d5e502eb544 in karaf's branch 
refs/heads/main from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=e8bff81 ]

[KARAF-6924] Don't create json configuration file by default


> Configurations created via web console are always persisted as JSON
> ---
>
> Key: KARAF-6924
> URL: https://issues.apache.org/jira/browse/KARAF-6924
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.3.0
>Reporter: Joao Assuncao
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
>
> Creating a new configuration using the web console will be persisted as a 
> json file instead of a cfg file.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-6924) Configurations created via web console are always persisted as JSON

2021-03-25 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-6924:


Commit 4ad3e272dcfaf936b66a9ca2a43946c0d42a86a8 in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=4ad3e27 ]

Merge pull request #1338 from jbonofre/KARAF-6924

[KARAF-6924] Don't create json configuration file by default

> Configurations created via web console are always persisted as JSON
> ---
>
> Key: KARAF-6924
> URL: https://issues.apache.org/jira/browse/KARAF-6924
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.3.0
>Reporter: Joao Assuncao
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: 4.3.1
>
>
> Creating a new configuration using the web console will be persisted as a 
> json file instead of a cfg file.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7078) Upgrade to maven-bundle-plugin 5.1.2

2021-03-27 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7078:


Commit ad58e26fbbf79ad4d53cecf6d4914652f5b5e8dd in karaf's branch 
refs/heads/main from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=ad58e26 ]

[KARAF-7078] Upgrade to maven-bundle-plugin 5.1.2


> Upgrade to maven-bundle-plugin 5.1.2
> 
>
> Key: KARAF-7078
> URL: https://issues.apache.org/jira/browse/KARAF-7078
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: cave, cellar, decanter, karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7078) Upgrade to maven-bundle-plugin 5.1.2

2021-03-27 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7078:


Commit 42a80493974b15d8dffa785f5379c1f5692659b2 in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=42a8049 ]

Merge pull request #1340 from jbonofre/KARAF-7078

[KARAF-7078] Upgrade to maven-bundle-plugin 5.1.2

> Upgrade to maven-bundle-plugin 5.1.2
> 
>
> Key: KARAF-7078
> URL: https://issues.apache.org/jira/browse/KARAF-7078
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: cave, cellar, decanter, karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7078) Upgrade to maven-bundle-plugin 5.1.2

2021-03-27 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7078:


Commit 42a80493974b15d8dffa785f5379c1f5692659b2 in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=42a8049 ]

Merge pull request #1340 from jbonofre/KARAF-7078

[KARAF-7078] Upgrade to maven-bundle-plugin 5.1.2

> Upgrade to maven-bundle-plugin 5.1.2
> 
>
> Key: KARAF-7078
> URL: https://issues.apache.org/jira/browse/KARAF-7078
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: cave, cellar, decanter, karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7078) Upgrade to maven-bundle-plugin 5.1.2

2021-03-27 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7078:


Commit 51ce3d87f099d46e8e9793f9ccedd3add433d3ec in karaf's branch 
refs/heads/karaf-4.2.x from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=51ce3d8 ]

[KARAF-7078] Upgrade to maven-bundle-plugin 5.1.2

(cherry picked from commit ad58e26fbbf79ad4d53cecf6d4914652f5b5e8dd)


> Upgrade to maven-bundle-plugin 5.1.2
> 
>
> Key: KARAF-7078
> URL: https://issues.apache.org/jira/browse/KARAF-7078
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: cave, cellar, decanter, karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7078) Upgrade to maven-bundle-plugin 5.1.2

2021-03-27 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7078:


Commit 2962ac9c558bf05f1475eac962fbf27dbd2d5cb7 in karaf-cave's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-cave.git;h=2962ac9 ]

Merge pull request #41 from jbonofre/KARAF-7078

[KARAF-7078] Upgrade to maven-bundle-plugin 5.1.2

> Upgrade to maven-bundle-plugin 5.1.2
> 
>
> Key: KARAF-7078
> URL: https://issues.apache.org/jira/browse/KARAF-7078
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: cave, cellar, decanter, karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7078) Upgrade to maven-bundle-plugin 5.1.2

2021-03-27 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7078:


Commit f9ef72ed6fc25dd1fbe2b23c520009479a36f780 in karaf-cave's branch 
refs/heads/main from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf-cave.git;h=f9ef72e ]

[KARAF-7078] Upgrade to maven-bundle-plugin 5.1.2


> Upgrade to maven-bundle-plugin 5.1.2
> 
>
> Key: KARAF-7078
> URL: https://issues.apache.org/jira/browse/KARAF-7078
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: cave, cellar, decanter, karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7078) Upgrade to maven-bundle-plugin 5.1.2

2021-03-27 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7078:


Commit 2a44d1a53b15c23781bcb4a49a27ddfeda3d401e in karaf-cellar's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-cellar.git;h=2a44d1a ]

Merge pull request #83 from jbonofre/KARAF-7078

[KARAF-7078] Upgrade to maven-bundle-plugin 5.1.2

> Upgrade to maven-bundle-plugin 5.1.2
> 
>
> Key: KARAF-7078
> URL: https://issues.apache.org/jira/browse/KARAF-7078
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: cave, cellar, decanter, karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7078) Upgrade to maven-bundle-plugin 5.1.2

2021-03-27 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7078:


Commit 2962ac9c558bf05f1475eac962fbf27dbd2d5cb7 in karaf-cave's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-cave.git;h=2962ac9 ]

Merge pull request #41 from jbonofre/KARAF-7078

[KARAF-7078] Upgrade to maven-bundle-plugin 5.1.2

> Upgrade to maven-bundle-plugin 5.1.2
> 
>
> Key: KARAF-7078
> URL: https://issues.apache.org/jira/browse/KARAF-7078
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: cave, cellar, decanter, karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7078) Upgrade to maven-bundle-plugin 5.1.2

2021-03-27 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7078:


Commit 2a44d1a53b15c23781bcb4a49a27ddfeda3d401e in karaf-cellar's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-cellar.git;h=2a44d1a ]

Merge pull request #83 from jbonofre/KARAF-7078

[KARAF-7078] Upgrade to maven-bundle-plugin 5.1.2

> Upgrade to maven-bundle-plugin 5.1.2
> 
>
> Key: KARAF-7078
> URL: https://issues.apache.org/jira/browse/KARAF-7078
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: cave, cellar, decanter, karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7078) Upgrade to maven-bundle-plugin 5.1.2

2021-03-27 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7078:


Commit 22d6776c90a64a543ac6b24c79cff1641d2c01d3 in karaf-cellar's branch 
refs/heads/main from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf-cellar.git;h=22d6776 ]

[KARAF-7078] Upgrade to maven-bundle-plugin 5.1.2


> Upgrade to maven-bundle-plugin 5.1.2
> 
>
> Key: KARAF-7078
> URL: https://issues.apache.org/jira/browse/KARAF-7078
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: cave, cellar, decanter, karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7078) Upgrade to maven-bundle-plugin 5.1.2

2021-03-27 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7078:


Commit 9253d317fb0b58be45041ce3920cd5bb62647794 in karaf-decanter's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=9253d31 ]

Merge pull request #244 from jbonofre/KARAF-7078

[KARAF-7078] Upgrade to maven-bundle-plugin 5.1.2

> Upgrade to maven-bundle-plugin 5.1.2
> 
>
> Key: KARAF-7078
> URL: https://issues.apache.org/jira/browse/KARAF-7078
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: cave, cellar, decanter, karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7078) Upgrade to maven-bundle-plugin 5.1.2

2021-03-27 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7078:


Commit 9253d317fb0b58be45041ce3920cd5bb62647794 in karaf-decanter's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=9253d31 ]

Merge pull request #244 from jbonofre/KARAF-7078

[KARAF-7078] Upgrade to maven-bundle-plugin 5.1.2

> Upgrade to maven-bundle-plugin 5.1.2
> 
>
> Key: KARAF-7078
> URL: https://issues.apache.org/jira/browse/KARAF-7078
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: cave, cellar, decanter, karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7078) Upgrade to maven-bundle-plugin 5.1.2

2021-03-27 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7078:


Commit d3d3aee24d7bf01606b9792bba04e63dc7d92207 in karaf-decanter's branch 
refs/heads/main from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=d3d3aee ]

[KARAF-7078] Upgrade to maven-bundle-plugin 5.1.2


> Upgrade to maven-bundle-plugin 5.1.2
> 
>
> Key: KARAF-7078
> URL: https://issues.apache.org/jira/browse/KARAF-7078
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: cave, cellar, decanter, karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7085) Upgrade to Felix Utils 1.11.8

2021-03-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7085:


Commit 6d73146bb13152395d6e8db77c0d79b58702976c in karaf's branch 
refs/heads/main from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=6d73146 ]

[KARAF-7085] Upgrade to Felix Utils 1.11.8


> Upgrade to Felix Utils 1.11.8
> -
>
> Key: KARAF-7085
> URL: https://issues.apache.org/jira/browse/KARAF-7085
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7085) Upgrade to Felix Utils 1.11.8

2021-03-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7085:


Commit e6dd6e8cb85a243d0dff567a2bdd432b772a69fd in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=e6dd6e8 ]

Merge pull request #1341 from jbonofre/KARAF-7085

[KARAF-7085] Upgrade to Felix Utils 1.11.8

> Upgrade to Felix Utils 1.11.8
> -
>
> Key: KARAF-7085
> URL: https://issues.apache.org/jira/browse/KARAF-7085
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7085) Upgrade to Felix Utils 1.11.8

2021-03-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7085:


Commit e6dd6e8cb85a243d0dff567a2bdd432b772a69fd in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=e6dd6e8 ]

Merge pull request #1341 from jbonofre/KARAF-7085

[KARAF-7085] Upgrade to Felix Utils 1.11.8

> Upgrade to Felix Utils 1.11.8
> -
>
> Key: KARAF-7085
> URL: https://issues.apache.org/jira/browse/KARAF-7085
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7085) Upgrade to Felix Utils 1.11.8

2021-03-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7085:


Commit 658b6eefa2dae30db2b38aba6c490e8676aae9bd in karaf's branch 
refs/heads/karaf-4.2.x from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=658b6ee ]

[KARAF-7085] Upgrade to Felix Utils 1.11.8

(cherry picked from commit 6d73146bb13152395d6e8db77c0d79b58702976c)


> Upgrade to Felix Utils 1.11.8
> -
>
> Key: KARAF-7085
> URL: https://issues.apache.org/jira/browse/KARAF-7085
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7012) Bundles don't resolve due to java.* package imports

2021-03-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7012:


Commit 151d6b1dc769f7e9dcd81e94aa9e51e3b604cb26 in karaf's branch 
refs/heads/main from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=151d6b1 ]

[KARAF-7012] Add java.* export in system packages


> Bundles don't resolve due to java.* package imports
> ---
>
> Key: KARAF-7012
> URL: https://issues.apache.org/jira/browse/KARAF-7012
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.3.0
> Environment: Windows Server 2016
> openjdk-14.0.2+12
> Bndtools 5.2 REL
>Reporter: Scott Leschke
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> Refer to:  [https://issues.apache.org/jira/projects/FELIX/issues/FELIX-6382]
> Concensus appears to be that this is a Karaf bug.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7012) Bundles don't resolve due to java.* package imports

2021-03-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7012:


Commit a3a57f61a8887797c1676fadb13a0588cf841697 in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=a3a57f6 ]

Merge pull request #1339 from jbonofre/KARAF-7012

[KARAF-7012] Add java.* export in system packages

> Bundles don't resolve due to java.* package imports
> ---
>
> Key: KARAF-7012
> URL: https://issues.apache.org/jira/browse/KARAF-7012
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.3.0
> Environment: Windows Server 2016
> openjdk-14.0.2+12
> Bndtools 5.2 REL
>Reporter: Scott Leschke
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> Refer to:  [https://issues.apache.org/jira/projects/FELIX/issues/FELIX-6382]
> Concensus appears to be that this is a Karaf bug.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7012) Bundles don't resolve due to java.* package imports

2021-03-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7012:


Commit a3a57f61a8887797c1676fadb13a0588cf841697 in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=a3a57f6 ]

Merge pull request #1339 from jbonofre/KARAF-7012

[KARAF-7012] Add java.* export in system packages

> Bundles don't resolve due to java.* package imports
> ---
>
> Key: KARAF-7012
> URL: https://issues.apache.org/jira/browse/KARAF-7012
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.3.0
> Environment: Windows Server 2016
> openjdk-14.0.2+12
> Bndtools 5.2 REL
>Reporter: Scott Leschke
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: 4.3.1
>
>
> Refer to:  [https://issues.apache.org/jira/projects/FELIX/issues/FELIX-6382]
> Concensus appears to be that this is a Karaf bug.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7086) disable default user karaf in etc/user.properties by default to make the karaf installation more secure

2021-03-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7086:


Commit 326d3e9ccf55c2095eb344538166c5dde2840422 in karaf's branch 
refs/heads/main from Freeman Fang
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=326d3e9 ]

[KARAF-7086]disable default user karaf in etc/user.properties by default to 
make the karaf installation more secure


> disable default user karaf in etc/user.properties by default to make the 
> karaf installation more secure
> ---
>
> Key: KARAF-7086
> URL: https://issues.apache.org/jira/browse/KARAF-7086
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Reporter: Freeman Yue Fang
>Assignee: Freeman Yue Fang
>Priority: Major
>
> This actually disables remote access for the default installed kit. Any user 
> who wants the remote access must enable it explicitly.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7086) disable default user karaf in etc/user.properties by default to make the karaf installation more secure

2021-03-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7086:


Commit acc015319ddaf578035e872bb8c1b5554b55da84 in karaf's branch 
refs/heads/main from Freeman Fang
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=acc0153 ]

[KARAF-7086]fix test failure


> disable default user karaf in etc/user.properties by default to make the 
> karaf installation more secure
> ---
>
> Key: KARAF-7086
> URL: https://issues.apache.org/jira/browse/KARAF-7086
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Reporter: Freeman Yue Fang
>Assignee: Freeman Yue Fang
>Priority: Major
>
> This actually disables remote access for the default installed kit. Any user 
> who wants the remote access must enable it explicitly.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-5362) NPE creating session with a null "in" parameter from a SessionFactory

2021-03-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-5362:


Commit c4f6d451e2bbb81b1490279d73b12826d1c8e8c8 in karaf's branch 
refs/heads/main from Freeman Fang
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=c4f6d45 ]

[KARAF-5362]NPE creating session with a null in parameter from a SessionFactory


> NPE creating session with a null "in" parameter from a SessionFactory
> -
>
> Key: KARAF-5362
> URL: https://issues.apache.org/jira/browse/KARAF-5362
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.1.2
>Reporter: Emily Berk
>Assignee: Freeman Yue Fang
>Priority: Trivial
>
> The javadoc for {{SessionFactory#create(InputStream, PrintStream, 
> PrintStream)}} says
> {code:java}
> @param in the input stream, can be null if the session is only 
> used to execute a command using {@link Session#execute(CharSequence)}
> {code}
> When I try
> {code:java}
> package org.apache.karaf.shell.impl.console;
> import static org.easymock.EasyMock.createMock;
> import java.io.PrintStream;
> import java.io.UnsupportedEncodingException;
> import org.apache.felix.service.threadio.ThreadIO;
> import org.apache.karaf.shell.api.console.SessionFactory;
> import org.junit.Test;
> public class SessionFactoryImplTest {
> 
> @Test
> public void createWithNullInputStream() throws 
> UnsupportedEncodingException {
> final SessionFactory sessionFactory = new 
> SessionFactoryImpl(createMock(ThreadIO.class));
> sessionFactory.create(null, createMock(PrintStream.class), 
> createMock(PrintStream.class));
> }
> }
> {code}
> I get
> {code}
> java.lang.NullPointerException: "in" is null!
>   at java.nio.channels.Channels.checkNotNull(Channels.java:67)
>   at java.nio.channels.Channels.newChannel(Channels.java:347)
>   at 
> org.apache.felix.gogo.runtime.CommandSessionImpl.(CommandSessionImpl.java:108)
>   at 
> org.apache.felix.gogo.runtime.CommandProcessorImpl.createSession(CommandProcessorImpl.java:82)
>   at 
> org.apache.felix.gogo.runtime.CommandProcessorImpl.createSession(CommandProcessorImpl.java:38)
>   at 
> org.apache.karaf.shell.impl.console.HeadlessSessionImpl.(HeadlessSessionImpl.java:67)
>   at 
> org.apache.karaf.shell.impl.console.SessionFactoryImpl.create(SessionFactoryImpl.java:155)
>   at 
> org.apache.karaf.shell.impl.console.SessionFactoryImpl.create(SessionFactoryImpl.java:146)
>   at 
> org.apache.karaf.shell.impl.console.SessionFactoryImplTest.createWithNullInputStream(SessionFactoryImplTest.java:41)
> {code}
> A work-around is to pass a non-null {{InputStream}} that should never be 
> called if the {{Session}} is only used to execute a command using 
> {{Session#execute(CharSequence)}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-5362) NPE creating session with a null "in" parameter from a SessionFactory

2021-03-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-5362:


Commit b5adb32eeb2455e1f87ec66e03593958527a7cb1 in karaf's branch 
refs/heads/karaf-4.2.x from Freeman Fang
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=b5adb32 ]

[KARAF-5362]NPE creating session with a null in parameter from a SessionFactory

(cherry picked from commit c4f6d451e2bbb81b1490279d73b12826d1c8e8c8)


> NPE creating session with a null "in" parameter from a SessionFactory
> -
>
> Key: KARAF-5362
> URL: https://issues.apache.org/jira/browse/KARAF-5362
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.1.2
>Reporter: Emily Berk
>Assignee: Freeman Yue Fang
>Priority: Trivial
>
> The javadoc for {{SessionFactory#create(InputStream, PrintStream, 
> PrintStream)}} says
> {code:java}
> @param in the input stream, can be null if the session is only 
> used to execute a command using {@link Session#execute(CharSequence)}
> {code}
> When I try
> {code:java}
> package org.apache.karaf.shell.impl.console;
> import static org.easymock.EasyMock.createMock;
> import java.io.PrintStream;
> import java.io.UnsupportedEncodingException;
> import org.apache.felix.service.threadio.ThreadIO;
> import org.apache.karaf.shell.api.console.SessionFactory;
> import org.junit.Test;
> public class SessionFactoryImplTest {
> 
> @Test
> public void createWithNullInputStream() throws 
> UnsupportedEncodingException {
> final SessionFactory sessionFactory = new 
> SessionFactoryImpl(createMock(ThreadIO.class));
> sessionFactory.create(null, createMock(PrintStream.class), 
> createMock(PrintStream.class));
> }
> }
> {code}
> I get
> {code}
> java.lang.NullPointerException: "in" is null!
>   at java.nio.channels.Channels.checkNotNull(Channels.java:67)
>   at java.nio.channels.Channels.newChannel(Channels.java:347)
>   at 
> org.apache.felix.gogo.runtime.CommandSessionImpl.(CommandSessionImpl.java:108)
>   at 
> org.apache.felix.gogo.runtime.CommandProcessorImpl.createSession(CommandProcessorImpl.java:82)
>   at 
> org.apache.felix.gogo.runtime.CommandProcessorImpl.createSession(CommandProcessorImpl.java:38)
>   at 
> org.apache.karaf.shell.impl.console.HeadlessSessionImpl.(HeadlessSessionImpl.java:67)
>   at 
> org.apache.karaf.shell.impl.console.SessionFactoryImpl.create(SessionFactoryImpl.java:155)
>   at 
> org.apache.karaf.shell.impl.console.SessionFactoryImpl.create(SessionFactoryImpl.java:146)
>   at 
> org.apache.karaf.shell.impl.console.SessionFactoryImplTest.createWithNullInputStream(SessionFactoryImplTest.java:41)
> {code}
> A work-around is to pass a non-null {{InputStream}} that should never be 
> called if the {{Session}} is only used to execute a command using 
> {{Session#execute(CharSequence)}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-5362) NPE creating session with a null "in" parameter from a SessionFactory

2021-03-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-5362:


Commit a6925291cc57b9274e3ba6580921e44566df7857 in karaf's branch 
refs/heads/karaf-4.2.x from Freeman Fang
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=a692529 ]

[KARAF-5362]remove unnecessary try..catch from the test

(cherry picked from commit ae5e22c2bd89d272c2c9fb91da3fa4c0db11bcc2)


> NPE creating session with a null "in" parameter from a SessionFactory
> -
>
> Key: KARAF-5362
> URL: https://issues.apache.org/jira/browse/KARAF-5362
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.1.2
>Reporter: Emily Berk
>Assignee: Freeman Yue Fang
>Priority: Trivial
> Fix For: 4.2.12, 4.3.2
>
>
> The javadoc for {{SessionFactory#create(InputStream, PrintStream, 
> PrintStream)}} says
> {code:java}
> @param in the input stream, can be null if the session is only 
> used to execute a command using {@link Session#execute(CharSequence)}
> {code}
> When I try
> {code:java}
> package org.apache.karaf.shell.impl.console;
> import static org.easymock.EasyMock.createMock;
> import java.io.PrintStream;
> import java.io.UnsupportedEncodingException;
> import org.apache.felix.service.threadio.ThreadIO;
> import org.apache.karaf.shell.api.console.SessionFactory;
> import org.junit.Test;
> public class SessionFactoryImplTest {
> 
> @Test
> public void createWithNullInputStream() throws 
> UnsupportedEncodingException {
> final SessionFactory sessionFactory = new 
> SessionFactoryImpl(createMock(ThreadIO.class));
> sessionFactory.create(null, createMock(PrintStream.class), 
> createMock(PrintStream.class));
> }
> }
> {code}
> I get
> {code}
> java.lang.NullPointerException: "in" is null!
>   at java.nio.channels.Channels.checkNotNull(Channels.java:67)
>   at java.nio.channels.Channels.newChannel(Channels.java:347)
>   at 
> org.apache.felix.gogo.runtime.CommandSessionImpl.(CommandSessionImpl.java:108)
>   at 
> org.apache.felix.gogo.runtime.CommandProcessorImpl.createSession(CommandProcessorImpl.java:82)
>   at 
> org.apache.felix.gogo.runtime.CommandProcessorImpl.createSession(CommandProcessorImpl.java:38)
>   at 
> org.apache.karaf.shell.impl.console.HeadlessSessionImpl.(HeadlessSessionImpl.java:67)
>   at 
> org.apache.karaf.shell.impl.console.SessionFactoryImpl.create(SessionFactoryImpl.java:155)
>   at 
> org.apache.karaf.shell.impl.console.SessionFactoryImpl.create(SessionFactoryImpl.java:146)
>   at 
> org.apache.karaf.shell.impl.console.SessionFactoryImplTest.createWithNullInputStream(SessionFactoryImplTest.java:41)
> {code}
> A work-around is to pass a non-null {{InputStream}} that should never be 
> called if the {{Session}} is only used to execute a command using 
> {{Session#execute(CharSequence)}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-5362) NPE creating session with a null "in" parameter from a SessionFactory

2021-03-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-5362:


Commit ae5e22c2bd89d272c2c9fb91da3fa4c0db11bcc2 in karaf's branch 
refs/heads/main from Freeman Fang
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=ae5e22c ]

[KARAF-5362]remove unnecessary try..catch from the test


> NPE creating session with a null "in" parameter from a SessionFactory
> -
>
> Key: KARAF-5362
> URL: https://issues.apache.org/jira/browse/KARAF-5362
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.1.2
>Reporter: Emily Berk
>Assignee: Freeman Yue Fang
>Priority: Trivial
> Fix For: 4.2.12, 4.3.2
>
>
> The javadoc for {{SessionFactory#create(InputStream, PrintStream, 
> PrintStream)}} says
> {code:java}
> @param in the input stream, can be null if the session is only 
> used to execute a command using {@link Session#execute(CharSequence)}
> {code}
> When I try
> {code:java}
> package org.apache.karaf.shell.impl.console;
> import static org.easymock.EasyMock.createMock;
> import java.io.PrintStream;
> import java.io.UnsupportedEncodingException;
> import org.apache.felix.service.threadio.ThreadIO;
> import org.apache.karaf.shell.api.console.SessionFactory;
> import org.junit.Test;
> public class SessionFactoryImplTest {
> 
> @Test
> public void createWithNullInputStream() throws 
> UnsupportedEncodingException {
> final SessionFactory sessionFactory = new 
> SessionFactoryImpl(createMock(ThreadIO.class));
> sessionFactory.create(null, createMock(PrintStream.class), 
> createMock(PrintStream.class));
> }
> }
> {code}
> I get
> {code}
> java.lang.NullPointerException: "in" is null!
>   at java.nio.channels.Channels.checkNotNull(Channels.java:67)
>   at java.nio.channels.Channels.newChannel(Channels.java:347)
>   at 
> org.apache.felix.gogo.runtime.CommandSessionImpl.(CommandSessionImpl.java:108)
>   at 
> org.apache.felix.gogo.runtime.CommandProcessorImpl.createSession(CommandProcessorImpl.java:82)
>   at 
> org.apache.felix.gogo.runtime.CommandProcessorImpl.createSession(CommandProcessorImpl.java:38)
>   at 
> org.apache.karaf.shell.impl.console.HeadlessSessionImpl.(HeadlessSessionImpl.java:67)
>   at 
> org.apache.karaf.shell.impl.console.SessionFactoryImpl.create(SessionFactoryImpl.java:155)
>   at 
> org.apache.karaf.shell.impl.console.SessionFactoryImpl.create(SessionFactoryImpl.java:146)
>   at 
> org.apache.karaf.shell.impl.console.SessionFactoryImplTest.createWithNullInputStream(SessionFactoryImplTest.java:41)
> {code}
> A work-around is to pass a non-null {{InputStream}} that should never be 
> called if the {{Session}} is only used to execute a command using 
> {{Session#execute(CharSequence)}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7089) Upgrade to CXF 3.4.3

2021-03-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7089:


Commit 54d2ec09b3b535f7cddbb4219bf6893e32edc10f in karaf's branch 
refs/heads/main from Freeman Fang
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=54d2ec0 ]

[KARAF-7089]Upgrade to CXF 3.4.3


> Upgrade to CXF 3.4.3
> 
>
> Key: KARAF-7089
> URL: https://issues.apache.org/jira/browse/KARAF-7089
> Project: Karaf
>  Issue Type: Task
>Reporter: Freeman Yue Fang
>Assignee: Freeman Yue Fang
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7089) Upgrade to CXF 3.4.3

2021-03-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7089:


Commit d1cfef31119395a49722b340c62099b4c702cd9b in karaf's branch 
refs/heads/karaf-4.2.x from Freeman Fang
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=d1cfef3 ]

[KARAF-7089]Upgrade to CXF 3.4.3


> Upgrade to CXF 3.4.3
> 
>
> Key: KARAF-7089
> URL: https://issues.apache.org/jira/browse/KARAF-7089
> Project: Karaf
>  Issue Type: Task
>Reporter: Freeman Yue Fang
>Assignee: Freeman Yue Fang
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7091) Missing eecap-16 in config.properties

2021-04-03 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7091:


Commit 6b99984ac4b39c8226bc6e974619c99870fa9157 in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=6b99984 ]

Merge pull request #1342 from rovarga/karaf7091

[KARAF-7091] Add missing eecap-16

> Missing eecap-16 in config.properties
> -
>
> Key: KARAF-7091
> URL: https://issues.apache.org/jira/browse/KARAF-7091
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.3.1
>Reporter: Robert Varga
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> While karaf-4.3.1 has defined jre.properties for Java 16, it does not have 
> the corresponding eecap-16 config.properties leading to the following splat 
> with Equinox:
> {noformat}
> Apr 03, 2021 9:43:55 PM org.apache.karaf.main.Main main
> SEVERE: Could not launch framework
> java.lang.IllegalStateException: Error initializing storage for Equinox 
> container.
>     at 
> org.eclipse.osgi.internal.framework.EquinoxContainer.(EquinoxContainer.java:110)
>     at org.eclipse.osgi.launch.Equinox.(Equinox.java:53)
>     at 
> org.eclipse.osgi.launch.EquinoxFactory.newFramework(EquinoxFactory.java:35)
>     at 
> org.eclipse.osgi.launch.EquinoxFactory.newFramework(EquinoxFactory.java:30)
>     at org.apache.karaf.main.Main.launch(Main.java:284)
>     at org.apache.karaf.main.Main.main(Main.java:183)
> Caused by: java.lang.RuntimeException: Error occurred while checking the 
> system module.
>     at 
> org.eclipse.osgi.storage.Storage.checkSystemBundle(Storage.java:461)
>     at org.eclipse.osgi.storage.Storage.createStorage(Storage.java:182)
>     at 
> org.eclipse.osgi.internal.framework.EquinoxContainer.(EquinoxContainer.java:108)
>     ... 5 more
> Caused by: org.osgi.framework.BundleException: Invalid manifest header 
> Provide-Capability: ", 
> osgi.service;objectClass:List=java.lang.ClassLoader;equinox.classloader.type=contextClassLoader,
>  osgi.service;objectClass:List
> =javax.xml.parsers.DocumentBuilderFactory, 
> osgi.service;objectClass:List=javax.xml.parsers.SAXParserFactory, 
> osgi.service;objectClass:List=org.eclipse.osgi.framework.log.FrameworkLog,
>  osgi.service;objectClass:List >=org.eclipse.osgi.framework.log.FrameworkLog;performance=true, 
> >osgi.service;objectClass:List=org.eclipse.osgi.service.datalocation.Location;type=eclipse.home.location,
> > osgi.service;objectClass:List=org.eclipse.osgi.serv
> ice.datalocation.Location;type=osgi.configuration.area, 
> osgi.service;objectClass:List=org.eclipse.osgi.service.datalocation.Location;type=osgi.install.area,
>  osgi.service;objectClass:List=org.eclipse.osgi.service.dataloca
> tion.Location;type=osgi.instance.area, 
> osgi.service;objectClass:List=org.eclipse.osgi.service.datalocation.Location;type=osgi.user.area,
>  
> osgi.service;objectClass:List=org.eclipse.osgi.service.debug.DebugOptions,
>  osgi.ser
> vice;objectClass:List=org.eclipse.osgi.service.environment.EnvironmentInfo,
>  
> osgi.service;objectClass:List=org.eclipse.osgi.service.localization.BundleLocalization,
>  osgi.service;objectClass:List="org.osgi.service.
> log.LogReaderService,org.eclipse.equinox.log.ExtendedLogReaderService", 
> osgi.service;objectClass:List="org.osgi.service.log.LogService,org.eclipse.equinox.log.ExtendedLogService",
>  osgi.service;objectClass:List=org.eclips
> e.osgi.service.security.TrustEngine;osgi.signedcontent.trust.engine=org.eclipse.osgi,
>  
> osgi.service;objectClass:List=org.eclipse.osgi.service.urlconversion.URLConverter;protocol:List="bundleentry,bundleresource",
>  osgi.ser
> vice;objectClass:List=org.apache.karaf.info.ServerInfo, 
> eclipse.platform; osgi.os=linux; osgi.ws=gtk; osgi.arch=x86_64; 
> osgi.nl=en_GB, osgi.native; osgi.native.osname:List="Linux"; 
> osgi.native.processor:List="x86
> -64,amd64,em64t,x86_64"; osgi.native.osversion:Version="5.11.8.fc33"; 
> osgi.native.language="en""
>     at 
> org.eclipse.osgi.util.ManifestElement.parseHeader(ManifestElement.java:355)
>     at 
> org.eclipse.osgi.container.builders.OSGiManifestBuilderFactory.createBuilder(OSGiManifestBuilderFactory.java:117)
>     at org.eclipse.osgi.storage.Storage.getBuilder(Storage.java:840)
>     at 
> org.eclipse.osgi.storage.Storage.checkSystemBundle(Storage.java:409)
>     ... 7 more
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7091) Missing eecap-16 in config.properties

2021-04-03 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7091:


Commit 68130c14a80e6cdd68cd83ed84f57b4f39baf73a in karaf's branch 
refs/heads/main from Robert Varga
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=68130c1 ]

[KARAF-7091] Add missing eecap-16


> Missing eecap-16 in config.properties
> -
>
> Key: KARAF-7091
> URL: https://issues.apache.org/jira/browse/KARAF-7091
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.3.1
>Reporter: Robert Varga
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> While karaf-4.3.1 has defined jre.properties for Java 16, it does not have 
> the corresponding eecap-16 config.properties leading to the following splat 
> with Equinox:
> {noformat}
> Apr 03, 2021 9:43:55 PM org.apache.karaf.main.Main main
> SEVERE: Could not launch framework
> java.lang.IllegalStateException: Error initializing storage for Equinox 
> container.
>     at 
> org.eclipse.osgi.internal.framework.EquinoxContainer.(EquinoxContainer.java:110)
>     at org.eclipse.osgi.launch.Equinox.(Equinox.java:53)
>     at 
> org.eclipse.osgi.launch.EquinoxFactory.newFramework(EquinoxFactory.java:35)
>     at 
> org.eclipse.osgi.launch.EquinoxFactory.newFramework(EquinoxFactory.java:30)
>     at org.apache.karaf.main.Main.launch(Main.java:284)
>     at org.apache.karaf.main.Main.main(Main.java:183)
> Caused by: java.lang.RuntimeException: Error occurred while checking the 
> system module.
>     at 
> org.eclipse.osgi.storage.Storage.checkSystemBundle(Storage.java:461)
>     at org.eclipse.osgi.storage.Storage.createStorage(Storage.java:182)
>     at 
> org.eclipse.osgi.internal.framework.EquinoxContainer.(EquinoxContainer.java:108)
>     ... 5 more
> Caused by: org.osgi.framework.BundleException: Invalid manifest header 
> Provide-Capability: ", 
> osgi.service;objectClass:List=java.lang.ClassLoader;equinox.classloader.type=contextClassLoader,
>  osgi.service;objectClass:List
> =javax.xml.parsers.DocumentBuilderFactory, 
> osgi.service;objectClass:List=javax.xml.parsers.SAXParserFactory, 
> osgi.service;objectClass:List=org.eclipse.osgi.framework.log.FrameworkLog,
>  osgi.service;objectClass:List >=org.eclipse.osgi.framework.log.FrameworkLog;performance=true, 
> >osgi.service;objectClass:List=org.eclipse.osgi.service.datalocation.Location;type=eclipse.home.location,
> > osgi.service;objectClass:List=org.eclipse.osgi.serv
> ice.datalocation.Location;type=osgi.configuration.area, 
> osgi.service;objectClass:List=org.eclipse.osgi.service.datalocation.Location;type=osgi.install.area,
>  osgi.service;objectClass:List=org.eclipse.osgi.service.dataloca
> tion.Location;type=osgi.instance.area, 
> osgi.service;objectClass:List=org.eclipse.osgi.service.datalocation.Location;type=osgi.user.area,
>  
> osgi.service;objectClass:List=org.eclipse.osgi.service.debug.DebugOptions,
>  osgi.ser
> vice;objectClass:List=org.eclipse.osgi.service.environment.EnvironmentInfo,
>  
> osgi.service;objectClass:List=org.eclipse.osgi.service.localization.BundleLocalization,
>  osgi.service;objectClass:List="org.osgi.service.
> log.LogReaderService,org.eclipse.equinox.log.ExtendedLogReaderService", 
> osgi.service;objectClass:List="org.osgi.service.log.LogService,org.eclipse.equinox.log.ExtendedLogService",
>  osgi.service;objectClass:List=org.eclips
> e.osgi.service.security.TrustEngine;osgi.signedcontent.trust.engine=org.eclipse.osgi,
>  
> osgi.service;objectClass:List=org.eclipse.osgi.service.urlconversion.URLConverter;protocol:List="bundleentry,bundleresource",
>  osgi.ser
> vice;objectClass:List=org.apache.karaf.info.ServerInfo, 
> eclipse.platform; osgi.os=linux; osgi.ws=gtk; osgi.arch=x86_64; 
> osgi.nl=en_GB, osgi.native; osgi.native.osname:List="Linux"; 
> osgi.native.processor:List="x86
> -64,amd64,em64t,x86_64"; osgi.native.osversion:Version="5.11.8.fc33"; 
> osgi.native.language="en""
>     at 
> org.eclipse.osgi.util.ManifestElement.parseHeader(ManifestElement.java:355)
>     at 
> org.eclipse.osgi.container.builders.OSGiManifestBuilderFactory.createBuilder(OSGiManifestBuilderFactory.java:117)
>     at org.eclipse.osgi.storage.Storage.getBuilder(Storage.java:840)
>     at 
> org.eclipse.osgi.storage.Storage.checkSystemBundle(Storage.java:409)
>     ... 7 more
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7095) JDK11+: we should use full lib path when patch-module

2021-04-07 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7095:


Commit 33174f7c6980795de9829b42f98d8b9903948f6f in karaf's branch 
refs/heads/main from Freeman Fang
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=33174f7 ]

[KARAF-7095]JDK11+: we should use full lib path when patch-module


> JDK11+: we should use full lib path when patch-module
> -
>
> Key: KARAF-7095
> URL: https://issues.apache.org/jira/browse/KARAF-7095
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Reporter: Freeman Yue Fang
>Assignee: Freeman Yue Fang
>Priority: Major
>
> currently this can cause error when KARAF_BASE and KARAF_HOME are not 
> identical



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7095) JDK11+: we should use full lib path when patch-module

2021-04-07 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7095:


Commit 5b0f473e6dd677e412bdb5cbe0720c13a8a69850 in karaf's branch 
refs/heads/karaf-4.2.x from Freeman Fang
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=5b0f473 ]

[KARAF-7095]JDK11+: we should use full lib path when patch-module

(cherry picked from commit 33174f7c6980795de9829b42f98d8b9903948f6f)


> JDK11+: we should use full lib path when patch-module
> -
>
> Key: KARAF-7095
> URL: https://issues.apache.org/jira/browse/KARAF-7095
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Reporter: Freeman Yue Fang
>Assignee: Freeman Yue Fang
>Priority: Major
>
> currently this can cause error when KARAF_BASE and KARAF_HOME are not 
> identical



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7096) When rmiServerHost is 127.0.0.1, RMIServerImpl_Stub still uses hostname's IP

2021-04-08 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7096:


Commit b68199f16922febc15db7bddab11f7a1ebf7c376 in karaf's branch 
refs/heads/main from Grzegorz Grzybek
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=b68199f ]

[KARAF-7096] Ensure that RMIServerImpl_Stub contains correct rmiServerHost


> When rmiServerHost is 127.0.0.1, RMIServerImpl_Stub still uses hostname's IP
> 
>
> Key: KARAF-7096
> URL: https://issues.apache.org/jira/browse/KARAF-7096
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 4.2.11, 4.3.1
>Reporter: Grzegorz Grzybek
>Assignee: Grzegorz Grzybek
>Priority: Major
> Fix For: 4.2.12, 4.3.2
>
>
> It's a follow-up of the investigation from KARAF-6955. Copying the 
> description:
> I had problem after this change - {{jconsole}} stopped working and sample 
> Java application ended with {{Connection refused}} exception.
> I did enjoyable analysis and I found that:
> * ports are opened on proper interfaces ({{:::127.0.0.1}} in my case, 
> which is an IPv6 address from _:::0:0/96 CIDR_ that represents 
> _Transition from IPv4_ address block)
> * I could connect to RMI Registry at port 1099 and even obtain {{karaf-root}} 
> object from there, which:
> ** is of {{javax.management.remote.rmi.RMIServer}} interface
> ** is of {{javax.management.remote.rmi.RMIServerImpl_Stub}} implementation
> The problem is that this stub contains:
> {noformat}
> ref: java.rmi.server.RemoteRef  = {sun.rmi.server.UnicastRef2@1918} 
> ...
>  ref: sun.rmi.transport.LiveRef  = {sun.rmi.transport.LiveRef@1925} 
> "[endpoint:[192.168.0.38:4](remote),objID:[2f23195f:178a6a29327:-7ffa, 
> 4962682433218761153]]"
>   ep: sun.rmi.transport.Endpoint  = {sun.rmi.transport.tcp.TCPEndpoint@1927} 
> "[192.168.0.38:4]"
>host: java.lang.String  = "192.168.0.38"
>port: int  = 4 (0xAD9C)
> {noformat}
> The problem is that when {{RMIServerImpl_Stub}} is created *at server side* 
> by karaf.management.server bundle, the bind address of this remote object is 
> NOT taken from {{rmiServerHost}} property of {{org.apache.karaf.management}} 
> PID. It's taken from (top to bottom):
> * sun.rmi.transport.tcp.TCPEndpoint#getLocalEndpoint()
> * java.net.InetAddress#getLocalHost()
> * java.net.InetAddressImpl#getLocalHostName()
> * java.net.InetAddress#getAddressesFromNameService()
> * java.net.Inet6AddressImpl#lookupAllHostAddr()
> * getaddress() libc method
> * /etc/hosts
> The way to solve this is to set {{java.rmi.server.hostname}} system property 
> to 127.0.0.1, so the Stub contains proper address.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7096) When rmiServerHost is 127.0.0.1, RMIServerImpl_Stub still uses hostname's IP

2021-04-08 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7096:


Commit b3ac1ea6fb10dc5f16f21954e8402a21dba98ce7 in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=b3ac1ea ]

Merge pull request #1343 from grgrzybek/KARAF-7096

[KARAF-7096] Ensure that RMIServerImpl_Stub contains correct rmiServerHost

> When rmiServerHost is 127.0.0.1, RMIServerImpl_Stub still uses hostname's IP
> 
>
> Key: KARAF-7096
> URL: https://issues.apache.org/jira/browse/KARAF-7096
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 4.2.11, 4.3.1
>Reporter: Grzegorz Grzybek
>Assignee: Grzegorz Grzybek
>Priority: Major
> Fix For: 4.2.12, 4.3.2
>
>
> It's a follow-up of the investigation from KARAF-6955. Copying the 
> description:
> I had problem after this change - {{jconsole}} stopped working and sample 
> Java application ended with {{Connection refused}} exception.
> I did enjoyable analysis and I found that:
> * ports are opened on proper interfaces ({{:::127.0.0.1}} in my case, 
> which is an IPv6 address from _:::0:0/96 CIDR_ that represents 
> _Transition from IPv4_ address block)
> * I could connect to RMI Registry at port 1099 and even obtain {{karaf-root}} 
> object from there, which:
> ** is of {{javax.management.remote.rmi.RMIServer}} interface
> ** is of {{javax.management.remote.rmi.RMIServerImpl_Stub}} implementation
> The problem is that this stub contains:
> {noformat}
> ref: java.rmi.server.RemoteRef  = {sun.rmi.server.UnicastRef2@1918} 
> ...
>  ref: sun.rmi.transport.LiveRef  = {sun.rmi.transport.LiveRef@1925} 
> "[endpoint:[192.168.0.38:4](remote),objID:[2f23195f:178a6a29327:-7ffa, 
> 4962682433218761153]]"
>   ep: sun.rmi.transport.Endpoint  = {sun.rmi.transport.tcp.TCPEndpoint@1927} 
> "[192.168.0.38:4]"
>host: java.lang.String  = "192.168.0.38"
>port: int  = 4 (0xAD9C)
> {noformat}
> The problem is that when {{RMIServerImpl_Stub}} is created *at server side* 
> by karaf.management.server bundle, the bind address of this remote object is 
> NOT taken from {{rmiServerHost}} property of {{org.apache.karaf.management}} 
> PID. It's taken from (top to bottom):
> * sun.rmi.transport.tcp.TCPEndpoint#getLocalEndpoint()
> * java.net.InetAddress#getLocalHost()
> * java.net.InetAddressImpl#getLocalHostName()
> * java.net.InetAddress#getAddressesFromNameService()
> * java.net.Inet6AddressImpl#lookupAllHostAddr()
> * getaddress() libc method
> * /etc/hosts
> The way to solve this is to set {{java.rmi.server.hostname}} system property 
> to 127.0.0.1, so the Stub contains proper address.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7096) When rmiServerHost is 127.0.0.1, RMIServerImpl_Stub still uses hostname's IP

2021-04-08 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7096:


Commit b3ac1ea6fb10dc5f16f21954e8402a21dba98ce7 in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=b3ac1ea ]

Merge pull request #1343 from grgrzybek/KARAF-7096

[KARAF-7096] Ensure that RMIServerImpl_Stub contains correct rmiServerHost

> When rmiServerHost is 127.0.0.1, RMIServerImpl_Stub still uses hostname's IP
> 
>
> Key: KARAF-7096
> URL: https://issues.apache.org/jira/browse/KARAF-7096
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 4.2.11, 4.3.1
>Reporter: Grzegorz Grzybek
>Assignee: Grzegorz Grzybek
>Priority: Major
> Fix For: 4.2.12, 4.3.2
>
>
> It's a follow-up of the investigation from KARAF-6955. Copying the 
> description:
> I had problem after this change - {{jconsole}} stopped working and sample 
> Java application ended with {{Connection refused}} exception.
> I did enjoyable analysis and I found that:
> * ports are opened on proper interfaces ({{:::127.0.0.1}} in my case, 
> which is an IPv6 address from _:::0:0/96 CIDR_ that represents 
> _Transition from IPv4_ address block)
> * I could connect to RMI Registry at port 1099 and even obtain {{karaf-root}} 
> object from there, which:
> ** is of {{javax.management.remote.rmi.RMIServer}} interface
> ** is of {{javax.management.remote.rmi.RMIServerImpl_Stub}} implementation
> The problem is that this stub contains:
> {noformat}
> ref: java.rmi.server.RemoteRef  = {sun.rmi.server.UnicastRef2@1918} 
> ...
>  ref: sun.rmi.transport.LiveRef  = {sun.rmi.transport.LiveRef@1925} 
> "[endpoint:[192.168.0.38:4](remote),objID:[2f23195f:178a6a29327:-7ffa, 
> 4962682433218761153]]"
>   ep: sun.rmi.transport.Endpoint  = {sun.rmi.transport.tcp.TCPEndpoint@1927} 
> "[192.168.0.38:4]"
>host: java.lang.String  = "192.168.0.38"
>port: int  = 4 (0xAD9C)
> {noformat}
> The problem is that when {{RMIServerImpl_Stub}} is created *at server side* 
> by karaf.management.server bundle, the bind address of this remote object is 
> NOT taken from {{rmiServerHost}} property of {{org.apache.karaf.management}} 
> PID. It's taken from (top to bottom):
> * sun.rmi.transport.tcp.TCPEndpoint#getLocalEndpoint()
> * java.net.InetAddress#getLocalHost()
> * java.net.InetAddressImpl#getLocalHostName()
> * java.net.InetAddress#getAddressesFromNameService()
> * java.net.Inet6AddressImpl#lookupAllHostAddr()
> * getaddress() libc method
> * /etc/hosts
> The way to solve this is to set {{java.rmi.server.hostname}} system property 
> to 127.0.0.1, so the Stub contains proper address.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7096) When rmiServerHost is 127.0.0.1, RMIServerImpl_Stub still uses hostname's IP

2021-04-08 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7096:


Commit eb0d806c08eb9021d6675edf641f5772c5c01182 in karaf's branch 
refs/heads/karaf-4.2.x from Grzegorz Grzybek
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=eb0d806 ]

[KARAF-7096] Ensure that RMIServerImpl_Stub contains correct rmiServerHost

(cherry picked from commit b68199f16922febc15db7bddab11f7a1ebf7c376)


> When rmiServerHost is 127.0.0.1, RMIServerImpl_Stub still uses hostname's IP
> 
>
> Key: KARAF-7096
> URL: https://issues.apache.org/jira/browse/KARAF-7096
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 4.2.11, 4.3.1
>Reporter: Grzegorz Grzybek
>Assignee: Grzegorz Grzybek
>Priority: Major
> Fix For: 4.2.12, 4.3.2
>
>
> It's a follow-up of the investigation from KARAF-6955. Copying the 
> description:
> I had problem after this change - {{jconsole}} stopped working and sample 
> Java application ended with {{Connection refused}} exception.
> I did enjoyable analysis and I found that:
> * ports are opened on proper interfaces ({{:::127.0.0.1}} in my case, 
> which is an IPv6 address from _:::0:0/96 CIDR_ that represents 
> _Transition from IPv4_ address block)
> * I could connect to RMI Registry at port 1099 and even obtain {{karaf-root}} 
> object from there, which:
> ** is of {{javax.management.remote.rmi.RMIServer}} interface
> ** is of {{javax.management.remote.rmi.RMIServerImpl_Stub}} implementation
> The problem is that this stub contains:
> {noformat}
> ref: java.rmi.server.RemoteRef  = {sun.rmi.server.UnicastRef2@1918} 
> ...
>  ref: sun.rmi.transport.LiveRef  = {sun.rmi.transport.LiveRef@1925} 
> "[endpoint:[192.168.0.38:4](remote),objID:[2f23195f:178a6a29327:-7ffa, 
> 4962682433218761153]]"
>   ep: sun.rmi.transport.Endpoint  = {sun.rmi.transport.tcp.TCPEndpoint@1927} 
> "[192.168.0.38:4]"
>host: java.lang.String  = "192.168.0.38"
>port: int  = 4 (0xAD9C)
> {noformat}
> The problem is that when {{RMIServerImpl_Stub}} is created *at server side* 
> by karaf.management.server bundle, the bind address of this remote object is 
> NOT taken from {{rmiServerHost}} property of {{org.apache.karaf.management}} 
> PID. It's taken from (top to bottom):
> * sun.rmi.transport.tcp.TCPEndpoint#getLocalEndpoint()
> * java.net.InetAddress#getLocalHost()
> * java.net.InetAddressImpl#getLocalHostName()
> * java.net.InetAddress#getAddressesFromNameService()
> * java.net.Inet6AddressImpl#lookupAllHostAddr()
> * getaddress() libc method
> * /etc/hosts
> The way to solve this is to set {{java.rmi.server.hostname}} system property 
> to 127.0.0.1, so the Stub contains proper address.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7095) JDK11+: we should use full lib path when patch-module

2021-04-08 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7095:


Commit 1943cbf77d17103c9fc5a75998cbd7864c469a41 in karaf's branch 
refs/heads/main from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=1943cbf ]

[KARAF-7095] Use full path in wrapper


> JDK11+: we should use full lib path when patch-module
> -
>
> Key: KARAF-7095
> URL: https://issues.apache.org/jira/browse/KARAF-7095
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Reporter: Freeman Yue Fang
>Assignee: Freeman Yue Fang
>Priority: Major
> Fix For: 4.2.12, 4.3.2
>
>
> currently this can cause error when KARAF_BASE and KARAF_HOME are not 
> identical



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7095) JDK11+: we should use full lib path when patch-module

2021-04-08 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7095:


Commit fa8dbb9d1b2158158b66e0489d2dcc0044a4941b in karaf's branch 
refs/heads/karaf-4.2.x from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=fa8dbb9 ]

[KARAF-7095] Use full path in wrapper

(cherry picked from commit 1943cbf77d17103c9fc5a75998cbd7864c469a41)


> JDK11+: we should use full lib path when patch-module
> -
>
> Key: KARAF-7095
> URL: https://issues.apache.org/jira/browse/KARAF-7095
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Reporter: Freeman Yue Fang
>Assignee: Freeman Yue Fang
>Priority: Major
> Fix For: 4.2.12, 4.3.2
>
>
> currently this can cause error when KARAF_BASE and KARAF_HOME are not 
> identical



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7094) Karaf should provide etc/org.apache.karaf.features.xml by default (even empty)

2021-04-09 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7094:


Commit 53dacc4cd0464e5a91b68d470d927fbb7ba9fa0d in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=53dacc4 ]

Merge pull request #1344 from jbonofre/KARAF-7094

[KARAF-7094] Add empty etc/org.apache.karaf.features.xml by default

> Karaf should provide etc/org.apache.karaf.features.xml by default (even empty)
> --
>
> Key: KARAF-7094
> URL: https://issues.apache.org/jira/browse/KARAF-7094
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> In order to be consistent with Karaf 4.2.x, Karaf 4.3.x should systematically 
> installs an empty {{etc/org.apache.karaf.features.xml}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7094) Karaf should provide etc/org.apache.karaf.features.xml by default (even empty)

2021-04-09 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7094:


Commit 53dacc4cd0464e5a91b68d470d927fbb7ba9fa0d in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=53dacc4 ]

Merge pull request #1344 from jbonofre/KARAF-7094

[KARAF-7094] Add empty etc/org.apache.karaf.features.xml by default

> Karaf should provide etc/org.apache.karaf.features.xml by default (even empty)
> --
>
> Key: KARAF-7094
> URL: https://issues.apache.org/jira/browse/KARAF-7094
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> In order to be consistent with Karaf 4.2.x, Karaf 4.3.x should systematically 
> installs an empty {{etc/org.apache.karaf.features.xml}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7094) Karaf should provide etc/org.apache.karaf.features.xml by default (even empty)

2021-04-09 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7094:


Commit fd17f151b71bb0f18cba049b702229bec783876f in karaf's branch 
refs/heads/main from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=fd17f15 ]

[KARAF-7094] Add empty etc/org.apache.karaf.features.xml by default


> Karaf should provide etc/org.apache.karaf.features.xml by default (even empty)
> --
>
> Key: KARAF-7094
> URL: https://issues.apache.org/jira/browse/KARAF-7094
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> In order to be consistent with Karaf 4.2.x, Karaf 4.3.x should systematically 
> installs an empty {{etc/org.apache.karaf.features.xml}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7093) Console should use karaf.history instead of karaf41.history file name

2021-04-14 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7093:


Commit 190eec33a35f1af6140fe3a6ead454457d9a3330 in karaf's branch 
refs/heads/main from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=190eec3 ]

[KARAF-7093] Use .karaf/karaf.history file name instead of 
.karaf/karaf41.history


> Console should use karaf.history instead of karaf41.history file name
> -
>
> Key: KARAF-7093
> URL: https://issues.apache.org/jira/browse/KARAF-7093
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> {{ConsoleSessionImpl}} uses {{karaf41.history}} default file name even if we 
> use Karaf 4.2.x or 4.3.x:
> {code:java}
>  String defaultHistoryPath = new File(System.getProperty("user.home"), 
> ".karaf/karaf41.history").toString(); {code}
> We should use a better generic name like {{karaf.history.}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7093) Console should use karaf.history instead of karaf41.history file name

2021-04-14 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7093:


Commit 4c5e49bf5ba96423340b2747e3e0b4b95c1a1998 in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=4c5e49b ]

Merge pull request #1345 from jbonofre/KARAF-7093

[KARAF-7093] Use .karaf/karaf.history file name instead of 
.karaf/karaf41.history

> Console should use karaf.history instead of karaf41.history file name
> -
>
> Key: KARAF-7093
> URL: https://issues.apache.org/jira/browse/KARAF-7093
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> {{ConsoleSessionImpl}} uses {{karaf41.history}} default file name even if we 
> use Karaf 4.2.x or 4.3.x:
> {code:java}
>  String defaultHistoryPath = new File(System.getProperty("user.home"), 
> ".karaf/karaf41.history").toString(); {code}
> We should use a better generic name like {{karaf.history.}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7093) Console should use karaf.history instead of karaf41.history file name

2021-04-14 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7093:


Commit 4c5e49bf5ba96423340b2747e3e0b4b95c1a1998 in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=4c5e49b ]

Merge pull request #1345 from jbonofre/KARAF-7093

[KARAF-7093] Use .karaf/karaf.history file name instead of 
.karaf/karaf41.history

> Console should use karaf.history instead of karaf41.history file name
> -
>
> Key: KARAF-7093
> URL: https://issues.apache.org/jira/browse/KARAF-7093
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> {{ConsoleSessionImpl}} uses {{karaf41.history}} default file name even if we 
> use Karaf 4.2.x or 4.3.x:
> {code:java}
>  String defaultHistoryPath = new File(System.getProperty("user.home"), 
> ".karaf/karaf41.history").toString(); {code}
> We should use a better generic name like {{karaf.history.}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7093) Console should use karaf.history instead of karaf41.history file name

2021-04-14 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7093:


Commit 60505a966cc664d47f5fecf24189fa2f9e4a95ca in karaf's branch 
refs/heads/karaf-4.2.x from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=60505a9 ]

[KARAF-7093] Use .karaf/karaf.history file name instead of 
.karaf/karaf41.history

(cherry picked from commit 190eec33a35f1af6140fe3a6ead454457d9a3330)


> Console should use karaf.history instead of karaf41.history file name
> -
>
> Key: KARAF-7093
> URL: https://issues.apache.org/jira/browse/KARAF-7093
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> {{ConsoleSessionImpl}} uses {{karaf41.history}} default file name even if we 
> use Karaf 4.2.x or 4.3.x:
> {code:java}
>  String defaultHistoryPath = new File(System.getProperty("user.home"), 
> ".karaf/karaf41.history").toString(); {code}
> We should use a better generic name like {{karaf.history.}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7117) Upgrade to Pax Web 7.2.24

2021-04-22 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7117:


Commit 4116add138103ab91923b9fc5d2ab4ae582d08cc in karaf's branch 
refs/heads/karaf-4.2.x from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=4116add ]

[KARAF-7117] Upgrade to Pax Web 7.2.24 & Jetty 9.4.39.v20210325


> Upgrade to Pax Web 7.2.24
> -
>
> Key: KARAF-7117
> URL: https://issues.apache.org/jira/browse/KARAF-7117
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7103) Upgrade to xbean 4.19

2021-04-22 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7103:


Commit 4faca23aaddd228c5d14ffc00658a852922236bf in karaf's branch 
refs/heads/main from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=4faca23 ]

[KARAF-7103] Upgrade to xbean 4.19


> Upgrade to xbean 4.19
> -
>
> Key: KARAF-7103
> URL: https://issues.apache.org/jira/browse/KARAF-7103
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7103) Upgrade to xbean 4.19

2021-04-22 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7103:


Commit 09d0268cda71584915223f4faaeff32e7820ac96 in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=09d0268 ]

Merge pull request #1348 from jbonofre/KARAF-7103

[KARAF-7103] Upgrade to xbean 4.19

> Upgrade to xbean 4.19
> -
>
> Key: KARAF-7103
> URL: https://issues.apache.org/jira/browse/KARAF-7103
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7103) Upgrade to xbean 4.19

2021-04-22 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7103:


Commit 09d0268cda71584915223f4faaeff32e7820ac96 in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=09d0268 ]

Merge pull request #1348 from jbonofre/KARAF-7103

[KARAF-7103] Upgrade to xbean 4.19

> Upgrade to xbean 4.19
> -
>
> Key: KARAF-7103
> URL: https://issues.apache.org/jira/browse/KARAF-7103
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7103) Upgrade to xbean 4.19

2021-04-22 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7103:


Commit 617f099ca83b383eefe26ec1b21d790cbbb510a5 in karaf's branch 
refs/heads/karaf-4.2.x from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=617f099 ]

[KARAF-7103] Upgrade to xbean 4.19

(cherry picked from commit 4faca23aaddd228c5d14ffc00658a852922236bf)


> Upgrade to xbean 4.19
> -
>
> Key: KARAF-7103
> URL: https://issues.apache.org/jira/browse/KARAF-7103
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7092) Upgrade aries-proxy to 1.1.10

2021-04-23 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7092:


Commit 1f444afb19df81d7b5d79f17ca3adb5ec5bc6469 in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=1f444af ]

Merge pull request #1349 from jbonofre/KARAF-7092

[KARAF-7092] Upgrade to Aries Proxy Impl 1.1.10

> Upgrade aries-proxy to 1.1.10
> -
>
> Key: KARAF-7092
> URL: https://issues.apache.org/jira/browse/KARAF-7092
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Robert Varga
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> Karaf-4.3.1 does not work on Java 16 because of ARIES-2044. Update proxy-impl 
> to a version which recognizes Java 16.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7092) Upgrade aries-proxy to 1.1.10

2021-04-23 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7092:


Commit 58498106b2c137d38ec5466e3c0d6005845134ed in karaf's branch 
refs/heads/main from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=5849810 ]

[KARAF-7092] Upgrade to Aries Proxy Impl 1.1.10


> Upgrade aries-proxy to 1.1.10
> -
>
> Key: KARAF-7092
> URL: https://issues.apache.org/jira/browse/KARAF-7092
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Robert Varga
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> Karaf-4.3.1 does not work on Java 16 because of ARIES-2044. Update proxy-impl 
> to a version which recognizes Java 16.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7092) Upgrade aries-proxy to 1.1.10

2021-04-23 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7092:


Commit 1f444afb19df81d7b5d79f17ca3adb5ec5bc6469 in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=1f444af ]

Merge pull request #1349 from jbonofre/KARAF-7092

[KARAF-7092] Upgrade to Aries Proxy Impl 1.1.10

> Upgrade aries-proxy to 1.1.10
> -
>
> Key: KARAF-7092
> URL: https://issues.apache.org/jira/browse/KARAF-7092
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Robert Varga
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> Karaf-4.3.1 does not work on Java 16 because of ARIES-2044. Update proxy-impl 
> to a version which recognizes Java 16.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7092) Upgrade aries-proxy to 1.1.10

2021-04-23 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7092:


Commit a8c38ce1acbcf6b9561313e26b9b889423716a64 in karaf's branch 
refs/heads/karaf-4.2.x from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=a8c38ce ]

[KARAF-7092] Upgrade to Aries Proxy Impl 1.1.10

(cherry picked from commit 58498106b2c137d38ec5466e3c0d6005845134ed)


> Upgrade aries-proxy to 1.1.10
> -
>
> Key: KARAF-7092
> URL: https://issues.apache.org/jira/browse/KARAF-7092
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Robert Varga
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> Karaf-4.3.1 does not work on Java 16 because of ARIES-2044. Update proxy-impl 
> to a version which recognizes Java 16.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7116) Upgrade to Pax Web 7.3.14

2021-04-23 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7116:


Commit bba7375058dc6dabe6dda76b582bb633fbe368bb in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=bba7375 ]

Merge pull request #1350 from jbonofre/KARAF-7116

[KARAF-7116] Upgrade to Pax Web 7.3.14

> Upgrade to Pax Web 7.3.14
> -
>
> Key: KARAF-7116
> URL: https://issues.apache.org/jira/browse/KARAF-7116
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7116) Upgrade to Pax Web 7.3.14

2021-04-23 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7116:


Commit bba7375058dc6dabe6dda76b582bb633fbe368bb in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=bba7375 ]

Merge pull request #1350 from jbonofre/KARAF-7116

[KARAF-7116] Upgrade to Pax Web 7.3.14

> Upgrade to Pax Web 7.3.14
> -
>
> Key: KARAF-7116
> URL: https://issues.apache.org/jira/browse/KARAF-7116
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7116) Upgrade to Pax Web 7.3.14

2021-04-23 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7116:


Commit d03a4a2c76aa08208eb6396efeda167fa861e90e in karaf's branch 
refs/heads/main from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=d03a4a2 ]

[KARAF-7116] Upgrade to Pax Web 7.3.14


> Upgrade to Pax Web 7.3.14
> -
>
> Key: KARAF-7116
> URL: https://issues.apache.org/jira/browse/KARAF-7116
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7122) Upgrade to Pax Logging 2.0.9

2021-04-24 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7122:


Commit ab4e52f1430533006eee3a35c309ec45aeeadc5e in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=ab4e52f ]

Merge pull request #1351 from jbonofre/KARAF-7122

[KARAF-7122] Upgrade to Pax Logging 2.0.9

> Upgrade to Pax Logging 2.0.9
> 
>
> Key: KARAF-7122
> URL: https://issues.apache.org/jira/browse/KARAF-7122
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7122) Upgrade to Pax Logging 2.0.9

2021-04-24 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7122:


Commit ab4e52f1430533006eee3a35c309ec45aeeadc5e in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=ab4e52f ]

Merge pull request #1351 from jbonofre/KARAF-7122

[KARAF-7122] Upgrade to Pax Logging 2.0.9

> Upgrade to Pax Logging 2.0.9
> 
>
> Key: KARAF-7122
> URL: https://issues.apache.org/jira/browse/KARAF-7122
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7114) Cannot logon webconsole

2021-04-24 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7114:


Commit 1b773e7edd6fdbe0a0f1d186c7a5d7ccf9e4ff47 in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=1b773e7 ]

Merge pull request #1352 from jbonofre/KARAF-7114

[KARAF-7114] Document how to enable karaf user (disabled for security reason)

> Cannot logon webconsole
> ---
>
> Key: KARAF-7114
> URL: https://issues.apache.org/jira/browse/KARAF-7114
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.3.2
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>  Labels: documentation
> Fix For: 4.3.2
>
>
> After installing {{http}} and {{webconsole}} features, webconsole URL is 
> accessible but it's not possible to logon.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7114) Cannot logon webconsole

2021-04-24 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7114:


Commit 847a9c8dbfe9ca0c672be54c4da0427a8151f29e in karaf's branch 
refs/heads/main from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=847a9c8 ]

[KARAF-7114] Document how to enable karaf user (disabled for security reason)


> Cannot logon webconsole
> ---
>
> Key: KARAF-7114
> URL: https://issues.apache.org/jira/browse/KARAF-7114
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.3.2
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>  Labels: documentation
>
> After installing {{http}} and {{webconsole}} features, webconsole URL is 
> accessible but it's not possible to logon.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7122) Upgrade to Pax Logging 2.0.9

2021-04-24 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7122:


Commit c721fdff269aff2fb0a79ff0e560dfc14a516877 in karaf's branch 
refs/heads/main from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=c721fdf ]

[KARAF-7122] Upgrade to Pax Logging 2.0.9


> Upgrade to Pax Logging 2.0.9
> 
>
> Key: KARAF-7122
> URL: https://issues.apache.org/jira/browse/KARAF-7122
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7114) Cannot logon webconsole

2021-04-24 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7114:


Commit 1b773e7edd6fdbe0a0f1d186c7a5d7ccf9e4ff47 in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=1b773e7 ]

Merge pull request #1352 from jbonofre/KARAF-7114

[KARAF-7114] Document how to enable karaf user (disabled for security reason)

> Cannot logon webconsole
> ---
>
> Key: KARAF-7114
> URL: https://issues.apache.org/jira/browse/KARAF-7114
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.3.2
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>  Labels: documentation
> Fix For: 4.3.2
>
>
> After installing {{http}} and {{webconsole}} features, webconsole URL is 
> accessible but it's not possible to logon.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7119) Upgrade to Jetty 9.4.40.v20210413

2021-04-24 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7119:


Commit 157af7550abe0ae07223c296f2691565cf7ea59e in karaf's branch 
refs/heads/karaf-4.2.x from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=157af75 ]

[KARAF-7121] Upgrade to Pax Web 7.2.25
[KARAF-7119] Upgrade to Jetty 9.4.40.v20210413


> Upgrade to Jetty 9.4.40.v20210413
> -
>
> Key: KARAF-7119
> URL: https://issues.apache.org/jira/browse/KARAF-7119
> Project: Karaf
>  Issue Type: Dependency upgrade
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7121) Upgrade to Pax Web 7.2.25

2021-04-24 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7121:


Commit 157af7550abe0ae07223c296f2691565cf7ea59e in karaf's branch 
refs/heads/karaf-4.2.x from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=157af75 ]

[KARAF-7121] Upgrade to Pax Web 7.2.25
[KARAF-7119] Upgrade to Jetty 9.4.40.v20210413


> Upgrade to Pax Web 7.2.25
> -
>
> Key: KARAF-7121
> URL: https://issues.apache.org/jira/browse/KARAF-7121
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7120) Upgrade to Pax Web 7.3.15

2021-04-25 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7120:


Commit 23dea3e189061e2b5f03e59765ab2b0e2e879110 in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=23dea3e ]

Merge pull request #1353 from jbonofre/KARAF-7120

[KARAF-7120] Upgrade to Pax Web 7.3.15

> Upgrade to Pax Web 7.3.15
> -
>
> Key: KARAF-7120
> URL: https://issues.apache.org/jira/browse/KARAF-7120
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: 4.3.2
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7119) Upgrade to Jetty 9.4.40.v20210413

2021-04-25 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7119:


Commit 94a15caba9a45f21b183a42895a67d8c7220b181 in karaf's branch 
refs/heads/main from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=94a15ca ]

[KARAF-7120] Upgrade to Pax Web 7.3.15
[KARAF-7119] Upgrade to Jetty 9.4.40.v20210413


> Upgrade to Jetty 9.4.40.v20210413
> -
>
> Key: KARAF-7119
> URL: https://issues.apache.org/jira/browse/KARAF-7119
> Project: Karaf
>  Issue Type: Dependency upgrade
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7120) Upgrade to Pax Web 7.3.15

2021-04-25 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7120:


Commit 23dea3e189061e2b5f03e59765ab2b0e2e879110 in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=23dea3e ]

Merge pull request #1353 from jbonofre/KARAF-7120

[KARAF-7120] Upgrade to Pax Web 7.3.15

> Upgrade to Pax Web 7.3.15
> -
>
> Key: KARAF-7120
> URL: https://issues.apache.org/jira/browse/KARAF-7120
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: 4.3.2
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7120) Upgrade to Pax Web 7.3.15

2021-04-25 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7120:


Commit 94a15caba9a45f21b183a42895a67d8c7220b181 in karaf's branch 
refs/heads/main from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=94a15ca ]

[KARAF-7120] Upgrade to Pax Web 7.3.15
[KARAF-7119] Upgrade to Jetty 9.4.40.v20210413


> Upgrade to Pax Web 7.3.15
> -
>
> Key: KARAF-7120
> URL: https://issues.apache.org/jira/browse/KARAF-7120
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7088) Upgrade to jackson 2.11.4

2021-04-25 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7088:


Commit 081d5b5650b152e892eca08fbf357fb482a3742d in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=081d5b5 ]

Merge pull request #1354 from jbonofre/KARAF-7088

[KARAF-7088] Upgrade to Jackson 2.11.4

> Upgrade to jackson 2.11.4
> -
>
> Key: KARAF-7088
> URL: https://issues.apache.org/jira/browse/KARAF-7088
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7088) Upgrade to jackson 2.11.4

2021-04-25 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7088:


Commit 081d5b5650b152e892eca08fbf357fb482a3742d in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=081d5b5 ]

Merge pull request #1354 from jbonofre/KARAF-7088

[KARAF-7088] Upgrade to Jackson 2.11.4

> Upgrade to jackson 2.11.4
> -
>
> Key: KARAF-7088
> URL: https://issues.apache.org/jira/browse/KARAF-7088
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7088) Upgrade to jackson 2.11.4

2021-04-25 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7088:


Commit 861d57800680e90c3f381c0c460a0785122979f6 in karaf's branch 
refs/heads/main from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=861d578 ]

[KARAF-7088] Upgrade to Jackson 2.11.4


> Upgrade to jackson 2.11.4
> -
>
> Key: KARAF-7088
> URL: https://issues.apache.org/jira/browse/KARAF-7088
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7123) Upgrade to Spring 5.3.5

2021-04-26 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7123:


Commit a652ad90390ac4ade1a0a276f69d8795ee17f47b in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=a652ad9 ]

Merge pull request #1355 from jbonofre/KARAF-7123

[KARAF-7123] Upgrade to Spring 5.3.5

> Upgrade to Spring 5.3.5
> ---
>
> Key: KARAF-7123
> URL: https://issues.apache.org/jira/browse/KARAF-7123
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7123) Upgrade to Spring 5.3.5

2021-04-26 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7123:


Commit a652ad90390ac4ade1a0a276f69d8795ee17f47b in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=a652ad9 ]

Merge pull request #1355 from jbonofre/KARAF-7123

[KARAF-7123] Upgrade to Spring 5.3.5

> Upgrade to Spring 5.3.5
> ---
>
> Key: KARAF-7123
> URL: https://issues.apache.org/jira/browse/KARAF-7123
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7123) Upgrade to Spring 5.3.5

2021-04-26 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7123:


Commit 930b568ca6de1d409f98f09939d01c77b224c960 in karaf's branch 
refs/heads/main from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=930b568 ]

[KARAF-7123] Upgrade to Spring 5.3.5


> Upgrade to Spring 5.3.5
> ---
>
> Key: KARAF-7123
> URL: https://issues.apache.org/jira/browse/KARAF-7123
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7123) Upgrade to Spring 5.3.5

2021-04-26 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7123:


Commit 17dba394d8e2d688fa15f761ad3b700c6dbcb6bc in karaf's branch 
refs/heads/karaf-4.2.x from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=17dba39 ]

[KARAF-7123] Upgrade to Spring 5.3.5

(cherry picked from commit 930b568ca6de1d409f98f09939d01c77b224c960)


> Upgrade to Spring 5.3.5
> ---
>
> Key: KARAF-7123
> URL: https://issues.apache.org/jira/browse/KARAF-7123
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7125) Upgrade to Spring Security 5.3.3

2021-04-27 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7125:


Commit 45339806f26bbdd53914472187aed5c84b190dbc in karaf's branch 
refs/heads/main from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=4533980 ]

[KARAF-7125] Upgrade to Spring Security 5.3.3_2


> Upgrade to Spring Security 5.3.3
> 
>
> Key: KARAF-7125
> URL: https://issues.apache.org/jira/browse/KARAF-7125
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7125) Upgrade to Spring Security 5.3.3

2021-04-27 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7125:


Commit 7e923250f5b345991e7db31c47514a258c9872de in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=7e92325 ]

Merge pull request #1356 from jbonofre/KARAF-7125

[KARAF-7125] Upgrade to Spring Security 5.3.3_2

> Upgrade to Spring Security 5.3.3
> 
>
> Key: KARAF-7125
> URL: https://issues.apache.org/jira/browse/KARAF-7125
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7125) Upgrade to Spring Security 5.3.3

2021-04-27 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7125:


Commit 7e923250f5b345991e7db31c47514a258c9872de in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=7e92325 ]

Merge pull request #1356 from jbonofre/KARAF-7125

[KARAF-7125] Upgrade to Spring Security 5.3.3_2

> Upgrade to Spring Security 5.3.3
> 
>
> Key: KARAF-7125
> URL: https://issues.apache.org/jira/browse/KARAF-7125
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7125) Upgrade to Spring Security 5.3.3

2021-04-27 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7125:


Commit 94729d1d04219a2a81195ca2f5c6634e851e6c9b in karaf's branch 
refs/heads/karaf-4.2.x from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=94729d1 ]

[KARAF-7125] Upgrade to Spring Security 5.3.3_2

(cherry picked from commit 45339806f26bbdd53914472187aed5c84b190dbc)


> Upgrade to Spring Security 5.3.3
> 
>
> Key: KARAF-7125
> URL: https://issues.apache.org/jira/browse/KARAF-7125
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7124) Upgrade to Spring Security 5.4.5

2021-04-28 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7124:


Commit 0f676381ef7beea75631b01b8bb172bf59dd6713 in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=0f67638 ]

Merge pull request #1357 from jbonofre/KARAF-7124

[KARAF-7124] Upgrade to Spring Security 5.4.5

> Upgrade to Spring Security 5.4.5
> 
>
> Key: KARAF-7124
> URL: https://issues.apache.org/jira/browse/KARAF-7124
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7124) Upgrade to Spring Security 5.4.5

2021-04-28 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7124:


Commit bf412b93850035104485f21e1162c83acb8e23db in karaf's branch 
refs/heads/main from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=bf412b9 ]

[KARAF-7124] Upgrade to Spring Security 5.4.5


> Upgrade to Spring Security 5.4.5
> 
>
> Key: KARAF-7124
> URL: https://issues.apache.org/jira/browse/KARAF-7124
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7124) Upgrade to Spring Security 5.4.5

2021-04-28 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7124:


Commit 0f676381ef7beea75631b01b8bb172bf59dd6713 in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=0f67638 ]

Merge pull request #1357 from jbonofre/KARAF-7124

[KARAF-7124] Upgrade to Spring Security 5.4.5

> Upgrade to Spring Security 5.4.5
> 
>
> Key: KARAF-7124
> URL: https://issues.apache.org/jira/browse/KARAF-7124
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7124) Upgrade to Spring Security 5.4.5

2021-04-28 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7124:


Commit 302c9e8c90f25a90578d10bb3da710e4c8b8de0f in karaf's branch 
refs/heads/karaf-4.2.x from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=302c9e8 ]

[KARAF-7124] Upgrade to Spring Security 5.4.5

(cherry picked from commit bf412b93850035104485f21e1162c83acb8e23db)


> Upgrade to Spring Security 5.4.5
> 
>
> Key: KARAF-7124
> URL: https://issues.apache.org/jira/browse/KARAF-7124
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7129) Fix race condition in org.apache.karaf.shell.ssh.Activator

2021-05-03 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7129:


Commit 8c2d5f928b3ddd3b9786e9a6b0b37a38dddaf974 in karaf's branch 
refs/heads/main from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=8c2d5f9 ]

[KARAF-7129] Add RequireService(ConfigurationAdmin.class) on SSH Activator to 
track configadmin service


> Fix race condition in org.apache.karaf.shell.ssh.Activator
> --
>
> Key: KARAF-7129
> URL: https://issues.apache.org/jira/browse/KARAF-7129
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.2.11
>Reporter: Steven Huypens
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> When starting our custom Karaf distribution, we're always seeing this 
> stacktrace in the logs. Everything seems to be working, I'm not sure how to 
> explain that, but still seems a little bug to me.
>  
> {code:java}
>  2021-04-30 12:13:56,385 - 
> [o.a.k.f.i.s.FeaturesServiceImpl][features-3-thread-1] INFO  -   
> org.apache.sshd.sftp/2.5.1 2021-04-30 12:13:56,385 - 
> [o.a.k.f.i.s.FeaturesServiceImpl][features-3-thread-1] INFO  -   
> org.apache.sshd.sftp/2.5.1 2021-04-30 12:13:56,387 - 
> [o.a.k.f.i.s.FeaturesServiceImpl][features-3-thread-1] INFO  -   
> org.apache.karaf.shell.ssh/4.2.11 2021-04-30 12:13:56,399 - 
> [o.a.k.s.s.Activator ][activator-1-thread-1] WARN  - Error starting activator 
> java.lang.IllegalStateException: Service not tracked for class interface 
> org.osgi.service.cm.ConfigurationAdmin at 
> org.apache.karaf.util.tracker.BaseActivator.getTrackedService(BaseActivator.java:369)
>  at 
> org.apache.karaf.util.tracker.BaseActivator.ensureStartupConfiguration(BaseActivator.java:154)
>  at org.apache.karaf.shell.ssh.Activator.doStart(Activator.java:96) at 
> org.apache.karaf.util.tracker.BaseActivator.run(BaseActivator.java:312) at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at 
> java.util.concurrent.FutureTask.run(FutureTask.java:266) at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>  at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>  at java.lang.Thread.run(Thread.java:748)2021-04-30 12:13:56,426 - 
> [o.a.k.s.i.a.o.CommandExtension][features-3-thread-1] INFO  - Command 
> registration delayed for bundle org.apache.karaf.shell.ssh/4.2.11. Missing 
> service: [org.apache.sshd.server.SshServer]  {code}
>  
> I had a look at the org.apache.karaf.shell.ssh.Activator and I feel like it's 
> missing a 
> @RequireService(ConfigurationAdmin.class) because that service is required by 
> the method 
> ensureStartupConfiguration() and the only other Activator using that method 
> does have the @RequireService(ConfigurationAdmin.class) .
>  
> Also, it might be better to add a null-check for this service in the 
> doStart()-method
>  
> {code:java}
> ConfigurationAdmin configurationAdmin = 
> getTrackedService(ConfigurationAdmin.class);
> if (configurationAdmin == null ) {
> return;
> }
>  {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7129) Fix race condition in org.apache.karaf.shell.ssh.Activator

2021-05-03 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7129:


Commit 9bd369affc00d200a67c91298ec7473026f33d45 in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=9bd369a ]

Merge pull request #1360 from jbonofre/KARAF-7129

[KARAF-7129] Add RequireService(ConfigurationAdmin.class) on SSH Activator to 
track configadmin service

> Fix race condition in org.apache.karaf.shell.ssh.Activator
> --
>
> Key: KARAF-7129
> URL: https://issues.apache.org/jira/browse/KARAF-7129
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.2.11
>Reporter: Steven Huypens
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> When starting our custom Karaf distribution, we're always seeing this 
> stacktrace in the logs. Everything seems to be working, I'm not sure how to 
> explain that, but still seems a little bug to me.
>  
> {code:java}
>  2021-04-30 12:13:56,385 - 
> [o.a.k.f.i.s.FeaturesServiceImpl][features-3-thread-1] INFO  -   
> org.apache.sshd.sftp/2.5.1 2021-04-30 12:13:56,385 - 
> [o.a.k.f.i.s.FeaturesServiceImpl][features-3-thread-1] INFO  -   
> org.apache.sshd.sftp/2.5.1 2021-04-30 12:13:56,387 - 
> [o.a.k.f.i.s.FeaturesServiceImpl][features-3-thread-1] INFO  -   
> org.apache.karaf.shell.ssh/4.2.11 2021-04-30 12:13:56,399 - 
> [o.a.k.s.s.Activator ][activator-1-thread-1] WARN  - Error starting activator 
> java.lang.IllegalStateException: Service not tracked for class interface 
> org.osgi.service.cm.ConfigurationAdmin at 
> org.apache.karaf.util.tracker.BaseActivator.getTrackedService(BaseActivator.java:369)
>  at 
> org.apache.karaf.util.tracker.BaseActivator.ensureStartupConfiguration(BaseActivator.java:154)
>  at org.apache.karaf.shell.ssh.Activator.doStart(Activator.java:96) at 
> org.apache.karaf.util.tracker.BaseActivator.run(BaseActivator.java:312) at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at 
> java.util.concurrent.FutureTask.run(FutureTask.java:266) at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>  at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>  at java.lang.Thread.run(Thread.java:748)2021-04-30 12:13:56,426 - 
> [o.a.k.s.i.a.o.CommandExtension][features-3-thread-1] INFO  - Command 
> registration delayed for bundle org.apache.karaf.shell.ssh/4.2.11. Missing 
> service: [org.apache.sshd.server.SshServer]  {code}
>  
> I had a look at the org.apache.karaf.shell.ssh.Activator and I feel like it's 
> missing a 
> @RequireService(ConfigurationAdmin.class) because that service is required by 
> the method 
> ensureStartupConfiguration() and the only other Activator using that method 
> does have the @RequireService(ConfigurationAdmin.class) .
>  
> Also, it might be better to add a null-check for this service in the 
> doStart()-method
>  
> {code:java}
> ConfigurationAdmin configurationAdmin = 
> getTrackedService(ConfigurationAdmin.class);
> if (configurationAdmin == null ) {
> return;
> }
>  {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7129) Fix race condition in org.apache.karaf.shell.ssh.Activator

2021-05-03 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7129:


Commit 9bd369affc00d200a67c91298ec7473026f33d45 in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=9bd369a ]

Merge pull request #1360 from jbonofre/KARAF-7129

[KARAF-7129] Add RequireService(ConfigurationAdmin.class) on SSH Activator to 
track configadmin service

> Fix race condition in org.apache.karaf.shell.ssh.Activator
> --
>
> Key: KARAF-7129
> URL: https://issues.apache.org/jira/browse/KARAF-7129
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.2.11
>Reporter: Steven Huypens
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> When starting our custom Karaf distribution, we're always seeing this 
> stacktrace in the logs. Everything seems to be working, I'm not sure how to 
> explain that, but still seems a little bug to me.
>  
> {code:java}
>  2021-04-30 12:13:56,385 - 
> [o.a.k.f.i.s.FeaturesServiceImpl][features-3-thread-1] INFO  -   
> org.apache.sshd.sftp/2.5.1 2021-04-30 12:13:56,385 - 
> [o.a.k.f.i.s.FeaturesServiceImpl][features-3-thread-1] INFO  -   
> org.apache.sshd.sftp/2.5.1 2021-04-30 12:13:56,387 - 
> [o.a.k.f.i.s.FeaturesServiceImpl][features-3-thread-1] INFO  -   
> org.apache.karaf.shell.ssh/4.2.11 2021-04-30 12:13:56,399 - 
> [o.a.k.s.s.Activator ][activator-1-thread-1] WARN  - Error starting activator 
> java.lang.IllegalStateException: Service not tracked for class interface 
> org.osgi.service.cm.ConfigurationAdmin at 
> org.apache.karaf.util.tracker.BaseActivator.getTrackedService(BaseActivator.java:369)
>  at 
> org.apache.karaf.util.tracker.BaseActivator.ensureStartupConfiguration(BaseActivator.java:154)
>  at org.apache.karaf.shell.ssh.Activator.doStart(Activator.java:96) at 
> org.apache.karaf.util.tracker.BaseActivator.run(BaseActivator.java:312) at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at 
> java.util.concurrent.FutureTask.run(FutureTask.java:266) at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>  at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>  at java.lang.Thread.run(Thread.java:748)2021-04-30 12:13:56,426 - 
> [o.a.k.s.i.a.o.CommandExtension][features-3-thread-1] INFO  - Command 
> registration delayed for bundle org.apache.karaf.shell.ssh/4.2.11. Missing 
> service: [org.apache.sshd.server.SshServer]  {code}
>  
> I had a look at the org.apache.karaf.shell.ssh.Activator and I feel like it's 
> missing a 
> @RequireService(ConfigurationAdmin.class) because that service is required by 
> the method 
> ensureStartupConfiguration() and the only other Activator using that method 
> does have the @RequireService(ConfigurationAdmin.class) .
>  
> Also, it might be better to add a null-check for this service in the 
> doStart()-method
>  
> {code:java}
> ConfigurationAdmin configurationAdmin = 
> getTrackedService(ConfigurationAdmin.class);
> if (configurationAdmin == null ) {
> return;
> }
>  {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7129) Fix race condition in org.apache.karaf.shell.ssh.Activator

2021-05-03 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7129:


Commit 1eccfe34819b7d88d25d7b60c8fa7c92f8edab10 in karaf's branch 
refs/heads/karaf-4.2.x from jbonofre
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=1eccfe3 ]

[KARAF-7129] Add RequireService(ConfigurationAdmin.class) on SSH Activator to 
track configadmin service

(cherry picked from commit 8c2d5f928b3ddd3b9786e9a6b0b37a38dddaf974)


> Fix race condition in org.apache.karaf.shell.ssh.Activator
> --
>
> Key: KARAF-7129
> URL: https://issues.apache.org/jira/browse/KARAF-7129
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.2.11
>Reporter: Steven Huypens
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> When starting our custom Karaf distribution, we're always seeing this 
> stacktrace in the logs. Everything seems to be working, I'm not sure how to 
> explain that, but still seems a little bug to me.
>  
> {code:java}
>  2021-04-30 12:13:56,385 - 
> [o.a.k.f.i.s.FeaturesServiceImpl][features-3-thread-1] INFO  -   
> org.apache.sshd.sftp/2.5.1 2021-04-30 12:13:56,385 - 
> [o.a.k.f.i.s.FeaturesServiceImpl][features-3-thread-1] INFO  -   
> org.apache.sshd.sftp/2.5.1 2021-04-30 12:13:56,387 - 
> [o.a.k.f.i.s.FeaturesServiceImpl][features-3-thread-1] INFO  -   
> org.apache.karaf.shell.ssh/4.2.11 2021-04-30 12:13:56,399 - 
> [o.a.k.s.s.Activator ][activator-1-thread-1] WARN  - Error starting activator 
> java.lang.IllegalStateException: Service not tracked for class interface 
> org.osgi.service.cm.ConfigurationAdmin at 
> org.apache.karaf.util.tracker.BaseActivator.getTrackedService(BaseActivator.java:369)
>  at 
> org.apache.karaf.util.tracker.BaseActivator.ensureStartupConfiguration(BaseActivator.java:154)
>  at org.apache.karaf.shell.ssh.Activator.doStart(Activator.java:96) at 
> org.apache.karaf.util.tracker.BaseActivator.run(BaseActivator.java:312) at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at 
> java.util.concurrent.FutureTask.run(FutureTask.java:266) at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>  at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>  at java.lang.Thread.run(Thread.java:748)2021-04-30 12:13:56,426 - 
> [o.a.k.s.i.a.o.CommandExtension][features-3-thread-1] INFO  - Command 
> registration delayed for bundle org.apache.karaf.shell.ssh/4.2.11. Missing 
> service: [org.apache.sshd.server.SshServer]  {code}
>  
> I had a look at the org.apache.karaf.shell.ssh.Activator and I feel like it's 
> missing a 
> @RequireService(ConfigurationAdmin.class) because that service is required by 
> the method 
> ensureStartupConfiguration() and the only other Activator using that method 
> does have the @RequireService(ConfigurationAdmin.class) .
>  
> Also, it might be better to add a null-check for this service in the 
> doStart()-method
>  
> {code:java}
> ConfigurationAdmin configurationAdmin = 
> getTrackedService(ConfigurationAdmin.class);
> if (configurationAdmin == null ) {
> return;
> }
>  {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7090) pax-logging default pattern is not fully correct

2021-05-03 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7090:


Commit ba80024ff2a6340bfbfaaa2dc083b0b3ef6350fd in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=ba80024 ]

Merge pull request #1359 from jbonofre/KARAF-7090

[KARAF-7090] Fix log4j pattern using CRLF encode

> pax-logging default pattern is not fully correct
> 
>
> Key: KARAF-7090
> URL: https://issues.apache.org/jira/browse/KARAF-7090
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 4.2.11, 4.3.1
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
>
> The message rendering in {{data/karaf.log}} is not fully correct with the 
> default pattern layout. For instance, we can see in the log:
> {code:java}
> 2021-04-02T15:48:31,346 | INFO  | features-3-thread-1 | FeaturesServiceImpl   
>            | 13 - org.apache.karaf.features.core - 4.2.11 |   
> org.apache.karaf.log.core/4.2.11 {code}
> The {{/4.2.11}} looks weird.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (KARAF-7090) pax-logging default pattern is not fully correct

2021-05-03 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7090:


Commit ba80024ff2a6340bfbfaaa2dc083b0b3ef6350fd in karaf's branch 
refs/heads/main from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=ba80024 ]

Merge pull request #1359 from jbonofre/KARAF-7090

[KARAF-7090] Fix log4j pattern using CRLF encode

> pax-logging default pattern is not fully correct
> 
>
> Key: KARAF-7090
> URL: https://issues.apache.org/jira/browse/KARAF-7090
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 4.2.11, 4.3.1
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
>
> The message rendering in {{data/karaf.log}} is not fully correct with the 
> default pattern layout. For instance, we can see in the log:
> {code:java}
> 2021-04-02T15:48:31,346 | INFO  | features-3-thread-1 | FeaturesServiceImpl   
>            | 13 - org.apache.karaf.features.core - 4.2.11 |   
> org.apache.karaf.log.core/4.2.11 {code}
> The {{/4.2.11}} looks weird.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


<    1   2   3   4   5   6   7   8   9   10   >