| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-07 | Repackage to org.cristalise | Andrew Branson | |
| 2014-10-03 | More FindBugs cleanup | Andrew Branson | |
| 2014-10-03 | Rolled back the renaming of existing exceptions. | Andrew Branson | |
| 2014-10-03 | Huge exception overhaul: Merged ClusterStorageException with | Andrew Branson | |
| PersistencyException. Replaced MembershipException with InvalidCollectionModification CORBA Exception. Made all predef steps throw more accurate exceptions when they go wrong, and let more exceptions bubble through from underneath. | |||
| 2014-10-02 | push after rebase | jet | |
| 2014-09-30 | Remove Serializable. CRISTAL never uses Java serialization, only Castor. | Andrew Branson | |
| 2014-09-26 | More FindBugs recommendations | Andrew Branson | |
| 2014-09-26 | Remove unnecessary assignment of return array in XmlElementParser | Andrew Branson | |
| 2014-09-26 | Store list of previously loaded URLs in CastorHashMap as Strings. URLs | Andrew Branson | |
| are inefficient. | |||
| 2014-09-26 | Various problems found by FindBugs | Andrew Branson | |
| 2014-09-23 | Removing HTTP and UDP servers | Zsolt Kovcs | |
| 2014-09-21 | Lost commits - NPE on ModuleResource.getVersion caused by bad | Andrew Branson | |
| autoboxing, and Olivier's classloader tweaks. | |||
| 2014-09-16 | Abstract properties. Activities cannot be instantiated unless the slot | Andrew Branson | |
| overrides them. Fixes #190 | |||
| 2014-09-15 | Add trim calls to ObjectProperties.getString() to discard any extra | Andrew Branson | |
| 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. | |||
| 2014-08-28 | pull master devs | ogattaz | |
| 2014-07-24 | CastorXMLUtility enhancements to use specific classloader rather than | ogattaz | |
| the main one and to configure castor if needed | |||
| 2014-07-23 | Move openldap files to ldap package | Andrew Branson | |
| Mark execute(ItemProxy, Job) non-public - should not be part of API, Jobs are fixed to a particular Item. Check null on module manager before calling shutdown scripts during close(). Remove auto-generated lines in ObjectProperties | |||
| 2014-07-04 | Refactored tanuki service wrapper to a separate module | Andrew Branson | |
| 2014-06-19 | Restore lost exception messages in CastorXMLUtility | Andrew Branson | |
| 2014-06-05 | LDAP refactored behind interfaces. All functions of LDAP now hidden | Andrew Branson | |
| 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) | |||
| 2014-06-05 | ObjectProperties.getInstance() - if the property contains a String then | Andrew Branson | |
| attempt to instantiate an object from that classname, otherwise return the object. | |||
| 2014-05-22 | Renamed method in DescriptionObjectCache which still refered to | Andrew Branson | |
| activities. | |||
| 2014-05-15 | Introduced 'Layer' attribute to allow overriding of descriptions. Desc | Andrew Branson | |
| with the same name in the same description tree will be ranked by LocalObjectLoader according to this number, and the highest one chosen for instantiation. Fixes #188 | |||
| 2014-05-14 | Removed unnecessary ItemProxy casts after removal of EntityProxy | Andrew Branson | |
| 2014-05-08 | Agent now extends Item, so they can have workflows. All traces of the | Andrew Branson | |
| old 'Entity' superclasses should be removed, including proxies and paths. Very large change, breaks API compatibility with CRISTAL 2.x. Fixes #135 | |||
| 2014-04-11 | OutcomeInitiator interface to create initial states of outcomes if empty | Andrew Branson | |
| in the Job. Called when job.getOutcome() is called when none exists. Viewpoint last still overrides. Fixes #47 | |||
| 2014-04-09 | Improve property dumping, using Object.toString and giving the property | Andrew Branson | |
| class. | |||
| 2014-03-06 | ActivityDefs loaded from ActDefCache get a 'Version' property set with | Andrew Branson | |
| their Viewpoint name so the resulting Activity's version will be set correctly. Refs #168 | |||
| 2014-02-26 | Properties extended as ObjectProperties, which can return any Object, | Andrew Branson | |
| and wrap int and boolean parsing. Gateway.getProperties() returns the new ObjectProperty instance. Old Gateway property methods still present but deprecated. Refs #149 | |||
| 2014-01-23 | Refactored Resource into a new ResourceLoader interface, which allows | Andrew Branson | |
| CRISTAL processes in other enviroments with complex class loading (e.g. OSGi) to supply their own resource and class loader to the kernel and its modules. Fixes #149 | |||
| 2013-11-18 | 3.0-SNAPSHOT (Will be first open source version) | Andrew Branson | |
| New StateMachine desc IssueID #28 | |||
| 2013-09-20 | Synchronize on the hardCache, as it occasionally causes exceptions. | Andrew Branson | |
| 2013-07-10 | CastorXMLUtility switched to recommended XMLContext. Should be faster | Andrew Branson | |
| and may help with IssueID #132 | |||
| 2013-07-09 | Better debugging: | Andrew Branson | |
| ProxyLoader logs error at log(7) CastorXMLUtility creates an Unmarshaller in the constructor to detect mapfile problems then rather than on first use. Mapping objects don't do it. | |||
| 2013-06-27 | Removed CERN schema 'BreakApart' property | Andrew Branson | |
| 2013-04-05 | Debug resource location at log 5 | Andrew Branson | |
| 2013-02-28 | Memory-only cluster storage for testing. | Andrew Branson | |
| Test properties file. | |||
| 2013-02-28 | RemoveNonStrongRefCache, as it didn't add anything to Map. | Andrew Branson | |
| 2013-02-14 | Give module namespace in text resource load log. | Andrew Branson | |
| 2013-02-13 | getAllTextResources finds all matching in kernel and modules | Andrew Branson | |
| getAllBaseURLs returns all modules and kernel findTextResource searches kernel first - no overriding | |||
| 2013-02-13 | Log header changed from c2kernel to CRISTAL for clarity | Andrew Branson | |
| 2013-02-04 | Import cleanup | Andrew Branson | |
| 2013-01-25 | I AM A GOLDEN GOD OF I18N | Andrew Branson | |
| 2013-01-24 | Fix crash when module ResourceURL is invalid | Andrew Branson | |
| 2012-12-18 | Added optional WeakCache to hold fewer ClusterStorage objects in memory. | Andrew Branson | |
| Enabled with Storage.useWeakCache property. Useful for large imports and other operations that involve accessing a large number of items over a short period. | |||
| 2012-11-09 | Create proper constructor for Schema. | Andrew Branson | |
| 2012-11-09 | Hanging open buffer | Andrew Branson | |
| 2012-11-09 | Tidy up CastorXMLUtility. adding new mappings is now private, to help | Andrew Branson | |
| lock down the kernel mappings. | |||
| 2012-08-22 | Rename clashing parameter names | Andrew Branson | |
| 2012-08-03 | Logging and error message clean-up | Andrew Branson | |
| Logger.debug(String) now deprecated so they're easier to spot when left in. | |||
