This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git
The following commit(s) were added to refs/heads/trunk by this push:
new 73b0e3ee5 [MAINTENANCE] Run spi-fly builds on Java LTS versions
73b0e3ee5 is described below
commit 73b0e3ee5c2f512792f7afe541229f4f4efa222e
Author: Dominik Przybysz <[email protected]>
AuthorDate: Mon Jan 13 19:35:27 2025 +0100
[MAINTENANCE] Run spi-fly builds on Java LTS versions
---
.github/workflows/spi-fly.yml | 4 +++-
spi-fly/spi-fly-itests/test.bndrun | 32 ++++++++++++++++----------------
2 files changed, 19 insertions(+), 17 deletions(-)
diff --git a/.github/workflows/spi-fly.yml b/.github/workflows/spi-fly.yml
index 0d3f9f9ec..e6888bf22 100644
--- a/.github/workflows/spi-fly.yml
+++ b/.github/workflows/spi-fly.yml
@@ -34,11 +34,13 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
- java: [ 8, 11, 17, 18, 19-ea ]
+ java: [ 8, 11, 17, 21 ]
os: [ ubuntu-latest ]
include:
- os: windows-latest
java: 17
+ - os: windows-latest
+ java: 21
name: JDK${{ matrix.java }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
diff --git a/spi-fly/spi-fly-itests/test.bndrun
b/spi-fly/spi-fly-itests/test.bndrun
index 90ebc0243..669c1296b 100644
--- a/spi-fly/spi-fly-itests/test.bndrun
+++ b/spi-fly/spi-fly-itests/test.bndrun
@@ -51,19 +51,19 @@
bnd.identity;id='junit-platform-launcher'
-runbundles: \
- assertj-core;version='[3.27.2,3.27.3)',\
- junit-jupiter-api;version='[5.11.4,5.11.5)',\
- junit-jupiter-engine;version='[5.11.4,5.11.5)',\
- junit-jupiter-params;version='[5.11.4,5.11.5)',\
- junit-platform-commons;version='[1.11.4,1.11.5)',\
- junit-platform-engine;version='[1.11.4,1.11.5)',\
- junit-platform-launcher;version='[1.11.4,1.11.5)',\
- net.bytebuddy.byte-buddy;version='[1.15.11,1.15.12)',\
-
org.apache.aries.spifly.dynamic.framework.extension;version='[1.3.8,1.3.9)',\
- org.apache.aries.spifly.examples.spi.bundle;version='[1.0.6,1.0.7)',\
- org.apache.aries.spifly.itests;version='[1.3.8,1.3.9)',\
- org.apache.felix.log.extension;version='[1.0.0,1.0.1)',\
- org.opentest4j;version='[1.3.0,1.3.1)',\
- org.osgi.test.assertj.framework;version='[1.1.0,1.1.1)',\
- org.osgi.test.common;version='[1.1.0,1.1.1)',\
- org.osgi.test.junit5;version='[1.1.0,1.1.1)'
+ assertj-core;version='[3.27.2,3.27.3)',\
+ junit-jupiter-api;version='[5.11.4,5.11.5)',\
+ junit-jupiter-engine;version='[5.11.4,5.11.5)',\
+ junit-jupiter-params;version='[5.11.4,5.11.5)',\
+ junit-platform-commons;version='[1.11.4,1.11.5)',\
+ junit-platform-engine;version='[1.11.4,1.11.5)',\
+ junit-platform-launcher;version='[1.11.4,1.11.5)',\
+ net.bytebuddy.byte-buddy;version='[1.15.11,1.15.12)',\
+
org.apache.aries.spifly.dynamic.framework.extension;version='[1.3.8,1.3.9)',\
+ org.apache.aries.spifly.examples.spi.bundle;version='[1.0.6,1.0.7)',\
+ org.apache.aries.spifly.itests;version='[1.3.8,1.3.9)',\
+ org.apache.felix.log.extension;version='[1.0.0,1.0.1)',\
+ org.opentest4j;version='[1.3.0,1.3.1)',\
+ org.osgi.test.assertj.framework;version='[1.3.0,1.3.1)',\
+ org.osgi.test.common;version='[1.3.0,1.3.1)',\
+ org.osgi.test.junit5;version='[1.3.0,1.3.1)'