Release Notes
3.2.1-r16-SNAPSHOT (2014-MM-DD)
This release includes the following changes:
- Add timeout (60 s) to compileXMLSchema test.
- Remove assertion requiring metadata property value in application namespace.
- Modify POM for GitHub.
- Add site content.
- Change license to Apache License, Version 2.0.
3.2.1-r15 (2014-04-15)
This maintenance release includes the following updates:
- Add missing assertion regarding metadata property value (must be declared in application namespace).
- Add support for dereferencing shorthand pointers in GML properties (@xlink:href attributes).
- Update documentation.
- Update dependencies (schema-utils, geomatics-geotk).
3.2.1-r14 (2014-03-04)
This release includes the following changes:
- Modify unit tests to run without a network connection.
3.2.1-r13 (2014-01-30)
This release includes the following enhancements:
- Added tests for gml:Polygon and gml:Surface geometries containing the following types of
surface patch: PolygonPatch, Triangle, Rectangle (in org.opengis.cite.iso19136.data.spatial.SurfaceTests).
- Updated dependency: geomatics-geotk-1.5.
3.2.1-r12 (2013-12-04)
This release includes the following enhancements:
- Added tests for gml:Curve geometries containing the following types of
curve segment: GeodesicString/Geodesic, ArcString/Arc/Circle, ArcByCenterPoint/CircleByCenterPoint.
- Added tests for gml:CompositeCurve, gml:OrientableCurve.
- Updated dependency: geomatics-geotk-1.4.
3.2.1-r11 (2013-11-14)
This release includes the following changes:
- Updated dependency: geomatics-geotk.
3.2.1-r10 (2013-11-01)
This release includes the following enhancements:
- Added CurveTests to validate essential aspects
of gml:Curve elements (containing LineStringSegment only).
- Added PointTests to validate gml:Point elements
(including geometry elements in its substitution group).
- Added EnvelopeTests to validate gml:Envelope elements.
- Allow posting of GML document (form interface).
3.2.1-r9 (2013-09-19)
This is a maintenance release; it includes the following changes:
- Write reporter output to test session directory when invoked via CTL script.
3.2.1-r8 (2013-08-23)
This is a maintenance release; it includes the following fixes:
- CITE-839: validateMembersOfObjectCollection().
- Updated documentation.
3.2.1-r7 (2013-07-24)
This is a maintenance release; it includes the following fixes:
- CITE-840 (findGeometryComponents misses geometry
properties).
3.2.1-r6 (2013-07-19)
This is a maintenance release; it includes the following fixes:
- CITE-845 (Anonymous feature type definition not detected).
3.2.1-r5 (2013-07-15)
This is a maintenance release; it includes the following changes:
- CITE-826: Disable tests for lexical conventions
- CITE-825: Some schemas referenced in @xsi:schemaLocation are
ignored
- Use XLink 1.1 schema (internal catalog resolver)
- Updated dependencies: schema-utils-1.2
3.2.1-r4 (2013-07-04)
This maintenance release includes the following changes:
- Updated dependencies: teamengine-spi-4.0,
jersey-client-1.17.1
- Don't clear reporter output in
SuiteFixtureListener#onFinish()