You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by Ganesh Murthy <gm...@apache.org> on 2018/06/29 19:21:48 UTC

[VOTE] Release Qpid Dispatch Router 1.2.0 (RC2)

Hello All,

         Please cast your vote on this thread to release RC2 as the
official Qpid Dispatch Router version  1.2.0.

RC2 of Qpid Dispatch Router version 1.2.0 can be found here:

https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.2.0-rc2/

The following features, improvements, and bug fixes are introduced in 1.2.0:

Features -
    DISPATCH-970 - Add a chord view of message flow to console
    DISPATCH-980 - Allow address translation on link routes
    DISPATCH-1014 - Visualize link congestion on topology page

Improvements -
    DISPATCH-965 - Python 3 compatibiliy
    DISPATCH-982 - Handle small form-factor screens
    DISPATCH-1002 - Animate message flow on the console's topology page.
    DISPATCH-1013 - Enable vhost policies to be used in the router
config file (not just through separate JSON files)
    DISPATCH-1015 - Improve visualization of connection and link info
on console's topology page.
    DISPATCH-1016 - Consolidate console style sheets to improve load time
    DISPATCH-1017 - Use a javascript build system for the console
    DISPATCH-1020 - Detach expiring links with closed=true when peer
connectivity lost
    DISPATCH-1024 - Latest version of qpid-proton is causing build
issues on Travis, to system tests using incorrect url with user and
password
    DISPATCH-1049 - Add console tests
    DISPATCH-1053 - Allow deliveries to be constrained to
router-control links by address state

Bug fixes -
    DISPATCH-969 - Dropdown menu doesn't work when browser is narrow
    DISPATCH-976 - Allow policy for sources and targets to handle
multiple wildcards
    DISPATCH-979 - self test mock policy manager does not forward
policy warnings
    DISPATCH-984 - Json config file processing clobbers files with '#'
character in strings
    DISPATCH-985 - Policy username substitution token is documented incorrectly
    DISPATCH-988 - Documentation of policy default vhost is wrong
    DISPATCH-990 - Use patterns for policy vhost hostnames
    DISPATCH-998 - Parse tree does not have remove function that takes
a string pattern
    DISPATCH-1003 - Enable console support for connecting to listener
configured with saslMechanisms other than ANONYMOUS
    DISPATCH-1008 - Router should preserve original connection
information when attempting to make failover connections
    DISPATCH-1011 - Policy username substitution fails to match
certain user names
    DISPATCH-1025 - User token not being replaced properly on a vhost
policy when defined in the prefix or suffix
    DISPATCH-1026 - Router crashing when using
sourcePattern/targetPattern with multiple patterns and one of them
being user token when trying to open an unauthorized address
    DISPATCH-1029 - State is not retained on Entities tree for console
    DISPATCH-1030 - Empty table on Entities page of console
    DISPATCH-1031 - Remove the links associated with a console from
the console's overview page
    DISPATCH-1033 - Incorrect location for legend on Message flow page
in console
    DISPATCH-1034 - saslPlugin option does not work with http option in listener
    DISPATCH-1036 - Dropdown lists on the Entity page are the wrong color
    DISPATCH-1037 - Listeners with http enabled are not being shutdown
after they are deleted
    DISPATCH-1041 - Add new test to validate global delivery counts
provided by the router
    DISPATCH-1043 - In a two router network, qdstat -g is showing
non-zero values for "Ingress Count" even when no messages are sent
    DISPATCH-1044 - Link routed deliveries not included in the global
transit and egress counts
    DISPATCH-1045 - Sometimes close connetion after releasing partial
multi-frame messsage
    DISPATCH-1046 - system_tests_policy fail in python3 environment
    DISPATCH-1047 - system_tests_ssl fail when running under python3 environment
    DISPATCH-1048 - system_tests_http fail when run under python3 environment
    DISPATCH-1050 - sasl delegation plugin should set SNI to match auth address
    DISPATCH-1051 - Python memory leak via PyLong_FromLong
    DISPATCH-1052 - minor lock leak in policy code
    DISPATCH-1056 - Build fails making docs on python-3-only fedora 28
    DISPATCH-1058 - Fix leaks/other code issues found by Coverity

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: [VOTE] Release Qpid Dispatch Router 1.2.0 (RC2)

Posted by Ernest Allen <ea...@redhat.com>.
+1
Built against Proton 0.25.0-SNAPSHOT on Fedora 28
Ran system tests tests
ran console unit tests
started routers and started some message traffic
visited all console pages and verified things worked as expected



On Mon, Jul 2, 2018 at 10:54 AM, Ganesh Murthy <gm...@redhat.com> wrote:

