<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git/qpid/java/broker-plugins/firewall/src/test, branch qpid-2920</title>
<subtitle>git.apache.org: qpid.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/'/>
<entry>
<title>QPID-2662: Use actual SocketAddress instead of the String representation</title>
<updated>2010-06-17T14:37:59+00:00</updated>
<author>
<name>Robert Gemmell</name>
<email>robbie@apache.org</email>
</author>
<published>2010-06-17T14:37:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=3a720a9bb841f97f3684543827e79ba1a79c9b58'/>
<id>3a720a9bb841f97f3684543827e79ba1a79c9b58</id>
<content type='text'>
Applied patch from Andrew Kennedy &lt;andrew.international@gmail.com&gt;


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@955617 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Applied patch from Andrew Kennedy &lt;andrew.international@gmail.com&gt;


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@955617 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-2632 : Ensure additional broker unit tests extend IBBC</title>
<updated>2010-06-03T21:26:15+00:00</updated>
<author>
<name>Martin Ritchie</name>
<email>ritchiem@apache.org</email>
</author>
<published>2010-06-03T21:26:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=cb825b854e8f979dc8214d2315a69d01ead73782'/>
<id>cb825b854e8f979dc8214d2315a69d01ead73782</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@951157 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@951157 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-2581 : Update Plugins to have a consistent configure(ConfigurationPlugin config) method.</title>
<updated>2010-06-02T16:47:34+00:00</updated>
<author>
<name>Martin Ritchie</name>
<email>ritchiem@apache.org</email>
</author>
<published>2010-06-02T16:47:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=45256699f28ea572791cb0b3062dba6c5dedbf39'/>
<id>45256699f28ea572791cb0b3062dba6c5dedbf39</id>
<content type='text'>
Further work is required to ensure that all ConfigurationPlugins perform config validation rather than leaving that to the plugin.
The plugin should just use the config.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950656 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Further work is required to ensure that all ConfigurationPlugins perform config validation rather than leaving that to the plugin.
The plugin should just use the config.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950656 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-2623 : Simple changes to classes that extended TestCase, now they extend InternalBrokerBaseCase.</title>
<updated>2010-06-02T16:44:06+00:00</updated>
<author>
<name>Martin Ritchie</name>
<email>ritchiem@apache.org</email>
</author>
<published>2010-06-02T16:44:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=8050a664e75e7770856f00204a7e33e89c1ee8ad'/>
<id>8050a664e75e7770856f00204a7e33e89c1ee8ad</id>
<content type='text'>
Fixed up @Override on setUp/tearDowns removed setUp/tearDowns that were simply super calls.
Corrected existing setUp/tearDowns to call super.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950644 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed up @Override on setUp/tearDowns removed setUp/tearDowns that were simply super calls.
Corrected existing setUp/tearDowns to call super.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950644 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-2573: Implement the Firewall functionality as an OSGi plugin</title>
<updated>2010-05-31T16:07:01+00:00</updated>
<author>
<name>Robert Gemmell</name>
<email>robbie@apache.org</email>
</author>
<published>2010-05-31T16:07:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=3ac84aee977316f3cd0d9328d0a3a19654bc1181'/>
<id>3ac84aee977316f3cd0d9328d0a3a19654bc1181</id>
<content type='text'>
Applied patch from Andrew Kennedy &lt;andrew.international@gmail.com&gt;


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@949785 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Applied patch from Andrew Kennedy &lt;andrew.international@gmail.com&gt;


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@949785 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
</feed>
