[jira] [Commented] (KARAF-7608) Override config option by environment variable not possible

2022-12-19 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7608:


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

Merge pull request #1698 from jbonofre/KARAF-7608

[KARAF-7608] Support factory configuration override with environment variable

> Override config option by environment variable not possible
> ---
>
> Key: KARAF-7608
> URL: https://issues.apache.org/jira/browse/KARAF-7608
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.4.2
>Reporter: Oliver Fürniß
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> [Related 
> Documentation|https://karaf.apache.org/manual/latest/#_environment_variables_system_properties]
>  
> It works for most config options, but not for all. ;)
>  
> Example config : {{[karaf]/etc/org.apache.felix.fileinstall-deploy.cfg}}
> Option to override : {{felix.fileinstall.dir}}
> Pid (config-list) : {{org.apache.felix.fileinstall~deploy}}
> Problem is the '-' in the filename which gets converted to a '~' in the 
> config Pid.
>  
> Karaf 4.4.2 code (ClientConfig.java & KarafConfigurationPlugin.java):
> {code:java}
> ...
> String env = (pid + "." + key).toUpperCase().replaceAll("\\.", "_");
> ...
> {code}
>  
> When
> pid = {{org.apache.felix.fileinstall~deploy}}
> key = {{felix.fileinstall.dir}}
>  
> it results in
> env = {{ORG_APACHE_FELIX_FILEINSTALL~DEPLOY_FELIX_FILEINSTALL_DIR}}
>  
> But most shells only support a-z, A-Z, 0-9 and _ for variable names.
>  
> And this fails due to the '~' character in the variable name
> {code:java}
> export 
> ORG_APACHE_FELIX_FILEINSTALL~DEPLOY_FELIX_FILEINSTALL_DIR=/home/of/karaf_deploy_folder
>  
> {code}
>  
> Solution
> Maybe replace all special characters to "_" and not just the dots?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7608) Override config option by environment variable not possible

2022-12-19 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7608:


Commit 120de1bac7fc9b88e03f8ea86cd23c9e5c668b71 in karaf's branch 
refs/heads/karaf-4.3.x from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=120de1bac7 ]

[KARAF-7608] Support factory configuration override with environment variable

(cherry picked from commit b347362f3452b1cf7f4f30b6847669daf3f9e74c)


> Override config option by environment variable not possible
> ---
>
> Key: KARAF-7608
> URL: https://issues.apache.org/jira/browse/KARAF-7608
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.4.2
>Reporter: Oliver Fürniß
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> [Related 
> Documentation|https://karaf.apache.org/manual/latest/#_environment_variables_system_properties]
>  
> It works for most config options, but not for all. ;)
>  
> Example config : {{[karaf]/etc/org.apache.felix.fileinstall-deploy.cfg}}
> Option to override : {{felix.fileinstall.dir}}
> Pid (config-list) : {{org.apache.felix.fileinstall~deploy}}
> Problem is the '-' in the filename which gets converted to a '~' in the 
> config Pid.
>  
> Karaf 4.4.2 code (ClientConfig.java & KarafConfigurationPlugin.java):
> {code:java}
> ...
> String env = (pid + "." + key).toUpperCase().replaceAll("\\.", "_");
> ...
> {code}
>  
> When
> pid = {{org.apache.felix.fileinstall~deploy}}
> key = {{felix.fileinstall.dir}}
>  
> it results in
> env = {{ORG_APACHE_FELIX_FILEINSTALL~DEPLOY_FELIX_FILEINSTALL_DIR}}
>  
> But most shells only support a-z, A-Z, 0-9 and _ for variable names.
>  
> And this fails due to the '~' character in the variable name
> {code:java}
> export 
> ORG_APACHE_FELIX_FILEINSTALL~DEPLOY_FELIX_FILEINSTALL_DIR=/home/of/karaf_deploy_folder
>  
> {code}
>  
> Solution
> Maybe replace all special characters to "_" and not just the dots?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7625) Upgrade to CXF 3.5.5

2022-12-19 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7625:


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

[KARAF-7625] Upgrade to CXF 3.5.5


> Upgrade to CXF 3.5.5
> 
>
> Key: KARAF-7625
> URL: https://issues.apache.org/jira/browse/KARAF-7625
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Andre Schlegel-Tylla
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> In CXF are two new security vulnerabilities reportet 
> ([https://nvd.nist.gov/vuln/detail/CVE-2022-46363,] 
> [https://nvd.nist.gov/vuln/detail/CVE-2022-46364)|https://nvd.nist.gov/vuln/detail/CVE-2022-46364]
> So CXF should be updated to Version 3.5.5.
> FYI [~jbonofre] 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7625) Upgrade to CXF 3.5.5

2022-12-19 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7625:


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

Merge pull request #1699 from jbonofre/KARAF-7625

[KARAF-7625] Upgrade to CXF 3.5.5

> Upgrade to CXF 3.5.5
> 
>
> Key: KARAF-7625
> URL: https://issues.apache.org/jira/browse/KARAF-7625
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Andre Schlegel-Tylla
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> In CXF are two new security vulnerabilities reportet 
> ([https://nvd.nist.gov/vuln/detail/CVE-2022-46363,] 
> [https://nvd.nist.gov/vuln/detail/CVE-2022-46364)|https://nvd.nist.gov/vuln/detail/CVE-2022-46364]
> So CXF should be updated to Version 3.5.5.
> FYI [~jbonofre] 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7625) Upgrade to CXF 3.5.5

2022-12-19 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7625:


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

[KARAF-7625] Upgrade to CXF 3.5.5

(cherry picked from commit 4864e8a7b9a90a7e21c9a8882f4667cea2fde3a1)


> Upgrade to CXF 3.5.5
> 
>
> Key: KARAF-7625
> URL: https://issues.apache.org/jira/browse/KARAF-7625
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Andre Schlegel-Tylla
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> In CXF are two new security vulnerabilities reportet 
> ([https://nvd.nist.gov/vuln/detail/CVE-2022-46363,] 
> [https://nvd.nist.gov/vuln/detail/CVE-2022-46364)|https://nvd.nist.gov/vuln/detail/CVE-2022-46364]
> So CXF should be updated to Version 3.5.5.
> FYI [~jbonofre] 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7583) shell:alias command not found in Apache Karaf 4.4.1

2022-12-19 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7583:


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

Merge pull request #1700 from jbonofre/KARAF-7583

[KARAF-7583] Add shell:alias command (including persist option)

> shell:alias command not found in Apache Karaf 4.4.1
> ---
>
> Key: KARAF-7583
> URL: https://issues.apache.org/jira/browse/KARAF-7583
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.4.0, 4.3.7, 4.2.16, 4.4.1
> Environment:   Apache Karaf (4.4.1)
>Reporter: Rajan
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> {code:java}
> karaf@root()> alias "list-features-installed = { feature:list -i }"
> Command not found: alias
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7583) shell:alias command not found in Apache Karaf 4.4.1

2022-12-19 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7583:


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

[KARAF-7583] Add shell:alias command (including persist option)


> shell:alias command not found in Apache Karaf 4.4.1
> ---
>
> Key: KARAF-7583
> URL: https://issues.apache.org/jira/browse/KARAF-7583
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.4.0, 4.3.7, 4.2.16, 4.4.1
> Environment:   Apache Karaf (4.4.1)
>Reporter: Rajan
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> {code:java}
> karaf@root()> alias "list-features-installed = { feature:list -i }"
> Command not found: alias
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7583) shell:alias command not found in Apache Karaf 4.4.1

2022-12-19 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7583:


Commit 3ea1c0a3282557a118be8e89284121b5bee577c9 in karaf's branch 
refs/heads/karaf-4.3.x from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=3ea1c0a328 ]

[KARAF-7583] Add shell:alias command (including persist option)

(cherry picked from commit 67f0f19c83df73297dae56bc29ad13235c3ce888)


> shell:alias command not found in Apache Karaf 4.4.1
> ---
>
> Key: KARAF-7583
> URL: https://issues.apache.org/jira/browse/KARAF-7583
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.4.0, 4.3.7, 4.2.16, 4.4.1
> Environment:   Apache Karaf (4.4.1)
>Reporter: Rajan
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> {code:java}
> karaf@root()> alias "list-features-installed = { feature:list -i }"
> Command not found: alias
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7068) Add instance:package command

2022-12-19 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7068:


Commit f3a6fcaefa909feeda9a790f65ebdfa2a50f50b4 in karaf's branch 
refs/heads/main from Aleksy Wróblewski
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=f3a6fcaefa ]

[KARAF-7068] Add instance package in a zip file method and use in 
instance:package and corresponding Instance MBean operation


> Add instance:package command
> 
>
> Key: KARAF-7068
> URL: https://issues.apache.org/jira/browse/KARAF-7068
> Project: Karaf
>  Issue Type: New Feature
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> {{instance:package}} should create a tar.gz/zip for a given instance.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7068) Add instance:package command

2022-12-19 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7068:


Commit 59de5e1060c00a52fe9c2eb6a371f060bdf4d65c in karaf's branch 
refs/heads/karaf-4.3.x from Aleksy Wróblewski
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=59de5e1060 ]

[KARAF-7068] Add instance package in a zip file method and use in 
instance:package and corresponding Instance MBean operation

(cherry picked from commit f3a6fcaefa909feeda9a790f65ebdfa2a50f50b4)


> Add instance:package command
> 
>
> Key: KARAF-7068
> URL: https://issues.apache.org/jira/browse/KARAF-7068
> Project: Karaf
>  Issue Type: New Feature
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> {{instance:package}} should create a tar.gz/zip for a given instance.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7624) Enable debug port on all interface

2022-12-20 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7624:


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

Merge pull request #1701 from jbonofre/KARAF-7624

[KARAF-7624] Debug listening on all interfaces

> Enable debug port on all interface
> --
>
> Key: KARAF-7624
> URL: https://issues.apache.org/jira/browse/KARAF-7624
> Project: Karaf
>  Issue Type: Wish
>  Components: karaf
>Affects Versions: 4.2.14, 4.3.8, 4.4.2
>Reporter: Róbert Csákány
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
>
> We are using karaf for development in windows / macOS / Linux environment. In 
> windows we are using docker to run it, where the docker interfaces differs 
> from local interfaces. The current debug settings only listens in local 
> interface while the docker instance can be accessed via ethernet interface. 
> (This is the behaviour from Java 9 - 
> https://www.baeldung.com/java-application-remote-debugging). Is it possible 
> to change the default debug settings in karaf and karaf.bat starter:
> From:
> {code:java}
>  -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005{code}
> to
> {code:java}
> -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005 {code}
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7624) Enable debug port on all interface

2022-12-20 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7624:


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

[KARAF-7624] Debug listening on all interfaces


> Enable debug port on all interface
> --
>
> Key: KARAF-7624
> URL: https://issues.apache.org/jira/browse/KARAF-7624
> Project: Karaf
>  Issue Type: Wish
>  Components: karaf
>Affects Versions: 4.2.14, 4.3.8, 4.4.2
>Reporter: Róbert Csákány
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
>
> We are using karaf for development in windows / macOS / Linux environment. In 
> windows we are using docker to run it, where the docker interfaces differs 
> from local interfaces. The current debug settings only listens in local 
> interface while the docker instance can be accessed via ethernet interface. 
> (This is the behaviour from Java 9 - 
> https://www.baeldung.com/java-application-remote-debugging). Is it possible 
> to change the default debug settings in karaf and karaf.bat starter:
> From:
> {code:java}
>  -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005{code}
> to
> {code:java}
> -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005 {code}
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7624) Enable debug port on all interface

2022-12-20 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7624:


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

