You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by PiotrKlimczak <gi...@git.apache.org> on 2015/04/07 00:44:46 UTC

[GitHub] activemq pull request: Trunk kerberos

GitHub user PiotrKlimczak opened a pull request:

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

    Trunk kerberos

    AMQ-4693

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

    $ git pull https://github.com/PiotrKlimczak/activemq trunk-kerberos

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

    https://github.com/apache/activemq/pull/81.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 #81
    
----
commit fe417624ee8e340a13abd2aca7ba350a7c7fa4fe
Author: Timothy Bish <ta...@gmail.com>
Date:   2014-08-18T22:06:42Z

    This test does not need a management context, disable JMX

commit 875323edaff3a10276788573b89a850718984a46
Author: Timothy Bish <ta...@gmail.com>
Date:   2014-08-18T23:44:50Z

    Make the test more tolerant of slow machines by replacing fixed length
    sleep with a Wait condition.

commit 481e7ad0f26fa479911908a62b1553530dfe0b4c
Author: Daniel Kulp <dk...@apache.org>
Date:   2014-08-19T16:15:46Z

    Remove some unneeded repos, move one to just the module that needs it, add a defaultGoal

commit 806d8abc4def28218a6c8f441152fd6df1224ab2
Author: Daniel Kulp <dk...@apache.org>
Date:   2014-08-19T17:34:53Z

    Minor cleanup to use a c:out to output the data

commit 8159599ae1c8ad03763bbff2e17f20241f22cd09
Author: Timothy Bish <ta...@gmail.com>
Date:   2014-08-19T18:37:30Z

    Fix test, remote broker only dequeues the message if it is ack'd
    otherwise it remains in-flight.

commit 26eff064f0f136d885d1ba71aa24ffd7f938725a
Author: Dejan Bosanac <de...@nighttale.net>
Date:   2014-08-26T12:46:45Z

    https://issues.apache.org/jira/browse/AMQ-5333 - make xpath parser features configurable

commit 641beb5e392456037d8df6bb5a2fef780e814217
Author: Hiram Chirino <hi...@hiramchirino.com>
Date:   2014-08-26T21:04:25Z

    Support configuring a connectUrl on the leveldb store in case your running in a system like OpenShift where clients connect to a different ip:port from the one that the sever binds.

commit fc3663607dffe050a8a35e369fac24a5eafcfe1e
Author: Dejan Bosanac <de...@nighttale.net>
Date:   2014-08-28T12:08:11Z

    https://issues.apache.org/jira/browse/AMQ-5305 - modify <destination> element with runtime configuration plugin

commit fd9eeeee8323f23dd82420621bd8492551ecaa8d
Author: Timothy Bish <ta...@gmail.com>
Date:   2014-08-29T14:06:53Z

    https://issues.apache.org/jira/browse/AMQ-5315
    
    Fix for possible NPE during start with immediate bridge failure.

commit 9740afee3000864c6f08f0d6e911f26455d8fb19
Author: Timothy Bish <ta...@gmail.com>
Date:   2014-08-29T19:52:23Z

    https://issues.apache.org/jira/browse/AMQ-5337
    
    Switch to LinkedHashMap with R/W locking for concurrent add / remove
    protection

commit f9bea51a6f401067f96ce2a2b6a725592b27f4b2
Author: gtully <ga...@gmail.com>
Date:   2014-08-29T21:24:38Z

    rework cursor store sync w.r.t to index order. resolve issues with skipped dispatch and duplicate dispatch. https://issues.apache.org/jira/browse/AMQ-4485 https://issues.apache.org/jira/browse/AMQ-5266

commit c74d171495efac7b93d1483efc25fd4c2523f182
Author: gtully <ga...@gmail.com>
Date:   2014-08-30T00:06:21Z

    give test more gc wiggle room - AMQ-4930

commit ef042f44ea86b2880f82fce5c5ebac93852c3405
Author: gtully <ga...@gmail.com>
Date:   2014-08-30T22:36:05Z

    AMQ4677Test.testSendAndReceiveAllMessages - demoed the lack of reference increment for transacted send and the non completion of transacted futures in leveldb

commit 11197593dfb68242f992f3b77d97ccc72dec43df
Author: gtully <ga...@gmail.com>
Date:   2014-08-30T22:51:59Z

    reflect need for store to set messageId.setFutureOrSequenceLong for journaled jdbc

commit 83d2ff844cebd5cec15e7429d2cce0442e083bc9
Author: Timothy Bish <ta...@gmail.com>
Date:   2014-09-08T17:29:10Z

    https://issues.apache.org/jira/browse/AMQ-5346
    
    Prepare for the move to Proton 0.8.  Use the 1.0-SNAPSHOT builds to
    start testing against the changes coming in Proton 0.8