> +1
> * Validated signatures and checksums
> * Checked for presence of LICENSE and NOTICE files
> * Ran mvn apache-rat:check, no files with missing license headers found.
> * Built from source against Proton 0.24.0 in Fedora 27 and ran system
> tests. All tests passed
>
> On Fri, Jun 29, 2018 at 3:21 PM, Ganesh Murthy <gm...@apache.org> wrote:
>
> > Hello All,
> >
> >          Please cast your vote on this thread to release RC2 as the
> > official Qpid Dispatch Router version  1.2.0.
> >
> > RC2 of Qpid Dispatch Router version 1.2.0 can be found here:
> >
> > https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.2.0-rc2/
> >
> > The following features, improvements, and bug fixes are introduced in
> > 1.2.0:
> >
> > Features -
> >     DISPATCH-970 - Add a chord view of message flow to console
> >     DISPATCH-980 - Allow address translation on link routes
> >     DISPATCH-1014 - Visualize link congestion on topology page
> >
> > Improvements -
> >     DISPATCH-965 - Python 3 compatibiliy
> >     DISPATCH-982 - Handle small form-factor screens
> >     DISPATCH-1002 - Animate message flow on the console's topology page.
> >     DISPATCH-1013 - Enable vhost policies to be used in the router
> > config file (not just through separate JSON files)
> >     DISPATCH-1015 - Improve visualization of connection and link info
> > on console's topology page.
> >     DISPATCH-1016 - Consolidate console style sheets to improve load time
> >     DISPATCH-1017 - Use a javascript build system for the console
> >     DISPATCH-1020 - Detach expiring links with closed=true when peer
> > connectivity lost
> >     DISPATCH-1024 - Latest version of qpid-proton is causing build
> > issues on Travis, to system tests using incorrect url with user and
> > password
> >     DISPATCH-1049 - Add console tests
> >     DISPATCH-1053 - Allow deliveries to be constrained to
> > router-control links by address state
> >
> > Bug fixes -
> >     DISPATCH-969 - Dropdown menu doesn't work when browser is narrow
> >     DISPATCH-976 - Allow policy for sources and targets to handle
> > multiple wildcards
> >     DISPATCH-979 - self test mock policy manager does not forward
> > policy warnings
> >     DISPATCH-984 - Json config file processing clobbers files with '#'
> > character in strings
> >     DISPATCH-985 - Policy username substitution token is documented
> > incorrectly
> >     DISPATCH-988 - Documentation of policy default vhost is wrong
> >     DISPATCH-990 - Use patterns for policy vhost hostnames
> >     DISPATCH-998 - Parse tree does not have remove function that takes
> > a string pattern
> >     DISPATCH-1003 - Enable console support for connecting to listener
> > configured with saslMechanisms other than ANONYMOUS
> >     DISPATCH-1008 - Router should preserve original connection
> > information when attempting to make failover connections
> >     DISPATCH-1011 - Policy username substitution fails to match
> > certain user names
> >     DISPATCH-1025 - User token not being replaced properly on a vhost
> > policy when defined in the prefix or suffix
> >     DISPATCH-1026 - Router crashing when using
> > sourcePattern/targetPattern with multiple patterns and one of them
> > being user token when trying to open an unauthorized address
> >     DISPATCH-1029 - State is not retained on Entities tree for console
> >     DISPATCH-1030 - Empty table on Entities page of console
> >     DISPATCH-1031 - Remove the links associated with a console from
> > the console's overview page
> >     DISPATCH-1033 - Incorrect location for legend on Message flow page
> > in console
> >     DISPATCH-1034 - saslPlugin option does not work with http option in
> > listener
> >     DISPATCH-1036 - Dropdown lists on the Entity page are the wrong color
> >     DISPATCH-1037 - Listeners with http enabled are not being shutdown
> > after they are deleted
> >     DISPATCH-1041 - Add new test to validate global delivery counts
> > provided by the router
> >     DISPATCH-1043 - In a two router network, qdstat -g is showing
> > non-zero values for "Ingress Count" even when no messages are sent
> >     DISPATCH-1044 - Link routed deliveries not included in the global
> > transit and egress counts
> >     DISPATCH-1045 - Sometimes close connetion after releasing partial
> > multi-frame messsage
> >     DISPATCH-1046 - system_tests_policy fail in python3 environment
> >     DISPATCH-1047 - system_tests_ssl fail when running under python3
> > environment
> >     DISPATCH-1048 - system_tests_http fail when run under python3
> > environment
> >     DISPATCH-1050 - sasl delegation plugin should set SNI to match auth
> > address
> >     DISPATCH-1051 - Python memory leak via PyLong_FromLong
> >     DISPATCH-1052 - minor lock leak in policy code
> >     DISPATCH-1056 - Build fails making docs on python-3-only fedora 28
> >     DISPATCH-1058 - Fix leaks/other code issues found by Coverity
> >
> > Thanks.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> > For additional commands, e-mail: users-help@qpid.apache.org
> >
> >
>

Re: [VOTE] Release Qpid Dispatch Router 1.2.0 (RC2)

Posted by Ganesh Murthy <gm...@redhat.com>.
+1
* Validated signatures and checksums
* Checked for presence of LICENSE and NOTICE files
* Ran mvn apache-rat:check, no files with missing license headers found.
* Built from source against Proton 0.24.0 in Fedora 27 and ran system
tests. All tests passed

On Fri, Jun 29, 2018 at 3:21 PM, Ganesh Murthy <gm...@apache.org> wrote:

