[GitHub] activemq-6 pull request: ACTIVEMQ6-55: prevent NPE when closing a ...

2015-03-12 Thread dkulp
Github user dkulp commented on the pull request:

https://github.com/apache/activemq-6/pull/176#issuecomment-78537542
  
Another test as INFRA keeps trying to get this working  Sorry for the 
noise.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] activemq pull request: Load into M2E, update to Java 7

2014-07-10 Thread dkulp
Github user dkulp closed the pull request at:

https://github.com/apache/activemq/pull/32


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] activemq pull request: [AMQ-5269] Update NIO based transports to u...

2014-07-10 Thread dkulp
GitHub user dkulp opened a pull request:

https://github.com/apache/activemq/pull/33

[AMQ-5269] Update NIO based transports to use a Select mechanism

Update NIO based transports to use a Select mechanism for the accepts 
instead of the blocking select.

Cuts about 10 minutes off the activemq-stomp tests, drops the NIO test 
execution time down to equal to the non-NIO based tests.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/dkulp/activemq AMQ-5269

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/activemq/pull/33.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 #33


commit 52ef9745d9bafbeab940ed4937c014be3abc9655
Author: Daniel Kulp dk...@apache.org
Date:   2014-07-10T14:57:44Z

[AMQ-5269] Update NIO based transports to use a Select mechanism for the 
accepts instead of the blocking select.
Cuts about 10 minutes off the activemq-stomp tests, drops the NIO test 
execution time down to equal to the non-NIO based tests.




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] activemq pull request: Cleanup in ConnectTest

2014-07-10 Thread dkulp
GitHub user dkulp opened a pull request:

https://github.com/apache/activemq/pull/34

Cleanup in ConnectTest

Cleanup in ConnectTest to do two things:
1) connect/disconnect 500 (which still seems high) times instead of as many 
as possible in 25seconds.  On fast machines, this is MUCH faster.
2) Actually call Thead.start(), not Thread.run() in cases where it should 
be on a background thread.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/dkulp/activemq ConnectTestCleanup

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/activemq/pull/34.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 #34


commit 7fe431b21f70f2187afe6f28ccb3e78140c4719d
Author: Daniel Kulp dk...@apache.org
Date:   2014-07-10T19:28:43Z

Cleanup in ConnectTest to do two things:
1) connect/disconnect 500 (which still seems high) times instead of as many 
as possible in 25seconds.  On fast machines, this is MUCH faster.
2) Actually call Thead.start(), not Thread.run() in cases where it should 
be on a background thread.




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] activemq pull request: [AMQ-5269] Update NIO based transports to u...

2014-07-10 Thread dkulp
Github user dkulp closed the pull request at:

https://github.com/apache/activemq/pull/33


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] activemq pull request: Load into M2E, update to Java 7

2014-07-08 Thread dkulp
GitHub user dkulp opened a pull request:

https://github.com/apache/activemq/pull/32

Load into M2E, update to Java 7

The changes fall into a few categories:
1) top level pom has a few updates to update the source/target to 1.7 to 
make the rest of this actually work
2) Update the lifecycle-mapping stuff to actually run some of the plugins 
so that code is properly generated
3) Change from the jaxb-maven-plugin to CXF's xjc-plugin (which works with 
java8 without the system property hack).  CXF's xjc-plugin has the lifecycle 
stuff built in.
4) Add build-helper plugin to make sure the generated dirs are added all 
the time so that m2e picks them up.

With the changes, you can git clone a clean activemq and pull it directly 
into eclipse (providing you have all the scala stuff installed), do a quick 
Maven - Refresh Projects (not sure why that is needed), and it all builds 
without any errors.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/dkulp/activemq trunk

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/activemq/pull/32.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 #32


commit 03b90b12389cd51c05b96524da4055196c6c7c73
Author: Daniel Kulp dk...@apache.org
Date:   2014-07-08T20:50:18Z

Update poms to fully load into M2E

commit 5f35cf5ceb3a6506935f7bba266522235c825b46
Author: Daniel Kulp dk...@apache.org
Date:   2014-07-08T20:50:18Z

Update poms to fully load into M2E

commit 8606c028f4afe3e7f35dded8c00809b31b503345
Author: Daniel Kulp dk...@apache.org
Date:   2014-07-08T23:34:11Z

Update to use Java7

commit f4ec5da9445927e1ed5d2cc875d12f4de7ce261b
Author: Daniel Kulp dk...@apache.org
Date:   2014-07-08T23:34:11Z

Update to use Java7

commit 30aa1e76fcc26cbc0fd2344d3dacff4003500b9c
Author: Daniel Kulp dk...@apache.org
Date:   2014-07-08T23:40:31Z

In M2E, we cannot use an unpacked artifact from the reactor (actually, in 
mvn we cannot either unless you use mvn install, not mvn test)




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


activemq pull request: [AMQ-4994] Remove site-mesh

2014-02-06 Thread dkulp
Github user dkulp closed the pull request at:

https://github.com/apache/activemq/pull/10



