Skip to content

Commit

Permalink
Reverted version of JE runtime to JavaSE-11 in all bndrun files.
Browse files Browse the repository at this point in the history
Signed-off-by: David Leangen <osgi@leangen.net>
  • Loading branch information
David Leangen committed Jan 30, 2024
1 parent dce1c53 commit b5c6c79
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion core/impl/integration-test.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
bnd.identity;id='ch.qos.logback.classic'
-resolve.effective: active

-runee: JavaSE-17
-runee: JavaSE-11
-runfw: org.apache.felix.framework
-runproperties: \
org.osgi.framework.bootdelegation=org.mockito.internal.creation.bytebuddy.inject
Expand Down
2 changes: 1 addition & 1 deletion northbound/filters/ldap/integration-test.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
bnd.identity;id='ch.qos.logback.classic'
-resolve.effective: active

-runee: JavaSE-17
-runee: JavaSE-11
-runfw: org.apache.felix.framework

# This blacklist ensures consistent resolution locally and in CI
Expand Down
2 changes: 1 addition & 1 deletion northbound/query-handler/integration-test.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
-runblacklist: bnd.identity;id='org.gecko.emf.osgi.api',\
bnd.identity;id='org.osgi.service.cm'

-runee: JavaSE-17
-runee: JavaSE-11
-runfw: org.apache.felix.framework

# This will help us keep -runbundles sorted
Expand Down
2 changes: 1 addition & 1 deletion northbound/rest/integration-test.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
bnd.identity;id='ch.qos.logback.classic'
-resolve.effective: active

-runee: JavaSE-17
-runee: JavaSE-11
-runfw: org.apache.felix.framework

# These packages are also provided by the gecko.emf.osgi.component project
Expand Down
2 changes: 1 addition & 1 deletion northbound/security/openid-connect/integration-test.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
bnd.identity;id='ch.qos.logback.classic'
-resolve.effective: active

-runee: JavaSE-17
-runee: JavaSE-11
-runfw: org.apache.felix.framework
-runproperties: \
org.osgi.framework.bootdelegation=org.mockito.internal.creation.bytebuddy.inject
Expand Down
2 changes: 1 addition & 1 deletion northbound/sensorthings/mqtt/integration-test.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
bnd.identity;id='org.osgi.service.cm',\
bnd.identity;id='slf4j.reload4k'

-runee: JavaSE-17
-runee: JavaSE-11
-runfw: org.apache.felix.framework

# This will help us keep -runbundles sorted
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

-resolve.effective: active

-runee: JavaSE-17
-runee: JavaSE-11
-runfw: org.apache.felix.framework

# These packages are also provided by the gecko.emf.osgi.component project
Expand Down
2 changes: 1 addition & 1 deletion northbound/websocket/integration-test.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
bnd.identity;id='ch.qos.logback.classic'
-resolve.effective: active

-runee: JavaSE-17
-runee: JavaSE-11
-runfw: org.apache.felix.framework

# These packages are also provided by the gecko.emf.osgi.component project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
bnd.identity;id='ch.qos.logback.classic'
-resolve.effective: active

-runee: JavaSE-17
-runee: JavaSE-11
-runfw: org.apache.felix.framework

# These packages are also provided by the gecko.emf.osgi.component project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
bnd.identity;id='ch.qos.logback.classic'
-resolve.effective: active

-runee: JavaSE-17
-runee: JavaSE-11
-runfw: org.apache.felix.framework
-runproperties: \
org.osgi.service.http.port=-1,\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
bnd.identity;id='ch.qos.logback.classic'
-resolve.effective: active

-runee: JavaSE-17
-runee: JavaSE-11
-runfw: org.apache.felix.framework

# These packages are also provided by the gecko.emf.osgi.component project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
bnd.identity;id='ch.qos.logback.classic'
-resolve.effective: active

-runee: JavaSE-17
-runee: JavaSE-11
-runfw: org.apache.felix.framework

# These packages are also provided by the gecko.emf.osgi.component project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
bnd.identity;id='ch.qos.logback.classic'
-resolve.effective: active

-runee: JavaSE-17
-runee: JavaSE-11
-runfw: org.apache.felix.framework

# These packages are also provided by the gecko.emf.osgi.component project
Expand Down

0 comments on commit b5c6c79

Please sign in to comment.