[KARAF-7624] Debug listening on all interfaces

(cherry picked from commit e5446c4ad75b57044aa763578db5c9c1dd2d8f79)


> Enable debug port on all interface
> --
>
> Key: KARAF-7624
> URL: https://issues.apache.org/jira/browse/KARAF-7624
> Project: Karaf
>  Issue Type: Wish
>  Components: karaf
>Affects Versions: 4.2.14, 4.3.8, 4.4.2
>Reporter: Róbert Csákány
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
>
> We are using karaf for development in windows / macOS / Linux environment. In 
> windows we are using docker to run it, where the docker interfaces differs 
> from local interfaces. The current debug settings only listens in local 
> interface while the docker instance can be accessed via ethernet interface. 
> (This is the behaviour from Java 9 - 
> https://www.baeldung.com/java-application-remote-debugging). Is it possible 
> to change the default debug settings in karaf and karaf.bat starter:
> From:
> {code:java}
>  -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005{code}
> to
> {code:java}
> -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005 {code}
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7600) Upgrade to Pax JDBC 1.5.5

2022-12-21 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7600:


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

[KARAF-7600] Upgrade to Pax JDBC 1.5.5


> Upgrade to Pax JDBC 1.5.5
> -
>
> Key: KARAF-7600
> URL: https://issues.apache.org/jira/browse/KARAF-7600
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Andre Schlegel-Tylla
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> Fixes CVE-2022-41853 in hsqldb JDBC driver. See 
> https://github.com/ops4j/org.ops4j.pax.jdbc/issues/263



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7600) Upgrade to Pax JDBC 1.5.5

2022-12-21 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7600:


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

Merge pull request #1702 from jbonofre/KARAF-7600

[KARAF-7600] Upgrade to Pax JDBC 1.5.5

> Upgrade to Pax JDBC 1.5.5
> -
>
> Key: KARAF-7600
> URL: https://issues.apache.org/jira/browse/KARAF-7600
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Andre Schlegel-Tylla
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> Fixes CVE-2022-41853 in hsqldb JDBC driver. See 
> https://github.com/ops4j/org.ops4j.pax.jdbc/issues/263



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7600) Upgrade to Pax JDBC 1.5.5

2022-12-21 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7600:


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

[KARAF-7600] Upgrade to Pax JDBC 1.5.5

(cherry picked from commit 3a109cca12618f31d91586838b066ffe1600d8f2)


> Upgrade to Pax JDBC 1.5.5
> -
>
> Key: KARAF-7600
> URL: https://issues.apache.org/jira/browse/KARAF-7600
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Andre Schlegel-Tylla
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> Fixes CVE-2022-41853 in hsqldb JDBC driver. See 
> https://github.com/ops4j/org.ops4j.pax.jdbc/issues/263



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7601) Remove two default ssh algorithms no longer available

2022-12-21 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7601:


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

[KARAF-7601] Remove sshd deprecated sig algorithms


> Remove two default ssh algorithms no longer available
> -
>
> Key: KARAF-7601
> URL: https://issues.apache.org/jira/browse/KARAF-7601
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 4.3.7
>Reporter: Matt Pavlovich
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
>
> These two algorithms do not appear to be available any more, but are setup in 
> the Activator for karaf ssh
> # sk-ssh-ed25...@openssh.com
> # ssh-ed25519
> Log:
> {noformat}
> karaf.log:2022-10-26T08:46:01,862 | WARN  | activator-1-thread-1 | SshUtils   
>   | 156 - org.apache.karaf.shell.ssh - 4.3.7 | Configured 
> signature 'sk-ssh-ed25...@openssh.com' not available
> karaf.log:2022-10-26T08:46:01,862 | WARN  | activator-1-thread-1 | SshUtils   
>   | 156 - org.apache.karaf.shell.ssh - 4.3.7 | Configured 
> signature 'ssh-ed25519' not available
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7601) Remove two default ssh algorithms no longer available

2022-12-21 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7601:


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

Merge pull request #1703 from jbonofre/KARAF-7601

[KARAF-7601] Remove sshd deprecated sig algorithms

> Remove two default ssh algorithms no longer available
> -
>
> Key: KARAF-7601
> URL: https://issues.apache.org/jira/browse/KARAF-7601
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 4.3.7
>Reporter: Matt Pavlovich
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
>
> These two algorithms do not appear to be available any more, but are setup in 
> the Activator for karaf ssh
> # sk-ssh-ed25...@openssh.com
> # ssh-ed25519
> Log:
> {noformat}
> karaf.log:2022-10-26T08:46:01,862 | WARN  | activator-1-thread-1 | SshUtils   
>   | 156 - org.apache.karaf.shell.ssh - 4.3.7 | Configured 
> signature 'sk-ssh-ed25...@openssh.com' not available
> karaf.log:2022-10-26T08:46:01,862 | WARN  | activator-1-thread-1 | SshUtils   
>   | 156 - org.apache.karaf.shell.ssh - 4.3.7 | Configured 
> signature 'ssh-ed25519' not available
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7601) Remove two default ssh algorithms no longer available

2022-12-21 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7601:


Commit 14990f9b28a6e1c6c320644881ff68356373f783 in karaf's branch 
refs/heads/karaf-4.3.x from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=14990f9b28 ]

[KARAF-7601] Remove sshd deprecated sig algorithms

(cherry picked from commit 03fdb2de1b150ebcdb9a4bc933a300c44d677402)


> Remove two default ssh algorithms no longer available
> -
>
> Key: KARAF-7601
> URL: https://issues.apache.org/jira/browse/KARAF-7601
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 4.3.7
>Reporter: Matt Pavlovich
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
>
> These two algorithms do not appear to be available any more, but are setup in 
> the Activator for karaf ssh
> # sk-ssh-ed25...@openssh.com
> # ssh-ed25519
> Log:
> {noformat}
> karaf.log:2022-10-26T08:46:01,862 | WARN  | activator-1-thread-1 | SshUtils   
>   | 156 - org.apache.karaf.shell.ssh - 4.3.7 | Configured 
> signature 'sk-ssh-ed25...@openssh.com' not available
> karaf.log:2022-10-26T08:46:01,862 | WARN  | activator-1-thread-1 | SshUtils   
>   | 156 - org.apache.karaf.shell.ssh - 4.3.7 | Configured 
> signature 'ssh-ed25519' not available
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7628) Upgrade to Apache POM 29

2022-12-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7628:


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

[KARAF-7628] Upgrade to Apache POM 29

(cherry picked from commit b0e66a1303477c3630093dc94b0038c45862ca28)


> Upgrade to Apache POM 29
> 
>
> Key: KARAF-7628
> URL: https://issues.apache.org/jira/browse/KARAF-7628
> 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.20.10#820010)


[jira] [Commented] (KARAF-7628) Upgrade to Apache POM 29

2022-12-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7628:


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

Merge pull request #1705 from jbonofre/KARAF-7628

[KARAF-7628] Upgrade to Apache POM 29

> Upgrade to Apache POM 29
> 
>
> Key: KARAF-7628
> URL: https://issues.apache.org/jira/browse/KARAF-7628
> 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.20.10#820010)


[jira] [Commented] (KARAF-7628) Upgrade to Apache POM 29

2022-12-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7628:


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

[KARAF-7628] Upgrade to Apache POM 29


> Upgrade to Apache POM 29
> 
>
> Key: KARAF-7628
> URL: https://issues.apache.org/jira/browse/KARAF-7628
> 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.20.10#820010)


[jira] [Commented] (KARAF-7610) JMX: rmiRegistryHost=0.0.0.0 not working

2022-12-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7610:


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

Merge pull request #1704 from jbonofre/KARAF-7610

[KARAF-7610] Don't override java.rmi.server.hostname if the user already 
defined it

> JMX: rmiRegistryHost=0.0.0.0 not working
> 
>
> Key: KARAF-7610
> URL: https://issues.apache.org/jira/browse/KARAF-7610
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 4.2.16, 4.3.8, 4.4.2
> Environment: Debian 11.3
> Docker version 20.10.17, build 100c701
>Reporter: Ondrej Mrekaj
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> We noticed a problem with access to JMX in the case that karaf is running in 
> a docker container and uses a different network than the host. Last versions 
> of  apache karaf  where were working example below  are 4.3.0, 4.2.11.
> The given problem does not allow us to use JMX monitoring and simultaneously 
> separate individual docker networks from the host network. 
> Please see example below: 
> *working* version, docker network=host
> {code:java}
> docker run -it -d --name=test.4.4.2 --network=host -e 
> ORG_APACHE_KARAF_MANAGEMENT_RMIREGISTRYHOST='172.21.51.155' -e 
> ORG_APACHE_KARAF_MANAGEMENT_RMISERVERHOST='172.21.51.155' -e KARAF_DEBUG=true 
> -p 1099:1099 -p 4:4 apache/karaf:4.4.2{code}
> {code:java}
> docker exec -it test.4.4.2 /bin/bash
> sed -i 's/rmiServerHost = 127.0.0.1/rmiServerHost = 
> ${env:ORG_APACHE_KARAF_MANAGEMENT_RMISERVERHOST}/'     
> /opt/apache-karaf/etc/org.apache.karaf.management.cfg
> sed -i 's/rmiRegistryHost = 127.0.0.1/rmiRegistryHost = 
> ${env:ORG_APACHE_KARAF_MANAGEMENT_RMIREGISTRYHOST}/' 
> /opt/apache-karaf/etc/org.apache.karaf.management.cfg
> sed -i 's/#karaf = karaf,_g_:admingroup/karaf = karaf,_g_:admingroup/' 
> /opt/apache-karaf/etc/users.properties
> sed -i 's/#_g_\\:admingroup = /_g_\\:admingroup = /' 
> /opt/apache-karaf/etc/users.properties
> echo 'java.rmi.server.hostname=172.21.51.155'  >> 
> /opt/apache-karaf/etc/system.properties
> exit
> docker restart test.4.4.2{code}
> _Connect to service:jmx:rmi:///jndi/rmi://172.21.51.155:1099/karaf-root was 
> {*}successful{*}._
> *not-working* version, docker network=test
> {code:java}
> docker network create test
> docker run -it -d --name=test.4.4.2 --network=test-e 
> ORG_APACHE_KARAF_MANAGEMENT_RMIREGISTRYHOST='0.0.0.0' -e 
> ORG_APACHE_KARAF_MANAGEMENT_RMISERVERHOST='0.0.0.0' -e KARAF_DEBUG=true -p 
> 1099:1099 -p 4:4 apache/karaf:4.4.2
> {code}
> {code:java}
> docker exec -it test.4.4.2 /bin/bash
> sed -i 's/rmiServerHost = 127.0.0.1/rmiServerHost = 
> ${env:ORG_APACHE_KARAF_MANAGEMENT_RMISERVERHOST}/'     
> /opt/apache-karaf/etc/org.apache.karaf.management.cfg
> sed -i 's/rmiRegistryHost = 127.0.0.1/rmiRegistryHost = 
> ${env:ORG_APACHE_KARAF_MANAGEMENT_RMIREGISTRYHOST}/' 
> /opt/apache-karaf/etc/org.apache.karaf.management.cfg
> sed -i 's/#karaf = karaf,_g_:admingroup/karaf = karaf,_g_:admingroup/' 
> /opt/apache-karaf/etc/users.properties
> sed -i 's/#_g_\\:admingroup = /_g_\\:admingroup = /' 
> /opt/apache-karaf/etc/users.properties
> echo 'java.rmi.server.hostname=172.21.51.155'  >> 
> /opt/apache-karaf/etc/system.properties
> exit
> docker restart test.4.4.2{code}
> _Connect to service:jmx:rmi:///jndi/rmi://172.21.51.155:1099/karaf-root was 
> {*}unsuccessful{*}._



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7610) JMX: rmiRegistryHost=0.0.0.0 not working

