You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/01/05 11:30:31 UTC

[camel-spring-boot] branch main updated (59af3eb48b1 -> 7d15ac438a7)

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

orpiske pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


    from 59af3eb48b1 [create-pull-request] automated change (#692)
     new 8e55072ae4c (chores) ci: added missing JDK distribution
     new 7d15ac438a7 (chores) ci: enable cache

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/pr-build.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


[camel-spring-boot] 01/02: (chores) ci: added missing JDK distribution

Posted by or...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 8e55072ae4c7d138580fedc1b6ff200d21a727e5
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu Jan 5 12:29:47 2023 +0100

    (chores) ci: added missing JDK distribution
---
 .github/workflows/pr-build.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml
index 87b313d3f19..d6d44e6057b 100644
--- a/.github/workflows/pr-build.yml
+++ b/.github/workflows/pr-build.yml
@@ -39,6 +39,7 @@ jobs:
       uses: actions/setup-java@v3
       with:
         java-version: 11
+        distribution: 'temurin'
     - name: Maven Build
       run: ./mvnw -l build.log -V --no-transfer-progress -Psourcecheck clean install
     - name: Archive Logs
@@ -55,4 +56,4 @@ jobs:
         path: |
           tests/camel-itest-spring-boot/target/surefire-reports
           tests/camel-spring-boot-integration-tests/infinispan/target/surefire-reports
-        retention-days: 2
\ No newline at end of file
+        retention-days: 2


[camel-spring-boot] 02/02: (chores) ci: enable cache

Posted by or...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 7d15ac438a7457a28ebda6ff0b8b171546d8de60
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu Jan 5 12:30:00 2023 +0100

    (chores) ci: enable cache
---
 .github/workflows/pr-build.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml
index d6d44e6057b..0f988774f38 100644
--- a/.github/workflows/pr-build.yml
+++ b/.github/workflows/pr-build.yml
@@ -40,6 +40,7 @@ jobs:
       with:
         java-version: 11
         distribution: 'temurin'
+        cache: 'maven'
     - name: Maven Build
       run: ./mvnw -l build.log -V --no-transfer-progress -Psourcecheck clean install
     - name: Archive Logs