| Age | Commit message (Expand) | Author |
| 2014-09-30 | Remove Collection.URLInfo. Add Collection.Version, and add it to the | Andrew Branson |
| 2014-09-26 | More FindBugs recommendations | Andrew Branson |
| 2014-09-26 | Update javadoc for Item id switch | Andrew Branson |
| 2014-09-22 | ItemPath.fromUUIDString unnecessary as ItemPath(String) supports both | Andrew Branson |
| 2014-09-19 | Introduced static method ItemPath.fromUUIDString and made the UUID | Andrew Branson |
| 2014-09-15 | Add trim calls to ObjectProperties.getString() to discard any extra | Andrew Branson |
| 2014-09-09 | Replaced int sysKey Item identifier with UUID, which is now portable. | Andrew Branson |
| 2014-08-28 | addition of a constucteur allowing to pass a cause | ogattaz |
| 2014-08-28 | Put in place a protection in the constructor to set the size of the | ogattaz |
| 2014-07-22 | Close all gateway singletons properly, adding close method to | Andrew Branson |
| 2014-06-12 | Refactored LDAP into its own module. | Andrew Branson |
| 2014-06-06 | Partial javadoc and scope tightening of the new interfaces. | Andrew Branson |
| 2014-06-05 | Add Authenticator to the open() method params of ClusterStorage. Passed | Andrew Branson |
| 2014-06-05 | LDAP refactored behind interfaces. All functions of LDAP now hidden | Andrew Branson |
| 2014-05-14 | Bug in cherry pick - create new DOM when there is no String outcome | Andrew Branson |
| 2014-05-14 | Refactored Proxy update notification server into its own class and | Andrew Branson |
| 2014-05-12 | Tweak locks to hopefully avoid deadlocks a bit | Andrew Branson |
| 2014-05-08 | Allow getDOM to return an empty Document if the outcome isn't set. Then | Andrew Branson |
| 2014-05-08 | Agent now extends Item, so they can have workflows. All traces of the | Andrew Branson |
| 2014-04-16 | XPath fixes, tests, and cleverer get and set FieldByXPath | Andrew Branson |
| 2014-04-14 | getClusterContents fixed for subtrees. Still has problems. | Andrew Branson |
| 2014-04-11 | ProxyLoader should return null when the object is not found on the | Andrew Branson |
| 2014-04-11 | OutcomeInitiator interface to create initial states of outcomes if empty | Andrew Branson |
| 2014-04-04 | When generating the next SystemKey in NextKeyManager, make sure that | Andrew Branson |
| 2014-03-31 | Outcome.setFieldByXPath (refs #167) | Andrew Branson |
| 2014-03-06 | New methods in Outcome to support XPath queries to make extraction of | Andrew Branson |
| 2014-02-26 | Properties extended as ObjectProperties, which can return any Object, | Andrew Branson |
| 2014-02-21 | ClusterStorage property can now be an already instanciated ArrayList of | Andrew Branson |
| 2014-01-23 | Refactored Resource into a new ResourceLoader interface, which allows | Andrew Branson |
| 2013-12-12 | Properties preserve and respect the PropertyDescription 'isMutable' | Andrew Branson |
| 2013-11-18 | 3.0-SNAPSHOT (Will be first open source version) | Andrew Branson |
| 2013-10-18 | Javadoc for ClusterStorage constants. | Andrew Branson |
| 2013-09-03 | An exception should be thrown if no ClusterStorages are defined. This | Andrew Branson |
| 2013-07-11 | Log ProxyLoader queryData exceptions | Andrew Branson |
| 2013-07-09 | Better debugging: | Andrew Branson |
| 2013-06-27 | Removed CERN schema 'BreakApart' property | Andrew Branson |
| 2013-05-21 | Collect stale job IDs when refreshing joblist. Remove them after to | Andrew Branson |
| 2013-04-10 | added getSchema() method to Outcome to load schema xml. | Andrew Branson |
| 2013-03-06 | Test properties file and memory cluster storage for testing. | Andrew Branson |
| 2013-02-28 | RemoveNonStrongRefCache, as it didn't add anything to Map. | Andrew Branson |
| 2013-01-25 | Fix unsynchronized gap between check and retrieve of memcache object. | Andrew Branson |
| 2012-12-18 | Added optional WeakCache to hold fewer ClusterStorage objects in memory. | Andrew Branson |
| 2012-12-14 | Do Schema parsing in the Schema object rather than the Validator | Andrew Branson |
| 2012-11-26 | List of current cluster types for use by storage implementations | Andrew Branson |
| 2012-11-09 | Create proper constructor for Schema. | Andrew Branson |
| 2012-11-09 | Deprecate old overly generic query method in anticipation of the new | Andrew Branson |
| 2012-08-22 | Replace deprecated Xerces DOM to XML serialisation with DOM3 LS. | Andrew Branson |
| 2012-07-06 | Modules serialize with Castor. Just about to remove the parsing. | Andrew Branson |
| 2012-06-26 | Refactored GUI into separate module | Andrew Branson |
| 2012-06-22 | Modules and entitycreation support Aggregations, collection properties | Andrew Branson |