2022-12-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7610:


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

[KARAF-7610] Don't override java.rmi.server.hostname if the user already 
defined it


> JMX: rmiRegistryHost=0.0.0.0 not working
> 
>
> Key: KARAF-7610
> URL: https://issues.apache.org/jira/browse/KARAF-7610
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 4.2.16, 4.3.8, 4.4.2
> Environment: Debian 11.3
> Docker version 20.10.17, build 100c701
>Reporter: Ondrej Mrekaj
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> We noticed a problem with access to JMX in the case that karaf is running in 
> a docker container and uses a different network than the host. Last versions 
> of  apache karaf  where were working example below  are 4.3.0, 4.2.11.
> The given problem does not allow us to use JMX monitoring and simultaneously 
> separate individual docker networks from the host network. 
> Please see example below: 
> *working* version, docker network=host
> {code:java}
> docker run -it -d --name=test.4.4.2 --network=host -e 
> ORG_APACHE_KARAF_MANAGEMENT_RMIREGISTRYHOST='172.21.51.155' -e 
> ORG_APACHE_KARAF_MANAGEMENT_RMISERVERHOST='172.21.51.155' -e KARAF_DEBUG=true 
> -p 1099:1099 -p 4:4 apache/karaf:4.4.2{code}
> {code:java}
> docker exec -it test.4.4.2 /bin/bash
> sed -i 's/rmiServerHost = 127.0.0.1/rmiServerHost = 
> ${env:ORG_APACHE_KARAF_MANAGEMENT_RMISERVERHOST}/'     
> /opt/apache-karaf/etc/org.apache.karaf.management.cfg
> sed -i 's/rmiRegistryHost = 127.0.0.1/rmiRegistryHost = 
> ${env:ORG_APACHE_KARAF_MANAGEMENT_RMIREGISTRYHOST}/' 
> /opt/apache-karaf/etc/org.apache.karaf.management.cfg
> sed -i 's/#karaf = karaf,_g_:admingroup/karaf = karaf,_g_:admingroup/' 
> /opt/apache-karaf/etc/users.properties
> sed -i 's/#_g_\\:admingroup = /_g_\\:admingroup = /' 
> /opt/apache-karaf/etc/users.properties
> echo 'java.rmi.server.hostname=172.21.51.155'  >> 
> /opt/apache-karaf/etc/system.properties
> exit
> docker restart test.4.4.2{code}
> _Connect to service:jmx:rmi:///jndi/rmi://172.21.51.155:1099/karaf-root was 
> {*}successful{*}._
> *not-working* version, docker network=test
> {code:java}
> docker network create test
> docker run -it -d --name=test.4.4.2 --network=test-e 
> ORG_APACHE_KARAF_MANAGEMENT_RMIREGISTRYHOST='0.0.0.0' -e 
> ORG_APACHE_KARAF_MANAGEMENT_RMISERVERHOST='0.0.0.0' -e KARAF_DEBUG=true -p 
> 1099:1099 -p 4:4 apache/karaf:4.4.2
> {code}
> {code:java}
> docker exec -it test.4.4.2 /bin/bash
> sed -i 's/rmiServerHost = 127.0.0.1/rmiServerHost = 
> ${env:ORG_APACHE_KARAF_MANAGEMENT_RMISERVERHOST}/'     
> /opt/apache-karaf/etc/org.apache.karaf.management.cfg
> sed -i 's/rmiRegistryHost = 127.0.0.1/rmiRegistryHost = 
> ${env:ORG_APACHE_KARAF_MANAGEMENT_RMIREGISTRYHOST}/' 
> /opt/apache-karaf/etc/org.apache.karaf.management.cfg
> sed -i 's/#karaf = karaf,_g_:admingroup/karaf = karaf,_g_:admingroup/' 
> /opt/apache-karaf/etc/users.properties
> sed -i 's/#_g_\\:admingroup = /_g_\\:admingroup = /' 
> /opt/apache-karaf/etc/users.properties
> echo 'java.rmi.server.hostname=172.21.51.155'  >> 
> /opt/apache-karaf/etc/system.properties
> exit
> docker restart test.4.4.2{code}
> _Connect to service:jmx:rmi:///jndi/rmi://172.21.51.155:1099/karaf-root was 
> {*}unsuccessful{*}._



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7610) JMX: rmiRegistryHost=0.0.0.0 not working

2022-12-30 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7610:


Commit 542acdcf9d16b2284a2c408481219fa68d2ec220 in karaf's branch 
refs/heads/karaf-4.3.x from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=542acdcf9d ]

[KARAF-7610] Don't override java.rmi.server.hostname if the user already 
defined it

(cherry picked from commit 8286a9d5dc24b5a1c8c45e63962455b6bbda12c7)


> JMX: rmiRegistryHost=0.0.0.0 not working
> 
>
> Key: KARAF-7610
> URL: https://issues.apache.org/jira/browse/KARAF-7610
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 4.2.16, 4.3.8, 4.4.2
> Environment: Debian 11.3
> Docker version 20.10.17, build 100c701
>Reporter: Ondrej Mrekaj
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> We noticed a problem with access to JMX in the case that karaf is running in 
> a docker container and uses a different network than the host. Last versions 
> of  apache karaf  where were working example below  are 4.3.0, 4.2.11.
> The given problem does not allow us to use JMX monitoring and simultaneously 
> separate individual docker networks from the host network. 
> Please see example below: 
> *working* version, docker network=host
> {code:java}
> docker run -it -d --name=test.4.4.2 --network=host -e 
> ORG_APACHE_KARAF_MANAGEMENT_RMIREGISTRYHOST='172.21.51.155' -e 
> ORG_APACHE_KARAF_MANAGEMENT_RMISERVERHOST='172.21.51.155' -e KARAF_DEBUG=true 
> -p 1099:1099 -p 4:4 apache/karaf:4.4.2{code}
> {code:java}
> docker exec -it test.4.4.2 /bin/bash
> sed -i 's/rmiServerHost = 127.0.0.1/rmiServerHost = 
> ${env:ORG_APACHE_KARAF_MANAGEMENT_RMISERVERHOST}/'     
> /opt/apache-karaf/etc/org.apache.karaf.management.cfg
> sed -i 's/rmiRegistryHost = 127.0.0.1/rmiRegistryHost = 
> ${env:ORG_APACHE_KARAF_MANAGEMENT_RMIREGISTRYHOST}/' 
> /opt/apache-karaf/etc/org.apache.karaf.management.cfg
> sed -i 's/#karaf = karaf,_g_:admingroup/karaf = karaf,_g_:admingroup/' 
> /opt/apache-karaf/etc/users.properties
> sed -i 's/#_g_\\:admingroup = /_g_\\:admingroup = /' 
> /opt/apache-karaf/etc/users.properties
> echo 'java.rmi.server.hostname=172.21.51.155'  >> 
> /opt/apache-karaf/etc/system.properties
> exit
> docker restart test.4.4.2{code}
> _Connect to service:jmx:rmi:///jndi/rmi://172.21.51.155:1099/karaf-root was 
> {*}successful{*}._
> *not-working* version, docker network=test
> {code:java}
> docker network create test
> docker run -it -d --name=test.4.4.2 --network=test-e 
> ORG_APACHE_KARAF_MANAGEMENT_RMIREGISTRYHOST='0.0.0.0' -e 
> ORG_APACHE_KARAF_MANAGEMENT_RMISERVERHOST='0.0.0.0' -e KARAF_DEBUG=true -p 
> 1099:1099 -p 4:4 apache/karaf:4.4.2
> {code}
> {code:java}
> docker exec -it test.4.4.2 /bin/bash
> sed -i 's/rmiServerHost = 127.0.0.1/rmiServerHost = 
> ${env:ORG_APACHE_KARAF_MANAGEMENT_RMISERVERHOST}/'     
> /opt/apache-karaf/etc/org.apache.karaf.management.cfg
> sed -i 's/rmiRegistryHost = 127.0.0.1/rmiRegistryHost = 
> ${env:ORG_APACHE_KARAF_MANAGEMENT_RMIREGISTRYHOST}/' 
> /opt/apache-karaf/etc/org.apache.karaf.management.cfg
> sed -i 's/#karaf = karaf,_g_:admingroup/karaf = karaf,_g_:admingroup/' 
> /opt/apache-karaf/etc/users.properties
> sed -i 's/#_g_\\:admingroup = /_g_\\:admingroup = /' 
> /opt/apache-karaf/etc/users.properties
> echo 'java.rmi.server.hostname=172.21.51.155'  >> 
> /opt/apache-karaf/etc/system.properties
> exit
> docker restart test.4.4.2{code}
> _Connect to service:jmx:rmi:///jndi/rmi://172.21.51.155:1099/karaf-root was 
> {*}unsuccessful{*}._



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7455) Upgrade to Aries JAX-RS whiteboard 2.0.2

2023-01-02 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7455:


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

Merge pull request #1706 from jbonofre/KARAF-7455

[KARAF-7455] Upgrade to Aries JAX RS Whiteboard 2.0.2

> Upgrade to Aries JAX-RS whiteboard 2.0.2
> 
>
> Key: KARAF-7455
> URL: https://issues.apache.org/jira/browse/KARAF-7455
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> Update in the default feature repo, and update example as well.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7455) Upgrade to Aries JAX-RS whiteboard 2.0.2

2023-01-02 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7455:


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

[KARAF-7455] Upgrade to Aries JAX RS Whiteboard 2.0.2


> Upgrade to Aries JAX-RS whiteboard 2.0.2
> 
>
> Key: KARAF-7455
> URL: https://issues.apache.org/jira/browse/KARAF-7455
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> Update in the default feature repo, and update example as well.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7455) Upgrade to Aries JAX-RS whiteboard 2.0.2

2023-01-02 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7455:


Commit 99bbb964f91a25afa6905669304f2a857b395b00 in karaf's branch 
refs/heads/karaf-4.3.x from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=99bbb964f9 ]

[KARAF-7455] Upgrade to Aries JAX RS Whiteboard 2.0.2

(cherry picked from commit 46f98667919036fd43a905a30d981c9740d0bd3e)


> Upgrade to Aries JAX-RS whiteboard 2.0.2
> 
>
> Key: KARAF-7455
> URL: https://issues.apache.org/jira/browse/KARAF-7455
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> Update in the default feature repo, and update example as well.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7630) Upgrade to Pax Web 8.0.15

2023-01-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7630:


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

[KARAF-7630] Upgrade to Pax Web 8.0.15


> Upgrade to Pax Web 8.0.15
> -
>
> Key: KARAF-7630
> URL: https://issues.apache.org/jira/browse/KARAF-7630
> 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.20.10#820010)


[jira] [Commented] (KARAF-7630) Upgrade to Pax Web 8.0.15

2023-01-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7630:


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

Merge pull request #1707 from jbonofre/KARAF-7630

[KARAF-7630] Upgrade to Pax Web 8.0.15

> Upgrade to Pax Web 8.0.15
> -
>
> Key: KARAF-7630
> URL: https://issues.apache.org/jira/browse/KARAF-7630
> 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.20.10#820010)


[jira] [Commented] (KARAF-7631) Upgrade to Pax Web 7.3.28

2023-01-09 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7631:


Commit 309741a76c61bd066c4beb7b0057a5e5e8a64d01 in karaf's branch 
refs/heads/karaf-4.3.x from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=309741a76c ]