> Hello All,
>
>          Please cast your vote on this thread to release RC2 as the
> official Qpid Dispatch Router version  1.2.0.
>
> RC2 of Qpid Dispatch Router version 1.2.0 can be found here:
>
> https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.2.0-rc2/
>
> The following features, improvements, and bug fixes are introduced in
> 1.2.0:
>
> Features -
>     DISPATCH-970 - Add a chord view of message flow to console
>     DISPATCH-980 - Allow address translation on link routes
>     DISPATCH-1014 - Visualize link congestion on topology page
>
> Improvements -
>     DISPATCH-965 - Python 3 compatibiliy
>     DISPATCH-982 - Handle small form-factor screens
>     DISPATCH-1002 - Animate message flow on the console's topology page.
>     DISPATCH-1013 - Enable vhost policies to be used in the router
> config file (not just through separate JSON files)
>     DISPATCH-1015 - Improve visualization of connection and link info
> on console's topology page.
>     DISPATCH-1016 - Consolidate console style sheets to improve load time
>     DISPATCH-1017 - Use a javascript build system for the console
>     DISPATCH-1020 - Detach expiring links with closed=true when peer
> connectivity lost
>     DISPATCH-1024 - Latest version of qpid-proton is causing build
> issues on Travis, to system tests using incorrect url with user and
> password
>     DISPATCH-1049 - Add console tests
>     DISPATCH-1053 - Allow deliveries to be constrained to
> router-control links by address state
>
> Bug fixes -
>     DISPATCH-969 - Dropdown menu doesn't work when browser is narrow
>     DISPATCH-976 - Allow policy for sources and targets to handle
> multiple wildcards
>     DISPATCH-979 - self test mock policy manager does not forward
> policy warnings
>     DISPATCH-984 - Json config file processing clobbers files with '#'
> character in strings
>     DISPATCH-985 - Policy username substitution token is documented
> incorrectly
>     DISPATCH-988 - Documentation of policy default vhost is wrong
>     DISPATCH-990 - Use patterns for policy vhost hostnames
>     DISPATCH-998 - Parse tree does not have remove function that takes
> a string pattern
>     DISPATCH-1003 - Enable console support for connecting to listener
> configured with saslMechanisms other than ANONYMOUS
>     DISPATCH-1008 - Router should preserve original connection
> information when attempting to make failover connections
>     DISPATCH-1011 - Policy username substitution fails to match
> certain user names
>     DISPATCH-1025 - User token not being replaced properly on a vhost
> policy when defined in the prefix or suffix
>     DISPATCH-1026 - Router crashing when using
> sourcePattern/targetPattern with multiple patterns and one of them
> being user token when trying to open an unauthorized address
>     DISPATCH-1029 - State is not retained on Entities tree for console
>     DISPATCH-1030 - Empty table on Entities page of console
>     DISPATCH-1031 - Remove the links associated with a console from
> the console's overview page
>     DISPATCH-1033 - Incorrect location for legend on Message flow page
> in console
>     DISPATCH-1034 - saslPlugin option does not work with http option in
> listener
>     DISPATCH-1036 - Dropdown lists on the Entity page are the wrong color
>     DISPATCH-1037 - Listeners with http enabled are not being shutdown
> after they are deleted
>     DISPATCH-1041 - Add new test to validate global delivery counts
> provided by the router
>     DISPATCH-1043 - In a two router network, qdstat -g is showing
> non-zero values for "Ingress Count" even when no messages are sent
>     DISPATCH-1044 - Link routed deliveries not included in the global
> transit and egress counts
>     DISPATCH-1045 - Sometimes close connetion after releasing partial
> multi-frame messsage
>     DISPATCH-1046 - system_tests_policy fail in python3 environment
>     DISPATCH-1047 - system_tests_ssl fail when running under python3
> environment
>     DISPATCH-1048 - system_tests_http fail when run under python3
> environment
>     DISPATCH-1050 - sasl delegation plugin should set SNI to match auth
> address
>     DISPATCH-1051 - Python memory leak via PyLong_FromLong
>     DISPATCH-1052 - minor lock leak in policy code
>     DISPATCH-1056 - Build fails making docs on python-3-only fedora 28
>     DISPATCH-1058 - Fix leaks/other code issues found by Coverity
>
> Thanks.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
>
>

Re: [VOTE] Release Qpid Dispatch Router 1.2.0 (RC2)

Posted by Ted Ross <tr...@redhat.com>.
+1

Tested against Proton 0.23 and 0.24 (Fedora 27)

