diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000000..56519c2220 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,32 @@ +# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time +# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven + +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. + +name: Java CI with Maven + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - name: Set up JDK 17 + uses: actions/setup-java@v3 + with: + java-version: '17' + distribution: 'temurin' + cache: maven + - name: Felix HTTP + run: mvn -B -DskipITs --file http clean install + diff --git a/http/itest/pom.xml b/http/itest/pom.xml index 0c22f10f57..de0026cb2b 100644 --- a/http/itest/pom.xml +++ b/http/itest/pom.xml @@ -33,7 +33,7 @@ 11 2.1.0 - 5.1.13-SNAPSHOT + 5.1.15-SNAPSHOT org.apache.felix.http.jetty 4.13.1 2.6.14 @@ -45,7 +45,7 @@ 17 3.0.0 - 1.0.5-SNAPSHOT + 1.0.7-SNAPSHOT org.apache.felix.http.jetty12 diff --git a/http/jetty12/pom.xml b/http/jetty12/pom.xml index 50b35582dd..9d94a7e152 100644 --- a/http/jetty12/pom.xml +++ b/http/jetty12/pom.xml @@ -26,7 +26,7 @@ ../../pom/pom.xml - Apache Felix Http Jetty + Apache Felix Http Jetty 12 This is an implementation of the R8.1 OSGi Servlet Service, the R7 OSGi Http Service and the R7 OSGi Http Whiteboard Specification org.apache.felix.http.jetty12 diff --git a/http/pom.xml b/http/pom.xml index 97f623fe7b..c50076b3e5 100644 --- a/http/pom.xml +++ b/http/pom.xml @@ -42,7 +42,7 @@ base bridge inventoryprinter - itest + jetty jetty12 proxy