2011-07-31 |
Sascha L. Teichmann |
Fixed broken SQL statement. Added debug output.
|
2011-07-31 |
Sascha L. Teichmann |
Make artifact server bootable again.
|
2011-07-28 |
Sascha L. Teichmann |
Added simple in-memory LRU cache
|
2011-07-28 |
Sascha L. Teichmann |
Artifact database: Refactorized the usage of dialect independent SQL to be reusable.
|
2011-07-27 |
Sascha L. Teichmann |
Added lifetime listeners to be called when system is up and is going down.
|
2011-07-27 |
Sascha L. Teichmann |
Added method to artifact database to load all artifacts.
|
2011-07-26 |
Sascha L. Teichmann |
Bumped H2 version up to latest stable 1.3.158
|
2011-07-22 |
Sascha L. Teichmann |
Moved StringUtils to common package. Added some Override annotations.
|
2011-07-21 |
Ingo Weinzierl |
CREATE documents for Artifact creation might contain db-ids now.
|
2011-07-21 |
Sascha L. Teichmann |
Services now take GlobalContext on setup and process.
|
2011-07-21 |
Sascha L. Teichmann |
Made namespace resolution more compatible.
|
2011-07-20 |
Ingo Weinzierl |
Adapted the signature of Artifact.setup() - a parameter of type CallMeta has been added.
|
2011-07-19 |
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-18 |
Ingo Weinzierl |
Facets can write its internal representation to XML using a toXML() method now.
|
2011-07-14 |
Ingo Weinzierl |
Adapted the signature of Hook.execute() which now retrieves a Document as third parameter.
|
2011-07-14 |
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-13 |
Ingo Weinzierl |
Introduced a hook concept - currently used for 'post-feed' and 'post-advance'.
|
2011-07-13 |
Sascha L. Teichmann |
Fix for flys/issue20
|
2011-07-08 |
Ingo Weinzierl |
Outputs can have a member variable 'type' that should make it easier to distinguish the type of an Output.
|
2011-06-28 |
Ingo Weinzierl |
Tagged RELEASE 1.3 of artifacts system.
|
2011-06-28 |
Ingo Weinzierl |
Tagged RELEASE 1.3 of artifacts system.
1.3
|
2011-06-27 |
Ingo Weinzierl |
Prepared Changes for the upcoming release.
|
2011-06-27 |
Ingo Weinzierl |
Made XMLUtils.toString(Document) static.
|
2011-06-22 |
Ingo Weinzierl |
Improved the ClientProtocolUtils: new methods to create collection action specific documents.
|
2011-06-21 |
Ingo Weinzierl |
The ttl is now contained in the document that is returned after a collection has been created.
|
2011-06-21 |
Sascha L. Teichmann |
Added DefaultFacet.toString() method to help debugging.
|
2011-06-21 |
Ingo Weinzierl |
Put the ttl of each collection into the document that contains the user collections.
|
2011-06-21 |
Ingo Weinzierl |
Made the TTL of a Collection retrievable via getter method.
|
2011-06-17 |
Ingo Weinzierl |
Facets got a method that return its required data from the owner artifact.
|
2011-06-16 |
Ingo Weinzierl |
ProtocolUtils write the index value of a facet into the document.
|
2011-06-16 |
Ingo Weinzierl |
Facets are serializable now.
|
2011-06-15 |
Ingo Weinzierl |
Facets have indices now.
|
2011-06-09 |
Sascha L. Teichmann |
Added static toString(Document) method which transform XML documents to Strings.
|
2011-06-08 |
Ingo Weinzierl |
Enabled the artifact database to retrieve requests to change the name of a specific collection.
|
2011-06-07 |
Ingo Weinzierl |
#50 Added code on database level to recognize the oldest collection item in a collection (-> master artifact).
|
2011-06-07 |
Ingo Weinzierl |
Enables the artifact server to set the TTL of a specific collection via REST call.
|
2011-06-07 |
Sascha L. Teichmann |
Use generics more precisely
|
2011-06-06 |
Sascha L. Teichmann |
flys/issue75: fixed doc and schema to make H2 work again.
|
2011-06-03 |
Ingo Weinzierl |
Modified the method to create the document to trigger the out() operation of a collection in ClientProtocolUtils.
|
2011-05-31 |
Ingo Weinzierl |
Added support for the 'type' parameter of artifacts and collections out() call.
|
2011-05-27 |
Ingo Weinzierl |
Repaired the setting of a new attribute for a Collection.
|
2011-05-27 |
Ingo Weinzierl |
Enhanced the ClientProtocolUtils with a method to create a document that sets the attribute of a collection.
|
2011-05-23 |
Sascha L. Teichmann |
Jetty HTTP server: Do not bind context to restlet app for security reasons.
|
2011-05-23 |
Sascha L. Teichmann |
XMLUtils.xpathString() returns empty string not null.
|
2011-05-22 |
Sascha L. Teichmann |
flys/issue65: Added Jetty HTTP server as a replacement option to foster better scalability. Needs testing.
|
2011-05-22 |
Sascha L. Teichmann |
Make used HTTP server exchangeable.
|
2011-05-18 |
Sascha L. Teichmann |
flys/issue65: Set number of max. restlet threads to 1024 and make it configurable.
|
2011-05-17 |
Ingo Weinzierl |
Bugfix: the document that is used to trigger the OUT operation of a collection will now contain the name of the output mode and its concrete subtype.
|
2011-05-17 |
Sascha L. Teichmann |
Bumped restlet to version 2.0.7 in hope to mitigate flys/issue65.
|
2011-05-13 |
Ingo Weinzierl |
Updated Changes and NEWS for release 1.2
1.2
|
2011-05-12 |
Ingo Weinzierl |
Improved the ClientProtocolUtils: collections OUT document contains attributes now.
|
2011-04-28 |
Ingo Weinzierl |
Modified Transition.isValid() - added the artifact and the current state to the parameter list.
|
2011-04-28 |
Ingo Weinzierl |
Added a getData(String) method to a State to get just a single StateData object.
|
2011-04-28 |
Ingo Weinzierl |
Improved the ClientProtocolUtils - new function to create a document that is used to set the attribute of a CollectionItem.
|
2011-04-27 |
Ingo Weinzierl |
Bugfix: do not write empty xml documents into database any longer - caused exceptions while serialization/deserialization.
|
2011-04-26 |
Ingo Weinzierl |
Enabled the artifact database to handle requests specific to collection attributes and collection item attributes.
|
2011-04-26 |
Ingo Weinzierl |
Changed the method names to get and set the attributes of collection items.
|
2011-04-21 |
Ingo Weinzierl |
Added a method to add new facets to an output.
|
2011-04-14 |
Ingo Weinzierl |
Bugfix: Removed CallContext specific method calls.
|
2011-04-14 |
Ingo Weinzierl |
Enhanced the bootstrap - the CallContext.Listener is initialized (if configured).
|