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 20b077a7b50c2bfeabbe9e3ead110672f9cb5375 Author: Raymond Auge <[email protected]> AuthorDate: Sun Nov 21 18:49:59 2021 -0500 select the correct EE for resolution while keeping compilation target level to Java 1.8 Signed-off-by: Raymond Auge <[email protected]> --- integrations/cxf-jettison/cxf-jettison-itest/itest.bndrun | 2 ++ integrations/jackson/jackson-itest/itest.bndrun | 2 ++ integrations/openapi/openapi-itest/itest.bndrun | 2 ++ integrations/rest-management/rest-management-itest/itest.bndrun | 2 ++ integrations/shiro/shiro-itest/itest.bndrun | 2 ++ jax-rs.example/aries-jaxrs-whiteboard-example.bndrun | 2 ++ jax-rs.example/aries-jaxrs-whiteboard-only.bndrun | 2 ++ jax-rs.itests/itest.bndrun | 2 ++ 8 files changed, 16 insertions(+) diff --git a/integrations/cxf-jettison/cxf-jettison-itest/itest.bndrun b/integrations/cxf-jettison/cxf-jettison-itest/itest.bndrun index 5cad81d..957d7ac 100644 --- a/integrations/cxf-jettison/cxf-jettison-itest/itest.bndrun +++ b/integrations/cxf-jettison/cxf-jettison-itest/itest.bndrun @@ -28,6 +28,8 @@ -runfw: org.eclipse.osgi +-runee: JavaSE-${java.specification.version} + -resolve.effective: resolve, active java.8.reqs: \ diff --git a/integrations/jackson/jackson-itest/itest.bndrun b/integrations/jackson/jackson-itest/itest.bndrun index 70e5180..b5905ca 100644 --- a/integrations/jackson/jackson-itest/itest.bndrun +++ b/integrations/jackson/jackson-itest/itest.bndrun @@ -28,6 +28,8 @@ -runfw: org.eclipse.osgi +-runee: JavaSE-${java.specification.version} + -resolve.effective: resolve, active java.8.reqs: \ diff --git a/integrations/openapi/openapi-itest/itest.bndrun b/integrations/openapi/openapi-itest/itest.bndrun index a821949..ead43a6 100644 --- a/integrations/openapi/openapi-itest/itest.bndrun +++ b/integrations/openapi/openapi-itest/itest.bndrun @@ -31,6 +31,8 @@ -runfw: org.eclipse.osgi +-runee: JavaSE-${java.specification.version} + -resolve.effective: resolve, active java.8.reqs: \ diff --git a/integrations/rest-management/rest-management-itest/itest.bndrun b/integrations/rest-management/rest-management-itest/itest.bndrun index 637ff8d..f1ebb32 100644 --- a/integrations/rest-management/rest-management-itest/itest.bndrun +++ b/integrations/rest-management/rest-management-itest/itest.bndrun @@ -35,6 +35,8 @@ jaxb.export: javax.xml.bind;javax.xml.bind.annotation;javax.xml.bind.helpers;jav -runfw: org.eclipse.osgi +-runee: JavaSE-${java.specification.version} + #-runjdb: 8000 #-runtrace: true diff --git a/integrations/shiro/shiro-itest/itest.bndrun b/integrations/shiro/shiro-itest/itest.bndrun index 1f9c38c..a5571d0 100644 --- a/integrations/shiro/shiro-itest/itest.bndrun +++ b/integrations/shiro/shiro-itest/itest.bndrun @@ -28,6 +28,8 @@ -runfw: org.eclipse.osgi +-runee: JavaSE-${java.specification.version} + -resolve.effective: resolve, active java.8.reqs: \ diff --git a/jax-rs.example/aries-jaxrs-whiteboard-example.bndrun b/jax-rs.example/aries-jaxrs-whiteboard-example.bndrun index 67099d7..a5d6736 100644 --- a/jax-rs.example/aries-jaxrs-whiteboard-example.bndrun +++ b/jax-rs.example/aries-jaxrs-whiteboard-example.bndrun @@ -28,6 +28,8 @@ -runfw: org.eclipse.osgi +-runee: JavaSE-${java.specification.version} + #-runjdb: 8000 #-runtrace: true diff --git a/jax-rs.example/aries-jaxrs-whiteboard-only.bndrun b/jax-rs.example/aries-jaxrs-whiteboard-only.bndrun index 4670f1f..cdfd3aa 100644 --- a/jax-rs.example/aries-jaxrs-whiteboard-only.bndrun +++ b/jax-rs.example/aries-jaxrs-whiteboard-only.bndrun @@ -28,6 +28,8 @@ -runfw: org.eclipse.osgi +-runee: JavaSE-${java.specification.version} + #-runjdb: 8000 #-runtrace: true diff --git a/jax-rs.itests/itest.bndrun b/jax-rs.itests/itest.bndrun index 02cc64c..a8f8532 100644 --- a/jax-rs.itests/itest.bndrun +++ b/jax-rs.itests/itest.bndrun @@ -28,6 +28,8 @@ -runfw: org.eclipse.osgi +-runee: JavaSE-${java.specification.version} + #-runjdb: 8000 #-runtrace: true