On Mon, Jul 2, 2018 at 10:55 AM, Chuck Rolke <cr...@redhat.com> wrote:
> +1
>
> * Verified download
> * Fedora 27
> * Built against proton 0.24-rc1 tag
> * Self tests pass
>
>
> ----- Original Message -----
>> From: "Ganesh Murthy" <gm...@apache.org>
>> To: users@qpid.apache.org
>> Sent: Friday, June 29, 2018 3:21:48 PM
>> Subject: [VOTE] Release Qpid Dispatch Router 1.2.0 (RC2)
>>
>> Hello All,
>>
>>          Please cast your vote on this thread to release RC2 as the
>> official Qpid Dispatch Router version  1.2.0.
>>
>> RC2 of Qpid Dispatch Router version 1.2.0 can be found here:
>>
>> https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.2.0-rc2/
>>
>> The following features, improvements, and bug fixes are introduced in 1.2.0:
>>
>> Features -
>>     DISPATCH-970 - Add a chord view of message flow to console
>>     DISPATCH-980 - Allow address translation on link routes
>>     DISPATCH-1014 - Visualize link congestion on topology page
>>
>> Improvements -
>>     DISPATCH-965 - Python 3 compatibiliy
>>     DISPATCH-982 - Handle small form-factor screens
>>     DISPATCH-1002 - Animate message flow on the console's topology page.
>>     DISPATCH-1013 - Enable vhost policies to be used in the router
>> config file (not just through separate JSON files)
>>     DISPATCH-1015 - Improve visualization of connection and link info
>> on console's topology page.
>>     DISPATCH-1016 - Consolidate console style sheets to improve load time
>>     DISPATCH-1017 - Use a javascript build system for the console
>>     DISPATCH-1020 - Detach expiring links with closed=true when peer
>> connectivity lost
>>     DISPATCH-1024 - Latest version of qpid-proton is causing build
>> issues on Travis, to system tests using incorrect url with user and
>> password
>>     DISPATCH-1049 - Add console tests
>>     DISPATCH-1053 - Allow deliveries to be constrained to
>> router-control links by address state
>>
>> Bug fixes -
>>     DISPATCH-969 - Dropdown menu doesn't work when browser is narrow
>>     DISPATCH-976 - Allow policy for sources and targets to handle
>> multiple wildcards
>>     DISPATCH-979 - self test mock policy manager does not forward
>> policy warnings
>>     DISPATCH-984 - Json config file processing clobbers files with '#'
>> character in strings
>>     DISPATCH-985 - Policy username substitution token is documented
>>     incorrectly
>>     DISPATCH-988 - Documentation of policy default vhost is wrong
>>     DISPATCH-990 - Use patterns for policy vhost hostnames
>>     DISPATCH-998 - Parse tree does not have remove function that takes
>> a string pattern
>>     DISPATCH-1003 - Enable console support for connecting to listener
>> configured with saslMechanisms other than ANONYMOUS
>>     DISPATCH-1008 - Router should preserve original connection
>> information when attempting to make failover connections
>>     DISPATCH-1011 - Policy username substitution fails to match
>> certain user names
>>     DISPATCH-1025 - User token not being replaced properly on a vhost
>> policy when defined in the prefix or suffix
>>     DISPATCH-1026 - Router crashing when using
>> sourcePattern/targetPattern with multiple patterns and one of them
>> being user token when trying to open an unauthorized address
>>     DISPATCH-1029 - State is not retained on Entities tree for console
>>     DISPATCH-1030 - Empty table on Entities page of console
>>     DISPATCH-1031 - Remove the links associated with a console from
>> the console's overview page
>>     DISPATCH-1033 - Incorrect location for legend on Message flow page
>> in console
>>     DISPATCH-1034 - saslPlugin option does not work with http option in
>>     listener
>>     DISPATCH-1036 - Dropdown lists on the Entity page are the wrong color
>>     DISPATCH-1037 - Listeners with http enabled are not being shutdown
>> after they are deleted
>>     DISPATCH-1041 - Add new test to validate global delivery counts
>> provided by the router
>>     DISPATCH-1043 - In a two router network, qdstat -g is showing
>> non-zero values for "Ingress Count" even when no messages are sent
>>     DISPATCH-1044 - Link routed deliveries not included in the global
>> transit and egress counts
>>     DISPATCH-1045 - Sometimes close connetion after releasing partial
>> multi-frame messsage
>>     DISPATCH-1046 - system_tests_policy fail in python3 environment
>>     DISPATCH-1047 - system_tests_ssl fail when running under python3
>>     environment
>>     DISPATCH-1048 - system_tests_http fail when run under python3 environment
>>     DISPATCH-1050 - sasl delegation plugin should set SNI to match auth
>>     address
>>     DISPATCH-1051 - Python memory leak via PyLong_FromLong
>>     DISPATCH-1052 - minor lock leak in policy code
>>     DISPATCH-1056 - Build fails making docs on python-3-only fedora 28
>>     DISPATCH-1058 - Fix leaks/other code issues found by Coverity
>>
>> Thanks.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
>> For additional commands, e-mail: users-help@qpid.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: [VOTE] Release Qpid Dispatch Router 1.2.0 (RC2)

Posted by Chuck Rolke <cr...@redhat.com>.
+1

* Verified download
* Fedora 27
* Built against proton 0.24-rc1 tag
* Self tests pass


----- Original Message -----
> From: "Ganesh Murthy" <gm...@apache.org>
> To: users@qpid.apache.org
> Sent: Friday, June 29, 2018 3:21:48 PM
> Subject: [VOTE] Release Qpid Dispatch Router 1.2.0 (RC2)
> 
> Hello All,
> 
>          Please cast your vote on this thread to release RC2 as the
> official Qpid Dispatch Router version  1.2.0.
> 
> RC2 of Qpid Dispatch Router version 1.2.0 can be found here:
> 
> https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.2.0-rc2/
> 
> The following features, improvements, and bug fixes are introduced in 1.2.0:
> 
> Features -
>     DISPATCH-970 - Add a chord view of message flow to console
>     DISPATCH-980 - Allow address translation on link routes
>     DISPATCH-1014 - Visualize link congestion on topology page
> 
> Improvements -
>     DISPATCH-965 - Python 3 compatibiliy
>     DISPATCH-982 - Handle small form-factor screens
>     DISPATCH-1002 - Animate message flow on the console's topology page.
>     DISPATCH-1013 - Enable vhost policies to be used in the router
> config file (not just through separate JSON files)
>     DISPATCH-1015 - Improve visualization of connection and link info
> on console's topology page.
>     DISPATCH-1016 - Consolidate console style sheets to improve load time
>     DISPATCH-1017 - Use a javascript build system for the console
>     DISPATCH-1020 - Detach expiring links with closed=true when peer
> connectivity lost
>     DISPATCH-1024 - Latest version of qpid-proton is causing build
> issues on Travis, to system tests using incorrect url with user and
> password
>     DISPATCH-1049 - Add console tests
>     DISPATCH-1053 - Allow deliveries to be constrained to
> router-control links by address state
> 
> Bug fixes -
>     DISPATCH-969 - Dropdown menu doesn't work when browser is narrow
>     DISPATCH-976 - Allow policy for sources and targets to handle
> multiple wildcards
>     DISPATCH-979 - self test mock policy manager does not forward
> policy warnings
>     DISPATCH-984 - Json config file processing clobbers files with '#'
> character in strings
>     DISPATCH-985 - Policy username substitution token is documented
>     incorrectly
>     DISPATCH-988 - Documentation of policy default vhost is wrong
>     DISPATCH-990 - Use patterns for policy vhost hostnames
>     DISPATCH-998 - Parse tree does not have remove function that takes
> a string pattern
>     DISPATCH-1003 - Enable console support for connecting to listener
> configured with saslMechanisms other than ANONYMOUS
>     DISPATCH-1008 - Router should preserve original connection
> information when attempting to make failover connections
>     DISPATCH-1011 - Policy username substitution fails to match
> certain user names
>     DISPATCH-1025 - User token not being replaced properly on a vhost
> policy when defined in the prefix or suffix
>     DISPATCH-1026 - Router crashing when using
> sourcePattern/targetPattern with multiple patterns and one of them
> being user token when trying to open an unauthorized address
>     DISPATCH-1029 - State is not retained on Entities tree for console
>     DISPATCH-1030 - Empty table on Entities page of console
>     DISPATCH-1031 - Remove the links associated with a console from
> the console's overview page
>     DISPATCH-1033 - Incorrect location for legend on Message flow page
> in console
>     DISPATCH-1034 - saslPlugin option does not work with http option in
>     listener
>     DISPATCH-1036 - Dropdown lists on the Entity page are the wrong color
>     DISPATCH-1037 - Listeners with http enabled are not being shutdown
> after they are deleted
>     DISPATCH-1041 - Add new test to validate global delivery counts
> provided by the router
>     DISPATCH-1043 - In a two router network, qdstat -g is showing
> non-zero values for "Ingress Count" even when no messages are sent
>     DISPATCH-1044 - Link routed deliveries not included in the global
> transit and egress counts
>     DISPATCH-1045 - Sometimes close connetion after releasing partial
> multi-frame messsage
>     DISPATCH-1046 - system_tests_policy fail in python3 environment
>     DISPATCH-1047 - system_tests_ssl fail when running under python3
>     environment
>     DISPATCH-1048 - system_tests_http fail when run under python3 environment
>     DISPATCH-1050 - sasl delegation plugin should set SNI to match auth
>     address
>     DISPATCH-1051 - Python memory leak via PyLong_FromLong
>     DISPATCH-1052 - minor lock leak in policy code
>     DISPATCH-1056 - Build fails making docs on python-3-only fedora 28
>     DISPATCH-1058 - Fix leaks/other code issues found by Coverity
> 
> Thanks.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: [VOTE] Release Qpid Dispatch Router 1.2.0 (RC2)

