This is an automated email from the ASF dual-hosted git repository.

stbischof pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git

commit 45c56d00fee80b9186503df4831207a61d30fa3f
Author: Stefan Bischof <stbisc...@bipolis.org>
AuthorDate: Sat Apr 5 00:51:15 2025 +0200

    [FELIX-6765] - Add a CI-job for Felix Framework
    
    Signed-off-by: Stefan Bischof <stbisc...@bipolis.org>
---
 .github/workflows/maven-ci.yml | 7 +++++++
 framework/doc/changelog.txt    | 6 ++++++
 2 files changed, 13 insertions(+)

diff --git a/.github/workflows/maven-ci.yml b/.github/workflows/maven-ci.yml
index 2c6e7621e3..86bdd614a8 100644
--- a/.github/workflows/maven-ci.yml
+++ b/.github/workflows/maven-ci.yml
@@ -10,6 +10,7 @@ on:
       - 'tools/osgicheck-maven-plugin/**'
       - 'log/**'
       - 'webconsole/**'
+      - 'framework/**'
   pull_request:
     branches: [ "master" ]
     paths:
@@ -19,6 +20,7 @@ on:
       - 'tools/osgicheck-maven-plugin/**'
       - 'webconsole/**'
       - 'log/**'
+      - 'framework/**'
 
 permissions: {}
 
@@ -54,6 +56,8 @@ jobs:
             - 'webconsole/**'
           log:
             - 'log/**'
+          framework:
+            - 'framework/**'
 
     - name: Felix SCR
       if: steps.changes.outputs.scr == 'true'
@@ -73,6 +77,9 @@ jobs:
     - name: Felix Webconsole
       if: steps.changes.outputs.webconsole == 'true'
       run: mvn -B -V -Dstyle.color=always --file webconsole/pom.xml clean 
install verify
+    - name: Felix Framework
+      if: steps.changes.outputs.framework == 'true'
+      run: mvn -B -V -Dstyle.color=always --file framework/pom.xml clean verify
     - name: Upload Test Results
       if: always()
       uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 
v4.6.2
diff --git a/framework/doc/changelog.txt b/framework/doc/changelog.txt
index 0dc57dc110..137717e2a3 100644
--- a/framework/doc/changelog.txt
+++ b/framework/doc/changelog.txt
@@ -1,3 +1,9 @@
+Changes from 7.0.5 to 7.1.0
+---------------------------
+
+** Improvement
+    * [FELIX-6765] - Add a CI-job for Felix Framework
+
 Changes from 7.0.4 to 7.0.5
 ---------------------------
 

Reply via email to