summaryrefslogtreecommitdiff
path: root/qpid/tools/src/java
Commit message (Collapse)AuthorAgeFilesLines
* QPID-7446 : Allow the QMF2 plugin to compile against the 6.0.x java codebaseRobert Godfrey2016-10-049-10/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1763292 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6347 - Committed a patch from Irina BovermanTed Ross2015-03-273-42/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1669669 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6347: Remove the now obsolete queue_event_generation option; this is a ↵Justin Ross2015-02-111-18/+0
| | | | | | patch from Irina Boverman git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659063 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6059: Java QMF2 Agent code made some now invalid assumptions about replyToFraser Adams2014-08-301-38/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1621430 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6025: Java port of QpidConfig give NPE when listing queue/exchanges, ↵Fraser Adams2014-08-204-6/+18
| | | | | | added code to agentdata Queue and Exchange to return empty Map to be consistent with C++ Broker and also for good measure added some defensive code to QpidConfig.java git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1619161 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6024: Update agentdata/Broker.java to reflect change in Java Broker ↵Fraser Adams2014-08-201-1/+2
| | | | | | Model Port class that changed getAvailableProtocols to getProtocols git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1619137 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5813, QPID-5913: various LICENCE and NOTICE file updatesRobert Gemmell2014-08-111-6/+0
| | | | | | | | | | - Ensure the main java directory has LICENSE and NOTICE files for use in new source archive. - Update pointers within the files at the repo root. - Ensure the main java directory has LICENSE entry for crypto-js for inclusion in source release. - Ensure the management-http binary jar contains LICENSE file entry for crypto-js, clarify entry in brokers binary assembly tar.gz file. - Update reference file for dep change verification. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617301 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5610: update qpid-qmf2-tools assembly descriptor filename to match its ↵Robert Gemmell2014-08-112-1/+1
| | | | | | output like all the others do git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617250 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5610: add/update LICENSE,NOTICE,README.txt and dep check reference ↵Robert Gemmell2014-08-1115-126/+715
| | | | | | files for the source tree/archive and the binary assembly releases git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1617244 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5610: add a profile override to the QMF build to disable the ↵Robert Gemmell2014-08-081-0/+26
| | | | | | apache-release source assembly creation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616851 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5980: tweak javadoc for QMF2 bits to remove errors (but not warnings), ↵Robert Gemmell2014-08-0838-63/+65
| | | | | | allow success when processing with the strict new Java8 tooling git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616848 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5813: advance version numbers on trunk to 0.32-SNAPSHOTRobert Gemmell2014-08-086-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616708 13f79535-47bb-0310-9956-ffa450edef68
* JIRA:QPID-5820 Added some defensive code to qmf-ui.js to protect against the ↵Fraser Adams2014-07-051-1/+2
| | | | | | case when null binding arguments get returned. Fixed bug in broker-core BindingImpl.java whereby the binding arguments were not being set on construction which caused getArguments to always return null git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1608025 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5610: update readme to detail usage of the copy-broker profileRobert Gemmell2014-07-041-4/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1607921 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5610: add a profile to optionally extract the broker release artifact ↵Robert Gemmell2014-07-042-1/+70
| | | | | | and copy the QMF2 broker plugin into the lib dir git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1607915 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5820: [Java QMF2 Plugin] changes to plugin owing to the Java Broker ↵Keith Wall2014-07-014-9/+9
| | | | | | | | | | model updates made during 0.29 * Used model getters rather than named attributes wherever possible Work done by Andrew MacBean <macbean@apache.org> and me. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1607034 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5820: [Java QMF2 Plugin] changes to plugin owing to the Java Broker ↵Keith Wall2014-06-304-64/+111
| | | | | | | | | | | | | | | model updates made during 0.29 * VHNs (virtualhostnodes) may exist within a VH (virtualhost) * Use Port#availableProtocols rather than Port#protocols when trying to find the AMQP port * Like the CPP Broker, Binding#arguments will be null if the binding was created with none. Note that the QMF plugin still does not support virtualhosts created at runtime. They'll be ignored until the next restart. Work done by Andrew MacBean <macbean@apache.org> and me. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1606812 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5746, QPID-5610: fix compilation for QMF2 broker pluginRobert Gemmell2014-05-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1593707 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5754 : [Java Broker] close the qmf agent when the plugin is closedRobert Godfrey2014-05-081-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1593267 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5754 : [Java Broker] Make state change operations methods rather than ↵Robert Godfrey2014-05-082-30/+6
| | | | | | calls to setDesiredState git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1593264 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5610: copy the mavenised qmf2 java tools build tree to trunkRobert Gemmell2014-05-02234-0/+40383
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1592057 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5610: remove existing java qmf tools dir, to make way for the mavenised ↵Robert Gemmell2014-05-02237-41451/+0
| | | | | | version from the branch git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1592055 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5604: Update comments to If we're on Cygwin we need to convert to ↵Fraser Adams2014-03-118-8/+8
| | | | | | Windows path. as per Jan's suggestion git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1576460 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5604: Added Cygwin support to all the scripts in qpid/tools/src/java/binFraser Adams2014-03-108-6/+84
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1576020 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5604: Added the Cygwin patch to QpidRestAPI.sh initially to see if it ↵Fraser Adams2014-03-081-0/+10
| | | | | | works - it doesn't break on Linux, but I can't test Cygwin myself git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575537 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5614: Fix problems caused by changes to Java Broker Logging in QPID-5611Fraser Adams2014-03-081-4/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575533 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5614: Initial fix of the issues. The QMF2 Plugin compiles again and ↵Fraser Adams2014-03-0810-161/+156
| | | | | | mostly works, but there are issues with the bindings and subscriptions - though I think that this might be a problem with the Java Broker Management Model git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1575530 13f79535-47bb-0310-9956-ffa450edef68
* JIRA:QPID-5555 Get the QMF plugin working again. There was still a gotcha on ↵Fraser Adams2014-02-235-12/+45
| | | | | | the ExclusivityPolicy, which compiled OK but gave ClassCastExceptions. This commit sorts that problem and also tweaks the returned port to report the TCP based AMQP port not the WS one git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1571021 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5555 : fix breakage in the broker QMF plugin caused by rework to broker ↵Robert Godfrey2014-02-184-6/+11
| | | | | | internals git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1569525 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5470: Improve QMF README documentation and update JavaDocs to reflect ↵Fraser Adams2014-01-1122-35/+182
| | | | | | new location of QMF2 API docs git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557407 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5336: Don't hardcode location of bash in shell scriptsAndrew Stitcher2013-11-1423-23/+23
| | | | | | | As bash isn't specified by POSIX its location is variable. Specifically under BSDs it isn't found in /bin/bash. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1541763 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5197: Remove obsolete --cluster-durable/persistLastNode options in java ↵Alan Conway2013-10-044-40/+3
| | | | | | code. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1529200 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5169: CRAM-MD5, not CRAM-MD; a patch from Ernie AllenJustin Ross2013-09-267-14/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1526637 13f79535-47bb-0310-9956-ffa450edef68
* JIRA: QPID-5093 Adding ASF licence note to a bunch of html/css/js files that ↵Fraser Adams2013-08-2320-105/+328
| | | | | | were missing it git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1516919 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA adding ↵Fraser Adams2013-07-191-0/+118
| | | | | | tools/src/java/src/qpid-broker-plugins-management-qmf2/java/org/apache/qpid/server/qmf2/agentdata/Session.java to source control unfortunately I'd missed that previously git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1504869 13f79535-47bb-0310-9956-ffa450edef68
* JIRA: QPID-5005 The Java Broker Plugin API has changed to need overridden ↵Fraser Adams2013-07-191-0/+6
| | | | | | getType() method in instances of PluginFactory. This commit adds getType() to QmfManagementFactory.java git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1504839 13f79535-47bb-0310-9956-ffa450edef68
* No JIRA: Refactored QMF GUI qmf-ui.js to remove a lot of copy and paste ↵Fraser Adams2013-06-232-178/+101
| | | | | | reuse when rendering QMF objects in various pages. I've added a qmfui.renderObject and qmfui.renderArray method to handle these general patterns and hopefully improve maintainability. There's no new features in this update, just some slightly more readable code git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1495854 13f79535-47bb-0310-9956-ffa450edef68
* No Jira: Refactored Exchange and Queue selection dropdowns, which were a ↵Fraser Adams2013-06-163-399/+207
| | | | | | little too much like -copy and paste reuse- the resulting change hasn't added any functionality, but will help when I get round to adding federation support git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1493504 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4783: Improve Connection statistics in Java Broker QmfManagementAgentFraser Adams2013-04-281-17/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1476792 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Fixed QmfManagementPlugin to cater for change made to ↵Fraser Adams2013-04-271-1/+1
| | | | | | AbstractPluginAdapter Constructor on r1476544 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1476550 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4760: Associate Java Broker QueueAdapter and SessionAdapter via ↵Fraser Adams2013-04-261-13/+21
| | | | | | ConsumerAdapter git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1476219 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Trivial fix to build.xml in tools/src/java which was failing on ↵Fraser Adams2013-04-191-4/+20
| | | | | | cleanall target if plugins directory didn't actually exist git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1469793 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3675: Java QMF2 API, REST API, QMF GUI and Java Broker QMF Management ↵Fraser Adams2013-04-08238-0/+41128
Plugin added to <qpid>/tools/src/java git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1465662 13f79535-47bb-0310-9956-ffa450edef68