Sunday, October 10, 2010

Context version 0.5.1 released

This release contains some fixes. Changes are:

Quickstart-project


The archetype was pointing to version prior to 0.5.0. Now it points correctly to 0.5.1

Annotation @EmbeddedCollection removed


There existed an annotation called @EmbeddedCollection and it was meant to inject automatically collections to DOM-tree. However, this idea never really became a good one, because I could not find a proper way to make it flexible enough.

So, that annotation was removed and replaced with CollectionElement which implements the CSimpleElement. That element has the needed flexibility.

ObjectBuilder fixed


ObjecBuilder was fixed so that elements and attributes with null values are completely ignored from DOM-tree. This allows the distinction between empty and null values.

Homepage


It is now possible for everyone to add page comments in the homepage. Simply click "Show page comments" and you can read comments and add new ones. I may also give replies to them.

No comments:

Post a Comment