<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cristal-kernel.git/src/main/java/com/c2kernel/entity/transfer, 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:21:43+00:00</updated>
<entry>
<title>Predefined steps normally only interact with the last version of a</title>
<updated>2014-10-01T19:21:43+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2014-10-01T19:21:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=a4af569e384baf0dcff0198016a309ed66b9910a'/>
<id>urn:sha1:a4af569e384baf0dcff0198016a309ed66b9910a</id>
<content type='text'>
Collection. New steps will be added to create fixed versions as needed.</content>
</entry>
<entry>
<title>Package documentation for collection, entity, entity.agent and</title>
<updated>2014-09-26T14:02:24+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2014-09-26T14:02:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=202041b7fb62b1075d23b2e6ab8a5366d71f1766'/>
<id>urn:sha1:202041b7fb62b1075d23b2e6ab8a5366d71f1766</id>
<content type='text'>
entity.transfer packages</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>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>
<entry>
<title>Replaced int sysKey Item identifier with UUID, which is now portable.</title>
<updated>2014-09-09T10:13:21+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2014-09-09T10:13:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=da731d2bb81666b9c697d9099da632e7dfcdc0f7'/>
<id>urn:sha1:da731d2bb81666b9c697d9099da632e7dfcdc0f7</id>
<content type='text'>
ItemPath objects are now used to identify Items throughout the kernel,
replacing ints and Integers.</content>
</entry>
<entry>
<title>Separated modifying Lookup methods into LookupManager, which is only</title>
<updated>2014-06-30T21:03:03+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2014-06-30T21:03:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=2495be9ecfa8aea47e285f63b5bb27b0c133b1f8'/>
<id>urn:sha1:2495be9ecfa8aea47e285f63b5bb27b0c133b1f8</id>
<content type='text'>
present in a server process. This stops clients trying to write to the
directory without relying on their permissions.</content>
</entry>
<entry>
<title>LDAP refactored behind interfaces. All functions of LDAP now hidden</title>
<updated>2014-06-05T13:02:07+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2014-06-05T13:02:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=d4fa3bd9dd48f4d5e26850a23f5ba48a9c10ad64'/>
<id>urn:sha1:d4fa3bd9dd48f4d5e26850a23f5ba48a9c10ad64</id>
<content type='text'>
behind interfaces: Authenticator, Lookup and NextKeyManager (LDAP
property storage was already a ClusterStorage). Gateway holds additional
objects, and 
Fixes #26 #191. Refs #27 (needs additional work for read perms and auth
tokens)</content>
</entry>
<entry>
<title>Agent now extends Item, so they can have workflows. All traces of the</title>
<updated>2014-05-08T14:37:39+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2014-05-07T15:33:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=a1f0ecbb6a2bea6aa214322c412af2f3c5ce124b'/>
<id>urn:sha1:a1f0ecbb6a2bea6aa214322c412af2f3c5ce124b</id>
<content type='text'>
old 'Entity' superclasses should be removed, including proxies and
paths. Very large change, breaks API compatibility with CRISTAL 2.x.
Fixes #135</content>
</entry>
<entry>
<title>Modules serialize with Castor. Just about to remove the parsing.</title>
<updated>2012-07-06T09:00:24+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2012-07-06T09:00:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=24314dc1699c7e73048fa24e33729f1aa1ec0e86'/>
<id>urn:sha1:24314dc1699c7e73048fa24e33729f1aa1ec0e86</id>
<content type='text'>
CastorXMLUtility is now a static member of gateway. Domain specific
instances can be used by domain applications, but the maps do not
interfere with the kernel.</content>
</entry>
<entry>
<title>Initial Maven Conversion</title>
<updated>2012-05-30T06:37:45+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2012-05-30T06:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=b086f57f56bf0eb9dab9cf321a0f69aaaae84347'/>
<id>urn:sha1:b086f57f56bf0eb9dab9cf321a0f69aaaae84347</id>
<content type='text'>
</content>
</entry>
</feed>
