[jira] [Commented] (KARAF-7111) Karaf 4.3.1 Display Errors When Framework Security is enabled

2022-02-02 Thread Junghyun Lee (Jira)


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

Junghyun Lee commented on KARAF-7111:
-

 

Hello,

As Wael Megdich said, 
I also identified it as a problem caused by not allowing permission related to 
logging in the protection domain of {*}org.apache.felix.configadmin{*}.

 

!bundle-12.png|width=459,height=94! 
Therefore, I found karaf's system bundle configadmin (bundle id 12)


!permission.PNG|width=471,height=308! 

_\data\cache\bundle12\version0.1\bundle.jar_
And I found the jar file path where the system bundle(12) is located and 
modified the {*}local permission{*}.

 

It's a temporary measure, but we solved the problem by adding permission.
However, I have not yet checked the problem caused by the addition of the 
permission.
I hope it helped you.

Thank you.

> Karaf 4.3.1 Display Errors When Framework Security is enabled
> -
>
> Key: KARAF-7111
> URL: https://issues.apache.org/jira/browse/KARAF-7111
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.3.1
>Reporter: Wael Megdich
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Attachments: bundle-12.png, image-2021-04-29-09-41-59-693.png, 
> image-2021-04-29-14-33-22-207.png, permission.PNG
>
>
> Dears,
>  
> When enabling Karaf framework-security some errors will be displayed in the 
> container log.
> Configuration:
>  * Java Version: 11
>  * Karaf Version: 4.3.1
>  * etc/system.properties is configured as follows: 
> _java.security.policy==*${karaf.etc}/all.policy*_
> _org.osgi.framework.security=osgi_
>  
> When using Felix as OSGI framework I get this error: 
> _*ERROR* [FelixStartLevel] Unexpected problem calling configuration plugin 
> [org.osgi.service.cm.ConfigurationPlugin, id=31, 
> bundle=26/mvn:org.apache.karaf.config/org.apache.karaf.config.core/4.3.1]_
> _java.security.AccessControlException: access denied 
> ("java.lang.RuntimePermission" 
> "getenv.ORG_APACHE_KARAF_COMMAND_ACL_SHELL_EXEC")_
>  
> When switching to Equinox, I get this one:
> _*ERROR* [pipe-log:tail] Unexpected problem calling configuration plugin 
> [org.osgi.service.cm.ConfigurationPlugin, id=108, 
> bundle=26/mvn:org.apache.karaf.config/org.apache.karaf.config.core/4.3.1]_
> _java.security.AccessControlException: access denied 
> ("java.lang.RuntimePermission" "getenv.ORG_OPS4J_PAX_LOGGING_COLOR_DEBUG")_
>  
> Please note that such configuration is working with Karaf 4.1.0 and I get 
> this error when upgrading to Java 11 and Karaf 4.3.1
>  
> Do you have any idea about the origin of the issue ?
>  
> Thank you in advance.
> Best Regards.
>  
> Wael
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (KARAF-7111) Karaf 4.3.1 Display Errors When Framework Security is enabled

2022-02-02 Thread Junghyun Lee (Jira)


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

Junghyun Lee updated KARAF-7111:

Attachment: permission.PNG

> Karaf 4.3.1 Display Errors When Framework Security is enabled
> -
>
> Key: KARAF-7111
> URL: https://issues.apache.org/jira/browse/KARAF-7111
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.3.1
>Reporter: Wael Megdich
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Attachments: bundle-12.png, image-2021-04-29-09-41-59-693.png, 
> image-2021-04-29-14-33-22-207.png, permission.PNG
>
>
> Dears,
>  
> When enabling Karaf framework-security some errors will be displayed in the 
> container log.
> Configuration:
>  * Java Version: 11
>  * Karaf Version: 4.3.1
>  * etc/system.properties is configured as follows: 
> _java.security.policy==*${karaf.etc}/all.policy*_
> _org.osgi.framework.security=osgi_
>  
> When using Felix as OSGI framework I get this error: 
> _*ERROR* [FelixStartLevel] Unexpected problem calling configuration plugin 
> [org.osgi.service.cm.ConfigurationPlugin, id=31, 
> bundle=26/mvn:org.apache.karaf.config/org.apache.karaf.config.core/4.3.1]_
> _java.security.AccessControlException: access denied 
> ("java.lang.RuntimePermission" 
> "getenv.ORG_APACHE_KARAF_COMMAND_ACL_SHELL_EXEC")_
>  
> When switching to Equinox, I get this one:
> _*ERROR* [pipe-log:tail] Unexpected problem calling configuration plugin 
> [org.osgi.service.cm.ConfigurationPlugin, id=108, 
> bundle=26/mvn:org.apache.karaf.config/org.apache.karaf.config.core/4.3.1]_
> _java.security.AccessControlException: access denied 
> ("java.lang.RuntimePermission" "getenv.ORG_OPS4J_PAX_LOGGING_COLOR_DEBUG")_
>  
> Please note that such configuration is working with Karaf 4.1.0 and I get 
> this error when upgrading to Java 11 and Karaf 4.3.1
>  
> Do you have any idea about the origin of the issue ?
>  
> Thank you in advance.
> Best Regards.
>  
> Wael
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (KARAF-7111) Karaf 4.3.1 Display Errors When Framework Security is enabled

