[VOTE] Apache Aries JAX RS Whiteboard 2.0.2 release

2022-12-29 Thread Jean-Baptiste Onofré
Hi all,

I submit the Aries JAX RS Whiteboard 2.0.2 release to your vote.

This release contains several improvements and fixes, especially:
- refactoring and improvements on the Aries JAX RS Whiteboard Karaf features
- dependency updates

You can take a look on Release Notes for details:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310981=12352062

Maven Staging Repository:
https://repository.apache.org/content/repositories/orgapachearies-1213/

Dist Staging Repository:
https://dist.apache.org/repos/dist/dev/aries/jax-rs-whiteboard/

Git tag:
org.apache.aries.jax.rs-2.0.2

Please vote to approve this release:
[ ] +1 Approve the release
[ ] -1 Don't approve the release (please provide specific comments)

This vote will be open for at least 72 hours.

Regards
JB


[jira] [Resolved] (ARIES-1967) JAXRS Resource doesn't register anymore

2022-12-29 Thread Jira


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

Jean-Baptiste Onofré resolved ARIES-1967.
-
Resolution: Fixed

> JAXRS Resource doesn't register anymore
> ---
>
> Key: ARIES-1967
> URL: https://issues.apache.org/jira/browse/ARIES-1967
> Project: Aries
>  Issue Type: Bug
>  Components: jax-rs-whiteboard
>Affects Versions: jax-rs-whiteboard-1.0.7
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: jax-rs-whiteboard-2.0.2
>
>
> The following example works fine with Aries JAX-RS Whiteboard 1.0.6: 
> [https://github.com/apache/karaf/tree/master/examples/karaf-rest-example/karaf-rest-example-whiteboard]
> However, it doesn't work anymore with 1.0.7: the jaxrs resource is not 
> registered at all (nothing displayed in {{http:list}}).
> It might be related to CXF change or whiteboard. I will fix that.



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


[jira] [Resolved] (ARIES-1970) ClassCastException in Karaf ITests when using CXF JAX-RS WebClient and Whiteboard

2022-12-29 Thread Jira


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

Jean-Baptiste Onofré resolved ARIES-1970.
-
Resolution: Fixed

> ClassCastException in Karaf ITests when using CXF JAX-RS WebClient and 
> Whiteboard
> -
>
> Key: ARIES-1970
> URL: https://issues.apache.org/jira/browse/ARIES-1970
> Project: Aries
>  Issue Type: Bug
>  Components: jax-rs-whiteboard
>Affects Versions: jax-rs-whiteboard-1.0.5, jax-rs-whiteboard-1.0.7, 
> jax-rs-whiteboard-1.0.6
> Environment: Karaf 4.3.0.RC1 (with default CXF: 3.3.5) + Whiteboard 
> 1.0.6 (with default CXF: 3.2.5)
> Karaf 4.3.0.RC1 (rebuilt with CXF: 3.2.5) + Whiteboard 1.0.6 (with default 
> CXF: 3.2.5)
> Karaf 4.2.6 + Whiteboard 1.0.5
>Reporter: Alexey Ivanov
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: jax-rs-whiteboard-2.0.2
>
>
> Could be related with https://issues.apache.org/jira/browse/ARIES-1969
> May be caused by mixed up classes from different OSGi classpathes (repackaged 
> CXF copy in Whiteboard and CXF copy from jax-rs) due to to CXF singletones or 
> Karaf+Pax-Exam dynamic packages.
> Bug disappears after we moved out repackaged CXF from Aries JAX-RR Whiteboard 
> into external dependency.
> Steps to reproduce:
> {code:java}
> Deploy whiteboard example from karaf-rest-example-whiteboard
> Deploy cxf-jaxrs
> Create org.apache.cxf.jaxrs.client.WebClient. E.g. WebClient client = 
> WebClient.create(address); 
> Then ClassCastException occurs
> {code}
>  
> {code:java}
> java.lang.RuntimeException: java.lang.ClassCastException: Cannot cast 
> org.apache.cxf.bus.managers.ClientLifeCycleManagerImpl to 
> org.apache.cxf.endpoint.ClientLifeCycleManager
>  at 
> org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean.createWebClient(JAXRSClientFactoryBean.java:234)
>  at org.apache.cxf.jaxrs.client.WebClient.create(WebClient.java:115)
>  at 
> org.apache.karaf.itests.examples.RestExampleTest.testWhiteboardWithCxfWebClient(RestExampleTest.java:180)
>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>  at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.lang.reflect.Method.invoke(Method.java:498)
>  at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>  at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>  at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>  at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>  at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>  at 
> org.apache.karaf.itests.KarafTestSupport$Retry$1.evaluate(KarafTestSupport.java:139)
>  at org.junit.rules.RunRules.evaluate(RunRules.java:20)
>  at 
> org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97)
>  at 
> org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84)
>  at 
> org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75)
>  at 
> org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43)
>  at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>  at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>  at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
>  at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
>  at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
>  at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>  at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
>  at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
>  at 
> org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124)
>  at 
> org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97)
>  at 
> org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73)
>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>  at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.lang.reflect.Method.invoke(Method.java:498)
>  at 
> org.ops4j.pax.exam.rbc.internal.RemoteBundleContextImpl.remoteCall(RemoteBundleContextImpl.java:92)
>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>  at 
> 

