This is an automated email from the ASF dual-hosted git repository. rotty3000 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git
commit 2d254519dd80c1391432adc39ac9039aef247020 Author: Raymond Auge <[email protected]> AuthorDate: Wed Nov 17 13:19:58 2021 -0500 update resolution results Signed-off-by: Raymond Auge <[email protected]> --- integrations/cxf-jettison/cxf-jettison-itest/itest.bndrun | 4 ++-- integrations/jackson/jackson-itest/itest.bndrun | 4 ++-- integrations/openapi/openapi-itest/itest.bndrun | 4 ++-- integrations/rest-management/rest-management-itest/itest.bndrun | 8 ++++---- integrations/shiro/shiro-itest/itest.bndrun | 4 ++-- jax-rs.example/aries-jaxrs-whiteboard-example.bndrun | 4 ++-- jax-rs.example/aries-jaxrs-whiteboard-only.bndrun | 4 ++-- jax-rs.itests/itest.bndrun | 4 ++-- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/integrations/cxf-jettison/cxf-jettison-itest/itest.bndrun b/integrations/cxf-jettison/cxf-jettison-itest/itest.bndrun index 0ed9fd8..5cad81d 100644 --- a/integrations/cxf-jettison/cxf-jettison-itest/itest.bndrun +++ b/integrations/cxf-jettison/cxf-jettison-itest/itest.bndrun @@ -73,8 +73,8 @@ java.9.plus.reqs: \ org.apache.ws.xmlschema.core;version='[2.2.5,2.2.6)',\ org.codehaus.jettison.jettison;version='[1.4.1,1.4.2)',\ org.osgi.service.jaxrs;version='[1.0.1,1.0.2)',\ - org.osgi.util.function;version='[1.1.0,1.1.1)',\ - org.osgi.util.promise;version='[1.1.1,1.1.2)',\ + org.osgi.util.function;version='[1.2.0,1.2.1)',\ + org.osgi.util.promise;version='[1.2.0,1.2.1)',\ stax2-api;version='[4.2.1,4.2.2)' blacklist.java.8.jaxb: osgi.identity;filter:=(osgi.identity=jakarta.xml.bind-api) diff --git a/integrations/jackson/jackson-itest/itest.bndrun b/integrations/jackson/jackson-itest/itest.bndrun index e161297..70e5180 100644 --- a/integrations/jackson/jackson-itest/itest.bndrun +++ b/integrations/jackson/jackson-itest/itest.bndrun @@ -77,8 +77,8 @@ java.9.plus.reqs: \ org.apache.servicemix.bundles.junit;version='[4.13.2,4.13.3)',\ org.apache.ws.xmlschema.core;version='[2.2.5,2.2.6)',\ org.osgi.service.jaxrs;version='[1.0.1,1.0.2)',\ - org.osgi.util.function;version='[1.1.0,1.1.1)',\ - org.osgi.util.promise;version='[1.1.1,1.1.2)',\ + org.osgi.util.function;version='[1.2.0,1.2.1)',\ + org.osgi.util.promise;version='[1.2.0,1.2.1)',\ stax2-api;version='[4.2.1,4.2.2)' -runstartlevel: \ diff --git a/integrations/openapi/openapi-itest/itest.bndrun b/integrations/openapi/openapi-itest/itest.bndrun index 9e7f0f6..a821949 100644 --- a/integrations/openapi/openapi-itest/itest.bndrun +++ b/integrations/openapi/openapi-itest/itest.bndrun @@ -88,8 +88,8 @@ java.9.plus.reqs: \ org.apache.servicemix.bundles.junit;version='[4.13.2,4.13.3)',\ org.apache.ws.xmlschema.core;version='[2.2.5,2.2.6)',\ org.osgi.service.jaxrs;version='[1.0.1,1.0.2)',\ - org.osgi.util.function;version='[1.1.0,1.1.1)',\ - org.osgi.util.promise;version='[1.1.1,1.1.2)',\ + org.osgi.util.function;version='[1.2.0,1.2.1)',\ + org.osgi.util.promise;version='[1.2.0,1.2.1)',\ org.yaml.snakeyaml;version='[1.27.0,1.27.1)',\ stax2-api;version='[4.2.1,4.2.2)' diff --git a/integrations/rest-management/rest-management-itest/itest.bndrun b/integrations/rest-management/rest-management-itest/itest.bndrun index eb75056..637ff8d 100644 --- a/integrations/rest-management/rest-management-itest/itest.bndrun +++ b/integrations/rest-management/rest-management-itest/itest.bndrun @@ -126,10 +126,10 @@ java.9.plus.reqs: \ org.osgi.test.assertj.framework;version='[1.0.1,1.0.2)',\ org.osgi.test.common;version='[1.0.1,1.0.2)',\ org.osgi.test.junit5;version='[1.0.1,1.0.2)',\ - org.osgi.util.function;version='[1.1.0,1.1.1)',\ - org.osgi.util.promise;version='[1.1.1,1.1.2)',\ - org.xmlunit.xmlunit-assertj3;version='[2.8.2,2.8.3)',\ - org.xmlunit.xmlunit-core;version='[2.8.2,2.8.3)',\ + org.osgi.util.function;version='[1.2.0,1.2.1)',\ + org.osgi.util.promise;version='[1.2.0,1.2.1)',\ + org.xmlunit.xmlunit-assertj3;version='[2.8.3,2.8.4)',\ + org.xmlunit.xmlunit-core;version='[2.8.3,2.8.4)',\ org.yaml.snakeyaml;version='[1.27.0,1.27.1)',\ stax2-api;version='[4.2.1,4.2.2)' diff --git a/integrations/shiro/shiro-itest/itest.bndrun b/integrations/shiro/shiro-itest/itest.bndrun index 1e00c65..1f9c38c 100644 --- a/integrations/shiro/shiro-itest/itest.bndrun +++ b/integrations/shiro/shiro-itest/itest.bndrun @@ -77,8 +77,8 @@ java.9.plus.reqs: \ org.apache.shiro.web.jaxrs;version='[1.8.0,1.8.1)',\ org.apache.ws.xmlschema.core;version='[2.2.5,2.2.6)',\ org.osgi.service.jaxrs;version='[1.0.1,1.0.2)',\ - org.osgi.util.function;version='[1.1.0,1.1.1)',\ - org.osgi.util.promise;version='[1.1.1,1.1.2)',\ + org.osgi.util.function;version='[1.2.0,1.2.1)',\ + org.osgi.util.promise;version='[1.2.0,1.2.1)',\ stax2-api;version='[4.2.1,4.2.2)' blacklist.java.8.jaxb: osgi.identity;filter:=(osgi.identity=jakarta.xml.bind-api) diff --git a/jax-rs.example/aries-jaxrs-whiteboard-example.bndrun b/jax-rs.example/aries-jaxrs-whiteboard-example.bndrun index 533629b..67099d7 100644 --- a/jax-rs.example/aries-jaxrs-whiteboard-example.bndrun +++ b/jax-rs.example/aries-jaxrs-whiteboard-example.bndrun @@ -70,8 +70,8 @@ org.apache.geronimo.specs.geronimo-jaxrs_2.1_spec;version='[1.1.0,1.1.1)',\ org.apache.ws.xmlschema.core;version='[2.2.5,2.2.6)',\ org.osgi.service.jaxrs;version='[1.0.1,1.0.2)',\ - org.osgi.util.function;version='[1.1.0,1.1.1)',\ - org.osgi.util.promise;version='[1.1.1,1.1.2)',\ + org.osgi.util.function;version='[1.2.0,1.2.1)',\ + org.osgi.util.promise;version='[1.2.0,1.2.1)',\ stax2-api;version='[4.2.1,4.2.2)' -runstartlevel: \ diff --git a/jax-rs.example/aries-jaxrs-whiteboard-only.bndrun b/jax-rs.example/aries-jaxrs-whiteboard-only.bndrun index 5312c12..4670f1f 100644 --- a/jax-rs.example/aries-jaxrs-whiteboard-only.bndrun +++ b/jax-rs.example/aries-jaxrs-whiteboard-only.bndrun @@ -64,8 +64,8 @@ org.apache.geronimo.specs.geronimo-jaxrs_2.1_spec;version='[1.1.0,1.1.1)',\ org.apache.ws.xmlschema.core;version='[2.2.5,2.2.6)',\ org.osgi.service.jaxrs;version='[1.0.1,1.0.2)',\ - org.osgi.util.function;version='[1.1.0,1.1.1)',\ - org.osgi.util.promise;version='[1.1.1,1.1.2)',\ + org.osgi.util.function;version='[1.2.0,1.2.1)',\ + org.osgi.util.promise;version='[1.2.0,1.2.1)',\ stax2-api;version='[4.2.1,4.2.2)' -runstartlevel: \ diff --git a/jax-rs.itests/itest.bndrun b/jax-rs.itests/itest.bndrun index 92a0c26..02cc64c 100644 --- a/jax-rs.itests/itest.bndrun +++ b/jax-rs.itests/itest.bndrun @@ -78,8 +78,8 @@ java.9.plus.reqs: \ org.apache.servicemix.bundles.junit;version='[4.13.2,4.13.3)',\ org.apache.ws.xmlschema.core;version='[2.2.5,2.2.6)',\ org.osgi.service.jaxrs;version='[1.0.1,1.0.2)',\ - org.osgi.util.function;version='[1.1.0,1.1.1)',\ - org.osgi.util.promise;version='[1.1.1,1.1.2)',\ + org.osgi.util.function;version='[1.2.0,1.2.1)',\ + org.osgi.util.promise;version='[1.2.0,1.2.1)',\ stax2-api;version='[4.2.1,4.2.2)'
