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/12/20 15:10:10 UTC

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

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 6b1efac05 -> 0b131bddf


This closes #937


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

Branch: refs/heads/master
Commit: 0b131bddfbecf6286d76c9b5367ad8b47f2db080
Parents: 6b1efac 0c98de4
Author: Clebert Suconic <cl...@apache.org>
Authored: Tue Dec 20 10:09:56 2016 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Dec 20 10:09:56 2016 -0500

----------------------------------------------------------------------
 artemis-native/bin/libartemis-native-32.so | Bin 26830 -> 0 bytes
 docs/user-manual/en/libaio.md              |   5 ++---
 2 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------



[2/2] activemq-artemis git commit: ARTEMIS-896 remove 32 bits library

Posted by cl...@apache.org.
ARTEMIS-896 remove 32 bits library


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

Branch: refs/heads/master
Commit: 0c98de403d58841efcbb723a9ae3e27a2e1001c5
Parents: 6b1efac
Author: Clebert Suconic <cl...@apache.org>
Authored: Mon Dec 19 18:22:19 2016 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Dec 20 10:09:56 2016 -0500

----------------------------------------------------------------------
 artemis-native/bin/libartemis-native-32.so | Bin 26830 -> 0 bytes
 docs/user-manual/en/libaio.md              |   5 ++---
 2 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/0c98de40/artemis-native/bin/libartemis-native-32.so
----------------------------------------------------------------------
diff --git a/artemis-native/bin/libartemis-native-32.so b/artemis-native/bin/libartemis-native-32.so
deleted file mode 100755
index 6782f8b..0000000
Binary files a/artemis-native/bin/libartemis-native-32.so and /dev/null differ

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/0c98de40/docs/user-manual/en/libaio.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/libaio.md b/docs/user-manual/en/libaio.md
index a8a1ca7..a1a7c48 100644
--- a/docs/user-manual/en/libaio.md
+++ b/docs/user-manual/en/libaio.md
@@ -11,11 +11,10 @@ when they have been processed.
 We use this in our high performance journal if configured to do so,
 please see [Persistence](persistence.md).
 
-These are the native libraries distributed by Apache ActiveMQ Artemis:
-
--   libActiveMQAIO32.so - x86 32 bits
+This is the native libraries distributed by Apache ActiveMQ Artemis:
 
 -   libActiveMQAIO64.so - x86 64 bits
+-   We used to distributed libActiveMQAIO32.so until early 2017. While it's not available on the distribution it should still be possible to compile to a 32 bits environment if needed.
 
 When using libaio, Apache ActiveMQ Artemis will always try loading these files as long
 as they are on the [library path](using-server.html#library-path)