[jira] [Resolved] (ARIES-1969) Aries JAX-RS Whiteboard causes ClassCastException for bundles where CXF is used

2022-12-29 Thread Jira


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

Jean-Baptiste Onofré resolved ARIES-1969.
-
Resolution: Fixed

> Aries JAX-RS Whiteboard causes ClassCastException for bundles where CXF is 
> used
> ---
>
> Key: ARIES-1969
> URL: https://issues.apache.org/jira/browse/ARIES-1969
> Project: Aries
>  Issue Type: Bug
>  Components: jax-rs-whiteboard
>Affects Versions: jax-rs-whiteboard-1.0.5, jax-rs-whiteboard-1.0.7, 
> jax-rs-whiteboard-1.0.6
> Environment: Environment: Karaf 4.2.8
> CXF: 3.3.4
>  
>  
>Reporter: Joao Assuncao
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: jax-rs-whiteboard-2.0.2
>
>
> Installing a bundle where CXF is used, for example, a SOAP web service, while 
> jax-rs-whiteboard is running will result in class cast exceptions. 
> This only happens if the bundle providing the SOAP WS starts after 
> jax-rs-whiteboard. This is probably a result of repacked extensions in 
> jax-rs-whiteboard getting registered.
> Steps to reproduce:
>  
> {noformat}
> feature:install aries-jax-rs-whiteboard
> install -s mvn:org.apache.karaf.examples/karaf-soap-example-api/4.2.8
> install -s mvn:org.apache.karaf.examples/karaf-soap-example-scr/4.2.8 
> {noformat}
>  
> {noformat}
> 2020-01-24T09:59:09,996 | ERROR | pipe-restart 221 | karaf-soap-example-scr   
> | 221 - org.apache.karaf.examples.karaf-soap-example-scr - 4.2.8 | 
> bundle org.apache.karaf.examples.karaf-soap-example-scr:4.2.8 (221)[org.
> apache.karaf.examples.soap.scr.SoapService(44)] : The activate method has 
> thrown an exception
> java.lang.ClassCastException: Cannot cast 
> org.apache.cxf.service.factory.FactoryBeanListenerManager to 
> org.apache.cxf.service.factory.FactoryBeanListenerManager
> at java.lang.Class.cast(Class.java:3369) ~[?:1.8.0_144]
> at 
> org.apache.cxf.bus.extension.ExtensionManagerImpl.getBeanOfType(ExtensionManagerImpl.java:307)
>  ~[?:?]
> at 
> org.apache.cxf.bus.extension.ExtensionManagerBus.getExtension(ExtensionManagerBus.java:181)
>  ~[?:?]
> at 
> org.apache.cxf.service.factory.AbstractServiceFactoryBean.setBus(AbstractServiceFactoryBean.java:98)
>  ~[?:?]
> at 
> org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.initializeServiceFactory(AbstractWSDLBasedEndpointFactory.java:248)
>  ~[?:?]
> at 
> org.apache.cxf.frontend.ServerFactoryBean.initializeServiceFactory(ServerFactoryBean.java:238)
>  ~[?:?]
> at 
> org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpoint(AbstractWSDLBasedEndpointFactory.java:102)
>  ~[?:?]
> at 
> org.apache.cxf.frontend.ServerFactoryBean.create(ServerFactoryBean.java:168) 
> ~[?:?]
> at 
> org.apache.cxf.jaxws.JaxWsServerFactoryBean.create(JaxWsServerFactoryBean.java:211)
>  ~[?:?]
> at 
> org.apache.karaf.examples.soap.scr.SoapService.activate(SoapService.java:38) 
> ~[?:?]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
> ~[?:1.8.0_144]
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
> ~[?:1.8.0_144]
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[?:1.8.0_144]
> at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
> at 
> org.apache.felix.scr.impl.inject.methods.BaseMethod.invokeMethod(BaseMethod.java:228)
>  ~[!/:?]
> {noformat}
>  
>  
>  



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


