You are viewing a plain text version of this content. The canonical link for it is here.
- [qpid-dispatch] branch master updated: DISPATCH-1741: Manually bump console's yargs-parser depdency to version 13.1.2 to fix security vunerability - posted by ea...@apache.org on 2020/08/04 14:55:41 UTC, 0 replies.
- [qpid-dispatch] branch dependabot/npm_and_yarn/console/react/patternfly/react-table-4.12.1 updated (416d270 -> 4378acf) - posted by gi...@apache.org on 2020/08/04 15:00:10 UTC, 0 replies.
- [qpid-dispatch] branch master updated: DISPATCH-1737: Log config file json as-modified when json parse fails - posted by ch...@apache.org on 2020/08/04 15:15:15 UTC, 0 replies.
- [qpid-dispatch] branch master updated: DISPATCH-1741: Regenerated package-lock.json for console and updated yargs-parser. The previous version of package-lock.json broke npm test - posted by ea...@apache.org on 2020/08/04 15:32:09 UTC, 0 replies.
- [qpid-dispatch] branch dependabot/npm_and_yarn/console/react/patternfly/react-charts-6.6.0 updated (6a206fa -> f2ef16d) - posted by gi...@apache.org on 2020/08/04 15:35:58 UTC, 0 replies.
- [qpid-dispatch] branch dependabot/npm_and_yarn/console/react/patternfly/react-icons-4.5.0 updated (1d1ca52 -> dcbc44e) - posted by gi...@apache.org on 2020/08/04 15:36:05 UTC, 0 replies.
- [qpid-dispatch] branch master updated: NO-JIRA Disable automatic rebase in dependabot.yml (#810) - posted by jd...@apache.org on 2020/08/04 16:19:15 UTC, 0 replies.
- [qpid-dispatch] branch dependabot/npm_and_yarn/console/react/patternfly/patternfly-4.23.3 updated (fd558f4 -> a4047c9) - posted by gi...@apache.org on 2020/08/04 16:34:35 UTC, 0 replies.
- [qpid-dispatch] branch dependabot/npm_and_yarn/console/react/patternfly/react-table-4.12.1 updated (4378acf -> 086d55a) - posted by gi...@apache.org on 2020/08/04 16:34:42 UTC, 0 replies.
- [qpid-dispatch] branch master updated: DISPATCH-1736 - Removed skip_test flag that was wrongly added in commit 4a173e1ec0f7e0e8f9d7d37b9549d4f9c9d37fb0. This test should run all arches, 32 or 64 bit. This closes #806. - posted by gm...@apache.org on 2020/08/04 18:24:25 UTC, 0 replies.
- [qpid-dispatch] branch master updated: DISPATCH-1733 - Free leaking qdr_connection_t when the router core action has been discarded. This closes #803 - posted by gm...@apache.org on 2020/08/04 18:45:15 UTC, 0 replies.
- [qpid-dispatch] branch dev-protocol-adaptors created (now bcc2ddf) - posted by tr...@apache.org on 2020/08/04 18:57:46 UTC, 0 replies.
- [qpid-dispatch] 01/32: Dataplane: Moved protocol-adapter functions from router_core.h into proto_adaptor.h - posted by tr...@apache.org on 2020/08/04 18:57:47 UTC, 0 replies.
- [qpid-dispatch] 02/32: Dataplane: Re-factored direct-AMQP to use the protocol-adaptor interface. - posted by tr...@apache.org on 2020/08/04 18:57:48 UTC, 0 replies.
- [qpid-dispatch] 03/32: Dataplane: Exposed the protocol name with the connection entity. - posted by tr...@apache.org on 2020/08/04 18:57:49 UTC, 0 replies.
- [qpid-dispatch] 04/32: Dataplane: Improved sasl-plain test by using symbolic attribute names, not positional indices. - posted by tr...@apache.org on 2020/08/04 18:57:50 UTC, 0 replies.
- [qpid-dispatch] 05/32: Dataplane: Added adaptor plugin capability. Started first reference adaptor (TCP). - posted by tr...@apache.org on 2020/08/04 18:57:51 UTC, 0 replies.
- [qpid-dispatch] 06/32: Dataplane: Added documentation for the protocol adaptor callbacks. - posted by tr...@apache.org on 2020/08/04 18:57:52 UTC, 0 replies.
- [qpid-dispatch] 07/32: Dataplane: Removed old handler call which is not used anymore. - posted by tr...@apache.org on 2020/08/04 18:57:53 UTC, 0 replies.
- [qpid-dispatch] 08/32: Dataplane: minor cleanup - posted by tr...@apache.org on 2020/08/04 18:57:54 UTC, 0 replies.
- [qpid-dispatch] 09/32: Dataplane: Added setter for dynamic in qdr_terminus_t - posted by tr...@apache.org on 2020/08/04 18:57:55 UTC, 0 replies.
- [qpid-dispatch] 10/32: Dataplane: Renamed tcp_adaptor to reference_adaptor. Added more test content to the reference adaptor. It now sends messages to a fixed address. Fixed qdr_terminus_format to show the dynamically-assigned address for dynamis termini. - posted by tr...@apache.org on 2020/08/04 18:57:56 UTC, 0 replies.
- [qpid-dispatch] 11/32: Dataplane: connection-activate is now routed through the protocol adapter that handles the connection. - posted by tr...@apache.org on 2020/08/04 18:57:57 UTC, 0 replies.
- [qpid-dispatch] 12/32: Dataplane: Updated the reference adaptor to implement connection activation - posted by tr...@apache.org on 2020/08/04 18:57:58 UTC, 0 replies.
- [qpid-dispatch] 13/32: Dataplane: Fixed order problem in shutting down the router. Disabled the reference adaptor by default (uncomment the last line to re-enable). The reference adaptor causes test failures. - posted by tr...@apache.org on 2020/08/04 18:57:59 UTC, 0 replies.
- [qpid-dispatch] 14/32: Dataplane: Added a 5th message compose variant to provide: - optional properties - optional application-properties - optional body in the form of a buffer list - indication of receive-complete - posted by tr...@apache.org on 2020/08/04 18:58:00 UTC, 0 replies.
- [qpid-dispatch] 15/32: Dataplane: Changed the new compose function to have only one field for headers. This field can have both properties and application properties. It's more efficient put together like this. - posted by tr...@apache.org on 2020/08/04 18:58:01 UTC, 0 replies.
- [qpid-dispatch] 16/32: Dataplane: Added message method to set send-complete. Added reference code to receive messages (non streamed). - posted by tr...@apache.org on 2020/08/04 18:58:02 UTC, 0 replies.
- [qpid-dispatch] 17/32: Dataplane: Exposed access to connection-ids from server. Moved the generation of the "connection opened" log from router_node.c to the core module. This causes the log to be raised for all protocol adaptors. - posted by tr...@apache.org on 2020/08/04 18:58:03 UTC, 0 replies.
- [qpid-dispatch] 18/32: Dataplane: Added calls in message.h for streaming putput from adaptors. Renamed qdr_deliver_continue* to qdr_delivery_continue* - posted by tr...@apache.org on 2020/08/04 18:58:04 UTC, 0 replies.
- [qpid-dispatch] 19/32: Dataplane: Set proper buffer refcount in messages during buffer-extend. This ensures that the streaming buffers are properly freed when no longer needed. - posted by tr...@apache.org on 2020/08/04 18:58:05 UTC, 0 replies.
- [qpid-dispatch] 20/32: Dataplane: Updates to the message-extend (return buffer count for flow control). Added bidirectional streaming test to ref adaptor. - posted by tr...@apache.org on 2020/08/04 18:58:06 UTC, 0 replies.
- [qpid-dispatch] 21/32: Dataplane: Added API for streaming data out of messages. This commit adds the requirement for Proton raw-connection support. - posted by tr...@apache.org on 2020/08/04 18:58:07 UTC, 0 replies.
- [qpid-dispatch] 22/32: Dataplane: Added no_route and initial_delivery on link-first-attach. - posted by tr...@apache.org on 2020/08/04 18:58:08 UTC, 0 replies.
- [qpid-dispatch] 23/32: Dataplane: (from gsim) Implementation of qd_message_read_body. - posted by tr...@apache.org on 2020/08/04 18:58:09 UTC, 0 replies.
- [qpid-dispatch] 24/32: Dataplane: Added implementation of qd_message_release_body. - posted by tr...@apache.org on 2020/08/04 18:58:10 UTC, 0 replies.
- [qpid-dispatch] 25/32: Dataplane - Added qd_buffer_list_append function to efficiently accumulate data in buffer lists. - posted by tr...@apache.org on 2020/08/04 18:58:11 UTC, 0 replies.
- [qpid-dispatch] 26/32: Dataplane: WIP changes - posted by tr...@apache.org on 2020/08/04 18:58:12 UTC, 0 replies.
- [qpid-dispatch] 27/32: Dataplane: Message parsing bug fixed: now properly handles empty var-length fields. - posted by tr...@apache.org on 2020/08/04 18:58:13 UTC, 0 replies.
- [qpid-dispatch] 28/32: Dataplane: Fixed message parsing so it can handle partial and streaming content. - posted by tr...@apache.org on 2020/08/04 18:58:14 UTC, 0 replies.
- [qpid-dispatch] 29/32: Dataplane: disabled reference adaptor - posted by tr...@apache.org on 2020/08/04 18:58:15 UTC, 0 replies.
- [qpid-dispatch] 30/32: Dataplane: WIP - posted by tr...@apache.org on 2020/08/04 18:58:16 UTC, 0 replies.
- [qpid-dispatch] 31/32: Dataplane - Added the body_data data structure for reading streaming messages. WIP - The following functions (in message.c) need to be implemented: find_last_buffer qd_message_body_data_iterator qd_message_body_data_buffer_count qd_message_body_data_buffers qd_message_body_data_release - posted by tr...@apache.org on 2020/08/04 18:58:17 UTC, 0 replies.
- [qpid-dispatch] 32/32: DISPATCH-1742 Dataplane: Fixups from rebase to master. - posted by tr...@apache.org on 2020/08/04 18:58:18 UTC, 0 replies.
- [qpid-proton] branch master updated: PROTON-335: Add access to link attach properties (C and Python) pn_link_properties() pn_link_remote_properties() - posted by kg...@apache.org on 2020/08/04 19:21:44 UTC, 0 replies.
- [qpid-dispatch] branch master updated: DISPATCH-1720: add name field to workflow file - posted by ro...@apache.org on 2020/08/05 09:41:47 UTC, 0 replies.
- [qpid-broker-j] branch master updated: NO-JIRA: remove links etc from the documentation, missed from removal in QPID 7487 - posted by ro...@apache.org on 2020/08/05 12:11:36 UTC, 0 replies.
- [qpid-site] branch asf-site updated: refresh existing docs with similar change based on https://github.com/apache/qpid-broker-j/commit/7ba6bbeef8d402b2e55ced9ca0a83bd71648e1ff - posted by ro...@apache.org on 2020/08/05 12:14:41 UTC, 0 replies.
- [qpid-dispatch] branch dev-protocol-adaptors updated: DISPATCH-1742: Added receive_complete parameter to qd_message_compose_3() and qd_message_compose_3() in message.c - posted by gm...@apache.org on 2020/08/05 16:30:48 UTC, 0 replies.
- [qpid-dispatch] branch dev-protocol-adaptors updated: DISPATCH-1743 - Introduce a HTTP/2 Adapter. This adaptor will act as the HTTP/2 <-->AMQP bridge - posted by gm...@apache.org on 2020/08/05 17:38:25 UTC, 0 replies.
- [qpid-dispatch] branch master updated: DISPATCH-1720: use `npm ci` because it's appropriate and faster than `npm install` (#812) - posted by jd...@apache.org on 2020/08/05 22:59:30 UTC, 0 replies.
- [qpid-dispatch] branch master updated (4088ccc -> 16ac2c5) - posted by ro...@apache.org on 2020/08/06 14:10:44 UTC, 0 replies.
- [qpid-dispatch] 01/02: DISPATCH-1739 Add -DUSE_BWRAP option, defaulting to OFF - posted by ro...@apache.org on 2020/08/06 14:10:45 UTC, 0 replies.
- [qpid-dispatch] 02/02: DISPATCH-1739 Add GitHub Action w/ sharding and bubblewrap - posted by ro...@apache.org on 2020/08/06 14:10:46 UTC, 0 replies.
- [qpid-dispatch] branch master updated: DISPATCH-1720, DISPATCH-1739: move console tests + lint check jobs into the main 'build' workflow, add a RAT check job - posted by ro...@apache.org on 2020/08/06 15:44:13 UTC, 0 replies.
- [qpid-broker-j] branch master updated: QPID-8460 [Broker-j] Do not expose private information to exception message (#55) - posted by rg...@apache.org on 2020/08/06 21:41:52 UTC, 0 replies.
- [qpid-proton] branch master updated: PROTON-2258: mark pn_work_head(), pn_work_next(), and Python equivalents as deprecated. - posted by cl...@apache.org on 2020/08/07 00:03:53 UTC, 0 replies.
- [qpid-dispatch] branch jdanekrh-patch-1 created (now 83d9bb8) - posted by ro...@apache.org on 2020/08/07 10:24:16 UTC, 0 replies.
- [qpid-dispatch] branch jdanekrh-patch-1 updated: remove old test branch workflow - posted by ro...@apache.org on 2020/08/07 10:31:10 UTC, 0 replies.
- [qpid-dispatch] branch jdanekrh-patch-1 updated: add temp workflow, ignore - posted by ro...@apache.org on 2020/08/07 10:41:30 UTC, 1 replies.
- [qpid-dispatch] branch jdanekrh-patch-1 updated: remove temp workflow - posted by ro...@apache.org on 2020/08/07 10:51:46 UTC, 0 replies.
- [qpid-dispatch] branch jdanekrh-patch-1 deleted (was 12ebcec) - posted by ro...@apache.org on 2020/08/07 10:52:31 UTC, 0 replies.
- [qpid-dispatch] branch master updated: add temp workflow, ignore - posted by ro...@apache.org on 2020/08/07 10:54:03 UTC, 0 replies.
- [qpid-dispatch] branch master updated: remove temp workflow - posted by ro...@apache.org on 2020/08/07 10:58:16 UTC, 0 replies.
- [qpid-dispatch] branch master updated: DISPATCH-1746: Set the waypoint sender and the receiver only once - posted by gm...@apache.org on 2020/08/07 19:38:11 UTC, 0 replies.
- [qpid-dispatch] branch master updated: DISPATCH-1738: Free the qd->router_id and qd->router_area last. This avoids use before free errors.This closes #817. - posted by gm...@apache.org on 2020/08/07 20:26:39 UTC, 0 replies.
- [qpid-dispatch] branch master updated: DISPATCH-1724: Set up fallback relationships for outbound autolinks - posted by ch...@apache.org on 2020/08/07 21:11:40 UTC, 0 replies.
- [qpid-dispatch] branch master updated: DISPATCH-1707: Accept trailing brace on separate line - posted by ch...@apache.org on 2020/08/07 21:30:35 UTC, 0 replies.
- [qpid-dispatch] branch dev-protocol-adaptors updated (36da843 -> 492ae4b) - posted by tr...@apache.org on 2020/08/07 21:34:54 UTC, 0 replies.
- [qpid-dispatch] 01/02: DISPATCH-1742 - Completed implementation of outbound streaming path - posted by tr...@apache.org on 2020/08/07 21:34:55 UTC, 0 replies.
- [qpid-dispatch] 02/02: DISPATCH-1742 - Fixed compilation error - posted by tr...@apache.org on 2020/08/07 21:34:56 UTC, 0 replies.
- [qpid-dispatch] branch dev-protocol-adaptors updated: DISPATCH-1744: refactor common HTTP code - posted by kg...@apache.org on 2020/08/10 18:28:03 UTC, 0 replies.
- [qpid-proton] branch master updated: PROTON-2226: remove assertion check that generates false positive - posted by cl...@apache.org on 2020/08/11 15:39:51 UTC, 0 replies.
- [qpid-dispatch] branch dev-protocol-adaptors updated (c20b29a -> 713fdfe) - posted by tr...@apache.org on 2020/08/11 16:17:29 UTC, 0 replies.
- [qpid-dispatch] 01/02: DISPATCH-1742 - Removed compiler warning by initializing a boolean value. - posted by tr...@apache.org on 2020/08/11 16:17:30 UTC, 0 replies.
- [qpid-dispatch] 02/02: DISPATCH-1742 - Handle zero-length body sections. Fixed a bug in body content length calculation. - posted by tr...@apache.org on 2020/08/11 16:17:31 UTC, 0 replies.
- [qpid-dispatch] branch dev-protocol-adaptors updated: DISPATCH-1744: Fixed minor error in field name - posted by gm...@apache.org on 2020/08/11 17:15:25 UTC, 0 replies.
- [qpid-proton] branch python-check-property-keys updated: PROTON-2237: Changed logic of key check so that subclasses of string *except* proton.symbol and proton.char will be encoded as strings - posted by kp...@apache.org on 2020/08/11 18:37:45 UTC, 0 replies.
- [qpid-proton] branch python-check-property-keys updated (6eac210 -> 08db56e) - posted by kp...@apache.org on 2020/08/12 14:53:38 UTC, 0 replies.
- [qpid-proton] 01/02: PROTON-2237: Added unit tests to check illegal key types are detected and handled, also subclasses of string type keys are converted to type string - posted by kp...@apache.org on 2020/08/12 14:53:39 UTC, 0 replies.
- [qpid-proton] 02/02: PROTON-2237: Finalized handling property keys, added tests for these cases. - posted by kp...@apache.org on 2020/08/12 14:53:40 UTC, 0 replies.
- [qpid-proton] branch master updated (c8aba5e -> 728a2ef) - posted by as...@apache.org on 2020/08/12 15:34:10 UTC, 0 replies.
- [qpid-proton] 01/05: PROTON-2247: Raw connections API for the proactor - API defined in header files - Simple test applicationis derived from the direct.c example - posted by as...@apache.org on 2020/08/12 15:34:11 UTC, 0 replies.
- [qpid-proton] 02/05: PROTON-2247: Common raw connection implementation: - Buffer management - Read/Write logic - Stubbed out implementation specific code - posted by as...@apache.org on 2020/08/12 15:34:12 UTC, 0 replies.
- [qpid-proton] 03/05: PROTON-2247: Tests for common raw connection code - posted by as...@apache.org on 2020/08/12 15:34:13 UTC, 0 replies.
- [qpid-proton] 04/05: PROTON-2247: Epoll implementation of raw connection API - posted by as...@apache.org on 2020/08/12 15:34:14 UTC, 0 replies.
- [qpid-proton] 05/05: PROTON-2247: Work on raw echo to improve output and add some wakes - posted by as...@apache.org on 2020/08/12 15:34:15 UTC, 0 replies.
- [qpid-jms] branch master updated: QPIDJMS-515 Do not recycle a delivery tag from a failed send operation - posted by ta...@apache.org on 2020/08/12 15:34:57 UTC, 0 replies.
- [qpid-proton] branch array-of-lists-first-list-empty updated: PROTON-2244: Removed array tests of all but array of lists, as this is the issue. The consensus is that we need to make the tests compare encoded bytes with expected encoded bytes, not perform an encode/decode comparison as these tests do at present. This should be done at a later time. - posted by kp...@apache.org on 2020/08/12 16:15:09 UTC, 0 replies.
- [qpid-dispatch] branch dev-protocol-adaptors updated (a6519cf -> cb7d9cd) - posted by gs...@apache.org on 2020/08/12 17:16:23 UTC, 0 replies.
- [qpid-dispatch] 01/03: DISPATCH-1654: Initial TCP adaptor - posted by gs...@apache.org on 2020/08/12 17:16:24 UTC, 0 replies.
- [qpid-dispatch] 02/03: DISPATCH-1742: avoid using uninitialised value in conditional - posted by gs...@apache.org on 2020/08/12 17:16:25 UTC, 0 replies.
- [qpid-dispatch] 03/03: DISPATCH-1742: free protocol adaptor before core - posted by gs...@apache.org on 2020/08/12 17:16:26 UTC, 0 replies.
- [qpid-dispatch] branch dev-protocol-adaptors updated: DISPATCH-1654: initial tcp stats - posted by gs...@apache.org on 2020/08/12 18:00:21 UTC, 0 replies.
- [qpid-proton] branch python-check-property-keys updated: PROTON-2237: Fix for dictionary keys changed during iteration error, deeper test for key conversions - posted by kp...@apache.org on 2020/08/12 19:50:40 UTC, 0 replies.
- svn commit: r40963 - in /dev/qpid/dispatch/1.13.0-rc1: ./ qpid-dispatch-1.13.0.tar.gz qpid-dispatch-1.13.0.tar.gz.asc qpid-dispatch-1.13.0.tar.gz.sha512 - posted by gm...@apache.org on 2020/08/12 20:08:48 UTC, 0 replies.
- [qpid-dispatch] branch master updated: NO-JIRA - Changed version to 1.13.0 - posted by gm...@apache.org on 2020/08/12 20:11:23 UTC, 0 replies.
- [qpid-dispatch] tag 1.13.0-rc1 created (now 7ed540c) - posted by gm...@apache.org on 2020/08/12 20:11:39 UTC, 0 replies.
- [qpid-dispatch] branch master updated: NO-JIRA - Changed version to 1.14.0-SNAPSHOT - posted by gm...@apache.org on 2020/08/12 20:15:31 UTC, 0 replies.
- [qpid-proton] branch python-check-property-keys updated: PROTON-2237: Final tidy-up of logic and structure, added function doc to explain what is happening. - posted by kp...@apache.org on 2020/08/12 21:26:04 UTC, 0 replies.
- [qpid-dispatch] branch dependabot/npm_and_yarn/console/react/patternfly/react-charts-6.9.3 created (now 6424c9d) - posted by gi...@apache.org on 2020/08/13 05:51:00 UTC, 4 replies.
- [qpid-dispatch] branch dependabot/npm_and_yarn/console/react/patternfly/patternfly-4.31.4 created (now de1eed1) - posted by gi...@apache.org on 2020/08/13 05:54:09 UTC, 2 replies.
- [qpid-jms] branch master updated: [maven-release-plugin] prepare release 0.54.0 - posted by ro...@apache.org on 2020/08/13 11:21:41 UTC, 0 replies.
- [qpid-jms] annotated tag 0.54.0 created (now 8f816af) - posted by ro...@apache.org on 2020/08/13 11:21:53 UTC, 0 replies.
- [qpid-jms] branch master updated: [maven-release-plugin] prepare for next development iteration - posted by ro...@apache.org on 2020/08/13 11:22:08 UTC, 0 replies.
- [qpid-proton] branch python-check-property-keys updated: NO-JIRA: Minor code format fix: added space into if stmt. - posted by kp...@apache.org on 2020/08/13 13:28:12 UTC, 0 replies.
- svn commit: r40968 - /dev/qpid/jms/0.54.0-rc1/ - posted by ro...@apache.org on 2020/08/13 13:37:40 UTC, 0 replies.
- [qpid-proton] branch master updated: PROTON-2201: bump .so versions following review - posted by ro...@apache.org on 2020/08/13 15:55:09 UTC, 0 replies.
- [qpid-dispatch] branch dependabot/npm_and_yarn/console/react/patternfly/react-table-4.15.4 created (now 7c3578f) - posted by gi...@apache.org on 2020/08/14 06:06:07 UTC, 0 replies.
- [qpid-dispatch] branch dependabot/npm_and_yarn/console/react/patternfly/react-icons-4.7.1 created (now 97c7710) - posted by gi...@apache.org on 2020/08/14 06:09:24 UTC, 0 replies.
- [qpid-dispatch] branch master updated: DISPATCH-1752: Let framework create trace log written to file - posted by ch...@apache.org on 2020/08/17 18:31:39 UTC, 0 replies.
- [qpid-dispatch] tag 1.13.0 created (now 7ed540c) - posted by gm...@apache.org on 2020/08/18 00:54:29 UTC, 0 replies.
- svn commit: r41013 - /release/qpid/dispatch/1.13.0/ - posted by gm...@apache.org on 2020/08/18 00:56:03 UTC, 0 replies.
- [qpid-dispatch] branch dependabot/npm_and_yarn/console/react/patternfly/patternfly-4.31.6 created (now 5fae15f) - posted by gi...@apache.org on 2020/08/18 05:46:04 UTC, 0 replies.
- [qpid-dispatch] branch dependabot/npm_and_yarn/console/react/patternfly/react-table-4.15.5 created (now a19980c) - posted by gi...@apache.org on 2020/08/18 05:49:04 UTC, 0 replies.
- [qpid-dispatch] branch dependabot/npm_and_yarn/console/react/patternfly/react-icons-4.7.2 created (now 19ee4c1) - posted by gi...@apache.org on 2020/08/18 05:59:28 UTC, 0 replies.
- [qpid-dispatch] branch dependabot/npm_and_yarn/console/react/patternfly/react-charts-6.9.4 created (now 828bd34) - posted by gi...@apache.org on 2020/08/18 06:03:52 UTC, 0 replies.
- svn commit: r41021 - /release/qpid/jms/0.54.0/ - posted by ro...@apache.org on 2020/08/18 08:54:21 UTC, 0 replies.
- svn commit: r41022 - /release/qpid/jms/0.52.0/ - posted by ro...@apache.org on 2020/08/18 08:55:10 UTC, 0 replies.
- svn commit: r41023 - /release/qpid/dispatch/1.11.0/ - posted by ro...@apache.org on 2020/08/18 08:56:54 UTC, 0 replies.
- [qpid-proton] branch array-of-lists-first-list-empty updated: NO_JIRA: Removed header files which are no longer used in c/tests/data_test.cpp - posted by kp...@apache.org on 2020/08/18 12:49:21 UTC, 0 replies.
- [qpid-proton] branch array-of-lists-first-list-empty updated (8e0ba29 -> e4e0342) - posted by kp...@apache.org on 2020/08/18 12:55:08 UTC, 0 replies.
- [qpid-proton] 01/01: PROTON-2244: Fix for Array of lists with first list empty encoding - posted by kp...@apache.org on 2020/08/18 12:55:09 UTC, 0 replies.
- [qpid-proton] branch master updated (7f1531a -> a1ac0fb) - posted by kp...@apache.org on 2020/08/18 13:01:13 UTC, 0 replies.
- [qpid-proton] 01/01: Merge branch 'array-of-lists-first-list-empty' PR#263 PROTON-2244: Fix for Array of lists with first list empty encoding - posted by kp...@apache.org on 2020/08/18 13:01:14 UTC, 0 replies.
- [qpid-proton] branch python-check-property-keys updated: PROTON-2237: Rearrange logic so as to avoid python version check. Minor re-arrange of tests. - posted by kp...@apache.org on 2020/08/18 14:59:32 UTC, 0 replies.
- [qpid-proton] branch master updated: PROTON-2265: Fix cmake builds with old cmake version (2.8.12) - Fixed some compile warnings that error out on gcc 4.4 - Fixed some incorrect printf formatting codes causing Visual Studio warnings - posted by as...@apache.org on 2020/08/18 15:05:08 UTC, 0 replies.
- [qpid-dispatch] branch master updated: NO-JIRA: remove erroneous pre-requisistes section, meant for plugins - posted by ro...@apache.org on 2020/08/18 15:58:30 UTC, 0 replies.
- [qpid-dispatch] branch master updated: NO-JIRA: Make Travis CI build Qpid Proton clang 10 asan job with same flags as Proton Travis CI - posted by as...@apache.org on 2020/08/18 17:56:37 UTC, 0 replies.
- [qpid-dispatch] branch master updated: NO-JIRA: Revert previous change as it doesn't fix the issue - posted by as...@apache.org on 2020/08/18 20:25:50 UTC, 0 replies.
- [qpid-proton] branch master updated: PROTON-2265: Ensure that clang builds work: - Align proton CI build with dispatch CI build - Install llvm linking bits for focal to make clang work with lto - posted by as...@apache.org on 2020/08/18 22:11:57 UTC, 0 replies.
- [qpid-dispatch] branch master updated: NO-JIRA: make cmake version print before initial proton build - posted by ro...@apache.org on 2020/08/19 09:09:20 UTC, 0 replies.
- [qpid-site] branch asf-site updated: update site content for qpid-jms 0.54.0 - posted by ro...@apache.org on 2020/08/19 10:20:27 UTC, 0 replies.
- [qpid-dispatch] branch master updated: DISPATCH-1759: Update react-scripts dependency in console - posted by ea...@apache.org on 2020/08/19 13:24:24 UTC, 0 replies.
- [qpid-dispatch] branch master updated: DISPATCH-1761: Update console testing library version - posted by ea...@apache.org on 2020/08/19 16:11:00 UTC, 0 replies.
- [qpid-site] branch asf-site updated: Update site content for Qpid Dispatch 1.13.0 - posted by gm...@apache.org on 2020/08/20 00:46:37 UTC, 0 replies.
- [qpid-proton] branch master updated: PROTON-2268: Fix Threadercizer warning which fails to build on FreeBSD - posted by as...@apache.org on 2020/08/20 02:30:25 UTC, 0 replies.
- [qpid-proton] branch master updated (11b53c9 -> 3107696) - posted by ro...@apache.org on 2020/08/20 10:01:14 UTC, 0 replies.
- [qpid-proton] 01/02: PROTON-2201: update versions for 0.32.0-rc1 - posted by ro...@apache.org on 2020/08/20 10:01:15 UTC, 0 replies.
- [qpid-proton] 02/02: PROTON-2269, PROTON-2201: update versions for 0.33.0-SNAPSHOT - posted by ro...@apache.org on 2020/08/20 10:01:16 UTC, 0 replies.
- [qpid-proton] annotated tag 0.32.0-rc1 created (now 7298271) - posted by ro...@apache.org on 2020/08/20 10:02:19 UTC, 0 replies.
- svn commit: r41045 - in /dev/qpid/proton/0.32.0-rc1: ./ qpid-proton-0.32.0.tar.gz qpid-proton-0.32.0.tar.gz.asc qpid-proton-0.32.0.tar.gz.sha512 - posted by ro...@apache.org on 2020/08/20 10:05:07 UTC, 0 replies.
- [qpid-dispatch] branch master updated: DISPATCH-1760: At boot time configure listeners last - posted by ch...@apache.org on 2020/08/20 14:33:41 UTC, 0 replies.
- [qpid-proton] branch master updated: PROTON-2268: Fix the fix so it works everywhere - posted by as...@apache.org on 2020/08/20 19:48:25 UTC, 0 replies.
- [qpid-proton] branch master updated: PROTON-2268: Revert erroneous change in proton version - posted by as...@apache.org on 2020/08/21 00:20:24 UTC, 0 replies.
- [qpid-dispatch] branch dev-protocol-adaptors updated: DISPATCH-1744: Added libnghttp2-dev to travis.yml - posted by gm...@apache.org on 2020/08/21 17:30:34 UTC, 0 replies.
- [qpid-dispatch] branch dev-protocol-adaptors updated: DISPATCH-1743 - Use new body data API to convert AMQP to HTTP and vice versa" - posted by gm...@apache.org on 2020/08/21 21:03:07 UTC, 0 replies.
- [qpid-broker-j] branch master updated (734fb39 -> 0324354) - posted by or...@apache.org on 2020/08/22 23:50:37 UTC, 0 replies.
- [qpid-broker-j] 01/05: QPID-8368: [Broker-J] Graylog support - posted by or...@apache.org on 2020/08/22 23:50:38 UTC, 0 replies.
- [qpid-broker-j] 02/05: QPID-8368: [Broker-J] Move ManagedObject annotations from interfaces to implementations - posted by or...@apache.org on 2020/08/22 23:50:39 UTC, 0 replies.
- [qpid-broker-j] 03/05: QPID-8368: [Broker-J] Make GrayLogger implementations conditionally available - posted by or...@apache.org on 2020/08/22 23:50:40 UTC, 0 replies.
- [qpid-broker-j] 04/05: QPID-8368: [Broker-J] Add graylog module to the project module list and include it as a dependecy of qpid-broker - posted by or...@apache.org on 2020/08/22 23:50:41 UTC, 0 replies.
- [qpid-broker-j] 05/05: QPID-8368: [Broker-J] Move graylog loggers into graylog package - posted by or...@apache.org on 2020/08/22 23:50:42 UTC, 0 replies.
- [qpid-broker-j] branch master updated: QPID-8458 Removed RewriteServlet from HTTP management - posted by or...@apache.org on 2020/08/23 00:54:40 UTC, 0 replies.
- [qpid-broker-j] branch master updated (370fb35 -> 26aa295) - posted by or...@apache.org on 2020/08/23 20:23:24 UTC, 0 replies.
- [qpid-broker-j] 01/02: QPID-8459 AnonymousInteractiveAuthenticator uses request.getRequestDispatcher().forward() instead of parsing request URL - posted by or...@apache.org on 2020/08/23 20:23:25 UTC, 0 replies.
- [qpid-broker-j] 02/02: QPID-8459: [Broker-J] Reduce code duplication - posted by or...@apache.org on 2020/08/23 20:23:26 UTC, 0 replies.
- [qpid-broker-j] branch master updated: QPID-8461: Repace Random with SecureRandom - posted by or...@apache.org on 2020/08/23 20:55:38 UTC, 0 replies.
- [qpid-broker-j] branch master updated: QPID-8368: [Broker-J] Add missing license headers and fix dependency references - posted by or...@apache.org on 2020/08/23 22:02:00 UTC, 0 replies.
- [qpid-dispatch] branch dependabot/npm_and_yarn/console/react/patternfly/react-table-4.15.5 updated (a19980c -> b4612b8) - posted by gi...@apache.org on 2020/08/24 06:10:08 UTC, 0 replies.
- [qpid-dispatch] branch dependabot/npm_and_yarn/console/react/patternfly/patternfly-4.31.6 updated (5fae15f -> 645ccfb) - posted by gi...@apache.org on 2020/08/24 06:11:37 UTC, 0 replies.
- [qpid-dispatch] branch dependabot/npm_and_yarn/console/react/patternfly/react-icons-4.7.2 updated (19ee4c1 -> 3ffe6b7) - posted by gi...@apache.org on 2020/08/24 06:11:43 UTC, 0 replies.
- [qpid-dispatch] branch dependabot/npm_and_yarn/console/react/patternfly/react-charts-6.9.4 updated (828bd34 -> ecd6aaa) - posted by gi...@apache.org on 2020/08/24 07:17:03 UTC, 0 replies.
- [qpid-broker-j] branch master updated: QPID-8368: [Broker-J] Fix dependecy references - posted by or...@apache.org on 2020/08/24 08:53:15 UTC, 0 replies.
- [qpid-dispatch] branch dev-protocol-adaptors updated: DISPATCH-1743 - Fix for leaking deliveries. Removed unused fields in http_adaptor.h and removed unused code - posted by gm...@apache.org on 2020/08/24 16:20:40 UTC, 0 replies.
- [qpid-broker-j] branch master updated: QPID-8368: [Broker-J] Restore graylog profile to address the review comments - posted by or...@apache.org on 2020/08/24 18:56:28 UTC, 0 replies.
- [qpid-broker-j] branch master updated: QPID-8368: [Broker-J] Update GraylogLogger section in broker documentation - posted by or...@apache.org on 2020/08/24 19:31:27 UTC, 0 replies.
- [qpid-dispatch] branch dev-protocol-adaptors updated: DISPATCH-1743: Freed all related objects on connection close - posted by gm...@apache.org on 2020/08/25 13:27:14 UTC, 0 replies.
- svn commit: r41131 - /release/qpid/proton/0.32.0/ - posted by ro...@apache.org on 2020/08/26 16:47:59 UTC, 0 replies.
- svn commit: r41132 - /release/qpid/proton/0.30.0/ - posted by ro...@apache.org on 2020/08/26 16:48:29 UTC, 0 replies.
- [qpid-proton] branch master updated: PROTON-2270 remove explicit threaderciser test timeout; set a global one for Travis (#270) - posted by jd...@apache.org on 2020/08/26 19:27:21 UTC, 0 replies.
- [qpid-dispatch] branch dependabot/npm_and_yarn/console/react/patternfly/patternfly-4.35.2 created (now 25fe657) - posted by gi...@apache.org on 2020/08/27 06:02:19 UTC, 0 replies.
- [qpid-dispatch] branch dependabot/npm_and_yarn/console/react/d3-6.0.0 created (now 14ef9ec) - posted by gi...@apache.org on 2020/08/27 06:03:52 UTC, 0 replies.
- [qpid-dispatch] branch dependabot/npm_and_yarn/console/react/patternfly/react-icons-4.7.4 created (now 8cca891) - posted by gi...@apache.org on 2020/08/27 06:07:28 UTC, 0 replies.
- [qpid-dispatch] branch dependabot/npm_and_yarn/console/react/patternfly/react-table-4.16.7 created (now 7124a30) - posted by gi...@apache.org on 2020/08/27 06:09:12 UTC, 0 replies.
- [qpid-dispatch] branch dependabot/npm_and_yarn/console/react/patternfly/react-charts-6.9.6 created (now 640cc46) - posted by gi...@apache.org on 2020/08/27 06:13:24 UTC, 0 replies.
- [qpid-proton] annotated tag 0.32.0 created (now e4fbf50) - posted by ro...@apache.org on 2020/08/27 14:34:15 UTC, 0 replies.
- [qpid-site] branch asf-site updated: update site content for Proton 0.32.0 - posted by ro...@apache.org on 2020/08/27 14:49:06 UTC, 0 replies.
- [qpid-dispatch] branch dev-protocol-adaptors updated: DISPATCH-1743: Moved the adaptor into http2 folder. Removed unused code and comments. Freed streams and connections. - posted by gm...@apache.org on 2020/08/27 17:05:13 UTC, 0 replies.
- [qpid-dispatch] branch dependabot/npm_and_yarn/console/react/d3-6.1.0 created (now af604e1) - posted by gi...@apache.org on 2020/08/31 06:07:30 UTC, 0 replies.
- [qpid-dispatch] branch master updated: DISPATCH-1680 add openproperties doc (#836) - posted by kg...@apache.org on 2020/08/31 12:31:04 UTC, 0 replies.
- [qpid-dispatch] branch dev-protocol-adaptors updated: DISPATCH-1743: Fixed crashes due to stream free. Still need to fix connection free issues - posted by gm...@apache.org on 2020/08/31 12:42:25 UTC, 0 replies.
- [qpid-dispatch] branch dev-protocol-adaptors updated: DISPATCH-1743: Fixed crash due to stream closure. Also fixed a couple of iterator and parse object leaks - posted by gm...@apache.org on 2020/08/31 16:35:08 UTC, 0 replies.
- [qpid-dispatch] branch master updated: DISPATCH-1765: add streaming links to offered-capabilities - posted by kg...@apache.org on 2020/08/31 18:44:41 UTC, 0 replies.
- [qpid-proton] branch master updated (727fca0 -> 9a43b8b) - posted by as...@apache.org on 2020/08/31 23:58:59 UTC, 0 replies.
- [qpid-proton] 01/03: PROTON-2234: Allow setting and retrieving SASL authzid on clients/servers - posted by as...@apache.org on 2020/08/31 23:59:00 UTC, 0 replies.
- [qpid-proton] 02/03: PROTON-2234: Python binding to SASL authzid setting - Python unit tests - posted by as...@apache.org on 2020/08/31 23:59:01 UTC, 0 replies.
- [qpid-proton] 03/03: PROTON-2257: Tidy up/finalize SASL plugin API - Make the API naming more consistent after review - Add extra argument to outcome procesing for the optional binary data - posted by as...@apache.org on 2020/08/31 23:59:02 UTC, 0 replies.