Posted by Robbie Gemmell <ro...@gmail.com>.
Since I lodged my vote (which remains unchanged) I did notice and
raise https://issues.apache.org/jira/browse/DISPATCH-1060 about the
test suite leaving some routers behind.

Robbie

On 2 July 2018 at 17:19, Robbie Gemmell <ro...@gmail.com> wrote:
> +1
>
> I checked things out as follows:
>  - Verified the signature and checksum files.
>  - Checked for LICENCE+NOTICE files in the archive.
>  - Ran mvn apache-rat:check to verify the licence headers.
>  - Built the router against Proton 0.24.0 and ran all the tests.
>  - Ran the JMS client 0.34.0 HelloWorld example against the router.
>
> Robbie
>
> On 29 June 2018 at 20:21, Ganesh Murthy <gm...@apache.org> wrote:
>> Hello All,
>>
>>          Please cast your vote on this thread to release RC2 as the
>> official Qpid Dispatch Router version  1.2.0.
>>
>> RC2 of Qpid Dispatch Router version 1.2.0 can be found here:
>>
>> https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.2.0-rc2/
>>
>> The following features, improvements, and bug fixes are introduced in 1.2.0:
>>
>> Features -
>>     DISPATCH-970 - Add a chord view of message flow to console
>>     DISPATCH-980 - Allow address translation on link routes
>>     DISPATCH-1014 - Visualize link congestion on topology page
>>
>> Improvements -
>>     DISPATCH-965 - Python 3 compatibiliy
>>     DISPATCH-982 - Handle small form-factor screens
>>     DISPATCH-1002 - Animate message flow on the console's topology page.
>>     DISPATCH-1013 - Enable vhost policies to be used in the router
>> config file (not just through separate JSON files)
>>     DISPATCH-1015 - Improve visualization of connection and link info
>> on console's topology page.
>>     DISPATCH-1016 - Consolidate console style sheets to improve load time
>>     DISPATCH-1017 - Use a javascript build system for the console
>>     DISPATCH-1020 - Detach expiring links with closed=true when peer
>> connectivity lost
>>     DISPATCH-1024 - Latest version of qpid-proton is causing build
>> issues on Travis, to system tests using incorrect url with user and
>> password
>>     DISPATCH-1049 - Add console tests
>>     DISPATCH-1053 - Allow deliveries to be constrained to
>> router-control links by address state
>>
>> Bug fixes -
>>     DISPATCH-969 - Dropdown menu doesn't work when browser is narrow
>>     DISPATCH-976 - Allow policy for sources and targets to handle
>> multiple wildcards
>>     DISPATCH-979 - self test mock policy manager does not forward
>> policy warnings
>>     DISPATCH-984 - Json config file processing clobbers files with '#'
>> character in strings
>>     DISPATCH-985 - Policy username substitution token is documented incorrectly
>>     DISPATCH-988 - Documentation of policy default vhost is wrong
>>     DISPATCH-990 - Use patterns for policy vhost hostnames
>>     DISPATCH-998 - Parse tree does not have remove function that takes
>> a string pattern
>>     DISPATCH-1003 - Enable console support for connecting to listener
>> configured with saslMechanisms other than ANONYMOUS
>>     DISPATCH-1008 - Router should preserve original connection
>> information when attempting to make failover connections
>>     DISPATCH-1011 - Policy username substitution fails to match
>> certain user names
>>     DISPATCH-1025 - User token not being replaced properly on a vhost
>> policy when defined in the prefix or suffix
>>     DISPATCH-1026 - Router crashing when using
>> sourcePattern/targetPattern with multiple patterns and one of them
>> being user token when trying to open an unauthorized address
>>     DISPATCH-1029 - State is not retained on Entities tree for console
>>     DISPATCH-1030 - Empty table on Entities page of console
>>     DISPATCH-1031 - Remove the links associated with a console from
>> the console's overview page
>>     DISPATCH-1033 - Incorrect location for legend on Message flow page
>> in console
>>     DISPATCH-1034 - saslPlugin option does not work with http option in listener
>>     DISPATCH-1036 - Dropdown lists on the Entity page are the wrong color
>>     DISPATCH-1037 - Listeners with http enabled are not being shutdown
>> after they are deleted
>>     DISPATCH-1041 - Add new test to validate global delivery counts
>> provided by the router
>>     DISPATCH-1043 - In a two router network, qdstat -g is showing
>> non-zero values for "Ingress Count" even when no messages are sent
>>     DISPATCH-1044 - Link routed deliveries not included in the global
>> transit and egress counts
>>     DISPATCH-1045 - Sometimes close connetion after releasing partial
>> multi-frame messsage
>>     DISPATCH-1046 - system_tests_policy fail in python3 environment
>>     DISPATCH-1047 - system_tests_ssl fail when running under python3 environment
>>     DISPATCH-1048 - system_tests_http fail when run under python3 environment
>>     DISPATCH-1050 - sasl delegation plugin should set SNI to match auth address
>>     DISPATCH-1051 - Python memory leak via PyLong_FromLong
>>     DISPATCH-1052 - minor lock leak in policy code
>>     DISPATCH-1056 - Build fails making docs on python-3-only fedora 28
>>     DISPATCH-1058 - Fix leaks/other code issues found by Coverity
>>
>> Thanks.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
>> For additional commands, e-mail: users-help@qpid.apache.org
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: [VOTE] Release Qpid Dispatch Router 1.2.0 (RC2)

