graph
- Added DataProvider interface (interface for inter-facet communication).2011-11-30, by Felix Wolfsteller
- Prepare inter-facet pre-rendering communication ('blackboard') phase.2011-11-30, by Felix Wolfsteller
- Changed namespace awareness in XML parsing to use no auto-boxing. Fixed a stranged compilation bug with OpenJDK.2011-11-23, by Sascha L. Teichmann
- Added a method that allows to specify if a document needs to be namespace aware while parsing from InputStream.2011-11-21, by Ingo Weinzierl
- Enabled 'post-describe' hooks for Artifacts.2011-11-07, by Ingo Weinzierl
- Let StateEngine compute compatibility matrix based on a list of states.2011-10-28, by Felix Wolfsteller
- Bugfix: added missing bracket to a H2 sql statement.2011-10-21, by Ingo Weinzierl
- Backend.getMasterArtifact: Limit result to one row.2011-10-20, by Sascha L. Teichmann
- Fix accidental corruption of key for sql statement.2011-10-19, by Felix Wolfsteller
- Add functionality to get 'oldest' artifact of a collection.'2011-10-19, by Felix Wolfsteller
- StringUtils: Added static method to convert an array of string to their uppercase counterparts.2011-10-17, by Sascha L. Teichmann
- Helper function to create a document to remove an artifact from an collection.2011-10-13, by Felix Wolfsteller
- Fix SQL typo.2011-10-13, by Felix Wolfsteller
- Added accidentally ommitted ChangeLog entry for last commit (cosmetics).2011-10-10, by Felix Wolfsteller
- Cosmetics (and fix for XMLUtils.toString(Element)).2011-10-10, by Felix Wolfsteller
- Fixed flys/issue2552011-10-07, by Sascha L. Teichmann
- Fix debug helper toString(Node).2011-09-23, by Felix Wolfsteller
- Added XMLUtils functions helping to debug parts of xml documents.2011-09-23, by Felix Wolfsteller
- Removed superfluous CollectionCallContext creation.2011-09-22, by Ingo Weinzierl
- Tagged RELEASE 1.4 of artifacts system.2011-09-19, by Ingo Weinzierl
- Tagged RELEASE 1.4 of artifacts system.1.4 2011-09-19, by Ingo Weinzierl
- Integrated a messaging system for Artifacts and Collections that started background threads.2011-09-09, by Ingo Weinzierl
- Added a CallContext.isInBackground() method to determine if an Artifact or a Collection has started a background thread and is currently locked.2011-09-07, by Ingo Weinzierl
- Inserted a new utility class FileTools to work with files.2011-08-25, by Ingo Weinzierl
- ArtifactDatabase: Called context listeners too early.2011-08-25, by Sascha L. Teichmann
- Enhanced the State interface with an endOfLife() method.2011-08-25, by Ingo Weinzierl
- Minor cosmetics.2011-08-25, by Felix Wolfsteller
- Write filters to create document if they are given.2011-08-24, by Sascha L. Teichmann
- Renamed an XML attribute in the code to create document for new Artifacts.2011-08-24, by Ingo Weinzierl
- Improved the XMLUtils to support xpath expressions that contain variables.2011-08-24, by Ingo Weinzierl
- Added deepCopy() method to facets and state data.2011-08-23, by Sascha L. Teichmann
- Bumped PostgreSQL driver version up to same version as flys-backend2011-08-22, by Sascha L. Teichmann
- Extract the collection and artifact creation times when doing the initial, too.2011-08-10, by Sascha L. Teichmann
- Fixed H2 SQL to set TTL of collection.2011-08-08, by Sascha L. Teichmann
- Swapped SQL parameter indices when fetching collection name.2011-08-02, by Sascha L. Teichmann
- When loading all artifacts fetch the name of the collections, too.2011-08-02, by Sascha L. Teichmann
- Added dummy user to fresh created collections to have it available in the backend listeners.2011-08-02, by Sascha L. Teichmann
- Generate kill events if and only if there were killed collections or artifacts.2011-08-02, by Sascha L. Teichmann
- forward list of deleted collections and artifacts from data cleaner to backend to backend listeners.2011-08-02, by Sascha L. Teichmann
- Backend: Handle forgotten store/create event source.2011-08-01, by Sascha L. Teichmann
- Fixed NPE with list of backend listeners.2011-08-01, by Sascha L. Teichmann
- Made backend listeners loadable at boot time.2011-08-01, by Sascha L. Teichmann
- Added interface to listen events in the backend.2011-08-01, by Sascha L. Teichmann
- Use real db connection pooling for artifact database.2011-07-31, by Sascha L. Teichmann
- Fixed broken SQL statement. Added debug output.2011-07-31, by Sascha L. Teichmann
- Make artifact server bootable again.2011-07-31, by Sascha L. Teichmann
- Added simple in-memory LRU cache2011-07-28, by Sascha L. Teichmann
- Artifact database: Refactorized the usage of dialect independent SQL to be reusable.2011-07-28, by Sascha L. Teichmann
- Added lifetime listeners to be called when system is up and is going down.2011-07-27, by Sascha L. Teichmann
- Added method to artifact database to load all artifacts.2011-07-27, by Sascha L. Teichmann
- Bumped H2 version up to latest stable 1.3.1582011-07-26, by Sascha L. Teichmann
- Moved StringUtils to common package. Added some Override annotations.2011-07-22, by Sascha L. Teichmann
- CREATE documents for Artifact creation might contain db-ids now.2011-07-21, by Ingo Weinzierl
- Services now take GlobalContext on setup and process.2011-07-21, by Sascha L. Teichmann
- Made namespace resolution more compatible.2011-07-21, by Sascha L. Teichmann
- Adapted the signature of Artifact.setup() - a parameter of type CallMeta has been added.2011-07-20, by Ingo Weinzierl
- Added a addFacets(List<Facet) method to Outputs to be able to add more than only a single facet to an output.2011-07-19, by Ingo Weinzierl
- Facets can write its internal representation to XML using a toXML() method now.2011-07-18, by Ingo Weinzierl
- Adapted the signature of Hook.execute() which now retrieves a Document as third parameter.2011-07-14, by Ingo Weinzierl
- Set an interface for the global context; added a method to the artifact database to return an instance of an Artifact.2011-07-14, by Ingo Weinzierl
- Introduced a hook concept - currently used for 'post-feed' and 'post-advance'.2011-07-13, by Ingo Weinzierl
- Fix for flys/issue202011-07-13, by Sascha L. Teichmann
- Outputs can have a member variable 'type' that should make it easier to distinguish the type of an Output.2011-07-08, by Ingo Weinzierl
- Tagged RELEASE 1.3 of artifacts system.2011-06-28, by Ingo Weinzierl