Arctic Sea v7.6.0
Available in Maven Central.
Change Log
- Add clearXml() in ObjectWithXml to remove the xml string and throw NPE if the ObjectWithXml.object is null.
- Move settings decoding from dao to an own decoder
- Add support for WSDL 1.1. encoding and xml stream writing (#151)
- Add SettingsBeanPostProcessor to check created beans if they are of typ SettingDefinition and add them to the setting service
- Make setSettingDefinitions parameter optional
- Add addSetting(s) methods to settting service to allow adding of setting definition after the bena was instantiated.
- Add support for data record JSON decoding in observations and resut templates
- Add required = false to @Settings and use a default value to avoid configuration errors when a setting definition is missing.
- Adjust scope of hamcrest to test (#148)
- Add support for sml parameter for SML 2.0 and 1.0.1 xml de-/encoding
- Fix xml encoding of constraints and cleanup
- Add support for swe data record in JSON encoder
- Return field element type instead of only field in exception
- Extend to support references of sml parameter
- Trim identifier and name to avoid insertion of leading/trailig whitespaces which occurs to issues in querying the inserted data
Dependency Updates
- Bump version.spring from 5.2.6.RELEASE to 5.2.7.RELEASE (#142)
- Bump geolatte-geom from 1.5.1 to 1.6.0 (#143)
- Bump maxmind-db from 1.3.1 to 1.4.0 (#144)
- Bump geoip2 from 2.13.1 to 2.14.0 (#145)
- Bump version.elastic from 7.7.1 to 7.8.0 (#146)
- Bump spotbugs-annotations from 4.0.4 to 4.0.5 (#147)
- Bump version.jackson from 2.11.0 to 2.11.1 (#150)
- Bump jts-core from 1.16.1 to 1.17.0 (#152)
- Bump maven-parents from 18 to 19
Breaking Changes
- None
See here for the complete commit log.