You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2015/04/30 21:38:50 UTC

[1/3] activemq-artemis git commit: upgrade Proton to 0.9

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 63a857d18 -> 903c8a252


upgrade Proton to 0.9

This is just increasing the version of Proton


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

Branch: refs/heads/master
Commit: 8cc2be4c5197e4a2ceeba1064bf28137b38c9c2f
Parents: 63a857d
Author: Clebert Suconic <cl...@apache.org>
Authored: Thu Apr 30 15:13:50 2015 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Apr 30 15:14:27 2015 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/8cc2be4c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8556da6..53de67e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -334,7 +334,7 @@
          <dependency>
             <groupId>org.apache.qpid</groupId>
             <artifactId>proton-j</artifactId>
-            <version>0.8</version>
+            <version>0.9</version>
             <!-- License: Apache 2.0 -->
          </dependency>
          <dependency>


[3/3] activemq-artemis git commit: This closes #217 proton/libaio updates

Posted by jb...@apache.org.
This closes #217 proton/libaio updates


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

Branch: refs/heads/master
Commit: 903c8a2527ad5ad9bb052bd021d2d37db525eea0
Parents: 63a857d e30c82f
Author: jbertram <jb...@apache.org>
Authored: Thu Apr 30 14:37:20 2015 -0500
Committer: jbertram <jb...@apache.org>
Committed: Thu Apr 30 14:37:20 2015 -0500

----------------------------------------------------------------------
 .../org/apache/activemq/artemis/cli/commands/bin/artemis         | 2 +-
 artemis-native/pom.xml                                           | 4 ++--
 pom.xml                                                          | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------



[2/3] activemq-artemis git commit: fixing libaio runtime

Posted by jb...@apache.org.
fixing libaio runtime

The runtime execution is not picking up the libaio wrapper properly
This will fix the script with the library path and the .so placements at the output file


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

Branch: refs/heads/master
Commit: e30c82f66e7715595d1da937a7a2e5b67500aea4
Parents: 8cc2be4
Author: Clebert <cl...@apache.org>
Authored: Thu Apr 30 15:13:26 2015 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Apr 30 15:14:45 2015 -0400

----------------------------------------------------------------------
 .../org/apache/activemq/artemis/cli/commands/bin/artemis         | 2 +-
 artemis-native/pom.xml                                           | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/e30c82f6/artemis-bootstrap/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis
----------------------------------------------------------------------
diff --git a/artemis-bootstrap/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis b/artemis-bootstrap/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis
index 7b6dfcd..c5e973e 100755
--- a/artemis-bootstrap/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis
+++ b/artemis-bootstrap/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis
@@ -110,7 +110,7 @@ exec "$JAVACMD" $JAVA_ARGS $ARTEMIS_CLUSTER_PROPS \
     -classpath "$CLASSPATH" \
     -Dartemis.home="$ARTEMIS_HOME" \
     -Dartemis.instance="$ARTEMIS_INSTANCE" \
-    -Djava.library.path="$ARTEMIS_HOME/bin/lib/linux-i686:$ARTEMIS_INSTANCE/bin/lib/linux-x86_64" \
+    -Djava.library.path="$ARTEMIS_HOME/bin/lib/linux-i686:$ARTEMIS_HOME/bin/lib/linux-x86_64" \
     -Djava.io.tmpdir="$ARTEMIS_INSTANCE/tmp" \
     -Ddata.dir="$ARTEMIS_DATA_DIR" \
     -Djava.util.logging.manager="$ARTEMIS_LOG_MANAGER" \

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/e30c82f6/artemis-native/pom.xml
----------------------------------------------------------------------
diff --git a/artemis-native/pom.xml b/artemis-native/pom.xml
index b3bcdec..99c057a 100644
--- a/artemis-native/pom.xml
+++ b/artemis-native/pom.xml
@@ -56,7 +56,7 @@
                         <resource>
                            <directory>bin/</directory>
                            <includes>
-                              <include>libartemisAIO32.so</include>
+                              <include>libartemis-native-32.so</include>
                            </includes>
                         </resource>
                      </resources>
@@ -74,7 +74,7 @@
                         <resource>
                            <directory>bin/</directory>
                            <includes>
-                              <include>libartemisAIO64.so</include>
+                              <include>libartemis-native-64.so</include>
                            </includes>
                         </resource>
                      </resources>