This is an automated email from the ASF dual-hosted git repository. paulrutter pushed a commit to branch feature/FELIX-6759-Java-25-LTS in repository https://gitbox.apache.org/repos/asf/felix-dev.git
commit f819bc2dbdf7b352eddc35bc2381ee6db0bab86d Author: Paul Rütter <[email protected]> AuthorDate: Mon Jul 14 16:33:12 2025 +0200 FELIX-6759-Java-25-LTS - Try-out building framework and HTTP subprojects against java 25 to see what will break --- .github/workflows/maven-ci.yml | 2 +- framework/pom.xml | 2 +- http/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven-ci.yml b/.github/workflows/maven-ci.yml index febb6fe2ff..c246082eba 100644 --- a/.github/workflows/maven-ci.yml +++ b/.github/workflows/maven-ci.yml @@ -31,7 +31,7 @@ jobs: strategy: fail-fast: false matrix: - java: [17,21,23] + java: [17,21,23,25] steps: - uses: actions/checkout@v4 - name: Set up JDK ${{ matrix.java }} diff --git a/framework/pom.xml b/framework/pom.xml index 4f214cc6e1..106b99c21f 100644 --- a/framework/pom.xml +++ b/framework/pom.xml @@ -25,7 +25,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <packaging>bundle</packaging> - <name>Apache Felix Framework</name> + <name>Apache Felix Framework TODO remove this change</name> <artifactId>org.apache.felix.framework</artifactId> <version>7.1.0-SNAPSHOT</version> <properties> diff --git a/http/pom.xml b/http/pom.xml index 39f83277a7..150c619294 100644 --- a/http/pom.xml +++ b/http/pom.xml @@ -26,7 +26,7 @@ <relativePath>../pom/pom.xml</relativePath> </parent> - <name>Apache Felix Http Reactor</name> + <name>Apache Felix Http Reactor TODO remove this change</name> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.http</artifactId> <version>7-SNAPSHOT</version>