[jira] [Resolved] (ARIES-2031) Update JAXRS Karaf features to reference CXF

2022-12-29 Thread Jira


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

Jean-Baptiste Onofré resolved ARIES-2031.
-
Resolution: Fixed

> Update JAXRS Karaf features to reference CXF
> 
>
> Key: ARIES-2031
> URL: https://issues.apache.org/jira/browse/ARIES-2031
> Project: Aries
>  Issue Type: Improvement
>  Components: jax-rs-whiteboard
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: jax-rs-whiteboard-2.0.2
>
>
> As JAXRS now doesn't embed CXF anymore, the features should be updated to 
> "reference" CXF.



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


[jira] [Resolved] (ARIES-2079) jax-rs-whiteboard karaf feature should install stax 6.2.0 bundle

2022-12-29 Thread Jira


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

Jean-Baptiste Onofré resolved ARIES-2079.
-
Resolution: Fixed

> jax-rs-whiteboard karaf feature should install stax 6.2.0 bundle
> 
>
> Key: ARIES-2079
> URL: https://issues.apache.org/jira/browse/ARIES-2079
> Project: Aries
>  Issue Type: Bug
>  Components: jax-rs-whiteboard
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: jax-rs-whiteboard-2.0.2
>
>
> {code:java}
> nable to resolve org.apache.aries.jax.rs.whiteboard/2.0.1: missing 
> requirement [org.apache.aries.jax.rs.whiteboard/2.0.1] osgi.wiring.package; 
> filter:="(&(osgi.wirng.package=com.ctc.wstx.stax)(version>=6.2.0)(!(version>=7.0.0)))"
>  {code}



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


[jira] [Deleted] (ARIES-2105) Upgrade to openapi 2.2.7

2022-12-29 Thread Jira


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

Jean-Baptiste Onofré deleted ARIES-2105:



> Upgrade to openapi 2.2.7
> 
>
> Key: ARIES-2105
> URL: https://issues.apache.org/jira/browse/ARIES-2105
> Project: Aries
>  Issue Type: Dependency upgrade
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
>




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


[jira] [Resolved] (ARIES-2090) Verify and improve Aries JAXRS Whiteboard Karaf features repository

2022-12-29 Thread Jira


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

Jean-Baptiste Onofré resolved ARIES-2090.
-
Resolution: Fixed