[KARAF-7631] Upgrade to Pax Web 7.3.28


> Upgrade to Pax Web 7.3.28
> -
>
> Key: KARAF-7631
> URL: https://issues.apache.org/jira/browse/KARAF-7631
> 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.20.10#820010)


[jira] [Commented] (KARAF-7455) Upgrade to Aries JAX-RS whiteboard 2.0.2

2023-01-10 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7455:


Commit 8aaa5c531d86a005a0091dc58aab13f31b61dd4c in karaf's branch 
refs/heads/karaf-4.3.x from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=8aaa5c531d ]

Revert "[KARAF-7455] Upgrade to Aries JAX RS Whiteboard 2.0.2"

This reverts commit 99bbb964f91a25afa6905669304f2a857b395b00.


> Upgrade to Aries JAX-RS whiteboard 2.0.2
> 
>
> Key: KARAF-7455
> URL: https://issues.apache.org/jira/browse/KARAF-7455
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: 4.4.3, 4.3.9
>
>
> Update in the default feature repo, and update example as well.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7637) remove timestamp from generated service metadata

2023-01-13 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7637:


Commit 9fdca2a55a70c1a8af3a2f70be00721be87531dd in karaf's branch 
refs/heads/main from Herve Boutemy
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=9fdca2a55a ]

[KARAF-7637] drop non-reproducible properties store


> remove timestamp from generated service metadata
> 
>
> Key: KARAF-7637
> URL: https://issues.apache.org/jira/browse/KARAF-7637
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf
>Affects Versions: 4.4.3
>Reporter: Herve Boutemy
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> Reproducible Builds issue found when rebuilding 4.4.3 
> https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/karaf/karaf/README.md
> {noformat}
> ├── OSGI-INF/karaf-tracker/org.apache.karaf.features.internal.osgi.Activator
> │ @@ -1,3 +1,3 @@
> │ -#Fri Jan 06 15:56:44 CET 2023
> │ +#Fri Jan 13 17:18:36 UTC 2023
> │  org.osgi.service.url.URLStreamHandlerService=(url.handler.protocol\=mvn)
> │  org.osgi.service.cm.ConfigurationAdmin=
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7637) remove timestamp from generated service metadata

2023-01-13 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7637:


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

Merge pull request #1710 from hboutemy/KARAF-7637

[KARAF-7637] drop non-reproducible properties store

> remove timestamp from generated service metadata
> 
>
> Key: KARAF-7637
> URL: https://issues.apache.org/jira/browse/KARAF-7637
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf
>Affects Versions: 4.4.3
>Reporter: Herve Boutemy
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> Reproducible Builds issue found when rebuilding 4.4.3 
> https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/karaf/karaf/README.md
> {noformat}
> ├── OSGI-INF/karaf-tracker/org.apache.karaf.features.internal.osgi.Activator
> │ @@ -1,3 +1,3 @@
> │ -#Fri Jan 06 15:56:44 CET 2023
> │ +#Fri Jan 13 17:18:36 UTC 2023
> │  org.osgi.service.url.URLStreamHandlerService=(url.handler.protocol\=mvn)
> │  org.osgi.service.cm.ConfigurationAdmin=
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7403) Add a config param to use default key id in the split parser

2023-01-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7403:


Commit d1ba77cb63ffe2315e1d91a1baa9837df2ecccd2 in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=d1ba77cb ]

Merge pull request #296 from apache/KARAF-7403

[KARAF-7403] Add a config param to use default key id in the split pa…

> Add a config param to use default key id in the split parser
> 
>
> Key: KARAF-7403
> URL: https://issues.apache.org/jira/browse/KARAF-7403
> Project: Karaf
>  Issue Type: Improvement
>  Components: decanter
>Reporter: Francois Papon
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: decanter-2.10.0
>
>
> When the keys define in the configuration of the split parser doesn't match 
> with the parsed line, the parser add custom key id to send to the appender.
> This can be a problem when the appender is sending data to typed column 
> storage (as ES) because the data type can change between several parsing for 
> the same key-id.
> We should add a config param to let the use to activate or not the usage of 
> the default key id.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7403) Add a config param to use default key id in the split parser

2023-01-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7403:


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

[KARAF-7403] Add a config param to use default key id in the split parser


> Add a config param to use default key id in the split parser
> 
>
> Key: KARAF-7403
> URL: https://issues.apache.org/jira/browse/KARAF-7403
> Project: Karaf
>  Issue Type: Improvement
>  Components: decanter
>Reporter: Francois Papon
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: decanter-2.10.0
>
>
> When the keys define in the configuration of the split parser doesn't match 
> with the parsed line, the parser add custom key id to send to the appender.
> This can be a problem when the appender is sending data to typed column 
> storage (as ES) because the data type can change between several parsing for 
> the same key-id.
> We should add a config param to let the use to activate or not the usage of 
> the default key id.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7643) Upgrade to Karaf 4.4.3

2023-02-03 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7643:


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

[KARAF-7643] Upgrade to Karaf 4.4.3


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




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7643) Upgrade to Karaf 4.4.3

2023-02-03 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7643:


Commit ce62cbaf02067f4b11ace037bd5425f0282380f6 in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=ce62cbaf ]

Merge pull request #307 from jbonofre/KARAF-7643

[KARAF-7643] Upgrade to Karaf 4.4.3

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




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7644) Upgrade to ActiveMQ 5.17.3

2023-02-03 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7644:


Commit 332c1a5d64d7b76a966efc69c0fd72ba89463e58 in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=332c1a5d ]

[KARAF-7644] Upgrade to ActiveMQ 5.17.3


> Upgrade to ActiveMQ 5.17.3
> --
>
> Key: KARAF-7644
> URL: https://issues.apache.org/jira/browse/KARAF-7644
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7644) Upgrade to ActiveMQ 5.17.3

2023-02-03 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7644:


Commit 1108a8cc78c41f500dc9d019ef6ef228b72da476 in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=1108a8cc ]

Merge pull request #308 from jbonofre/KARAF-7644

[KARAF-7644] Upgrade to ActiveMQ 5.17.3

> Upgrade to ActiveMQ 5.17.3
> --
>
> Key: KARAF-7644
> URL: https://issues.apache.org/jira/browse/KARAF-7644
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7645) Upgrade to johnzon 1.2.19

2023-02-03 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7645:


Commit d181145e1a93903286368c2e6b1a56d9464c98ed in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=d181145e ]

Merge pull request #309 from jbonofre/KARAF-7645

[KARAF-7645] Upgrade to Johnzon 1.2.19

> Upgrade to johnzon 1.2.19
> -
>
> Key: KARAF-7645
> URL: https://issues.apache.org/jira/browse/KARAF-7645
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7645) Upgrade to johnzon 1.2.19

2023-02-03 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7645:


Commit 42faea848709f18cba6d784af058dcca3da53de2 in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=42faea84 ]

[KARAF-7645] Upgrade to Johnzon 1.2.19


> Upgrade to johnzon 1.2.19
> -
>
> Key: KARAF-7645
> URL: https://issues.apache.org/jira/browse/KARAF-7645
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7651) Upgrade to mockito 5.1.1

2023-02-03 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7651:


Commit db18ee5191ac8a7c7249e2ba72fa8f70e8baf42e in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=db18ee51 ]

Merge pull request #312 from jbonofre/KARAF-7651

[KARAF-7651] Upgrade to mockito 5.1.1

> Upgrade to mockito 5.1.1
> 
>
> Key: KARAF-7651
> URL: https://issues.apache.org/jira/browse/KARAF-7651
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7651) Upgrade to mockito 5.1.1

2023-02-03 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7651:


Commit dbdbc23a9ed389c4e1a97bec49a774acd53e8c5e in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=dbdbc23a ]

[KARAF-7651] Upgrade to mockito 5.1.1


> Upgrade to mockito 5.1.1
> 
>
> Key: KARAF-7651
> URL: https://issues.apache.org/jira/browse/KARAF-7651
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7648) Upgrade to dropwizard 4.2.15

2023-02-03 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7648:


Commit 4d278568ab812db3daaa4665f5b1f55b97f3b364 in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=4d278568 ]

[KARAF-7648] Upgrade to dropwizard 4.2.15


> Upgrade to dropwizard 4.2.15
> 
>
> Key: KARAF-7648
> URL: https://issues.apache.org/jira/browse/KARAF-7648
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7647) Upgrade to Camel 3.20.1

2023-02-03 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7647:


Commit 6d9e1d9b8ce525a683df8715fb1867fb6decc439 in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=6d9e1d9b ]

[KARAF-7647] Upgrade to camel 3.20.1


> Upgrade to Camel 3.20.1
> ---
>
> Key: KARAF-7647
> URL: https://issues.apache.org/jira/browse/KARAF-7647
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7647) Upgrade to Camel 3.20.1

2023-02-03 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7647:


Commit a82fc19eed2ada23fe3fd244f02eb701091a5973 in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=a82fc19e ]

Merge pull request #310 from jbonofre/KARAF-7647

[KARAF-7647] Upgrade to camel 3.20.1

> Upgrade to Camel 3.20.1
> ---
>
> Key: KARAF-7647
> URL: https://issues.apache.org/jira/browse/KARAF-7647
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7648) Upgrade to dropwizard 4.2.15

2023-02-03 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7648:


Commit bff1c94232f50c651342fc28503d891187e3311c in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=bff1c942 ]

Merge pull request #311 from jbonofre/KARAF-7648

[KARAF-7648] Upgrade to dropwizard 4.2.15

> Upgrade to dropwizard 4.2.15
> 
>
> Key: KARAF-7648
> URL: https://issues.apache.org/jira/browse/KARAF-7648
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7661) Upgrade to mongo-java-driver 3.12.11

2023-02-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7661:


Commit 179ddba7e139e3f79a84f01b93f4f76b08868a59 in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=179ddba7 ]

[KARAF-7661] Upgrade to mongo-java-driver 3.12.11


> Upgrade to mongo-java-driver 3.12.11
> 
>
> Key: KARAF-7661
> URL: https://issues.apache.org/jira/browse/KARAF-7661
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7661) Upgrade to mongo-java-driver 3.12.11

2023-02-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7661:


Commit d9955ff156471be087d1693b38fa363eead56da9 in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=d9955ff1 ]

Merge pull request #315 from jbonofre/KARAF-7661

[KARAF-7661] Upgrade to mongo-java-driver 3.12.11

> Upgrade to mongo-java-driver 3.12.11
> 
>
> Key: KARAF-7661
> URL: https://issues.apache.org/jira/browse/KARAF-7661
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7663) Upgrade to aws-java-sdk 1.12.396

2023-02-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7663:


Commit c2cd7479510ec72852681d4f79e344b7c8129164 in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=c2cd7479 ]

Merge pull request #313 from jbonofre/KARAF-7663

[KARAF-7663] Upgrade to aws-java-sdk 1.12.396

> Upgrade to aws-java-sdk 1.12.396
> 
>
> Key: KARAF-7663
> URL: https://issues.apache.org/jira/browse/KARAF-7663
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7662) Upgrade to prometheus 0.16.0

2023-02-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7662:


Commit cd139b8d6de0407594dc3d8337e25d2fb77e772c in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=cd139b8d ]

Merge pull request #314 from jbonofre/KARAF-7662

[KARAF-7662] Upgrade to Prometheus 0.16.0

> Upgrade to prometheus 0.16.0
> 
>
> Key: KARAF-7662
> URL: https://issues.apache.org/jira/browse/KARAF-7662
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7662) Upgrade to prometheus 0.16.0

2023-02-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7662:


Commit 70793e68aaca7c5022d8841c51f9bee50603f466 in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=70793e68 ]

