You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2024/01/08 10:57:32 UTC

(camel-quarkus) branch main updated (c26ec3c15e -> 32ba917362)

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

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


    from c26ec3c15e Regen SBOM from commit 37d45bc03bb6914554fbc5eb6eb9eb83c279e23b (#5610)
     new f3d0f850c2 Remove redundant resolutionEntryPointIncludes for protoc from BOM generator config
     new 4f60123f59 Add support for s390x architecture to gRPC codegen
     new 32ba917362 Set -Xmx4500m for initial-mvn-install job

The 3 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/camel-master-cron.yaml   |  2 +-
 .github/workflows/ci-build.yaml            |  2 +-
 .github/workflows/quarkus-master-cron.yaml |  2 +-
 extensions/grpc/codegen/pom.xml            | 12 ++++++++++++
 poms/bom/pom.xml                           |  2 --
 5 files changed, 15 insertions(+), 5 deletions(-)


(camel-quarkus) 01/03: Remove redundant resolutionEntryPointIncludes for protoc from BOM generator config

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

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

commit f3d0f850c2bc7da12b7f155798f2e8845224a00f
Author: James Netherton <ja...@gmail.com>
AuthorDate: Mon Jan 8 08:33:52 2024 +0000

    Remove redundant resolutionEntryPointIncludes for protoc from BOM generator config
---
 poms/bom/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index b16c62d838..0f6ba05436 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -6977,8 +6977,6 @@
                                 <resolutionEntryPointInclude>com.ibm.mq:com.ibm.mq.jakarta.client</resolutionEntryPointInclude>
                                 <resolutionEntryPointInclude>com.ibm.icu:icu4j</resolutionEntryPointInclude>
                                 <resolutionEntryPointInclude>org.mapstruct:mapstruct-processor</resolutionEntryPointInclude>
-                                <resolutionEntryPointInclude>io.grpc:protoc-gen-grpc-java:*</resolutionEntryPointInclude>
-                                <resolutionEntryPointInclude>com.google.protobuf:protoc:*</resolutionEntryPointInclude>
                             </resolutionEntryPointIncludes>
                             <bannedDependencyResources>
                                 <bannedDependencyResource>


(camel-quarkus) 02/03: Add support for s390x architecture to gRPC codegen

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

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

commit 4f60123f59daceee209962b485c940cbf703a8e8
Author: James Netherton <ja...@gmail.com>
AuthorDate: Mon Jan 8 08:33:59 2024 +0000

    Add support for s390x architecture to gRPC codegen
    
    Fixes #5639
---
 extensions/grpc/codegen/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/extensions/grpc/codegen/pom.xml b/extensions/grpc/codegen/pom.xml
index 86465ce855..44f7767f9b 100644
--- a/extensions/grpc/codegen/pom.xml
+++ b/extensions/grpc/codegen/pom.xml
@@ -76,6 +76,12 @@
             <classifier>linux-ppcle_64</classifier>
             <type>exe</type>
         </dependency>
+        <dependency>
+            <groupId>com.google.protobuf</groupId>
+            <artifactId>protoc</artifactId>
+            <classifier>linux-s390_64</classifier>
+            <type>exe</type>
+        </dependency>
         <dependency>
             <groupId>com.google.protobuf</groupId>
             <artifactId>protoc</artifactId>
@@ -124,6 +130,12 @@
             <classifier>linux-ppcle_64</classifier>
             <type>exe</type>
         </dependency>
+        <dependency>
+            <groupId>io.grpc</groupId>
+            <artifactId>protoc-gen-grpc-java</artifactId>
+            <classifier>linux-s390_64</classifier>
+            <type>exe</type>
+        </dependency>
         <dependency>
             <groupId>io.grpc</groupId>
             <artifactId>protoc-gen-grpc-java</artifactId>


(camel-quarkus) 03/03: Set -Xmx4500m for initial-mvn-install job

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

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

commit 32ba917362a0061ff3ebb8d262a48628d95aabd4
Author: James Netherton <ja...@gmail.com>
AuthorDate: Mon Jan 8 09:09:59 2024 +0000

    Set -Xmx4500m for initial-mvn-install job
---
 .github/workflows/camel-master-cron.yaml   | 2 +-
 .github/workflows/ci-build.yaml            | 2 +-
 .github/workflows/quarkus-master-cron.yaml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/camel-master-cron.yaml b/.github/workflows/camel-master-cron.yaml
index bcb6759dbb..beadb7bf6c 100644
--- a/.github/workflows/camel-master-cron.yaml
+++ b/.github/workflows/camel-master-cron.yaml
@@ -37,7 +37,7 @@ jobs:
       matrix: ${{ steps.set-native-matrix.outputs.matrix }}
       examples-matrix: ${{ steps.set-examples-matrix.outputs.examples-matrix }}
     env:
-      MAVEN_OPTS: -Xmx4400m
+      MAVEN_OPTS: -Xmx4500m
     steps:
       - name: Check free space on disk
         run: |
diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index 8bfb80d9c8..08e139e4a7 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -125,7 +125,7 @@ jobs:
       matrix: ${{ steps.set-native-matrix.outputs.matrix }}
       examples-matrix: ${{ steps.set-examples-matrix.outputs.examples-matrix }}
     env:
-      MAVEN_OPTS: -Xmx4400m
+      MAVEN_OPTS: -Xmx4500m
     steps:
       - name: Check free space on disk
         run: |
diff --git a/.github/workflows/quarkus-master-cron.yaml b/.github/workflows/quarkus-master-cron.yaml
index 88ae1e6b17..60acca8513 100644
--- a/.github/workflows/quarkus-master-cron.yaml
+++ b/.github/workflows/quarkus-master-cron.yaml
@@ -37,7 +37,7 @@ jobs:
       matrix: ${{ steps.set-native-matrix.outputs.matrix }}
       examples-matrix: ${{ steps.set-examples-matrix.outputs.examples-matrix }}
     env:
-      MAVEN_OPTS: -Xmx4400m
+      MAVEN_OPTS: -Xmx4500m
     steps:
       - name: Check free space on disk
         run: |