> Verify and improve Aries JAXRS Whiteboard Karaf features repository
> ---
>
> Key: ARIES-2090
> URL: https://issues.apache.org/jira/browse/ARIES-2090
> Project: Aries
>  Issue Type: Bug
>  Components: jax-rs-whiteboard
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: jax-rs-whiteboard-2.0.2
>
>




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


[jira] [Commented] (ARIES-2090) Verify and improve Aries JAXRS Whiteboard Karaf features repository

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


[ 
https://issues.apache.org/jira/browse/ARIES-2090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17653037#comment-17653037
 ] 

ASF subversion and git services commented on ARIES-2090:


Commit 005719c6aa17054ab71251d97532374064dcc0e8 in aries-jax-rs-whiteboard's 
branch refs/heads/master from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=aries-jax-rs-whiteboard.git;h=005719c ]

Merge pull request #199 from jbonofre/ARIES-2090

[ARIES-2090] Refactore and fix Karaf features

> Verify and improve Aries JAXRS Whiteboard Karaf features repository
> ---
>
> Key: ARIES-2090
> URL: https://issues.apache.org/jira/browse/ARIES-2090
> Project: Aries
>  Issue Type: Bug
>  Components: jax-rs-whiteboard
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: jax-rs-whiteboard-2.0.2
>
>




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


[jira] [Commented] (ARIES-2090) Verify and improve Aries JAXRS Whiteboard Karaf features repository

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


[ 
https://issues.apache.org/jira/browse/ARIES-2090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17653036#comment-17653036
 ] 

ASF subversion and git services commented on ARIES-2090:


Commit db4317c28614b7b0de9c6f4039dd0884061a4513 in aries-jax-rs-whiteboard's 
branch refs/heads/master from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=aries-jax-rs-whiteboard.git;h=db4317c ]

[ARIES-2090] Refactore and fix Karaf features


> Verify and improve Aries JAXRS Whiteboard Karaf features repository
> ---
>
> Key: ARIES-2090
> URL: https://issues.apache.org/jira/browse/ARIES-2090
> Project: Aries
>  Issue Type: Bug
>  Components: jax-rs-whiteboard
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: jax-rs-whiteboard-2.0.2
>
>




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


[GitHub] [aries-jax-rs-whiteboard] jbonofre merged pull request #199: [ARIES-2090] Refactore and fix Karaf features

2022-12-29 Thread GitBox


jbonofre merged PR #199:
URL: https://github.com/apache/aries-jax-rs-whiteboard/pull/199


-- 
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: dev-unsubscr...@aries.apache.org

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



[jira] [Created] (ARIES-2105) Upgrade to openapi 2.2.7

2022-12-29 Thread Jira
Jean-Baptiste Onofré created ARIES-2105:
---

 Summary: Upgrade to openapi 2.2.7
 Key: ARIES-2105
 URL: https://issues.apache.org/jira/browse/ARIES-2105
 Project: Aries
  Issue Type: Dependency upgrade
  Components: jax-rs-whiteboard
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
 Fix For: jax-rs-whiteboard-2.0.2






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


[jira] [Resolved] (ARIES-2104) Upgrade to flatten-maven-plugin 1.3.0

2022-12-29 Thread Jira


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

Jean-Baptiste Onofré resolved ARIES-2104.
-
Resolution: Fixed

> Upgrade to flatten-maven-plugin 1.3.0
> -
>
> Key: ARIES-2104
> URL: https://issues.apache.org/jira/browse/ARIES-2104
> Project: Aries
>  Issue Type: Dependency upgrade
>  Components: jax-rs-whiteboard
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: jax-rs-whiteboard-2.0.2
>
>




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


[jira] [Commented] (ARIES-2104) Upgrade to flatten-maven-plugin 1.3.0

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


[ 
https://issues.apache.org/jira/browse/ARIES-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17653032#comment-17653032
 ] 

ASF subversion and git services commented on ARIES-2104:


