DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- Update on M2.1 release process
- Review of code commits
- Review of new JIRAs
- Update on GSoC projects
Attendees
Rob Godfrey
Aidan Skinner
Marnie McCormack
Martin Ritchie
Carl Trieloff
Rajith Attapatu
Rafael Schloming
Gordon Sim
Update on M2.1 release process
...
revision | committer | date | comment |
|---|---|---|---|
arnaudsimon | 2008-04-04 13:11:38 +0100 (Fri, 04 Apr 2008) | QPID-798 Added boolean property fully_sync when true a sync is sent after a persistent message is transfered. . | |
aconway | 2008-04-04 15:42:36 +0100 (Fri, 04 Apr 2008) | src/qpid/amqp_0_10/Assembly.cpp,.h: | |
nsantos | 2008-04-04 15:58:01 +0100 (Fri, 04 Apr 2008) | QPID-898: move bz2 generation from the release target to a new release-all target | |
kpvdr | 2008-04-04 19:14:42 +0100 (Fri, 04 Apr 2008) | Patch from Ted Ross (see QPID-902): This patch contains the following improvements for management:\n1) Schema display cleaned up in the python mgmt-cli\n2) Locking added automatically to management object accessors (manual | |
kpvdr | 2008-04-04 19:25:08 +0100 (Fri, 04 Apr 2008) | Additional files for Ted Ross's checkin | |
aconway | 2008-04-04 20:35:14 +0100 (Fri, 04 Apr 2008) | Minor cleanup of base Exception and python_tests script. | |
aconway | 2008-04-04 22:00:40 +0100 (Fri, 04 Apr 2008) | src/qpid/amqp_0_10/Exception.h | |
gsim | 2008-04-07 12:51:07 +0100 (Mon, 07 Apr 2008) | AsynchIoAcceptor.cpp: Limit output from codec to one buffer per 'idle' call. | |
aidan | 2008-04-07 17:27:20 +0100 (Mon, 07 Apr 2008) | Add toplevel NOTICE and LICENSE files, add Felix to java/resources/NOTICE, make sure all spec files are included in java source distribution | |
aconway | 2008-04-07 21:12:31 +0100 (Mon, 07 Apr 2008) | Encoding/decoding for packed structs and optional members. | |
aconway | 2008-04-07 21:13:59 +0100 (Mon, 07 Apr 2008) | Missing from last commit. | |
aconway | 2008-04-07 21:42:28 +0100 (Mon, 07 Apr 2008) | Fix rhel5 build errors. | |
astitcher | 2008-04-07 21:59:02 +0100 (Mon, 07 Apr 2008) | Fixed time classes for some changes that misunderstood how they are supposed | |
aconway | 2008-04-07 22:16:48 +0100 (Mon, 07 Apr 2008) | rubygen/0-10/specification.rb | |
aidan | 2008-04-08 00:05:28 +0100 (Tue, 08 Apr 2008) | Update release notes | |
aidan | 2008-04-08 00:07:50 +0100 (Tue, 08 Apr 2008) | Tag M2.1 RC3 | |
aconway | 2008-04-08 00:22:36 +0100 (Tue, 08 Apr 2008) | src/qpid/amqp_0_10/Body.h, Header.h: placeholders. | |
gsim | 2008-04-08 10:18:10 +0100 (Tue, 08 Apr 2008) | Fixed compilation error from ignored qualifier on function return type. | |
gsim | 2008-04-08 11:16:32 +0100 (Tue, 08 Apr 2008) | Removed out-of-date and misleading comment. | |
gsim | 2008-04-08 15:48:25 +0100 (Tue, 08 Apr 2008) | QPID-903: changed read-write lock to mutex (currently recursive) to avoid deadlocking when adding bridge. | |
kpvdr | 2008-04-08 20:29:08 +0100 (Tue, 08 Apr 2008) | Patch from Ted Ross: QPID-907: Management Improvements for C++ Broker and Store | |
aconway | 2008-04-08 20:53:07 +0100 (Tue, 08 Apr 2008) | Summary: added 0-10 Array encoding and decoding. | |
aconway | 2008-04-08 22:02:14 +0100 (Tue, 08 Apr 2008) | Touched existing template so new template allSegmentTypes.rb will be noticed. | |
cctrieloff | 2008-04-08 22:51:17 +0100 (Tue, 08 Apr 2008) | QPID-908 from tross | |
aconway | 2008-04-08 23:11:40 +0100 (Tue, 08 Apr 2008) | Fix packaing problem with generated file allSegmentTypes.h | |
aidan | 2008-04-08 23:46:06 +0100 (Tue, 08 Apr 2008) | Nuke | |
aidan | 2008-04-08 23:46:10 +0100 (Tue, 08 Apr 2008) | use svnexe for uploading, generate source jars | |
aidan | 2008-04-08 23:46:26 +0100 (Tue, 08 Apr 2008) | Tag M2.1 RC3 | |
aconway | 2008-04-09 15:25:09 +0100 (Wed, 09 Apr 2008) | Improved diagnostics in allSegmentTypes test. | |
gsim | 2008-04-09 18:59:38 +0100 (Wed, 09 Apr 2008) | Handle the set-redelivered flag on the final version of the message.release command. | |
gsim | 2008-04-09 20:52:44 +0100 (Wed, 09 Apr 2008) | Fixes and automated tests for federation function. | |
rajith | 2008-04-09 21:31:28 +0100 (Wed, 09 Apr 2008) | This is a fix for QPID-911. When the message id is set, _hasBeenUpdated will be set to true. | |
aconway | 2008-04-10 13:36:58 +0100 (Thu, 10 Apr 2008) | Invocation handlers, see src/tests/amqp_0_10/handlers.cpp for example. | |
aconway | 2008-04-10 14:00:04 +0100 (Thu, 10 Apr 2008) | Use "Exception" instead of typeid.name() as default exception name. Mangled type names are too confusing. | |
kpvdr | 2008-04-10 14:17:44 +0100 (Thu, 10 Apr 2008) | Minor change to format of log message when exception is thrown | |
aconway | 2008-04-10 21:15:08 +0100 (Thu, 10 Apr 2008) | amqp_0_10: Encoding for packed structs. | |
gsim | 2008-04-11 11:02:49 +0100 (Fri, 11 Apr 2008) | QPID-913: committed patch from tross@redhat.com | |
gsim | 2008-04-11 12:44:12 +0100 (Fri, 11 Apr 2008) | Set executable property for commands |
- Attempt to achieve consensus on qpid-dev that all (C++) commits have a JIRA at the start
- AS to fix release notes, again
- r646519 should use updated(), check if QPID-911 affects M2.1, audit class for other usages of hasUpdated directly
Review of new JIRAs
Key | Component/s | Affects Version/s | Summary | Status | Assignee | Reporter |
|---|---|---|---|---|---|---|
Python Client |
| Reorganization of python utilities + a bug fix | Open | Unassigned | Ted Ross | |
Java Client | M2,M2.1 | AMQSession.getQueueDepth should better describe its failure conditions. | Open | Unassigned | Martin Ritchie | |
Java Client | M3 | MessageID is not set for outgoing messages if that is the only property set | Resolved | Rajith Attapattu | Rajith Attapattu | |
Java Broker,Java Client | M2.1 | Some poms reference inappropriate mvn repos | Open | Aidan Skinner | Aidan Skinner | |
Java Tests | M2.1 | DurationTestDecorator doesn't work in conjunction with the ScaledTestDecorator | Open | Unassigned | Martin Ritchie | |
Python Client |
| Python command utility for federation routes | Closed | Unassigned | Ted Ross | |
C++ Broker,Python Client |
| Management Improvements for C++ Broker and Store | Closed | Unassigned | Ted Ross | |
Java Client | M2.1 | java.lang.NumberFormatException silently ignored in MessageListener.onMessage(Message message) | Open | Unassigned | Alasdair MacLeod | |
Java Client |
| org.apache.qpid.client.ClientProperties dies ungracefully when max_prefetch is not set to a valid number | Open | Unassigned | Rafael H. Schloming | |
|
| broker.clean is not set properly in any of the test profiles | Open | Unassigned | Rafael H. Schloming | |
C++ Broker |
| Federation (inter-broker) links cause C++ broker to hang | Closed | Unassigned | Ted Ross | |
C++ Broker,Python Client |
| Management Improvements for C++ Broker | Closed | Unassigned | Ted Ross | |
Java Client |
| update the java client to the 0-10 final spec | Open | Rafael H. Schloming | Rafael H. Schloming | |
Java Common | M2.1 | Java Common AMQShortString should not create new byte[] backing when based off a heap buffer | Open | Rob Godfrey | Rob Godfrey | |
Java Common | M2.1 | Java Common Bug in AMQShortString on tokenized substrings | Open | Rob Godfrey | Rob Godfrey | |
Ant Build System |
| remove .tar.bz2 from release target | Resolved | Unassigned | Nuno Santos | |
Java Tests | M3 | Configurable receive timeout | Open | Unassigned | Arnaud Simon | |
Java Client |
| Provide Simple Pub/Sub examples that do not use extends | Open | Martin Ritchie | Martin Ritchie | |
Java Client |
| FailoverSingleServer delays on first connection. | Open | Unassigned | Martin Ritchie | |
Java Common |
| "Dependency on commons-lang: real need for 2.2, or can use 2.1?" | Open | Rafael H. Schloming | Nuno Santos |
- RS - new JIRA to moving try catch to just around onMessage()
- RS - Take QPID-906 and check that it is JMS Spec compliant
- CT - find cruise control files
- CT - JIRA time tracking is broken, normalises 1d is 24h should be 8h
Update on GSoC projects
We discusssed our project proposals