2022-02-02 Thread Junghyun Lee (Jira)


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

Junghyun Lee updated KARAF-7111:

Attachment: bundle-12.png

> Karaf 4.3.1 Display Errors When Framework Security is enabled
> -
>
> Key: KARAF-7111
> URL: https://issues.apache.org/jira/browse/KARAF-7111
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.3.1
>Reporter: Wael Megdich
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Attachments: bundle-12.png, image-2021-04-29-09-41-59-693.png, 
> image-2021-04-29-14-33-22-207.png
>
>
> Dears,
>  
> When enabling Karaf framework-security some errors will be displayed in the 
> container log.
> Configuration:
>  * Java Version: 11
>  * Karaf Version: 4.3.1
>  * etc/system.properties is configured as follows: 
> _java.security.policy==*${karaf.etc}/all.policy*_
> _org.osgi.framework.security=osgi_
>  
> When using Felix as OSGI framework I get this error: 
> _*ERROR* [FelixStartLevel] Unexpected problem calling configuration plugin 
> [org.osgi.service.cm.ConfigurationPlugin, id=31, 
> bundle=26/mvn:org.apache.karaf.config/org.apache.karaf.config.core/4.3.1]_
> _java.security.AccessControlException: access denied 
> ("java.lang.RuntimePermission" 
> "getenv.ORG_APACHE_KARAF_COMMAND_ACL_SHELL_EXEC")_
>  
> When switching to Equinox, I get this one:
> _*ERROR* [pipe-log:tail] Unexpected problem calling configuration plugin 
> [org.osgi.service.cm.ConfigurationPlugin, id=108, 
> bundle=26/mvn:org.apache.karaf.config/org.apache.karaf.config.core/4.3.1]_
> _java.security.AccessControlException: access denied 
> ("java.lang.RuntimePermission" "getenv.ORG_OPS4J_PAX_LOGGING_COLOR_DEBUG")_
>  
> Please note that such configuration is working with Karaf 4.1.0 and I get 
> this error when upgrading to Java 11 and Karaf 4.3.1
>  
> Do you have any idea about the origin of the issue ?
>  
> Thank you in advance.
> Best Regards.
>  
> Wael
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (KARAF-7312) Add support for JMX RMI credentials filter pattern

2022-02-02 Thread Jira


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

Jean-Baptiste Onofré commented on KARAF-7312:
-

Yes, that's why the fix version is 4.3.x/4.4.x, not 4.2.x.

