Release History

VersionDateDescription
1.1.1 2005-08-04
1.1.0 2005-06-10
1.0.1 2005-06-03
1.0.0 2005-04-14
1.0.0-rc1 2005-03-18
0.9.1 2005-01-25
0.9.0 2005-01-23
0.8.2 2005-01-12
0.8.1 2005-01-09
0.8.0 2005-01-04
0.7.2 2005-01-02
0.7.1 2004-12-30

Get the RSS feed of the last changes

Release 1.1.1 - 2005-08-04

TypeChangesBy
fix Fix concurrent modification problems in Iterator handling of AnnotationHandlerimpl. Thanks to Tilman   J ä ger for the bug report. sascha
fix Fix some errors in the documentation. sascha

Release 1.1.0 - 2005-06-10

TypeChangesBy
add Add support for properties described in http://www.speexx.de/ocean/ns/annotation/1.0/. The interface AnnotationHandlercomes now with 4 new Methods to handle properties. sascha
add Add Mimetype and file extensiondefinition. sascha
fix Fix Maven groupIdand id. groupIdist now speexx, idis now ocean-annotation-handler. sascha

Release 1.0.1 - 2005-06-03

TypeChangesBy
fix Mismatch attribute handling in some cases. Thanks to Tilman   J ä ger for the bugreport. sascha
add Comments in package.htmlof package de.speexx.ocean.annotator.text.internal. sascha

Release 1.0.0 - 2005-04-14

TypeChangesBy
update Correct errors in 1.0.0-rc1 change entry. sascha

Release 1.0.0-rc1 - 2005-03-18

TypeChangesBy
update Rename CoreBuilderto DocumentBuilder. Also rename implementation- and testclasses sascha
update Update contract in AnotationHandlerFactory.newInstancedocumentation. sascha

Release 0.9.1 - 2005-01-25

TypeChangesBy
fix Fix problem to annotate an equals range in the text with same namespace ad localname. Now something like handler.annotate(1, 2, "x", y", 100);

handler.annotate(1, 2, "x", y", 50);


is possible.
sascha

Release 0.9.0 - 2005-01-23

TypeChangesBy
add Create AbstractAnnotation. AnnotationImplnow extends AbstractAnnotationand add the isRelevantmethod. Do this for nested annotation su pport. sascha
add Add support for checking for illegal characters in CoreBuilder, AttributeImpl, AnnotationHandlerand much more. sascha
add Add support for nested annotations. May read the design decisions. sascha
update Update documentation. sascha
Remove Remove unused and outcommented code. sascha

Release 0.8.2 - 2005-01-12

TypeChangesBy
add Add check for XML Charpart for CoreBuilderand XmlCharacterValidator. sascha
add Add check TrAX incompatibility. sascha
add Add navigation.xmlin xdocs-directory and add a link to SpeexXicons for narcissistic gratification. Its now a little bit a game to learn and handle maven. sascha
fix Fix bug in handling the startPrefixMappingsemantic in the Version1Serializer. With JDK 1.5.0 from Sun it is enough to call the method. For JDK 1.4 the attributes for the namspace mapping must be also setted. At this time I don't see clear... Interesting links are Implement XMLReaderand Using SAXTransformerFactory. An nice entry comes at A growing collection of tips for XML developers. All from IBM.

And the problems becomes very nice while working with Eclipse 3.1.0 (build id: 200411050810) under the IBM JDK 1.4.2 Version and the JDK 1.5 from Sun. The test fails with both runtimes.
sascha

Release 0.8.1 - 2005-01-09

TypeChangesBy
fix Fix error in checking XML names. sascha
fix Fix some documentations. sascha

Release 0.8.0 - 2005-01-04

TypeChangesBy
add Add some example code in package de.speexx.ocean.annotator.text.example. sascha
add Add check for predefined namespace/localname combination in attributes. sascha
update Update FAQ. sascha
fix Fix an error with annotation who are setted at the end of a text. sascha
fix Fix order of namespace and localname in the API methods and constructors. Former the order was localname, followed by namesapce.

Ohhh, what a good idea to write so much test methods. Hope there is now all done.
sascha
fix Fix error ignoring add Attributes in AnnotationImpl with equals namespace and localname twice. Add testmethod for in AnnotationImplTest. sascha
fix Fix error in nameing local.properties, used by LocalManager. Renaming them to messages.propertiesfor use with Messages. See fix in version 0.7.2 on 2005-01-02. sascha

Release 0.7.2 - 2005-01-02

TypeChangesBy
add Add the beginning of the FAQ and this changes. sascha
add Setting the property {maven.junit.fork}to trueto allow serializing tests with JAXP. sascha
update Better Maven integration. sascha
update Update of the namespace description document at http://www.speexx.de/ocean/ns/annotation/1.0/#for < a:text >element and the, yet unused, < a:meta >element. sascha
fix Remove dependencie from SpeexX Util LocalManager. sascha

Release 0.7.1 - 2004-12-30

TypeChangesBy
update First public release of the API. sascha