Commit 16253469dbddab2ce5dd659b91e998e65ce8d963 in aries-jax-rs-whiteboard's 
branch refs/heads/master from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=aries-jax-rs-whiteboard.git;h=1625346 ]

[ARIES-2104] Upgrade to flatten-maven-plugin 1.3.0


> Upgrade to flatten-maven-plugin 1.3.0
> -
>
> Key: ARIES-2104
> URL: https://issues.apache.org/jira/browse/ARIES-2104
> Project: Aries
>  Issue Type: Dependency upgrade
>  Components: jax-rs-whiteboard
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: jax-rs-whiteboard-2.0.2
>
>




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


[jira] [Commented] (ARIES-2104) Upgrade to flatten-maven-plugin 1.3.0

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


[ 
https://issues.apache.org/jira/browse/ARIES-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17653033#comment-17653033
 ] 

ASF subversion and git services commented on ARIES-2104:


Commit 207e6a402226af3be604d0e487f4acb0f06dc7f0 in aries-jax-rs-whiteboard's 
branch refs/heads/master from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=aries-jax-rs-whiteboard.git;h=207e6a4 ]

Merge pull request #223 from jbonofre/ARIES-2104

[ARIES-2104] Upgrade to flatten-maven-plugin 1.3.0

> Upgrade to flatten-maven-plugin 1.3.0
> -
>
> Key: ARIES-2104
> URL: https://issues.apache.org/jira/browse/ARIES-2104
> Project: Aries
>  Issue Type: Dependency upgrade
>  Components: jax-rs-whiteboard
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: jax-rs-whiteboard-2.0.2
>
>




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


[GitHub] [aries-jax-rs-whiteboard] jbonofre merged pull request #223: [ARIES-2104] Upgrade to flatten-maven-plugin 1.3.0

2022-12-29 Thread GitBox


jbonofre merged PR #223:
URL: https://github.com/apache/aries-jax-rs-whiteboard/pull/223


-- 
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: dev-unsubscr...@aries.apache.org

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



[jira] [Created] (ARIES-2104) Upgrade to flatten-maven-plugin 1.3.0

2022-12-29 Thread Jira
Jean-Baptiste Onofré created ARIES-2104:
---

 Summary: Upgrade to flatten-maven-plugin 1.3.0
 Key: ARIES-2104
 URL: https://issues.apache.org/jira/browse/ARIES-2104
 Project: Aries
  Issue Type: Dependency upgrade
  Components: jax-rs-whiteboard
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
 Fix For: jax-rs-whiteboard-2.0.2






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


[GitHub] [aries-jax-rs-whiteboard] jbonofre closed pull request #221: Bump org.eclipse.osgi from 3.17.200 to 3.18.200

2022-12-29 Thread GitBox


jbonofre closed pull request #221: Bump org.eclipse.osgi from 3.17.200 to 
3.18.200
URL: https://github.com/apache/aries-jax-rs-whiteboard/pull/221


-- 
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: dev-unsubscr...@aries.apache.org

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



[GitHub] [aries-jax-rs-whiteboard] jbonofre closed pull request #222: Bump logback-classic from 1.2.11 to 1.4.5

2022-12-29 Thread GitBox


jbonofre closed pull request #222: Bump logback-classic from 1.2.11 to 1.4.5
URL: https://github.com/apache/aries-jax-rs-whiteboard/pull/222


-- 
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: dev-unsubscr...@aries.apache.org

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



[GitHub] [aries-jax-rs-whiteboard] dependabot[bot] commented on pull request #221: Bump org.eclipse.osgi from 3.17.200 to 3.18.200

2022-12-29 Thread GitBox


