<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cristal-kernel.git/src/main/java/com/c2kernel/process, branch 3.0-Beta</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.branson.me.uk/cristal-kernel.git/atom?h=3.0-Beta</id>
<link rel='self' href='https://git.branson.me.uk/cristal-kernel.git/atom?h=3.0-Beta'/>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/'/>
<updated>2014-10-01T19:06:55+00:00</updated>
<entry>
<title>Replace qualified class names with imports now the Import classes have</title>
<updated>2014-10-01T19:06:55+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2014-10-01T19:06:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=8afca6b565edfa0e32aa8e12f30bfff5598abdd4'/>
<id>urn:sha1:8afca6b565edfa0e32aa8e12f30bfff5598abdd4</id>
<content type='text'>
been renamed and don't clash.</content>
</entry>
<entry>
<title>Generate new UUID during import if the id field is empty, as well as</title>
<updated>2014-10-01T19:03:28+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2014-10-01T19:03:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=8d1254e9712685099996df22ed724ff2f97697a4'/>
<id>urn:sha1:8d1254e9712685099996df22ed724ff2f97697a4</id>
<content type='text'>
missing.</content>
</entry>
<entry>
<title>Only override Module.reset value if it's actually given for a particular</title>
<updated>2014-09-26T10:11:59+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2014-09-26T10:11:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=eb89b02143904370926a64e016bbbef43b1e3894'/>
<id>urn:sha1:eb89b02143904370926a64e016bbbef43b1e3894</id>
<content type='text'>
module</content>
</entry>
<entry>
<title>Avoid possible NPEs by never setting mC2KProps to null. Clear it on</title>
<updated>2014-09-26T09:23:10+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2014-09-26T09:23:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=738bb1412a0ac38337a4f8cd6a2cd782924a919c'/>
<id>urn:sha1:738bb1412a0ac38337a4f8cd6a2cd782924a919c</id>
<content type='text'>
destroy and init.</content>
</entry>
<entry>
<title>Various problems found by FindBugs</title>
<updated>2014-09-26T09:06:51+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2014-09-26T09:06:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=be6b4608bdea970657d0257460ab92874314ca9b'/>
<id>urn:sha1:be6b4608bdea970657d0257460ab92874314ca9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removing HTTP and UDP servers</title>
<updated>2014-09-23T10:11:08+00:00</updated>
<author>
<name>Zsolt Kovcs</name>
<email>zs.myth@gmail.com</email>
</author>
<published>2014-09-23T10:11:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=56fe4494620ac2e7831875733d7ad2ffc1c6b73f'/>
<id>urn:sha1:56fe4494620ac2e7831875733d7ad2ffc1c6b73f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed Exception on the 'Server x initialized' message in</title>
<updated>2014-09-22T14:04:22+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2014-09-22T14:04:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=f9ae5103d960a3c599a0490003fcb591fcf1b4ce'/>
<id>urn:sha1:f9ae5103d960a3c599a0490003fcb591fcf1b4ce</id>
<content type='text'>
Gateway.startServer() if Gateway.close has been called by the Bootstrap
on error before it returns.</content>
</entry>
<entry>
<title>ItemPath.fromUUIDString unnecessary as ItemPath(String) supports both</title>
<updated>2014-09-22T14:02:11+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2014-09-22T14:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=a7cefce58cdb0f7f2d0868a1d5ee2f24f3890646'/>
<id>urn:sha1:a7cefce58cdb0f7f2d0868a1d5ee2f24f3890646</id>
<content type='text'>
plain UUIDs and an /entity prefix. Tightened that up and removed the
fromUUIDString method for a simpler API. Also switched AgentPath(String)
to a path argument for consistency. New AgentPaths should be created
with AgentPath(new ItemPath(), String) instead.</content>
</entry>
<entry>
<title>Lost commits - NPE on ModuleResource.getVersion caused by bad</title>
<updated>2014-09-21T15:49:43+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2014-09-21T15:49:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=cfa70de9ec7745356ed00c1502d5bd55eee14181'/>
<id>urn:sha1:cfa70de9ec7745356ed00c1502d5bd55eee14181</id>
<content type='text'>
autoboxing, and Olivier's classloader tweaks.</content>
</entry>
<entry>
<title>Introduced static method ItemPath.fromUUIDString and made the UUID</title>
<updated>2014-09-19T13:40:50+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2014-09-19T13:40:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=482b98e869d07802310e249d09d784c63f9a86b6'/>
<id>urn:sha1:482b98e869d07802310e249d09d784c63f9a86b6</id>
<content type='text'>
constructor protected to better handle ItemPath and AgentPath
construction with String UUIDs, throwing the right exceptions.</content>
</entry>
</feed>
