| Version | Date | Description |
|---|---|---|
| 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 |
| Type | Changes | By |
|---|---|---|
| Fix concurrent modification problems in Iterator handling of AnnotationHandlerimpl. Thanks to Tilman J ä ger for the bug report. | sascha |
| Fix some errors in the documentation. | sascha |
| Type | Changes | By |
|---|---|---|
| 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 Mimetype and file extensiondefinition. | sascha |
| Fix Maven groupIdand id. groupIdist now speexx, idis now ocean-annotation-handler. | sascha |
| Type | Changes | By |
|---|---|---|
| Mismatch attribute handling in some cases. Thanks to Tilman J ä ger for the bugreport. | sascha |
| Comments in package.htmlof package de.speexx.ocean.annotator.text.internal. | sascha |
| Type | Changes | By |
|---|---|---|
| Rename
CoreBuilderto
DocumentBuilder. Also rename implementation- and testclasses | sascha |
| Update contract in
AnotationHandlerFactory.newInstancedocumentation. | sascha |
| Type | Changes | By |
|---|---|---|
| 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 |
| Type | Changes | By |
|---|---|---|
| Create AbstractAnnotation. AnnotationImplnow extends AbstractAnnotationand add the isRelevantmethod. Do this for nested annotation su pport. | sascha |
| Add support for checking for illegal characters in CoreBuilder, AttributeImpl, AnnotationHandlerand much more. | sascha |
| Add support for nested annotations. May read the design decisions. | sascha |
| Update documentation. | sascha |
| Remove unused and outcommented code. | sascha |
| Type | Changes | By |
|---|---|---|
| Add check for
XML Charpart for
CoreBuilderand
XmlCharacterValidator. | sascha |
| Add check TrAX incompatibility. | sascha |
| 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 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 |
| Type | Changes | By |
|---|---|---|
| Fix error in checking XML names. | sascha |
| Fix some documentations. | sascha |
| Type | Changes | By |
|---|---|---|
| Add some example code in package
de.speexx.ocean.annotator.text.example. | sascha |
| Add check for predefined namespace/localname combination in attributes. | sascha |
| Update FAQ. | sascha |
| Fix an error with annotation who are setted at the end of a text. | sascha |
| 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 error ignoring add Attributes in AnnotationImpl with equals namespace and localname twice. Add testmethod for in AnnotationImplTest. | sascha |
| 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 |
| Type | Changes | By |
|---|---|---|
| Add the beginning of the FAQ and this changes. | sascha |
| Setting the property
{maven.junit.fork}to
trueto allow serializing tests with JAXP. | sascha |
| Better Maven integration. | sascha |
| 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 |
| Remove dependencie from SpeexX Util LocalManager. | sascha |