<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git/qpid/java/common, branch dep_removal</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>NO-JIRA: update use of Ivy to download dependencies</title>
<updated>2012-05-08T22:52:34+00:00</updated>
<author>
<name>Robert Gemmell</name>
<email>robbie@apache.org</email>
</author>
<published>2012-05-08T22:52: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=3f4c8d1af2f7971fbd77c3f343c6d58e3ad4935a'/>
<id>3f4c8d1af2f7971fbd77c3f343c6d58e3ad4935a</id>
<content type='text'>
- Retrieve the mandatory dependencies into a 'required' subdir to allow turning on sync mode during retrieval
- Lay groundwork for multiple retrieval confs to support retrieving optional dependencies in similar fashion on request


git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/dep_removal@1335808 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Retrieve the mandatory dependencies into a 'required' subdir to allow turning on sync mode during retrieval
- Lay groundwork for multiple retrieval confs to support retrieving optional dependencies in similar fashion on request


git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/dep_removal@1335808 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>NO-JIRA: use Ivy to download the dependencies</title>
<updated>2012-05-06T22:59:04+00:00</updated>
<author>
<name>Robert Gemmell</name>
<email>robbie@apache.org</email>
</author>
<published>2012-05-06T22:59:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=e4c35d5b84d5a900124af468f3576fed84409da7'/>
<id>e4c35d5b84d5a900124af468f3576fed84409da7</id>
<content type='text'>
- Merge upload.xml into main common.xml/build.xml file, functionality is now the upload target.
- Update the global build target to automatically download Ivy if required and retrieve dependencys (can be overriden).
- Add configurable support for resolving against an m2 repo (default, central repo), or a flat folder of jars in the filesystem (as previously used).
- Update build process to allow using full filename for the javacc dependency.
- Update jython version to allow downloading the dependency, clarify that its the 'standalone' version in use.
- Update ivy files to use variables instead of hard coded values for project version etc.


git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/dep_removal@1334816 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Merge upload.xml into main common.xml/build.xml file, functionality is now the upload target.
- Update the global build target to automatically download Ivy if required and retrieve dependencys (can be overriden).
- Add configurable support for resolving against an m2 repo (default, central repo), or a flat folder of jars in the filesystem (as previously used).
- Update build process to allow using full filename for the javacc dependency.
- Update jython version to allow downloading the dependency, clarify that its the 'standalone' version in use.
- Update ivy files to use variables instead of hard coded values for project version etc.


git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/dep_removal@1334816 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3864: add missing licence headers to files in the java tree that are included in 0.16</title>
<updated>2012-04-19T11:52:01+00:00</updated>
<author>
<name>Robert Gemmell</name>
<email>robbie@apache.org</email>
</author>
<published>2012-04-19T11:52: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=aabeca5f871ff83f32006b12f129dd605b09a6e1'/>
<id>aabeca5f871ff83f32006b12f129dd605b09a6e1</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327905 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@1327905 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3923: Store queue, exchange and binding as configured objects in bdb store</title>
<updated>2012-04-17T09:01:44+00:00</updated>
<author>
<name>Robert Gemmell</name>
<email>robbie@apache.org</email>
</author>
<published>2012-04-17T09:01:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=3203eea7641e1b0f39de96d797db7c54423b7f02'/>
<id>3203eea7641e1b0f39de96d797db7c54423b7f02</id>
<content type='text'>
Applied patch by Oleksandr Rudyy &lt;orudyy@gmail.com&gt;, Phil Harvey &lt;phil@philharveyonline.com&gt;, and myself.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327003 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Applied patch by Oleksandr Rudyy &lt;orudyy@gmail.com&gt;, Phil Harvey &lt;phil@philharveyonline.com&gt;, and myself.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327003 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3917: Refactor VirtualHost/MessageStore implementations to be ready for BDB-HA</title>
<updated>2012-03-30T13:44:25+00:00</updated>
<author>
<name>Keith Wall</name>
<email>kwall@apache.org</email>
</author>
<published>2012-03-30T13:44:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=38d1f36fe4238a887f867350adaa56489e53e0e6'/>
<id>38d1f36fe4238a887f867350adaa56489e53e0e6</id>
<content type='text'>
Applied patch from Andrew MacBean &lt;andymacbean@gmail.com&gt; and myself.

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

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1307416 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>NO-JIRA: QpidBrokerTestCase - minor improvements</title>
<updated>2012-03-30T08:54:06+00:00</updated>
<author>
<name>Keith Wall</name>
<email>kwall@apache.org</email>
</author>
<published>2012-03-30T08:54: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=6e605c53e91d5b9b1bf46985c5cf8bd94a34de4d'/>
<id>6e605c53e91d5b9b1bf46985c5cf8bd94a34de4d</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1307316 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@1307316 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3912: Client failover fails to reconnect if a previous attempted reconnection has failed 'late' in the connection start process.</title>
<updated>2012-03-28T07:58:53+00:00</updated>
<author>
<name>Keith Wall</name>
<email>kwall@apache.org</email>
</author>
<published>2012-03-28T07:58:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=08985a5b24e3e9be2fc3e584f0af13861b816490'/>
<id>08985a5b24e3e9be2fc3e584f0af13861b816490</id>
<content type='text'>
Applied patch from Andrew MacBean &lt;andymacbean@gmail.com&gt; and myself.

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

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1306208 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3886 Committing a patch by Kevin Conner.</title>
<updated>2012-03-08T19:48:39+00:00</updated>
<author>
<name>Rajith Muditha Attapattu</name>
<email>rajith@apache.org</email>
</author>
<published>2012-03-08T19:48:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=8c3cba6f2b457182a7dd3747b15bf0d65c652d1c'/>
<id>8c3cba6f2b457182a7dd3747b15bf0d65c652d1c</id>
<content type='text'>
The purpose of the patch is to improve the efficiency of processing
known-complete (command id ranges).

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1298536 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The purpose of the patch is to improve the efficiency of processing
known-complete (command id ranges).

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1298536 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3864: Adjust version numbers on trunk for development toward 0.18</title>
<updated>2012-03-08T10:23:19+00:00</updated>
<author>
<name>Justin Ross</name>
<email>jross@apache.org</email>
</author>
<published>2012-03-08T10:23:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=9a4b1b0850d6c2d6a62731156d416587cac39826'/>
<id>9a4b1b0850d6c2d6a62731156d416587cac39826</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1298340 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@1298340 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3408 : Fix the Java Broker code so it both copes with machines where IPv6 is present, but disabled, and does not open a random port to get a wildcard address</title>
<updated>2012-03-05T13:39:16+00:00</updated>
<author>
<name>Robert Godfrey</name>
<email>rgodfrey@apache.org</email>
</author>
<published>2012-03-05T13:39:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=5f11e02a4b84add39a2975f225dd6718475509f6'/>
<id>5f11e02a4b84add39a2975f225dd6718475509f6</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1297049 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@1297049 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
</feed>
