You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/10/14 08:16:16 UTC

[camel] branch master created (now 7733031)

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

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


      at 7733031  Move the late evaluation of the argLine into a specific tia profile

This branch includes the following new commits:

     new 8736d2d  Regen for commit 1337b861001853265f5ab97d2f3cb42266931673
     new 7733031  Move the late evaluation of the argLine into a specific tia profile

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.



[camel] 02/02: Move the late evaluation of the argLine into a specific tia profile

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 7733031edd975dd341ddf662a98c65ff5f3e75ae
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Wed Oct 14 09:02:05 2020 +0200

    Move the late evaluation of the argLine into a specific tia profile
---
 parent/pom.xml | 30 +++++++++++++++++++++++++++++-
 1 file changed, 29 insertions(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 6a5fe99..5a3f13e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -4326,7 +4326,7 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <version>${maven-surefire-plugin-version}</version>
                 <configuration>
-                    <argLine>@{camel.surefire.fork.vmargs}</argLine>
+                    <argLine>${camel.surefire.fork.vmargs}</argLine>
                     <!--forkMode>pertest</forkMode -->
                     <forkedProcessTimeoutInSeconds>300</forkedProcessTimeoutInSeconds>
                     <childDelegation>false</childDelegation>
@@ -4750,5 +4750,33 @@
                 </dependency>
             </dependencies>
         </profile>
+        <profile>
+            <id>tia</id>
+            <properties>
+                <mvntia.propertyName>camel.surefire.fork.vmargs</mvntia.propertyName>
+            </properties>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.jboss.fuse.mvntia</groupId>
+                        <artifactId>mvntia-maven-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <goals>
+                                    <goal>prepare-agent</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-surefire-plugin</artifactId>
+                        <configuration>
+                            <argLine>@{camel.surefire.fork.vmargs}</argLine>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
     </profiles>
 </project>


[camel] 01/02: Regen for commit 1337b861001853265f5ab97d2f3cb42266931673

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 8736d2d549ec90dcc916cec80d3cecba7e0a7ff6
Author: gnodet <gn...@users.noreply.github.com>
AuthorDate: Wed Oct 14 07:30:49 2020 +0000

    Regen for commit 1337b861001853265f5ab97d2f3cb42266931673
    
    Signed-off-by: GitHub <no...@github.com>
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 31efc2d..2ee3692 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -113,7 +113,7 @@
     <camel.osgi.require.capability></camel.osgi.require.capability>
     <camel.osgi.symbolic.name>${project.groupId}.${project.artifactId}</camel.osgi.symbolic.name>
     <camel.osgi.version>version=${project.version}</camel.osgi.version>
-    <camel.surefire.fork.vmargs></camel.surefire.fork.vmargs>
+    <camel.surefire.fork.vmargs>-XX:+ExitOnOutOfMemoryError</camel.surefire.fork.vmargs>
     <cassandra-driver-guava-version>25.1-jre</cassandra-driver-guava-version>
     <cassandra-driver-version>4.9.0</cassandra-driver-version>
     <cassandra-version>3.11.5</cassandra-version>