> Add support for JMX RMI credentials filter pattern
> --
>
> Key: KARAF-7312
> URL: https://issues.apache.org/jira/browse/KARAF-7312
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: 4.4.0, 4.3.6
>
>
> We should configure an ObjectInputFilter for the JMX service.
> This can be done by setting a suitable filter configuration for the 
> {{jmx.remote.rmi.server.credentials.filter.pattern}} key that can be 
> specified within the environment variables when creating a new JMX server 
> instance. 
> For Karaf, it should be done in the connector factory.
> An example can be found here: 
> [https://github.com/openjdk/jdk/blob/master/src/jd]k.management.agent/share/classes/sun/management/jmxremote/ConnectorBootstrap.java#L525



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (KARAF-7312) Add support for JMX RMI credentials filter pattern

2022-02-02 Thread Grzegorz Grzybek (Jira)


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

Grzegorz Grzybek commented on KARAF-7312:
-

[~jbonofre] this looks like JDK11 only fix... 
{{javax.management.remote.rmi.RMIConnectorServer#CREDENTIALS_FILTER_PATTERN}} 
is not available in JDK8... Is this intended?

> Add support for JMX RMI credentials filter pattern
> --
>
> Key: KARAF-7312
> URL: https://issues.apache.org/jira/browse/KARAF-7312
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: 4.4.0, 4.3.6
>
>
> We should configure an ObjectInputFilter for the JMX service.
> This can be done by setting a suitable filter configuration for the 
> {{jmx.remote.rmi.server.credentials.filter.pattern}} key that can be 
> specified within the environment variables when creating a new JMX server 
> instance. 
> For Karaf, it should be done in the connector factory.
> An example can be found here: 
> [https://github.com/openjdk/jdk/blob/master/src/jd]k.management.agent/share/classes/sun/management/jmxremote/ConnectorBootstrap.java#L525



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (KARAF-7343) Upgrade to prometheus 0.14.1

2022-02-02 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7343:


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

[KARAF-7343] Upgrade to prometheus 0.14.1


> Upgrade to prometheus 0.14.1
> 
>
> Key: KARAF-7343
> URL: https://issues.apache.org/jira/browse/KARAF-7343
> 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.1#820001)


[jira] [Resolved] (KARAF-7343) Upgrade to prometheus 0.14.1

2022-02-02 Thread Jira


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

Jean-Baptiste Onofré resolved KARAF-7343.
-
Fix Version/s: decanter-2.9.0
   Resolution: Fixed

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




--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (KARAF-7343) Upgrade to prometheus 0.14.1

2022-02-02 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7343:


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

Merge pull request #282 from jbonofre/KARAF-7343

[KARAF-7343] Upgrade to prometheus 0.14.1

> Upgrade to prometheus 0.14.1
> 
>
> Key: KARAF-7343
> URL: https://issues.apache.org/jira/browse/KARAF-7343
> 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.1#820001)


[jira] [Commented] (KARAF-7343) Upgrade to prometheus 0.14.1

2022-02-02 Thread ASF GitHub Bot (Jira)


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

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

jbonofre merged pull request #282:
URL: https://github.com/apache/karaf-decanter/pull/282


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@karaf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade to prometheus 0.14.1
> 
>
> Key: KARAF-7343
> URL: https://issues.apache.org/jira/browse/KARAF-7343
> 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.1#820001)


[jira] [Resolved] (KARAF-7344) Upgrade to aws-java-sdk 1.12.136

2022-02-02 Thread Jira


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

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

> Upgrade to aws-java-sdk 1.12.136
> 
>
> Key: KARAF-7344
> URL: https://issues.apache.org/jira/browse/KARAF-7344
> 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.1#820001)


[jira] [Commented] (KARAF-7344) Upgrade to aws-java-sdk 1.12.136

2022-02-02 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7344:


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

Merge pull request #281 from jbonofre/KARAF-7344

[KARAF-7344] Upgrade to aws-java-sdk 1.12.136

> Upgrade to aws-java-sdk 1.12.136
> 
>
> Key: KARAF-7344
> URL: https://issues.apache.org/jira/browse/KARAF-7344
> 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.1#820001)


[jira] [Commented] (KARAF-7344) Upgrade to aws-java-sdk 1.12.136

2022-02-02 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7344:


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

[KARAF-7344] Upgrade to aws-java-sdk 1.12.136


> Upgrade to aws-java-sdk 1.12.136
> 
>
> Key: KARAF-7344
> URL: https://issues.apache.org/jira/browse/KARAF-7344
> 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.1#820001)


[jira] [Commented] (KARAF-7344) Upgrade to aws-java-sdk 1.12.136

2022-02-02 Thread ASF GitHub Bot (Jira)


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

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

jbonofre merged pull request #281:
URL: https://github.com/apache/karaf-decanter/pull/281


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@karaf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade to aws-java-sdk 1.12.136
> 
>
> Key: KARAF-7344
> URL: https://issues.apache.org/jira/browse/KARAF-7344
> 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.1#820001)


[jira] [Commented] (KARAF-7345) Upgrade to Jetty 9.4.44.v20210927

2022-02-02 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7345:


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

Merge pull request #280 from jbonofre/KARAF-7345

[KARAF-7345] Upgrade to Jetty 9.4.44.v20210927

> Upgrade to Jetty 9.4.44.v20210927
> -
>
> Key: KARAF-7345
> URL: https://issues.apache.org/jira/browse/KARAF-7345
> 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.1#820001)


[jira] [Commented] (KARAF-7345) Upgrade to Jetty 9.4.44.v20210927

2022-02-02 Thread ASF GitHub Bot (Jira)


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

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

jbonofre merged pull request #280:
URL: https://github.com/apache/karaf-decanter/pull/280


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@karaf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade to Jetty 9.4.44.v20210927
> -
>
> Key: KARAF-7345
> URL: https://issues.apache.org/jira/browse/KARAF-7345
> 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.1#820001)


[jira] [Commented] (KARAF-7345) Upgrade to Jetty 9.4.44.v20210927

2022-02-02 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7345:


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

[KARAF-7345] Upgrade to Jetty 9.4.44.v20210927


> Upgrade to Jetty 9.4.44.v20210927
> -
>
> Key: KARAF-7345
> URL: https://issues.apache.org/jira/browse/KARAF-7345
> 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.1#820001)


[jira] [Resolved] (KARAF-7345) Upgrade to Jetty 9.4.44.v20210927

2022-02-02 Thread Jira


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

Jean-Baptiste Onofré resolved KARAF-7345.
-
Fix Version/s: decanter-2.9.0
   Resolution: Fixed

> Upgrade to Jetty 9.4.44.v20210927
> -
>
> Key: KARAF-7345
> URL: https://issues.apache.org/jira/browse/KARAF-7345
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: decanter-2.9.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (KARAF-7346) Upgrade to lucene 8.11.1

2022-02-02 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7346:


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

[KARAF-7346] Upgrade to lucene 8.11.1


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




--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (KARAF-7346) Upgrade to lucene 8.11.1

2022-02-02 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7346:


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

Merge pull request #279 from jbonofre/KARAF-7346

[KARAF-7346] Upgrade to lucene 8.11.1

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




--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Resolved] (KARAF-7346) Upgrade to lucene 8.11.1

2022-02-02 Thread Jira


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

Jean-Baptiste Onofré resolved KARAF-7346.
-
Fix Version/s: decanter-2.9.0
   Resolution: Fixed

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




--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (KARAF-7346) Upgrade to lucene 8.11.1

2022-02-02 Thread ASF GitHub Bot (Jira)


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

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

jbonofre merged pull request #279:
URL: https://github.com/apache/karaf-decanter/pull/279


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@karaf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade to lucene 8.11.1
> 
>
> Key: KARAF-7346
> URL: https://issues.apache.org/jira/browse/KARAF-7346
> 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.1#820001)


[jira] [Resolved] (KARAF-7361) Upgrade to Camel 3.14.1

2022-02-02 Thread Jira


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

Jean-Baptiste Onofré resolved KARAF-7361.
-
Fix Version/s: decanter-2.9.0
   Resolution: Fixed

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




--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (KARAF-7361) Upgrade to Camel 3.14.1

2022-02-02 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7361:


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

Merge pull request #278 from jbonofre/KARAF-7361

[KARAF-7361] Upgrade to Apache Camel 3.14.1

> Upgrade to Camel 3.14.1
> ---
>
> Key: KARAF-7361
> URL: https://issues.apache.org/jira/browse/KARAF-7361
> 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.1#820001)


[jira] [Commented] (KARAF-7361) Upgrade to Camel 3.14.1

2022-02-02 Thread ASF GitHub Bot (Jira)


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

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

jbonofre merged pull request #278:
URL: https://github.com/apache/karaf-decanter/pull/278


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@karaf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade to Camel 3.14.1
> ---
>
> Key: KARAF-7361
> URL: https://issues.apache.org/jira/browse/KARAF-7361
> 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.1#820001)


[jira] [Commented] (KARAF-7361) Upgrade to Camel 3.14.1

2022-02-02 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on KARAF-7361:


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

[KARAF-7361] Upgrade to Apache Camel 3.14.1


> Upgrade to Camel 3.14.1
> ---
>
> Key: KARAF-7361
> URL: https://issues.apache.org/jira/browse/KARAF-7361
> 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.1#820001)