<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cristal-kernel.git/src/main/java/com/c2kernel/utils, 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-09-30T14:06:45+00:00</updated>
<entry>
<title>Remove Serializable. CRISTAL never uses Java serialization, only Castor. </title>
<updated>2014-09-30T14:06:45+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2014-09-30T14:06:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=c7be60af9f3efe0224a883b60acf9c4ca71d5212'/>
<id>urn:sha1:c7be60af9f3efe0224a883b60acf9c4ca71d5212</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More FindBugs recommendations</title>
<updated>2014-09-26T11:51:00+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2014-09-26T11:51:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=6af4879ac29414287b0dc6b9150ab93c5cb78809'/>
<id>urn:sha1:6af4879ac29414287b0dc6b9150ab93c5cb78809</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unnecessary assignment of return array in XmlElementParser</title>
<updated>2014-09-26T10:13:14+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2014-09-26T10:13:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=e8e74f862f4f54f1152b3aed8c7786bf0331ce94'/>
<id>urn:sha1:e8e74f862f4f54f1152b3aed8c7786bf0331ce94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Store list of previously loaded URLs in CastorHashMap as Strings. URLs</title>
<updated>2014-09-26T10:12:29+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2014-09-26T10:12:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=82be380c1275672efdc0cd5d8bf47f75055f628f'/>
<id>urn:sha1:82be380c1275672efdc0cd5d8bf47f75055f628f</id>
<content type='text'>
are inefficient.</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>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>Abstract properties. Activities cannot be instantiated unless the slot</title>
<updated>2014-09-16T06:49:21+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2014-09-16T06:49:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=5e294dbd586034b23484adb3c0c4de0f6acd901c'/>
<id>urn:sha1:5e294dbd586034b23484adb3c0c4de0f6acd901c</id>
<content type='text'>
overrides them. Fixes #190</content>
</entry>
<entry>
<title>Add trim calls to ObjectProperties.getString() to discard any extra</title>
<updated>2014-09-15T09:41:39+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2014-09-15T09:41:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=3bb0aefa38c27221114a2db749d2eaa1a9df0336'/>
<id>urn:sha1:3bb0aefa38c27221114a2db749d2eaa1a9df0336</id>
<content type='text'>
whitespace around the values. Fixes #165
Remove old Gateway.getProperty methods - there should be no deprecated
methods in the 3.0 release
Move all getProperty() calls to getString or other so they will be
trimmed.
Introduce ObjectProperties.getInstances to create ArrayLists of objects
from comma-separated class name lists.</content>
</entry>
<entry>
<title>pull master devs</title>
<updated>2014-08-28T09:05:51+00:00</updated>
<author>
<name>ogattaz</name>
<email>olivier@gattaz.com</email>
</author>
<published>2014-08-28T09:05:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=d0e42f669232987359ae3431b310530dc588fc6f'/>
<id>urn:sha1:d0e42f669232987359ae3431b310530dc588fc6f</id>
<content type='text'>
</content>
</entry>
</feed>
