SOS 5.1.0 Release
CarstenHollmann
released this
02 Jun 09:44
·
1982 commits
to develop
since this release
Available in Maven Central.
Change Log
- Fix default h2 docker configuration (#804)
- Rename version properties in pom
- Add setting flag if the sta supports URLs or not, default not. If the sta does not support URLs, the sos identifier would be transformed to urns
- Use hibernate hibernate.jdbc.time_zone which makes custom database time implementations obsolete
- Add support for ResultTemplate generation (#823)
- If transactional operations are not supported
- If no result template exists for the requested data
- Docker (#828)
- do not chown the complete webapp
- ability to customize the context path
- Add support for null as resultTime value (#829)
- Fix artifact ids of pom modules with missing sos- prefiix
- Refactor configuration of service.serviceURL
- Fix Issue (#826): FeatureEntity error when inserting via InsertResult
Dependency Updates
- Update geotools from 22.3 to 23.0
- Bump arctic-sea.version from 7.4.0 to 7.4.1 (#800)
- Bump jetty-maven-plugin from 9.4.27.v20200227 to 9.4.28.v20200408 (#801)
- Bump guava from 28.2-jre to 29.0-jre (#802)
- Bump spotbugs-annotations from 4.0.1 to 4.0.2 (#803)
- Bump ojdbc8 from 19.3.0.0 to 19.6.0.0 (#805)
- Bump jackson.version from 2.10.3 to 2.11.0 (#806)
- Bump HikariCP from 3.4.2 to 3.4.3 (#807)
- Bump wagon-webdav-jackrabbit from 1.0-beta-7 to 3.4.0 (#808)
- Bump joda-time from 2.10.5 to 2.10.6 (#809)
- Bump mysql-connector-java from 8.0.19 to 8.0.20 (#810 )
- Bump org.springframework.version from 5.2.5.RELEASE to 5.2.6.RELEASE (#811)
- Bump byte-buddy from 1.10.9 to 1.10.10 (#812)
- Bump cargo-maven2-plugin from 1.7.11 to 1.7.12 (#813)
- Bump version.netcdf from 5.3.1 to 5.3.2 (#814)
- Bump mysql-connector-java from 8.0.19 to 8.0.20 (#815)
- Update postgresql version to 5.4.15.Final
- Bumps version.springframework.security from 5.3.1.RELEASE to 5.3.2.RELEASE (#816)
- Bump HikariCP from 3.4.3 to 3.4.4 (#817)
- Bump HikariCP from 3.4.4 to 3.4.5 (#818 )
- Bump version.n52.common.xml from 2.6.1 to 2.7.0 (#819)
- Bump version.elasticsearch from 7.6.2 to 7.7.0 (#820)
- Bump spotbugs-annotations from 4.0.2 to 4.0.3 (#821)
- Bump Saxon-HE from 10.0 to 10.1(#822)
- Update hibernate from 5.4.15.Final to 5.4.16.Final
- Bump jetty-maven-plugin from 9.4.28.v20200408 to 9.4.29.v20200521 (#824)
- Bump commons-io from 2.6 to 2.7 (#830)
- Bump version.arctic-sea from 7.5.0-SNAPSHOT to 7.5.0 (#831)
- Bump version.helgoland.api from 3.1.0 to 3.2.0 (#832)
- Update sensorweb-server-db-model from 1.3.1-SNAPSHOT to 2.0.1
- Update sensorweb-server-dao-impl from 3.1.0 to 3.2.0
- Update sensorweb-server-dao-impl from 3.1.0 to 3.2.1
- Update Helgoland Viewer to 2.2.0
Breaking Changes
- DB-Model changes observation.result_time to "NOT NULL" = false.
See here for the complete commit log.