[KARAF-7662] Upgrade to Prometheus 0.16.0


> Upgrade to prometheus 0.16.0
> 
>
> Key: KARAF-7662
> URL: https://issues.apache.org/jira/browse/KARAF-7662
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7663) Upgrade to aws-java-sdk 1.12.396

2023-02-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7663:


Commit 1e514c4b790b1efc7336ba5ba4c9c4b2d7bbff8c in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=1e514c4b ]

[KARAF-7663] Upgrade to aws-java-sdk 1.12.396


> Upgrade to aws-java-sdk 1.12.396
> 
>
> Key: KARAF-7663
> URL: https://issues.apache.org/jira/browse/KARAF-7663
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7654) Upgrade to redisson 3.19.1

2023-02-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7654:


Commit a62e10784b1cad0de8371780dd885701d5967b93 in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=a62e1078 ]

[KARAF-7654] Upgrade to redisson 3.19.1


> Upgrade to redisson 3.19.1
> --
>
> Key: KARAF-7654
> URL: https://issues.apache.org/jira/browse/KARAF-7654
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7653) Upgrade to oshi 6.4.0

2023-02-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7653:


Commit 4e272266d9b522f130f918dd80bb9f398df2acef in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=4e272266 ]

[KARAF-7653] Upgrade to oshi 6.4.0


> Upgrade to oshi 6.4.0
> -
>
> Key: KARAF-7653
> URL: https://issues.apache.org/jira/browse/KARAF-7653
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7653) Upgrade to oshi 6.4.0

2023-02-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7653:


Commit f1480d013ec76ec2612d0f89d9884ec72afdf505 in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=f1480d01 ]

Merge pull request #316 from jbonofre/KARAF-7653

[KARAF-7653] Upgrade to oshi 6.4.0

> Upgrade to oshi 6.4.0
> -
>
> Key: KARAF-7653
> URL: https://issues.apache.org/jira/browse/KARAF-7653
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7654) Upgrade to redisson 3.19.1

2023-02-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7654:


Commit c5ee0917c2c7770b25e9d90eee01ef1a05f4961b in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=c5ee0917 ]

Merge pull request #317 from jbonofre/KARAF-7654

[KARAF-7654] Upgrade to redisson 3.19.1

> Upgrade to redisson 3.19.1
> --
>
> Key: KARAF-7654
> URL: https://issues.apache.org/jira/browse/KARAF-7654
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7656) Upgrade to snmp4j 3.7.4

2023-02-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7656:


Commit 97b327e98b2f2b0a30f1929f0daba78471cc in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=97b327e9 ]

[KARAF-7656] Upgrade to snmp4j 3.7.4


> Upgrade to snmp4j 3.7.4
> ---
>
> Key: KARAF-7656
> URL: https://issues.apache.org/jira/browse/KARAF-7656
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7656) Upgrade to snmp4j 3.7.4

2023-02-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7656:


Commit 3a72dfc9dc3637f24f438769c03bf0b1cc4334e1 in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=3a72dfc9 ]

Merge pull request #318 from jbonofre/KARAF-7656

[KARAF-7656] Upgrade to snmp4j 3.7.4

> Upgrade to snmp4j 3.7.4
> ---
>
> Key: KARAF-7656
> URL: https://issues.apache.org/jira/browse/KARAF-7656
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7659) Upgrade to influxdb-java 2.23

2023-02-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7659:


Commit c5e24b833174b100fd0381340f0fb8c1d14a6ab7 in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=c5e24b83 ]

Merge pull request #320 from jbonofre/KARAF-7659

[KARAF-7659] Upgrade to influxdb-java 2.23

> Upgrade to influxdb-java 2.23
> -
>
> Key: KARAF-7659
> URL: https://issues.apache.org/jira/browse/KARAF-7659
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7659) Upgrade to influxdb-java 2.23

2023-02-06 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7659:


Commit 6183e808dcc38da23db6bd2feba83a862fc7e6c2 in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=6183e808 ]

[KARAF-7659] Upgrade to influxdb-java 2.23


> Upgrade to influxdb-java 2.23
> -
>
> Key: KARAF-7659
> URL: https://issues.apache.org/jira/browse/KARAF-7659
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7660) Upgrade to orientdb-client 3.2.15

2023-02-07 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7660:


Commit 8611f2fbb0d7510758ebbd549212bfa9aaed8c3f in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=8611f2fb ]

Merge pull request #319 from jbonofre/KARAF-7660

[KARAF-7660] Upgrade to orientdb-client 3.2.15

> Upgrade to orientdb-client 3.2.15
> -
>
> Key: KARAF-7660
> URL: https://issues.apache.org/jira/browse/KARAF-7660
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7660) Upgrade to orientdb-client 3.2.15

2023-02-07 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7660:


Commit f9f5af2c11cfa8a836681034d6a082e43aa807dc in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=f9f5af2c ]

[KARAF-7660] Upgrade to orientdb-client 3.2.15


> Upgrade to orientdb-client 3.2.15
> -
>
> Key: KARAF-7660
> URL: https://issues.apache.org/jira/browse/KARAF-7660
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7658) Upgrade to hadoop-client 3.3.4

2023-02-08 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7658:


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

[KARAF-7658] Upgrade to hadoop-client 3.3.4


> Upgrade to hadoop-client 3.3.4
> --
>
> Key: KARAF-7658
> URL: https://issues.apache.org/jira/browse/KARAF-7658
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7658) Upgrade to hadoop-client 3.3.4

2023-02-08 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7658:


Commit c5cbb08e833f38824370705291603db5b445e391 in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=c5cbb08e ]

Merge pull request #321 from jbonofre/KARAF-7658

[KARAF-7658] Upgrade to hadoop-client 3.3.4

> Upgrade to hadoop-client 3.3.4
> --
>
> Key: KARAF-7658
> URL: https://issues.apache.org/jira/browse/KARAF-7658
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7666) Decanter split parser throws ClassCastException

2023-02-09 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7666:


Commit 3ee97cab9853c54119e5db519b4ba0d4766d06b5 in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=3ee97cab ]

Merge pull request #322 from jbonofre/KARAF-7666

[KARAF-7666] Avoid ClassCastException in SplitParser

> Decanter split parser throws ClassCastException
> ---
>
> Key: KARAF-7666
> URL: https://issues.apache.org/jira/browse/KARAF-7666
> Project: Karaf
>  Issue Type: Bug
>  Components: decanter
>Affects Versions: decanter-2.10.0
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> {code:java}
> 16:38:25.017 ERROR [CM Event Dispatcher (Fire ConfigurationEvent: 
> pid=org.apache.karaf.decanter.parser.split)] bundle 
> org.apache.karaf.decanter.parser.split:2.10.0.SNAPSHOT 
> (92)[org.apache.karaf.decanter.parser.split.SplitParser(2)] : The activate 
> method has thrown an exception
> java.lang.ClassCastException: class java.lang.String cannot be cast to class 
> java.lang.Boolean (java.lang.String and java.lang.Boolean are in module 
> java.base of loader 'bootstrap')
>         at 
> org.apache.karaf.decanter.parser.split.SplitParser.activate(SplitParser.java:51)
>  ~[?:?]
>         at 
> org.apache.karaf.decanter.parser.split.SplitParser.activate(SplitParser.java:45)
>  ~[?:?]
>         at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method) ~[?:?]
>         at 
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  ~[?:?]
>         at 
> jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[?:?]
>         at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
>         at 
> org.apache.felix.scr.impl.inject.methods.BaseMethod.invokeMethod(BaseMethod.java:245)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.inject.methods.BaseMethod.access$500(BaseMethod.java:41)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.inject.methods.BaseMethod$Resolved.invoke(BaseMethod.java:687)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.inject.methods.BaseMethod.invoke(BaseMethod.java:531)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:317)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:307)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.manager.SingleComponentManager.createImplementationObject(SingleComponentManager.java:354)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.manager.SingleComponentManager.createComponent(SingleComponentManager.java:115)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:1002)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleComponentManager.java:975)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:776)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.manager.SingleComponentManager.reconfigure(SingleComponentManager.java:752)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.manager.SingleComponentManager.reconfigure(SingleComponentManager.java:686)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.manager.ConfigurableComponentHolder.configurationUpdated(ConfigurableComponentHolder.java:440)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.manager.RegionConfigurationSupport.configurationEvent(RegionConfigurationSupport.java:347)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.manager.RegionConfigurationSupport$2.configurationEvent(RegionConfigurationSupport.java:115)
>  ~[?:?]
>         at 
> org.apache.felix.cm.impl.ConfigurationManager$FireConfigurationEvent.sendEvent(ConfigurationManager.java:1723)
>  ~[?:?]
>         at 
> org.apache.felix.cm.impl.ConfigurationManager$FireConfigurationEvent.run(ConfigurationManager.java:1664)
>  ~[?:?]
>         at org.apache.felix.cm.impl.UpdateThread.run0(UpdateThread.java:122) 
> ~[?:?]
>         at org.apache.felix.cm.impl.UpdateThread.run(UpdateThread.java:84) 
> ~[?:?]
>         at java.lang.Thread.run(Thread.java:829) ~[?:?] {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7666) Decanter split parser throws ClassCastException

2023-02-09 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7666:


Commit 61b25ec3eb4c92cd261d14d76a5c303f77bc120a in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=61b25ec3 ]

[KARAF-7666] Avoid ClassCastException in SplitParser


> Decanter split parser throws ClassCastException
> ---
>
> Key: KARAF-7666
> URL: https://issues.apache.org/jira/browse/KARAF-7666
> Project: Karaf
>  Issue Type: Bug
>  Components: decanter
>Affects Versions: decanter-2.10.0
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> {code:java}
> 16:38:25.017 ERROR [CM Event Dispatcher (Fire ConfigurationEvent: 
> pid=org.apache.karaf.decanter.parser.split)] bundle 
> org.apache.karaf.decanter.parser.split:2.10.0.SNAPSHOT 
> (92)[org.apache.karaf.decanter.parser.split.SplitParser(2)] : The activate 
> method has thrown an exception
> java.lang.ClassCastException: class java.lang.String cannot be cast to class 
> java.lang.Boolean (java.lang.String and java.lang.Boolean are in module 
> java.base of loader 'bootstrap')
>         at 
> org.apache.karaf.decanter.parser.split.SplitParser.activate(SplitParser.java:51)
>  ~[?:?]
>         at 
> org.apache.karaf.decanter.parser.split.SplitParser.activate(SplitParser.java:45)
>  ~[?:?]
>         at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method) ~[?:?]
>         at 
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  ~[?:?]
>         at 
> jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[?:?]
>         at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
>         at 
> org.apache.felix.scr.impl.inject.methods.BaseMethod.invokeMethod(BaseMethod.java:245)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.inject.methods.BaseMethod.access$500(BaseMethod.java:41)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.inject.methods.BaseMethod$Resolved.invoke(BaseMethod.java:687)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.inject.methods.BaseMethod.invoke(BaseMethod.java:531)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:317)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.inject.methods.ActivateMethod.invoke(ActivateMethod.java:307)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.manager.SingleComponentManager.createImplementationObject(SingleComponentManager.java:354)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.manager.SingleComponentManager.createComponent(SingleComponentManager.java:115)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:1002)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleComponentManager.java:975)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:776)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.manager.SingleComponentManager.reconfigure(SingleComponentManager.java:752)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.manager.SingleComponentManager.reconfigure(SingleComponentManager.java:686)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.manager.ConfigurableComponentHolder.configurationUpdated(ConfigurableComponentHolder.java:440)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.manager.RegionConfigurationSupport.configurationEvent(RegionConfigurationSupport.java:347)
>  ~[?:?]
>         at 
> org.apache.felix.scr.impl.manager.RegionConfigurationSupport$2.configurationEvent(RegionConfigurationSupport.java:115)
>  ~[?:?]
>         at 
> org.apache.felix.cm.impl.ConfigurationManager$FireConfigurationEvent.sendEvent(ConfigurationManager.java:1723)
>  ~[?:?]
>         at 
> org.apache.felix.cm.impl.ConfigurationManager$FireConfigurationEvent.run(ConfigurationManager.java:1664)
>  ~[?:?]
>         at org.apache.felix.cm.impl.UpdateThread.run0(UpdateThread.java:122) 
> ~[?:?]
>         at org.apache.felix.cm.impl.UpdateThread.run(UpdateThread.java:84) 
> ~[?:?]
>         at java.lang.Thread.run(Thread.java:829) ~[?:?] {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7655) Upgrade to CXF 3.5.5

