Releases: opengeospatial/ets-wfs20
Releases · opengeospatial/ets-wfs20
Release 1.26
This release includes the changes listed below.
- Fix #56: Incorrect XPath expression in supportedStoredQueryLanguages test
- Fix #55: ReplaceTests::replaceFeature test fails unexpectedly if versioning is enabled
- Fix #53: VersioningTests::replacementVersionHasNoSuccessor test alters gml:id value
- Fix #51: VersioningTests::deletedFeatureIsRetired test does not specify "LAST" version
- Fix #48: Some temporal filter tests fail with property of type gml:TimePeriodPropertyType
- Fix #43: ComparatorTests fail if xsd:date properties are used
- Fix #42: beforePeriod test fails sometimes (empty result set)
- Fix #39: Schematron validation fails if resolve parameter is set globally
- Fix #38: ResourceIdFilterTests::inconsistentFeatureIdentifierAndType and POST request
- Fix #37: Invalid GML geometry operand if system locale is DE
- Fix #23: SOAP response is not evaluated correctly in describeAllFeatureTypes
- Fix ClassCastException in temporal query tests when operand is gml:TimePeriod
- Update dependency: ets-gml32-1.25
Release 1.25
This release includes the following changes:
- Add tests for feature versioning
- Add tests for response paging
- Add tests for stored query management (CreateStoredQuery, DropStoredQuery)
- Include Schematron results as plain text
- Update dependencies: ets-gml32-1.24, schema-utils-1.8
Release 1.24
This release includes the following fixes and enhancements:
- Add tests for temporal predicates: After, Before
- Add support for temporal assertions based on relations from ISO 19108
- Fix invalid lexical representation of decimal values (PR-36)
- Fix issue #41: String comparison with numeric value fails
Release 1.23
This release includes the following fixes and enhancements:
- Fix #34: Updating some simple properties sets empty string
- Fix #32: Invalid GetFeatureWithLock request
- Add tests for Intersects operator (
*.filter.spatial.IntersectsTests
) - Add tests for spatial joins (
*.joins.SpatialJoinTests
) - Add tests for During operator (
*.filter.temporal.DuringTests
) - Drop GML test suite listener (execution order is not guaranteed)
- Add support for command line arguments
Release 1.22
This release includes the following fixes and enhancements:
- Support testing of WFS 2.0.2 implementations (OGC 09-025r2)
- Fix #26: Failed precondition when media type is invalid
- Fix #25:
propertyIsNil
test submits invalid request entity (POST) - Update dependency: geomatics-geotk-1.11
Release 1.21
This release includes the following fixes and enhancements:
- Fix issue #22: Add test for inconsistent feature id and type (
ResourceIdFilterTests::inconsistentFeatureIdentifierAndType
) - Resolve issue #21: Promote preconditions to test methods
- Fix issue #19: Fail if unable to test required functionality for Basic conformance (PropertyIsNil)
- Use parent POM: ets-common-6
Release 1.20
Release 1.19
No tests have been modified or added in this release, which includes the following changes:
- Change status of test suite to "Final" (it may now be used for the purpose of OGC compliance certification)
- Fix Content-Type header in POST requests
- Adopt new ETS versioning scheme
- Add "all-in-one" binary assembly (-aio.jar)
- Update dependencies