Posted by Jakub Scholz <ja...@scholz.cz>.
+1 ... build from source on CentOS 7 and used with different clients.

On Mon, Jul 2, 2018 at 6:19 PM Robbie Gemmell <ro...@gmail.com>
wrote:

> +1
>
> I checked things out as follows:
>  - Verified the signature and checksum files.
>  - Checked for LICENCE+NOTICE files in the archive.
>  - Ran mvn apache-rat:check to verify the licence headers.
>  - Built the router against Proton 0.24.0 and ran all the tests.
>  - Ran the JMS client 0.34.0 HelloWorld example against the router.
>
> Robbie
>
> On 29 June 2018 at 20:21, Ganesh Murthy <gm...@apache.org> wrote:
> > Hello All,
> >
> >          Please cast your vote on this thread to release RC2 as the
> > official Qpid Dispatch Router version  1.2.0.
> >
> > RC2 of Qpid Dispatch Router version 1.2.0 can be found here:
> >
> > https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.2.0-rc2/
> >
> > The following features, improvements, and bug fixes are introduced in
> 1.2.0:
> >
> > Features -
> >     DISPATCH-970 - Add a chord view of message flow to console
> >     DISPATCH-980 - Allow address translation on link routes
> >     DISPATCH-1014 - Visualize link congestion on topology page
> >
> > Improvements -
> >     DISPATCH-965 - Python 3 compatibiliy
> >     DISPATCH-982 - Handle small form-factor screens
> >     DISPATCH-1002 - Animate message flow on the console's topology page.
> >     DISPATCH-1013 - Enable vhost policies to be used in the router
> > config file (not just through separate JSON files)
> >     DISPATCH-1015 - Improve visualization of connection and link info
> > on console's topology page.
> >     DISPATCH-1016 - Consolidate console style sheets to improve load time
> >     DISPATCH-1017 - Use a javascript build system for the console
> >     DISPATCH-1020 - Detach expiring links with closed=true when peer
> > connectivity lost
> >     DISPATCH-1024 - Latest version of qpid-proton is causing build
> > issues on Travis, to system tests using incorrect url with user and
> > password
> >     DISPATCH-1049 - Add console tests
> >     DISPATCH-1053 - Allow deliveries to be constrained to
> > router-control links by address state
> >
> > Bug fixes -
> >     DISPATCH-969 - Dropdown menu doesn't work when browser is narrow
> >     DISPATCH-976 - Allow policy for sources and targets to handle
> > multiple wildcards
> >     DISPATCH-979 - self test mock policy manager does not forward
> > policy warnings
> >     DISPATCH-984 - Json config file processing clobbers files with '#'
> > character in strings
> >     DISPATCH-985 - Policy username substitution token is documented
> incorrectly
> >     DISPATCH-988 - Documentation of policy default vhost is wrong
> >     DISPATCH-990 - Use patterns for policy vhost hostnames
> >     DISPATCH-998 - Parse tree does not have remove function that takes
> > a string pattern
> >     DISPATCH-1003 - Enable console support for connecting to listener
> > configured with saslMechanisms other than ANONYMOUS
> >     DISPATCH-1008 - Router should preserve original connection
> > information when attempting to make failover connections
> >     DISPATCH-1011 - Policy username substitution fails to match
> > certain user names
> >     DISPATCH-1025 - User token not being replaced properly on a vhost
> > policy when defined in the prefix or suffix
> >     DISPATCH-1026 - Router crashing when using
> > sourcePattern/targetPattern with multiple patterns and one of them
> > being user token when trying to open an unauthorized address
> >     DISPATCH-1029 - State is not retained on Entities tree for console
> >     DISPATCH-1030 - Empty table on Entities page of console
> >     DISPATCH-1031 - Remove the links associated with a console from
> > the console's overview page
> >     DISPATCH-1033 - Incorrect location for legend on Message flow page
> > in console
> >     DISPATCH-1034 - saslPlugin option does not work with http option in
> listener
> >     DISPATCH-1036 - Dropdown lists on the Entity page are the wrong color
> >     DISPATCH-1037 - Listeners with http enabled are not being shutdown
> > after they are deleted
> >     DISPATCH-1041 - Add new test to validate global delivery counts
> > provided by the router
> >     DISPATCH-1043 - In a two router network, qdstat -g is showing
> > non-zero values for "Ingress Count" even when no messages are sent
> >     DISPATCH-1044 - Link routed deliveries not included in the global
> > transit and egress counts
> >     DISPATCH-1045 - Sometimes close connetion after releasing partial
> > multi-frame messsage
> >     DISPATCH-1046 - system_tests_policy fail in python3 environment
> >     DISPATCH-1047 - system_tests_ssl fail when running under python3
> environment
> >     DISPATCH-1048 - system_tests_http fail when run under python3
> environment
> >     DISPATCH-1050 - sasl delegation plugin should set SNI to match auth
> address
> >     DISPATCH-1051 - Python memory leak via PyLong_FromLong
> >     DISPATCH-1052 - minor lock leak in policy code
> >     DISPATCH-1056 - Build fails making docs on python-3-only fedora 28
> >     DISPATCH-1058 - Fix leaks/other code issues found by Coverity
> >
> > Thanks.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> > For additional commands, e-mail: users-help@qpid.apache.org
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
>
>

