GitHub user thiagokronig opened a pull request:
https://github.com/apache/activemq-artemis/pull/262
Make Topology non-serializable and also improve constructor
Topology serialization is already broken at this point, as its
`topologyListeners` are not Serializable themselves.
Also, all the `executor` logic was simplified by making it `final`, defined
at the constructor.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/thiagokronig/activemq-artemis topology
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/262.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #262
----
commit 59e4f3441571fcc55458628fc21b20c72c816f67
Author: Thiago Kronig <[email protected]>
Date: 2015-05-13T23:59:54Z
Topology should not be Serializable
Topology serialization is already broken at this point, as its
topologyListeners
are not Serializable themselves.
commit 3c6e213f66e661760aebb6902e298e56a84b2b75
Author: Thiago Kronig <[email protected]>
Date: 2015-05-14T00:07:23Z
Topology executor should be final
commit 545e67fc9675ebb24d559e88386408c15f0adc16
Author: Thiago Kronig <[email protected]>
Date: 2015-05-13T23:50:30Z
Fix typos and string concat in Topology
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---