commit 9942cee084097f3c468fabd811b48612ead6f0ea
Author: Dejan Bosanac <de...@nighttale.net>
Date:   2014-09-08T11:51:25Z

    https://issues.apache.org/jira/browse/AMQ-5345 - improve ldap communication

commit dd9ed5f84035554bec8a632168797ed14688c1f3
Author: Timothy Bish <ta...@gmail.com>
Date:   2014-09-08T20:41:38Z

    Use the defined sources version otherwise we get an error when
    generating sources now that we've started using 1.7 code features.

commit bcd5745d768ccd7c9701d53fe9da27c172874e97
Author: Timothy Bish <ta...@gmail.com>
Date:   2014-09-08T21:48:22Z

    https://issues.apache.org/jira/browse/AMQ-5346
    
    need to call free on the amqp resources now to ensure their state data
    is all cleaned up.

commit a9c028a1e7be91d0665f00fd2d7044cb154d5c57
Author: Timothy Bish <ta...@gmail.com>
Date:   2014-09-09T14:59:11Z

    https://issues.apache.org/jira/browse/AMQ-5350
    
    Don't link the AMQP max frame size to the TransportConnector
    maxFrameSize value.

commit b31d5e8ced41044cd169b2c1bb0bc90d07dbb7d6
Author: Timothy Bish <ta...@gmail.com>
Date:   2014-09-09T18:19:39Z

    https://issues.apache.org/jira/browse/AMQ-5352
    
    Applied and tested, all tests still passing after this change.

commit 82481e81cd7132f2b97b9d10ec71e39eedd7e272
Author: Daniel Kulp <dk...@apache.org>
Date:   2014-09-09T20:38:53Z

    [AMQ-5353] Use the same version range for the imports and the features.xml

commit 7bc37559de6453d708d7ce3eebf59ad52dd506b4
Author: Rob Davies <ra...@gmail.com>
Date:   2014-09-09T15:52:21Z

    added CamelRoutesBrokerPlugin for https://issues.apache.org/jira/browse/AMQ-5351

commit 69fc71d66501cc45e5597000f5bcaf32a4d299fa
Author: gtully <ga...@gmail.com>
Date:   2014-09-11T15:13:43Z

    https://issues.apache.org/jira/browse/AMQ-5274 - we now only check expiry on non inflight messages so there is on contention on ack with the periodic expriy check thread - related https://issues.apache.org/jira/browse/AMQ-2876

commit 26f719a9635d73f6e1e57ac720b73da7dd5b4911
Author: gtully <ga...@gmail.com>
Date:   2014-09-11T15:59:50Z

    https://issues.apache.org/jira/browse/AMQ-5266 - fix edge case with optimizedDispatch=true where a single message could be pending till the next page in event

commit 3bf9724bce0a9b7d9abd7382f88f2d09758a96e7
Author: gtully <ga...@gmail.com>
Date:   2014-09-11T16:07:35Z

    https://issues.apache.org/jira/browse/AMQ-5266 - remove err message print on iterator limit

commit c38640314d442b7788fb81282780cd178fe44051
Author: gtully <ga...@gmail.com>
Date:   2014-09-12T13:45:03Z

    https://issues.apache.org/jira/browse/AMQ-5146 - fix test regression - with 20 rollback consumers the messages can exceed default redelivery policy

commit 5be319bffa3a762bcbb773194989c8c73ba5db09
Author: gtully <ga...@gmail.com>
Date:   2014-09-15T14:59:00Z

    https://issues.apache.org/jira/browse/AMQ-5354 - patch applied with thanks

commit d37fe803efc4ba9a95c2be8e2d2707482804fa32
Author: gtully <ga...@gmail.com>
Date:   2014-09-17T14:57:55Z

    add info log message for a queue purge event

commit 6111e735da302a81085e70c3a48257f9ac1e7f11
Author: gtully <ga...@gmail.com>
Date:   2014-09-17T15:14:51Z

    https://issues.apache.org/jira/browse/AMQ-4705 - verify lock sanity on acquire so master cannot start and immediatly fail with a keepalive failure

commit b42bd2e5c2c46ba8fef44ab8e5a1ceb9b78f0d65
Author: Dejan Bosanac <de...@nighttale.net>
Date:   2014-09-18T13:25:22Z

    https://issues.apache.org/jira/browse/AMQ-5121 - use jmxLocal in karaf only for jmx-based commands

----


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

[GitHub] activemq pull request: Trunk kerberos

Posted by PiotrKlimczak <gi...@git.apache.org>.
Github user PiotrKlimczak closed the pull request at:

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


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