Re: [VOTE] Release Qpid Dispatch Router 1.2.0 (RC2)

Posted by Robbie Gemmell <ro...@gmail.com>.
+1

I checked things out as follows:
 - Verified the signature and checksum files.
 - Checked for LICENCE+NOTICE files in the archive.
 - Ran mvn apache-rat:check to verify the licence headers.
 - Built the router against Proton 0.24.0 and ran all the tests.
 - Ran the JMS client 0.34.0 HelloWorld example against the router.

Robbie

On 29 June 2018 at 20:21, Ganesh Murthy <gm...@apache.org> wrote:
> Hello All,
>
>          Please cast your vote on this thread to release RC2 as the
> official Qpid Dispatch Router version  1.2.0.
>
> RC2 of Qpid Dispatch Router version 1.2.0 can be found here:
>
> https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.2.0-rc2/
>
> The following features, improvements, and bug fixes are introduced in 1.2.0:
>
> Features -
>     DISPATCH-970 - Add a chord view of message flow to console
>     DISPATCH-980 - Allow address translation on link routes
>     DISPATCH-1014 - Visualize link congestion on topology page
>
> Improvements -
>     DISPATCH-965 - Python 3 compatibiliy
>     DISPATCH-982 - Handle small form-factor screens
>     DISPATCH-1002 - Animate message flow on the console's topology page.
>     DISPATCH-1013 - Enable vhost policies to be used in the router
> config file (not just through separate JSON files)
>     DISPATCH-1015 - Improve visualization of connection and link info
> on console's topology page.
>     DISPATCH-1016 - Consolidate console style sheets to improve load time
>     DISPATCH-1017 - Use a javascript build system for the console
>     DISPATCH-1020 - Detach expiring links with closed=true when peer
> connectivity lost
>     DISPATCH-1024 - Latest version of qpid-proton is causing build
> issues on Travis, to system tests using incorrect url with user and
> password
>     DISPATCH-1049 - Add console tests
>     DISPATCH-1053 - Allow deliveries to be constrained to
> router-control links by address state
>
> Bug fixes -
>     DISPATCH-969 - Dropdown menu doesn't work when browser is narrow
>     DISPATCH-976 - Allow policy for sources and targets to handle
> multiple wildcards
>     DISPATCH-979 - self test mock policy manager does not forward
> policy warnings
>     DISPATCH-984 - Json config file processing clobbers files with '#'
> character in strings
>     DISPATCH-985 - Policy username substitution token is documented incorrectly
>     DISPATCH-988 - Documentation of policy default vhost is wrong
>     DISPATCH-990 - Use patterns for policy vhost hostnames
>     DISPATCH-998 - Parse tree does not have remove function that takes
> a string pattern
>     DISPATCH-1003 - Enable console support for connecting to listener
> configured with saslMechanisms other than ANONYMOUS
>     DISPATCH-1008 - Router should preserve original connection
> information when attempting to make failover connections
>     DISPATCH-1011 - Policy username substitution fails to match
> certain user names
>     DISPATCH-1025 - User token not being replaced properly on a vhost
> policy when defined in the prefix or suffix
>     DISPATCH-1026 - Router crashing when using
> sourcePattern/targetPattern with multiple patterns and one of them
> being user token when trying to open an unauthorized address
>     DISPATCH-1029 - State is not retained on Entities tree for console
>     DISPATCH-1030 - Empty table on Entities page of console
>     DISPATCH-1031 - Remove the links associated with a console from
> the console's overview page
>     DISPATCH-1033 - Incorrect location for legend on Message flow page
> in console
>     DISPATCH-1034 - saslPlugin option does not work with http option in listener
>     DISPATCH-1036 - Dropdown lists on the Entity page are the wrong color
>     DISPATCH-1037 - Listeners with http enabled are not being shutdown
> after they are deleted
>     DISPATCH-1041 - Add new test to validate global delivery counts
> provided by the router
>     DISPATCH-1043 - In a two router network, qdstat -g is showing
> non-zero values for "Ingress Count" even when no messages are sent
>     DISPATCH-1044 - Link routed deliveries not included in the global
> transit and egress counts
>     DISPATCH-1045 - Sometimes close connetion after releasing partial
> multi-frame messsage
>     DISPATCH-1046 - system_tests_policy fail in python3 environment
>     DISPATCH-1047 - system_tests_ssl fail when running under python3 environment
>     DISPATCH-1048 - system_tests_http fail when run under python3 environment
>     DISPATCH-1050 - sasl delegation plugin should set SNI to match auth address
>     DISPATCH-1051 - Python memory leak via PyLong_FromLong
>     DISPATCH-1052 - minor lock leak in policy code
>     DISPATCH-1056 - Build fails making docs on python-3-only fedora 28
>     DISPATCH-1058 - Fix leaks/other code issues found by Coverity
>
> Thanks.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: [VOTE] Release Qpid Dispatch Router 1.2.0 (RC2)

