That works for embedded dependencies. But how that works on the server
classpath?
On Fri, Aug 17, 2018 at 7:41 PM michael.andre.pearce
wrote:
> I would suggest we implement what netty does with native libs like epoll.
> Package a 32 and 64 bit and depending on deployed architecture and os, you
I would suggest we implement what netty does with native libs like epoll.
Package a 32 and 64 bit and depending on deployed architecture and os, you use
the corresponding compiled native lib.
This way those on 64bit get the advantage. Yet supporting those on 32bit still
where needed.
Sent from
Github user asfgit closed the pull request at:
https://github.com/apache/activemq-artemis/pull/2253
---
GitHub user jbertram opened a pull request:
https://github.com/apache/activemq-artemis/pull/2253
NO-JIRA Tweak RedeployTest
1) Remove use of deprecated EmbeddedJMS.
2) Change test config to use static clustering as discovery may not work
in some CI environments.
You can merg
Github user mtaylor commented on the issue:
https://github.com/apache/activemq-artemis/pull/2252
@michaelandrepearce yes. leave it with me.
---
Github user michaelandrepearce commented on the issue:
https://github.com/apache/activemq-artemis/pull/2252
Can some tests be added
---
Sorry to resurrect a 3 years old thread.
I turned out, I have some users from Wildfly complaining about removing 32 bits.
I am having more trouble on answering these calls than I would on
compiling it back.. so I will just place it back..
Any strong feeling about it?
On Mon, Dec 19, 2016 at 4:45
Github user asfgit closed the pull request at:
https://github.com/apache/activemq-artemis/pull/2252
---
GitHub user mtaylor opened a pull request:
https://github.com/apache/activemq-artemis/pull/2252
ARTEMIS-2023 Fix missing setEnable1x methods
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mtaylor/activemq-artemis ARTEMIS-2023-fi