2023-02-10 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7655:


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

[KARAF-7655] Upgrade to CXF 3.5.5


> Upgrade to CXF 3.5.5
> 
>
> Key: KARAF-7655
> URL: https://issues.apache.org/jira/browse/KARAF-7655
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7655) Upgrade to CXF 3.5.5

2023-02-10 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7655:


Commit 1ff46c0e010b4f67a0edf39d5b4b074c4e1c5dbc in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=1ff46c0e ]

Merge pull request #323 from jbonofre/KARAF-7655

[KARAF-7655] Upgrade to CXF 3.5.5

> Upgrade to CXF 3.5.5
> 
>
> Key: KARAF-7655
> URL: https://issues.apache.org/jira/browse/KARAF-7655
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7652) Upgrade to kafka 3.3.2

2023-02-10 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7652:


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

[KARAF-7652] Upgrade to kafka 3.3.2


> Upgrade to kafka 3.3.2
> --
>
> Key: KARAF-7652
> URL: https://issues.apache.org/jira/browse/KARAF-7652
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7652) Upgrade to kafka 3.3.2

2023-02-10 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7652:


Commit ac404aac9f7a236703dd21c03ab53e5a76b2a278 in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=ac404aac ]

Merge pull request #324 from jbonofre/KARAF-7652

[KARAF-7652] Upgrade to kafka 3.3.2

> Upgrade to kafka 3.3.2
> --
>
> Key: KARAF-7652
> URL: https://issues.apache.org/jira/browse/KARAF-7652
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7638) remove non-reproducible timestamp

2023-02-11 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7638:


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

[KARAF-7638] workaround SM-5021


> remove non-reproducible timestamp
> -
>
> Key: KARAF-7638
> URL: https://issues.apache.org/jira/browse/KARAF-7638
> Project: Karaf
>  Issue Type: Improvement
>  Components: decanter
>Affects Versions: decanter-2.9.0
>Reporter: Herve Boutemy
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> Decanter 2.9.0 is near fully reproducible: 
> https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/karaf/decanter/README.md
> it's just hit my SM-5021
> and we'll probably ignore generated manual artifact in the future



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7638) remove non-reproducible timestamp

2023-02-11 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7638:


Commit b1ec435d76156287d286af58954545d04d39b097 in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=b1ec435d ]

Merge pull request #306 from hboutemy/KARAF-7638

[KARAF-7638] workaround SM-5021

> remove non-reproducible timestamp
> -
>
> Key: KARAF-7638
> URL: https://issues.apache.org/jira/browse/KARAF-7638
> Project: Karaf
>  Issue Type: Improvement
>  Components: decanter
>Affects Versions: decanter-2.9.0
>Reporter: Herve Boutemy
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> Decanter 2.9.0 is near fully reproducible: 
> https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/karaf/decanter/README.md
> it's just hit my SM-5021
> and we'll probably ignore generated manual artifact in the future



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7650) Upgrade to Jetty 9.4.50.v20221201

2023-02-13 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7650:


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

[KARAF-7650] Upgrade to jetty 9.4.50.v20221201


> Upgrade to Jetty 9.4.50.v20221201
> -
>
> Key: KARAF-7650
> URL: https://issues.apache.org/jira/browse/KARAF-7650
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7650) Upgrade to Jetty 9.4.50.v20221201

2023-02-13 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7650:


Commit 240cd1c1114a2c07659ee1097b8da6c80f1418dc in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=240cd1c1 ]

Merge pull request #326 from jbonofre/KARAF-7650

[KARAF-7650] Upgrade to jetty 9.4.50.v20221201

> Upgrade to Jetty 9.4.50.v20221201
> -
>
> Key: KARAF-7650
> URL: https://issues.apache.org/jira/browse/KARAF-7650
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7664) Upgrade to lucene 9.5.0

2023-02-13 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7664:


Commit b619dfbd6de717eb085305490dbbd2574091e8de in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=b619dfbd ]

[KARAF-7664] Upgrade to lucene 9.5.0


> Upgrade to lucene 9.5.0
> ---
>
> Key: KARAF-7664
> URL: https://issues.apache.org/jira/browse/KARAF-7664
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7664) Upgrade to lucene 9.5.0

2023-02-13 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7664:


Commit 0eab684aad6592392b915f1c64ac2dae01db3355 in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=0eab684a ]

Merge pull request #327 from jbonofre/KARAF-7664

[KARAF-7664] Upgrade to lucene 9.5.0

> Upgrade to lucene 9.5.0
> ---
>
> Key: KARAF-7664
> URL: https://issues.apache.org/jira/browse/KARAF-7664
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7646) Upgrade to OSGi R8

2023-02-16 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7646:


Commit 7f93174716e3db9b824c4e60c9a3176fc8edb913 in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=7f931747 ]

Merge pull request #328 from jbonofre/KARAF-7646

[KARAF-7646] Upgrade to OSGi R8 and use atomic service artifacts

> Upgrade to OSGi R8
> --
>
> Key: KARAF-7646
> URL: https://issues.apache.org/jira/browse/KARAF-7646
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7646) Upgrade to OSGi R8

2023-02-16 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7646:


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

[KARAF-7646] Upgrade to OSGi R8 and use atomic service artifacts


> Upgrade to OSGi R8
> --
>
> Key: KARAF-7646
> URL: https://issues.apache.org/jira/browse/KARAF-7646
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7649) Upgrade to elasticsearch 8.6.1

2023-02-17 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7649:


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

[KARAF-7649] Upgrade to elasticsearch 8.6.1


> Upgrade to elasticsearch 8.6.1
> --
>
> Key: KARAF-7649
> URL: https://issues.apache.org/jira/browse/KARAF-7649
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7649) Upgrade to elasticsearch 8.6.1

2023-02-17 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7649:


Commit 3b2f69bb9c3aa14ae148e91324f1c0eeddaa3c31 in karaf-decanter's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-decanter.git;h=3b2f69bb ]

Merge pull request #325 from jbonofre/KARAF-7649

[KARAF-7649] Upgrade to elasticsearch 8.6.1

> Upgrade to elasticsearch 8.6.1
> --
>
> Key: KARAF-7649
> URL: https://issues.apache.org/jira/browse/KARAF-7649
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-5421) Better error while installing non OSGi bundles

2023-07-20 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-5421:


Commit a310779708e7df59bd9be1026411bce4f918966f in karaf's branch 
refs/heads/main from Aleksy Wróblewski
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=a310779708 ]

KARAF-5421 - add user friendly error when installing non OSGi bundle via 
bundle:install


> Better error while installing non OSGi bundles
> --
>
> Key: KARAF-5421
> URL: https://issues.apache.org/jira/browse/KARAF-5421
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 4.1.2
>Reporter: Paolo Antinori
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> I understand installing a non OSGi bundle is wrong at a logical level, but 
> the error message when doing so, it's fairly cryptic:
> {code}
> karaf@root()> install mvn:org.keycloak/keycloak-undertow-adapter/3.3.0.CR2
> Bundle IDs: 
> Error executing command: Error installing bundles:
>   Unable to install bundle 
> mvn:org.keycloak/keycloak-undertow-adapter/3.3.0.CR2: 
> org.osgi.framework.BundleException: OSGi R3 bundle not supported
> {code}
> Does it make sense for the error message to suggest checking it's a valid 
> bundle?
> Manifest of the above file is:
> {code}
> 14:21 $ unzip -c  
> ~/.m2/repository/org/keycloak/keycloak-undertow-adapter/3.3.0.CR2/keycloak-undertow-adapter-3.3.0.CR2.jar
>  **MANIFEST.MF
> Archive:  
> /home/pantinor/.m2/repository/org/keycloak/keycloak-undertow-adapter/3.3.0.CR2/keycloak-undertow-adapter-3.3.0.CR2.jar
>   inflating: META-INF/MANIFEST.MF
> Manifest-Version: 1.0
> Implementation-Title: Keycloak Undertow Integration
> Implementation-Version: 3.3.0.CR2
> Java-Version: 1.8.0_144
> Built-By: pantinor
> Scm-Connection: scm:git:git://github.com/keycloak/keycloak.git/keycloa
>  k-undertow-adapter
> Specification-Vendor: JBoss by Red Hat
> Os-Arch: amd64
> Specification-Title: Keycloak Undertow Integration
> Implementation-Vendor-Id: org.keycloak
> Java-Vendor: Oracle Corporation
> Os-Name: Linux
> Scm-Url: https://github.com/keycloak/keycloak/tree/master/keycloak-und
>  ertow-adapter/
> Implementation-Vendor: JBoss by Red Hat
> Os-Version: 4.12.14-300.fc26.x86_64
> Scm-Revision: 08d5a7a062fdbf8f2b63ca2a6e14e0fce2d3e3f1
> Created-By: Apache Maven 3.5.0
> Build-Jdk: 1.8.0_144
> Specification-Version: 3.3
> Implementation-URL: http://keycloak.org/keycloak-undertow-adapter
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-5421) Better error while installing non OSGi bundles

2023-07-20 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-5421:


Commit df7ac38397a1a102747c29199cbad4aefa5e31ac in karaf's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=df7ac38397 ]

Merge pull request #1713 from awrb/KARAF-5421

KARAF-5421 - add user friendly error when installing non OSGi bundle …

> Better error while installing non OSGi bundles
> --
>
> Key: KARAF-5421
> URL: https://issues.apache.org/jira/browse/KARAF-5421
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 4.1.2
>Reporter: Paolo Antinori
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> I understand installing a non OSGi bundle is wrong at a logical level, but 
> the error message when doing so, it's fairly cryptic:
> {code}
> karaf@root()> install mvn:org.keycloak/keycloak-undertow-adapter/3.3.0.CR2
> Bundle IDs: 
> Error executing command: Error installing bundles:
>   Unable to install bundle 
> mvn:org.keycloak/keycloak-undertow-adapter/3.3.0.CR2: 
> org.osgi.framework.BundleException: OSGi R3 bundle not supported
> {code}
> Does it make sense for the error message to suggest checking it's a valid 
> bundle?
> Manifest of the above file is:
> {code}
> 14:21 $ unzip -c  
> ~/.m2/repository/org/keycloak/keycloak-undertow-adapter/3.3.0.CR2/keycloak-undertow-adapter-3.3.0.CR2.jar
>  **MANIFEST.MF
> Archive:  
> /home/pantinor/.m2/repository/org/keycloak/keycloak-undertow-adapter/3.3.0.CR2/keycloak-undertow-adapter-3.3.0.CR2.jar
>   inflating: META-INF/MANIFEST.MF
> Manifest-Version: 1.0
> Implementation-Title: Keycloak Undertow Integration
> Implementation-Version: 3.3.0.CR2
> Java-Version: 1.8.0_144
> Built-By: pantinor
> Scm-Connection: scm:git:git://github.com/keycloak/keycloak.git/keycloa
>  k-undertow-adapter
> Specification-Vendor: JBoss by Red Hat
> Os-Arch: amd64
> Specification-Title: Keycloak Undertow Integration
> Implementation-Vendor-Id: org.keycloak
> Java-Vendor: Oracle Corporation
> Os-Name: Linux
> Scm-Url: https://github.com/keycloak/keycloak/tree/master/keycloak-und
>  ertow-adapter/
> Implementation-Vendor: JBoss by Red Hat
> Os-Version: 4.12.14-300.fc26.x86_64
> Scm-Revision: 08d5a7a062fdbf8f2b63ca2a6e14e0fce2d3e3f1
> Created-By: Apache Maven 3.5.0
> Build-Jdk: 1.8.0_144
> Specification-Version: 3.3
> Implementation-URL: http://keycloak.org/keycloak-undertow-adapter
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-5421) Better error while installing non OSGi bundles