Posted by Gordon Sim <gs...@redhat.com>.
On 29/06/18 20:21, Ganesh Murthy wrote:
> Hello All,
> 
>           Please cast your vote on this thread to release RC2 as the
> official Qpid Dispatch Router version  1.2.0.
> 
> RC2 of Qpid Dispatch Router version 1.2.0 can be found here:
> 
> https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.2.0-rc2/
> 

+1, verified signature and hash, built from source including all tests, 
ran suite of tests against it (from a larger system that uses the router).

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: [VOTE] Release Qpid Dispatch Router 1.2.0 (RC2)

Posted by Ken Giusti <kg...@redhat.com>.
+1
Ran the oslo.messaging smoke tests under Ubuntu Xenial - all good.

On Fri, Jun 29, 2018 at 3:21 PM, Ganesh Murthy <gm...@apache.org> wrote:

> Hello All,
>
>          Please cast your vote on this thread to release RC2 as the
> official Qpid Dispatch Router version  1.2.0.
>
> RC2 of Qpid Dispatch Router version 1.2.0 can be found here:
>
> https://dist.apache.org/repos/dist/dev/qpid/dispatch/1.2.0-rc2/
>
> The following features, improvements, and bug fixes are introduced in
> 1.2.0:
>
> Features -
>     DISPATCH-970 - Add a chord view of message flow to console
>     DISPATCH-980 - Allow address translation on link routes
>     DISPATCH-1014 - Visualize link congestion on topology page
>
> Improvements -
>     DISPATCH-965 - Python 3 compatibiliy
>     DISPATCH-982 - Handle small form-factor screens
>     DISPATCH-1002 - Animate message flow on the console's topology page.
>     DISPATCH-1013 - Enable vhost policies to be used in the router
> config file (not just through separate JSON files)
>     DISPATCH-1015 - Improve visualization of connection and link info
> on console's topology page.
>     DISPATCH-1016 - Consolidate console style sheets to improve load time
>     DISPATCH-1017 - Use a javascript build system for the console
>     DISPATCH-1020 - Detach expiring links with closed=true when peer
> connectivity lost
>     DISPATCH-1024 - Latest version of qpid-proton is causing build
> issues on Travis, to system tests using incorrect url with user and
> password
>     DISPATCH-1049 - Add console tests
>     DISPATCH-1053 - Allow deliveries to be constrained to
> router-control links by address state
>
> Bug fixes -
>     DISPATCH-969 - Dropdown menu doesn't work when browser is narrow
>     DISPATCH-976 - Allow policy for sources and targets to handle
> multiple wildcards
>     DISPATCH-979 - self test mock policy manager does not forward
> policy warnings
>     DISPATCH-984 - Json config file processing clobbers files with '#'
> character in strings
>     DISPATCH-985 - Policy username substitution token is documented
> incorrectly
>     DISPATCH-988 - Documentation of policy default vhost is wrong
>     DISPATCH-990 - Use patterns for policy vhost hostnames
>     DISPATCH-998 - Parse tree does not have remove function that takes
> a string pattern
>     DISPATCH-1003 - Enable console support for connecting to listener
> configured with saslMechanisms other than ANONYMOUS
>     DISPATCH-1008 - Router should preserve original connection
> information when attempting to make failover connections
>     DISPATCH-1011 - Policy username substitution fails to match
> certain user names
>     DISPATCH-1025 - User token not being replaced properly on a vhost
> policy when defined in the prefix or suffix
>     DISPATCH-1026 - Router crashing when using
> sourcePattern/targetPattern with multiple patterns and one of them
> being user token when trying to open an unauthorized address
>     DISPATCH-1029 - State is not retained on Entities tree for console
>     DISPATCH-1030 - Empty table on Entities page of console
>     DISPATCH-1031 - Remove the links associated with a console from
> the console's overview page
>     DISPATCH-1033 - Incorrect location for legend on Message flow page
> in console
>     DISPATCH-1034 - saslPlugin option does not work with http option in
> listener
>     DISPATCH-1036 - Dropdown lists on the Entity page are the wrong color
>     DISPATCH-1037 - Listeners with http enabled are not being shutdown
> after they are deleted
>     DISPATCH-1041 - Add new test to validate global delivery counts
> provided by the router
>     DISPATCH-1043 - In a two router network, qdstat -g is showing
> non-zero values for "Ingress Count" even when no messages are sent
>     DISPATCH-1044 - Link routed deliveries not included in the global
> transit and egress counts
>     DISPATCH-1045 - Sometimes close connetion after releasing partial
> multi-frame messsage
>     DISPATCH-1046 - system_tests_policy fail in python3 environment
>     DISPATCH-1047 - system_tests_ssl fail when running under python3
> environment
>     DISPATCH-1048 - system_tests_http fail when run under python3
> environment
>     DISPATCH-1050 - sasl delegation plugin should set SNI to match auth
> address
>     DISPATCH-1051 - Python memory leak via PyLong_FromLong
>     DISPATCH-1052 - minor lock leak in policy code
>     DISPATCH-1056 - Build fails making docs on python-3-only fedora 28
>     DISPATCH-1058 - Fix leaks/other code issues found by Coverity
>
> Thanks.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
>
>


-- 
-K