You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/01/25 17:21:46 UTC

[1/2] activemq-artemis git commit: ARTEMIS-359 - test suite fix - IBM JDK 6/7/8 does not allow byteman agent to modify classes.

Repository: activemq-artemis
Updated Branches:
  refs/heads/master e86f077b8 -> 29ed1eae0


ARTEMIS-359 - test suite fix - IBM JDK 6/7/8 does not allow byteman agent to modify classes.


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/fe9b95ed
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/fe9b95ed
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/fe9b95ed

Branch: refs/heads/master
Commit: fe9b95ed64821c6ed63564a0c0ba9792123823b3
Parents: e86f077
Author: Miroslav Novak <mn...@redhat.com>
Authored: Mon Jan 25 10:47:14 2016 +0100
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon Jan 25 11:21:29 2016 -0500

----------------------------------------------------------------------
 tests/extra-tests/pom.xml | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/fe9b95ed/tests/extra-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/extra-tests/pom.xml b/tests/extra-tests/pom.xml
index 5377ed4..9bddd3d 100644
--- a/tests/extra-tests/pom.xml
+++ b/tests/extra-tests/pom.xml
@@ -219,6 +219,17 @@
       <plugins>
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-dependency-plugin</artifactId>
+            <executions>
+               <execution>
+                  <goals>
+                     <goal>properties</goal>
+                  </goals>
+               </execution>
+            </executions>
+         </plugin>
+         <plugin> 
+            <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-jar-plugin</artifactId>
             <executions>
                <execution>
@@ -272,6 +283,7 @@
                <!-- when upgrading this plugin from 2.4 to 2.18.1 <forkMode>once</forkMode> was replaced with these: -->
                <forkCount>1</forkCount>
                <reuseForks>true</reuseForks>
+
                <!--
                <debugForkedProcess>true</debugForkedProcess>
                -->
@@ -280,7 +292,11 @@
 
                <!--<argLine>${activemq-surefire-argline} -Dorg.jboss.byteman.verbose -Dorg.jboss.byteman.contrib.bmunit.verbose</argLine>-->
                <!-- '-noverify' is needed here to fix VerifyErrors on ScaleDownFailoverTest and ScaleDownFailureTest (and their subclasses). I got the tip from https://issues.jboss.org/browse/BYTEMAN-248. -->
-               <argLine>${activemq-surefire-argline} -noverify</argLine>
+               <argLine>${activemq-surefire-argline} -noverify -javaagent:${org.jboss.byteman:byteman:jar}=port:9091,boot:${org.jboss.byteman:byteman:jar}</argLine>
+               <systemPropertyVariables>
+                  <org.jboss.byteman.contrib.bmunit.agent.inhibit>true</org.jboss.byteman.contrib.bmunit.agent.inhibit>
+                  <org.jboss.byteman.contrib.bmunit.agent.port>9091</org.jboss.byteman.contrib.bmunit.agent.port>
+               </systemPropertyVariables>
             </configuration>
          </plugin>
       </plugins>


[2/2] activemq-artemis git commit: This closes #342

Posted by cl...@apache.org.
This closes #342


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/29ed1eae
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/29ed1eae
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/29ed1eae

Branch: refs/heads/master
Commit: 29ed1eae088222e1e36b8d1893db0e387d910ab0
Parents: e86f077 fe9b95e
Author: Clebert Suconic <cl...@apache.org>
Authored: Mon Jan 25 11:21:30 2016 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon Jan 25 11:21:30 2016 -0500

----------------------------------------------------------------------
 tests/extra-tests/pom.xml | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)
----------------------------------------------------------------------