svn commit: r1739027 - in /qpid/java/trunk: broker-codegen/src/main/java/org/apache/qpid/server/model/validation/ broker-core/src/main/java/org/apache/qpid/server/model/ broker-core/src/main/java/org/

2016-04-13 Thread kwall
Author: kwall Date: Thu Apr 14 06:33:54 2016 New Revision: 1739027 URL: http://svn.apache.org/viewvc?rev=1739027&view=rev Log: QPID-7158: [Java Broker] Support attribute values of type java.util.Date * Allow configured object attributes to be of type java.util.Date * Update model atttributes crea

qpid-dispatch git commit: DISPATCH-237 - Updated core handling of delivery tags to support link-routing.

2016-04-13 Thread tross
Repository: qpid-dispatch Updated Branches: refs/heads/master d281644e7 -> d8afd516a DISPATCH-237 - Updated core handling of delivery tags to support link-routing. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/c

qpid-dispatch git commit: DISPATCH-271 When GET-MGMT-NODES returns an empty list, use receiver's source address to derive the current router ID

2016-04-13 Thread eallen
Repository: qpid-dispatch Updated Branches: refs/heads/master 8b1b7b979 -> d281644e7 DISPATCH-271 When GET-MGMT-NODES returns an empty list, use receiver's source address to derive the current router ID Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip

qpid-dispatch git commit: DISPATCH-179 - Added some extra documentation for connectionRole

2016-04-13 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 6b80d1ff2 -> 8b1b7b979 DISPATCH-179 - Added some extra documentation for connectionRole Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/8b1b7b97

svn commit: r1738973 - in /qpid/java/trunk/broker-plugins/management-http/src/main/java/resources: css/common.css js/qpid/management/query/CriteriaPane.js query/CriteriaPane.html

2016-04-13 Thread orudyy
Author: orudyy Date: Wed Apr 13 17:05:48 2016 New Revision: 1738973 URL: http://svn.apache.org/viewvc?rev=1738973&view=rev Log: QPID-6983: Add ability to select multiple values for fields having validValues set Modified: qpid/java/trunk/broker-plugins/management-http/src/main/java/resources

qpid-dispatch git commit: DISPATCH-188: Update policy documentation.

2016-04-13 Thread chug
Repository: qpid-dispatch Updated Branches: refs/heads/master eee4fa296 -> 6b80d1ff2 DISPATCH-188: Update policy documentation. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/6b80d1ff Tree: http://git-wip-

qpid-dispatch git commit: DISPATCH-263 - Fixed again, with proper use of the pn_record facility and a test that runs multi-framed pre-settled deliveries.

2016-04-13 Thread tross
Repository: qpid-dispatch Updated Branches: refs/heads/master df9f69c12 -> eee4fa296 DISPATCH-263 - Fixed again, with proper use of the pn_record facility and a test that runs multi-framed pre-settled deliveries. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http

svn commit: r1738959 - in /qpid/java/trunk/broker-plugins/management-http/src/main/java/resources: css/common.css js/qpid/management/query/QueryBuilder.js query/QueryBuilder.html

2016-04-13 Thread orudyy
Author: orudyy Date: Wed Apr 13 15:51:11 2016 New Revision: 1738959 URL: http://svn.apache.org/viewvc?rev=1738959&view=rev Log: QPID-6983: Increase length of input widgets for entering select and where expressions in advanced mode Modified: qpid/java/trunk/broker-plugins/management-http/src

qpid-proton git commit: NO-JIRA: fix reactor C examples for VS 10 build

2016-04-13 Thread kgiusti
Repository: qpid-proton Updated Branches: refs/heads/master b47234bf5 -> 736920c8f NO-JIRA: fix reactor C examples for VS 10 build Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/736920c8 Tree: http://git-wip-u

qpid-proton git commit: NO-JIRA: Add explanatory comment on PN_HANDLE to object.h

2016-04-13 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master 3ea4287d4 -> b47234bf5 NO-JIRA: Add explanatory comment on PN_HANDLE to object.h Several people have been confused by its usage, added an explanation. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://g

qpid-proton git commit: PROTON-1171: update transport ssl wrapper to ensure attempt to pass all decoded bytes to the underlying input or throw, and avoid processing the underlying layer when no bytes

2016-04-13 Thread robbie
Repository: qpid-proton Updated Branches: refs/heads/master c55ae663f -> 3ea4287d4 PROTON-1171: update transport ssl wrapper to ensure attempt to pass all decoded bytes to the underlying input or throw, and avoid processing the underlying layer when no bytes have been passed on This closes #

svn commit: r1738942 - /qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/query/WhereCriteria.js

2016-04-13 Thread orudyy
Author: orudyy Date: Wed Apr 13 13:41:39 2016 New Revision: 1738942 URL: http://svn.apache.org/viewvc?rev=1738942&view=rev Log: QPID-6983: Fix 'deleted' attribute getter in WhereCriteria widget Modified: qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/managemen

qpid-dispatch git commit: DISPATCH-263 - Added a record with key PN_DELIVERY_CTX to hold the message. Dont accept the disposition until the full message has been received

2016-04-13 Thread tross
Repository: qpid-dispatch Updated Branches: refs/heads/master 150a05382 -> df9f69c12 DISPATCH-263 - Added a record with key PN_DELIVERY_CTX to hold the message. Dont accept the disposition until the full message has been received Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/