activemq pull request: [AMQ-5027] Get mvn eclipse:eclipse work for the leve...

2014-02-06 Thread dkulp
Github user dkulp closed the pull request at:

https://github.com/apache/activemq/pull/13



activemq pull request: [AMQ-5027] Get mvn eclipse:eclipse work for the leve...

2014-02-05 Thread dkulp
GitHub user dkulp opened a pull request:

https://github.com/apache/activemq/pull/13

[AMQ-5027] Get mvn eclipse:eclipse work for the leveldb stuff



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/dkulp/activemq leveldb-eclipse

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/activemq/pull/13.patch


commit 43a88a9367e3680ed427f6bcbe03f87f3f7bac91
Author: Daniel Kulp dk...@apache.org
Date:   2014-02-05T16:41:22Z

Get mvn eclipse:eclipse work for the leveldb stuff





activemq pull request: Couple of easy fixes for web console

2014-02-05 Thread dkulp
GitHub user dkulp opened a pull request:

https://github.com/apache/activemq/pull/14

Couple of easy fixes for web console



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/dkulp/activemq easy-fixes

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/activemq/pull/14.patch


commit 3321f99643edc5ebc4bd8f4b9eaea90744fc6d60
Author: Daniel Kulp dk...@apache.org
Date:   2014-02-05T20:19:44Z

[AMQ-4174] Redirect back to queue overview after delete/moving message
Patch from Robert Balent applied

commit 17d1489c62b6bc33b77bce38eeecdc357f9c61bf
Author: Daniel Kulp dk...@apache.org
Date:   2014-02-05T21:08:26Z

[AMQ-5029] embedded webconsole broker does not resolve activemq.data system 
property





activemq pull request: Couple of easy fixes for web console

2014-02-05 Thread dkulp
Github user dkulp closed the pull request at:

https://github.com/apache/activemq/pull/14



activemq pull request: Remove sitemesh/activemq-all

2014-02-03 Thread dkulp
GitHub user dkulp opened a pull request:

https://github.com/apache/activemq/pull/12

Remove sitemesh/activemq-all


Remove the now unused sitemesh jar from the war/assembly.  Also remove the 
activemq-all jar and use the little jars that are actually needed.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/dkulp/activemq remove-sitemesh

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/activemq/pull/12.patch


commit cbc227cd1c626cf0ba74ff7d8eafe4d0deb1ab40
Author: Daniel Kulp dk...@apache.org
Date:   2014-01-30T01:35:16Z

[AMQ-4994] Remove site-mesh

commit 127f82a4392caeec2913144a72a61f53c79d5625
Author: Daniel Kulp dk...@apache.org
Date:   2014-02-03T19:37:46Z

Remove sitemesh jar from assembly, not needed anymore

commit f222741fdc5e5b8b5dc401e054abbf5a77ff63dc
Author: Daniel Kulp dk...@apache.org
Date:   2014-02-03T20:13:44Z

More updates for removing sitemesh, remove activemq-all.

commit f74a65f4f5e712051c33ed7b44605dc3cbb93f7f
Author: Daniel Kulp dk...@apache.org
Date:   2014-02-03T20:23:54Z

Merge ../activemq into remove-sitemesh





activemq pull request: Remove sitemesh/activemq-all

2014-02-03 Thread dkulp
Github user dkulp closed the pull request at:

https://github.com/apache/activemq/pull/12



activemq pull request: [AMQ-4994] Remove site-mesh

2014-01-30 Thread dkulp
GitHub user dkulp opened a pull request:

https://github.com/apache/activemq/pull/10

[AMQ-4994] Remove site-mesh

This pull request will remove SiteMesh from the war.   This solves the 
immediate OOM problem by allowing the information to stream directly back to 
the client without buffering in memory.   Since this removes the filter, this 
also provides the same benefit to other pages such as if there are 200K queues 
or similar.

Also, without the buffering and transform, generating the pages is very 
slightly faster.  

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/dkulp/activemq trunk

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/activemq/pull/10.patch


commit 9b7aa5ce5c4a509e2dcae75810616780aeeb5a69
Author: Daniel Kulp dk...@apache.org
Date:   2014-01-30T01:35:16Z

[AMQ-4994] Remove site-mesh





activemq pull request: Remove hawt.io console and restore back to just the ...

2014-01-16 Thread dkulp
Github user dkulp closed the pull request at:

https://github.com/apache/activemq/pull/6



activemq pull request: Remove hawt.io console and restore back to just the ...

2014-01-02 Thread dkulp
GitHub user dkulp opened a pull request:

https://github.com/apache/activemq/pull/6

Remove hawt.io console and restore back to just the old console

This should remove the hawt.io console and put things back to just having 
the older web console.  Thus, we should be able to get a 5.9.1 shortly.



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/dkulp/activemq trunk

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/activemq/pull/6.patch


commit 760ee2677a55131a09306ddda9bcb058beab6ab3
Author: Daniel Kulp dk...@apache.org
Date:   2014-01-02T16:11:06Z

Remove hawt.io console and restore back to just the old console