2023-07-20 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-5421:


Commit 3708a97672e898455a1914b4812a02b04974c8e9 in karaf's branch 
refs/heads/karaf-4.3.x from Aleksy Wróblewski
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=3708a97672 ]

KARAF-5421 - add user friendly error when installing non OSGi bundle via 
bundle:install

(cherry picked from commit a310779708e7df59bd9be1026411bce4f918966f)


> Better error while installing non OSGi bundles
> --
>
> Key: KARAF-5421
> URL: https://issues.apache.org/jira/browse/KARAF-5421
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 4.1.2
>Reporter: Paolo Antinori
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> I understand installing a non OSGi bundle is wrong at a logical level, but 
> the error message when doing so, it's fairly cryptic:
> {code}
> karaf@root()> install mvn:org.keycloak/keycloak-undertow-adapter/3.3.0.CR2
> Bundle IDs: 
> Error executing command: Error installing bundles:
>   Unable to install bundle 
> mvn:org.keycloak/keycloak-undertow-adapter/3.3.0.CR2: 
> org.osgi.framework.BundleException: OSGi R3 bundle not supported
> {code}
> Does it make sense for the error message to suggest checking it's a valid 
> bundle?
> Manifest of the above file is:
> {code}
> 14:21 $ unzip -c  
> ~/.m2/repository/org/keycloak/keycloak-undertow-adapter/3.3.0.CR2/keycloak-undertow-adapter-3.3.0.CR2.jar
>  **MANIFEST.MF
> Archive:  
> /home/pantinor/.m2/repository/org/keycloak/keycloak-undertow-adapter/3.3.0.CR2/keycloak-undertow-adapter-3.3.0.CR2.jar
>   inflating: META-INF/MANIFEST.MF
> Manifest-Version: 1.0
> Implementation-Title: Keycloak Undertow Integration
> Implementation-Version: 3.3.0.CR2
> Java-Version: 1.8.0_144
> Built-By: pantinor
> Scm-Connection: scm:git:git://github.com/keycloak/keycloak.git/keycloa
>  k-undertow-adapter
> Specification-Vendor: JBoss by Red Hat
> Os-Arch: amd64
> Specification-Title: Keycloak Undertow Integration
> Implementation-Vendor-Id: org.keycloak
> Java-Vendor: Oracle Corporation
> Os-Name: Linux
> Scm-Url: https://github.com/keycloak/keycloak/tree/master/keycloak-und
>  ertow-adapter/
> Implementation-Vendor: JBoss by Red Hat
> Os-Version: 4.12.14-300.fc26.x86_64
> Scm-Revision: 08d5a7a062fdbf8f2b63ca2a6e14e0fce2d3e3f1
> Created-By: Apache Maven 3.5.0
> Build-Jdk: 1.8.0_144
> Specification-Version: 3.3
> Implementation-URL: http://keycloak.org/keycloak-undertow-adapter
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-6538) Add exec:groovy command

2023-07-20 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-6538:


Commit 62289e8909cf4332067e65b65f491bb560203cc8 in karaf's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=62289e8909 ]

Merge pull request #1712 from awrb/KARAF-6538

KARAF-6538 - add commands for executing groovy code

> Add exec:groovy command
> ---
>
> Key: KARAF-6538
> URL: https://issues.apache.org/jira/browse/KARAF-6538
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> For testing purposes, it would be helpful to be able to execute groovy 
> scripts directly in the shell console.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-6538) Add exec:groovy command

2023-07-20 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-6538:


Commit 737eab789f4fedb36d3aafb02ef02f7eee97694d in karaf's branch 
refs/heads/main from Aleksy Wróblewski
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=737eab789f ]

KARAF-6538 - add commands for executing groovy code


> Add exec:groovy command
> ---
>
> Key: KARAF-6538
> URL: https://issues.apache.org/jira/browse/KARAF-6538
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> For testing purposes, it would be helpful to be able to execute groovy 
> scripts directly in the shell console.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-6538) Add exec:groovy command

2023-07-20 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-6538:


Commit 5f28017bd003277356fe98f8e60709295820b123 in karaf's branch 
refs/heads/karaf-4.3.x from Aleksy Wróblewski
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=5f28017bd0 ]

KARAF-6538 - add commands for executing groovy code

(cherry picked from commit 737eab789f4fedb36d3aafb02ef02f7eee97694d)


> Add exec:groovy command
> ---
>
> Key: KARAF-6538
> URL: https://issues.apache.org/jira/browse/KARAF-6538
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>
> For testing purposes, it would be helpful to be able to execute groovy 
> scripts directly in the shell console.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7670) Some example READMEs use old versions

2023-07-20 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7670:


Commit 7192de9cca07c475468c0d7dc8dd531b4adb2452 in karaf's branch 
refs/heads/main from Aleksy Wróblewski
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=7192de9cca ]

KARAF-7670 - use LATEST version in README instructions