svn commit: r1738935 - in /qpid/java/trunk/broker-core/src: main/java/org/apache/qpid/server/model/AttributeValueConverter.java test/java/org/apache/qpid/server/model/AttributeValueConverterTest.java

2016-04-13 Thread kwall
Author: kwall Date: Wed Apr 13 13:11:41 2016 New Revision: 1738935 URL: http://svn.apache.org/viewvc?rev=1738935&view=rev Log: QPID-7158: [Java Broker] Support attribute values of type java.util.Date Modified: qpid/java/trunk/broker-core/src/main/java/org/apache/qpid/server/model/AttributeVa

svn commit: r13233 - in /dev/qpid/java/6.0.2-rc1: ./ binaries/

2016-04-13 Thread kwall
Author: kwall Date: Wed Apr 13 13:03:28 2016 New Revision: 13233 Log: NO-JIRA: 6.0.2 RC1 Added: dev/qpid/java/6.0.2-rc1/ dev/qpid/java/6.0.2-rc1/binaries/ dev/qpid/java/6.0.2-rc1/binaries/qpid-broker-6.0.2-bin.tar.gz (with props) dev/qpid/java/6.0.2-rc1/binaries/qpid-broker-6.0.

svn commit: r1738933 [1/2] - in /qpid/java/trunk/broker-plugins/management-http: ./ src/main/java/org/apache/qpid/server/management/plugin/ src/main/java/resources/ src/main/java/resources/css/ src/ma

2016-04-13 Thread orudyy
Author: orudyy Date: Wed Apr 13 12:58:41 2016 New Revision: 1738933 URL: http://svn.apache.org/viewvc?rev=1738933&view=rev Log: QPID-6983: Add query building UI Added: qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/QueryTab.js qpid/java/trunk/b

svn commit: r1738933 [2/2] - in /qpid/java/trunk/broker-plugins/management-http: ./ src/main/java/org/apache/qpid/server/management/plugin/ src/main/java/resources/ src/main/java/resources/css/ src/ma

2016-04-13 Thread orudyy
Added: qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/query/QueryBuilder.js URL: http://svn.apache.org/viewvc/qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/query/QueryBuilder.js?rev=1738933&view=auto ==

svn commit: r1738919 - in /qpid/java/branches/6.0.x: ./ bdbstore/ bdbstore/jmx/ bdbstore/systests/ broker-codegen/ broker-core/ broker-plugins/access-control/ broker-plugins/amqp-0-10-protocol/ broker

2016-04-13 Thread kwall
Author: kwall Date: Wed Apr 13 10:19:17 2016 New Revision: 1738919 URL: http://svn.apache.org/viewvc?rev=1738919&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: qpid/java/branches/6.0.x/bdbstore/jmx/pom.xml qpid/java/branches/6.0.x/bdbstore/pom.xml

svn commit: r1738917 - in /qpid/java/branches/6.0.x: ./ bdbstore/ bdbstore/jmx/ bdbstore/systests/ broker-codegen/ broker-core/ broker-plugins/access-control/ broker-plugins/amqp-0-10-protocol/ broker

2016-04-13 Thread kwall
Author: kwall Date: Wed Apr 13 10:18:51 2016 New Revision: 1738917 URL: http://svn.apache.org/viewvc?rev=1738917&view=rev Log: [maven-release-plugin] prepare release 6.0.2 Modified: qpid/java/branches/6.0.x/bdbstore/jmx/pom.xml qpid/java/branches/6.0.x/bdbstore/pom.xml qpid/java/branc

svn commit: r1738918 - /qpid/java/tags/6.0.2/

2016-04-13 Thread kwall
Author: kwall Date: Wed Apr 13 10:19:06 2016 New Revision: 1738918 URL: http://svn.apache.org/viewvc?rev=1738918&view=rev Log: [maven-release-plugin] copy for tag 6.0.2 Added: qpid/java/tags/6.0.2/ (props changed) - copied from r1738917, qpid/java/branches/6.0.x/ Propchange: qpid/jav

svn commit: r1738915 - in /qpid/java/branches/6.0.x: ./ broker-plugins/management-http/src/main/java/resources/footer.html

2016-04-13 Thread kwall
Author: kwall Date: Wed Apr 13 09:36:00 2016 New Revision: 1738915 URL: http://svn.apache.org/viewvc?rev=1738915&view=rev Log: NO-JIRA: [Java Broker] Bump year in copyright notice in WMC svn merge -c 1738914 ^/qpid/java/trunk Modified: qpid/java/branches/6.0.x/ (props changed) qpid/

svn commit: r1738914 - /qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/footer.html

2016-04-13 Thread kwall
Author: kwall Date: Wed Apr 13 09:34:21 2016 New Revision: 1738914 URL: http://svn.apache.org/viewvc?rev=1738914&view=rev Log: NO-JIRA: [Java Broker] Bump year in copyright notice in WMC Modified: qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/footer.html Modified:

svn commit: r1738906 - in /qpid/java/trunk/broker-core/src: main/java/org/apache/qpid/server/model/ test/java/org/apache/qpid/server/model/testmodels/hierarchy/

2016-04-13 Thread kwall
Author: kwall Date: Wed Apr 13 08:02:34 2016 New Revision: 1738906 URL: http://svn.apache.org/viewvc?rev=1738906&view=rev Log: QPID-7157: [Java Broker] Automatically populate valid values for attributes that are of an enumerated type, unless otherwise restricted. Modified: qpid/java/trunk/b