dependabot[bot] commented on PR #221:
URL: 
https://github.com/apache/aries-jax-rs-whiteboard/pull/221#issuecomment-1367738077

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`. You can also ignore 
all major, minor, or patch releases for a dependency by adding an [`ignore` 
condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore)
 with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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: dev-unsubscr...@aries.apache.org

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



[GitHub] [aries-jax-rs-whiteboard] dependabot[bot] commented on pull request #222: Bump logback-classic from 1.2.11 to 1.4.5

2022-12-29 Thread GitBox


dependabot[bot] commented on PR #222:
URL: 
https://github.com/apache/aries-jax-rs-whiteboard/pull/222#issuecomment-1367738038

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`. You can also ignore 
all major, minor, or patch releases for a dependency by adding an [`ignore` 
condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore)
 with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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: dev-unsubscr...@aries.apache.org

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



[GitHub] [aries-jax-rs-whiteboard] dependabot[bot] opened a new pull request, #222: Bump logback-classic from 1.2.11 to 1.4.5

2022-12-29 Thread GitBox


dependabot[bot] opened a new pull request, #222:
URL: https://github.com/apache/aries-jax-rs-whiteboard/pull/222

   Bumps [logback-classic](https://github.com/qos-ch/logback) from 1.2.11 to 
1.4.5.
   
   Commits
   
   https://github.com/qos-ch/logback/commit/34a6efc53416709b0f47701e9e7099531cb8b256;>34a6efc
 preparfe release 1.4.5
   https://github.com/qos-ch/logback/commit/0d3ac63114cf1ed2416aca285e96daa71a22ccb7;>0d3ac63
 fix LOGBACK-1698, [Nested appenders are not allowed] warning using 
SiftingApp...
   https://github.com/qos-ch/logback/commit/a64b8d43b497a39171253a7c7a67d7638b9f29cf;>a64b8d4
 make jakarta.servlet-api as both provided and optional
   https://github.com/qos-ch/logback/commit/114b3ded2dcbfec9dcf2d69d871297f5ac0ed673;>114b3de
 bump slf4j version
   https://github.com/qos-ch/logback/commit/1df66621e441e668816414fa21ea5942e5d92c43;>1df6662
 fix LOGBACK-1706
   https://github.com/qos-ch/logback/commit/ea165fb023f55aec48d3051b817105a69e881eb9;>ea165fb
 fix LOGBACK-1703
   https://github.com/qos-ch/logback/commit/9e07bd075abb3261ccb50f73f46c714a63506473;>9e07bd0
 fix LOGBACK-1703
   https://github.com/qos-ch/logback/commit/a871e9f1b52e49ebe2ca002a476062b85207fc9c;>a871e9f
 minor edits in README.md
   https://github.com/qos-ch/logback/commit/7dc0ce51185f4c887ae50f87f7530a1f89d339aa;>7dc0ce5
 Merge pull request https://github-redirect.dependabot.com/qos-ch/logback/issues/605;>#605
 from Zardoz89/patch-1
   https://github.com/qos-ch/logback/commit/7130dfe3a45816b073fbe6a4d05b7ee47f2d6cd1;>7130dfe
 README.md MUST inform about Java  Jackarta EE support
   Additional commits viewable in https://github.com/qos-ch/logback/compare/v_1.2.11...v_1.4.5;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic=maven=1.2.11=1.4.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
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: dev-unsubscr...@aries.apache.org

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



[GitHub] [aries-jax-rs-whiteboard] dependabot[bot] opened a new pull request, #221: Bump org.eclipse.osgi from 3.17.200 to 3.18.200

2022-12-29 Thread GitBox


dependabot[bot] opened a new pull request, #221:
URL: https://github.com/apache/aries-jax-rs-whiteboard/pull/221

   Bumps [org.eclipse.osgi](https://github.com/eclipse-equinox/equinox) from 
3.17.200 to 3.18.200.
   
   Commits
   
   See full diff in https://github.com/eclipse-equinox/equinox/commits;>compare view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclipse.platform:org.eclipse.osgi=maven=3.17.200=3.18.200)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
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: dev-unsubscr...@aries.apache.org

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