> Some example READMEs use old versions 
> --
>
> Key: KARAF-7670
> URL: https://issues.apache.org/jira/browse/KARAF-7670
> Project: Karaf
>  Issue Type: Documentation
>Affects Versions: 4.4.3
>Reporter: Aleksy Wróblewski
>Assignee: Jean-Baptiste Onofré
>Priority: Trivial
>
> Some READMEs of the examples 
> ([https://github.com/apache/karaf/tree/main/examples)] have installation 
> instructions which refer to a specific Karaf (outdated) version, e.g. from 
> karaf-config-example:
> ```
> ## Feature and Deployment
> On a running Karaf instance, register the features repository using:
> ```
> karaf@root()> feature:repo-add 
> mvn:org.apache.karaf.examples/karaf-config-example-features/4.2.3-SNAPSHOT/xml
> ```
> It'd be better to use LATEST, so that the instructions works on every version.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7670) Some example READMEs use old versions

2023-07-20 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7670:


Commit f9e49e346a779b10a04cb3e14f0c7692e364ec59 in karaf's branch 
refs/heads/karaf-4.3.x from Aleksy Wróblewski
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=f9e49e346a ]

KARAF-7670 - use LATEST version in README instructions

(cherry picked from commit 7192de9cca07c475468c0d7dc8dd531b4adb2452)


> Some example READMEs use old versions 
> --
>
> Key: KARAF-7670
> URL: https://issues.apache.org/jira/browse/KARAF-7670
> Project: Karaf
>  Issue Type: Documentation
>Affects Versions: 4.4.3
>Reporter: Aleksy Wróblewski
>Assignee: Jean-Baptiste Onofré
>Priority: Trivial
>
> Some READMEs of the examples 
> ([https://github.com/apache/karaf/tree/main/examples)] have installation 
> instructions which refer to a specific Karaf (outdated) version, e.g. from 
> karaf-config-example:
> ```
> ## Feature and Deployment
> On a running Karaf instance, register the features repository using:
> ```
> karaf@root()> feature:repo-add 
> mvn:org.apache.karaf.examples/karaf-config-example-features/4.2.3-SNAPSHOT/xml
> ```
> It'd be better to use LATEST, so that the instructions works on every version.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7670) Some example READMEs use old versions

2023-07-20 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7670:


Commit b49a3736b50b49253237d103e5d74d122e0777ee in karaf's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=b49a3736b5 ]

Merge pull request #1714 from awrb/KARAF-7670

KARAF-7670 - use LATEST version in README instructions

> Some example READMEs use old versions 
> --
>
> Key: KARAF-7670
> URL: https://issues.apache.org/jira/browse/KARAF-7670
> Project: Karaf
>  Issue Type: Documentation
>Affects Versions: 4.4.3
>Reporter: Aleksy Wróblewski
>Assignee: Jean-Baptiste Onofré
>Priority: Trivial
>
> Some READMEs of the examples 
> ([https://github.com/apache/karaf/tree/main/examples)] have installation 
> instructions which refer to a specific Karaf (outdated) version, e.g. from 
> karaf-config-example:
> ```
> ## Feature and Deployment
> On a running Karaf instance, register the features repository using:
> ```
> karaf@root()> feature:repo-add 
> mvn:org.apache.karaf.examples/karaf-config-example-features/4.2.3-SNAPSHOT/xml
> ```
> It'd be better to use LATEST, so that the instructions works on every version.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7677) Log the offending bundle if a bundle refresh occurs during assembly

2023-07-20 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7677:


Commit f42bceed1a0e0b11ca4e43708a743c39039cf7e4 in karaf's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=f42bceed1a ]

Merge pull request #1715 from CMoH/karaf-7677-log-assembly-failure-cause

[KARAF-7677] Improve failure report of karaf assembly

> Log the offending bundle if a bundle refresh occurs during assembly
> ---
>
> Key: KARAF-7677
> URL: https://issues.apache.org/jira/browse/KARAF-7677
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf
>Affects Versions: 4.4.3
>Reporter: Ciprian Ciubotariu
>Assignee: Jean-Baptiste Onofré
>Priority: Trivial
>
> The karaf assembly plugin will fail if the assembled features/bundles cause a 
> refresh. This can happen quite often when developing complex assemblies. 
> However, the error text is not descriptive enough to help in tracking the 
> source of the problem.
> I think this trivial change, that shows the offending bundle in the build 
> log, will be of great help in such situations.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7677) Log the offending bundle if a bundle refresh occurs during assembly

2023-07-20 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7677:


Commit cc437bfc5365e158f2714a7cf80fb368d0cfc508 in karaf's branch 
refs/heads/main from Ciprian Ciubotariu
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=cc437bfc53 ]

[KARAF-7677] Improve failure report of karaf assembly

Log the offending bundle if a bundle refresh occurs during assembly


> Log the offending bundle if a bundle refresh occurs during assembly
> ---
>
> Key: KARAF-7677
> URL: https://issues.apache.org/jira/browse/KARAF-7677
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf
>Affects Versions: 4.4.3
>Reporter: Ciprian Ciubotariu
>Assignee: Jean-Baptiste Onofré
>Priority: Trivial
>
> The karaf assembly plugin will fail if the assembled features/bundles cause a 
> refresh. This can happen quite often when developing complex assemblies. 
> However, the error text is not descriptive enough to help in tracking the 
> source of the problem.
> I think this trivial change, that shows the offending bundle in the build 
> log, will be of great help in such situations.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7677) Log the offending bundle if a bundle refresh occurs during assembly

2023-07-20 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7677:


Commit e82533a10ff54ccc41973bb961a422fb4237cae1 in karaf's branch 
refs/heads/karaf-4.3.x from Ciprian Ciubotariu
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=e82533a10f ]

[KARAF-7677] Improve failure report of karaf assembly

Log the offending bundle if a bundle refresh occurs during assembly

(cherry picked from commit cc437bfc5365e158f2714a7cf80fb368d0cfc508)


> Log the offending bundle if a bundle refresh occurs during assembly
> ---
>
> Key: KARAF-7677
> URL: https://issues.apache.org/jira/browse/KARAF-7677
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf
>Affects Versions: 4.4.3
>Reporter: Ciprian Ciubotariu
>Assignee: Jean-Baptiste Onofré
>Priority: Trivial
>
> The karaf assembly plugin will fail if the assembled features/bundles cause a 
> refresh. This can happen quite often when developing complex assemblies. 
> However, the error text is not descriptive enough to help in tracking the 
> source of the problem.
> I think this trivial change, that shows the offending bundle in the build 
> log, will be of great help in such situations.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7678) ShellTable erroneously clips out text from multi-line column contents

2023-07-20 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7678:


Commit 4281542e823c1bce1445e444816a5a742f8f288c in karaf's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=4281542e82 ]

Merge pull request #1716 from CMoH/karaf-7678-fix-shelltable-multiline-clipping

[KARAF-7678] Fix ShellTable multiline clipping

> ShellTable erroneously clips out text from multi-line column contents
> -
>
> Key: KARAF-7678
> URL: https://issues.apache.org/jira/browse/KARAF-7678
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.4.3
>Reporter: Ciprian Ciubotariu
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
>
> The {{ShellTable}} implementation clips column contents to the column's 
> {{maxSize}} before inspecting if the contents is sigle or multi-line. This 
> idea works well with single-line row contents, but it is faulty if the column 
> text contains newlines.
> Given that the newline split is already implemented for the text wrapping 
> function, there is an opportunity for the user to pass multi-line table 
> contents.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7678) ShellTable erroneously clips out text from multi-line column contents

2023-07-20 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7678:


Commit 78222c0ae567b5b504327cbce8cbabd0904e6edf in karaf's branch 
refs/heads/main from Ciprian Ciubotariu
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=78222c0ae5 ]

[KARAF-7678] Fix ShellTable multiline clipping

Account for multi-line cell contents when calculating cell width and
clipping the text to maxSize. The cell contents might be either wrapped
or originally split by the caller with \n characters


> ShellTable erroneously clips out text from multi-line column contents
> -
>
> Key: KARAF-7678
> URL: https://issues.apache.org/jira/browse/KARAF-7678
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.4.3
>Reporter: Ciprian Ciubotariu
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
>
> The {{ShellTable}} implementation clips column contents to the column's 
> {{maxSize}} before inspecting if the contents is sigle or multi-line. This 
> idea works well with single-line row contents, but it is faulty if the column 
> text contains newlines.
> Given that the newline split is already implemented for the text wrapping 
> function, there is an opportunity for the user to pass multi-line table 
> contents.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-7678) ShellTable erroneously clips out text from multi-line column contents

2023-07-20 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7678:


Commit bd812bd0f9aab0fd3e02b76a55837276a59ddd6a in karaf's branch 
refs/heads/karaf-4.3.x from Ciprian Ciubotariu
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=bd812bd0f9 ]

[KARAF-7678] Fix ShellTable multiline clipping

Account for multi-line cell contents when calculating cell width and
clipping the text to maxSize. The cell contents might be either wrapped
or originally split by the caller with \n characters

(cherry picked from commit 78222c0ae567b5b504327cbce8cbabd0904e6edf)


> ShellTable erroneously clips out text from multi-line column contents
> -
>
> Key: KARAF-7678
> URL: https://issues.apache.org/jira/browse/KARAF-7678
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.4.3
>Reporter: Ciprian Ciubotariu
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
>
> The {{ShellTable}} implementation clips column contents to the column's 
> {{maxSize}} before inspecting if the contents is sigle or multi-line. This 
> idea works well with single-line row contents, but it is faulty if the column 
> text contains newlines.
> Given that the newline split is already implemented for the text wrapping 
> function, there is an opportunity for the user to pass multi-line table 
> contents.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-6074) Race condition between the FeaturesService and FeatureDeploymentListener

2023-07-20 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-6074:


Commit ee957b83afbc04487f226794074bfc520a6aade7 in karaf's branch 
refs/heads/main from JB Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=ee957b83af ]

Merge pull request #1720 from grgrzybek/KARAF-6074

[KARAF-6074] Prevent duplicate PIDs from factory PID defined in featu…

> Race condition between the FeaturesService and FeatureDeploymentListener
> 
>
> Key: KARAF-6074
> URL: https://issues.apache.org/jira/browse/KARAF-6074
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.2.2, 4.2.4
> Environment: Karaf 4.2.2 Windows 7 and Equinox
>Reporter: J. Brébec
>Assignee: Jean-Baptiste Onofré
>Priority: Critical
>
> On the first start of a custom Karaf container (4.2.2), the logs shows a log 
> of NPE in FeatureDeploymentListener.
> After some analysis of this Exception, it's look like a race condition 
> between the FeaturesService and the FeatureDeploymentListener :
>  # The FeaturesService starts and launch a provisioning in another thread
>  # a FeatureDeploymentListener is registered, and call bundleChanged for 
> every bundle installed (the startup bundles)
>  # It calls FeaturesService.state.requirements and get an empty map
>  # Updating the root regions in the requirements map fails with an NPE
>  # Some times later, the deployment task launched at step 1 is started, and 
> FeaturesService.saveState() is called : state.requirements."root region" is 
> initialised
> The step 5 is executed in another thread, so it can happens before step 2 
> (and it works) or after, causing this NPE
> Moreover, some methods in FeaturesService assume that 
> state.requirements."root region" exists. There are probably others npe here.
>  
> {code:java}
> 14:37:55.668 ERROR [activator-1-thread-2] Unable to update deployed features 
> for bundle: org.eclipse.osgi - 3.12.100.v20180210-1608
> java.lang.NullPointerException: null
> at 
> org.apache.karaf.deployer.features.FeatureDeploymentListener.bundleChanged(FeatureDeploymentListener.java:247)
>  [25:org.apache.karaf.deployer.features:4.2.2]
> at 
> org.apache.karaf.deployer.features.FeatureDeploymentListener.init(FeatureDeploymentListener.java:95)
>  [25:org.apache.karaf.deployer.features:4.2.2]
> at 
> org.apache.karaf.deployer.features.osgi.Activator.doStart(Activator.java:52) 
> [25:org.apache.karaf.deployer.features:4.2.2]
> at org.apache.karaf.util.tracker.BaseActivator.run(BaseActivator.java:292) 
> [25:org.apache.karaf.deployer.features:4.2.2]
> 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)
>  [?:?]{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-6074) Race condition between the FeaturesService and FeatureDeploymentListener

2023-07-20 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-6074:


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

[KARAF-6074] Prevent duplicate PIDs from factory PID defined in feature config


> Race condition between the FeaturesService and FeatureDeploymentListener
> 
>
> Key: KARAF-6074
> URL: https://issues.apache.org/jira/browse/KARAF-6074
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.2.2, 4.2.4
> Environment: Karaf 4.2.2 Windows 7 and Equinox
>Reporter: J. Brébec
>Assignee: Jean-Baptiste Onofré
>Priority: Critical
>
> On the first start of a custom Karaf container (4.2.2), the logs shows a log 
> of NPE in FeatureDeploymentListener.
> After some analysis of this Exception, it's look like a race condition 
> between the FeaturesService and the FeatureDeploymentListener :
>  # The FeaturesService starts and launch a provisioning in another thread
>  # a FeatureDeploymentListener is registered, and call bundleChanged for 
> every bundle installed (the startup bundles)
>  # It calls FeaturesService.state.requirements and get an empty map
>  # Updating the root regions in the requirements map fails with an NPE
>  # Some times later, the deployment task launched at step 1 is started, and 
> FeaturesService.saveState() is called : state.requirements."root region" is 
> initialised
> The step 5 is executed in another thread, so it can happens before step 2 
> (and it works) or after, causing this NPE
> Moreover, some methods in FeaturesService assume that 
> state.requirements."root region" exists. There are probably others npe here.
>  
> {code:java}
> 14:37:55.668 ERROR [activator-1-thread-2] Unable to update deployed features 
> for bundle: org.eclipse.osgi - 3.12.100.v20180210-1608
> java.lang.NullPointerException: null
> at 
> org.apache.karaf.deployer.features.FeatureDeploymentListener.bundleChanged(FeatureDeploymentListener.java:247)
>  [25:org.apache.karaf.deployer.features:4.2.2]
> at 
> org.apache.karaf.deployer.features.FeatureDeploymentListener.init(FeatureDeploymentListener.java:95)
>  [25:org.apache.karaf.deployer.features:4.2.2]
> at 
> org.apache.karaf.deployer.features.osgi.Activator.doStart(Activator.java:52) 
> [25:org.apache.karaf.deployer.features:4.2.2]
> at org.apache.karaf.util.tracker.BaseActivator.run(BaseActivator.java:292) 
> [25:org.apache.karaf.deployer.features:4.2.2]
> 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)
>  [?:?]{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (KARAF-6074) Race condition between the FeaturesService and FeatureDeploymentListener

2023-07-20 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-6074:


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

[KARAF-6074] Prevent duplicate PIDs from factory PID defined in feature config

(cherry picked from commit f5ee79652dfc3f8d8c25620abce60910b63c55da)


> Race condition between the FeaturesService and FeatureDeploymentListener
> 
>
> Key: KARAF-6074
> URL: https://issues.apache.org/jira/browse/KARAF-6074
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.2.2, 4.2.4
> Environment: Karaf 4.2.2 Windows 7 and Equinox
>Reporter: J. Brébec
>Assignee: Jean-Baptiste Onofré
>Priority: Critical
>
> On the first start of a custom Karaf container (4.2.2), the logs shows a log 
> of NPE in FeatureDeploymentListener.
> After some analysis of this Exception, it's look like a race condition 
> between the FeaturesService and the FeatureDeploymentListener :
>  # The FeaturesService starts and launch a provisioning in another thread
>  # a FeatureDeploymentListener is registered, and call bundleChanged for 
> every bundle installed (the startup bundles)
>  # It calls FeaturesService.state.requirements and get an empty map
>  # Updating the root regions in the requirements map fails with an NPE
>  # Some times later, the deployment task launched at step 1 is started, and 
> FeaturesService.saveState() is called : state.requirements."root region" is 
> initialised
> The step 5 is executed in another thread, so it can happens before step 2 
> (and it works) or after, causing this NPE
> Moreover, some methods in FeaturesService assume that 
> state.requirements."root region" exists. There are probably others npe here.
>  
> {code:java}
> 14:37:55.668 ERROR [activator-1-thread-2] Unable to update deployed features 
> for bundle: org.eclipse.osgi - 3.12.100.v20180210-1608
> java.lang.NullPointerException: null
> at 
> org.apache.karaf.deployer.features.FeatureDeploymentListener.bundleChanged(FeatureDeploymentListener.java:247)
>  [25:org.apache.karaf.deployer.features:4.2.2]
> at 
> org.apache.karaf.deployer.features.FeatureDeploymentListener.init(FeatureDeploymentListener.java:95)
>  [25:org.apache.karaf.deployer.features:4.2.2]
> at 
> org.apache.karaf.deployer.features.osgi.Activator.doStart(Activator.java:52) 
> [25:org.apache.karaf.deployer.features:4.2.2]
> at org.apache.karaf.util.tracker.BaseActivator.run(BaseActivator.java:292) 
> [25:org.apache.karaf.deployer.features:4.2.2]
> 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)
>  [?:?]{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


<    9   10   11   12   13   14   15   16   17   18   >