Sensor Web Server DB model v3.2.0
·
353 commits
to develop
since this release
Available in Maven Central.
Change Log
- None
Dependency Updates
- Bump hibernate.version from 5.6.0.Final to 5.6.9.Final (#161, #168, #169, #185, #187, #188, #195, #201, #204)
- Bump geotools.version from 26.0 to 27.0 (#162, #174, #184, #194, #209)
- Bump spring-boot-dependencies from 2.5.6 to 2.7.1 (#163, #164, #166, #171, #185, #190, #191, #197, #208, #219)
- Bump junit-bom from 5.8.1 to 5.8.2 (#165)
- Bump ojdbc8 from 21.3.0.0 to 21.6.0.0.1 (#170, #216)
- Bump geotools.version from 26.2 to 26.3 (#184)
- Bump joda-time from 2.10.13 to 2.10.14 (#189)
- Bump h2 from 2.1.210 to 2.1.214 (#193, #215)
- Bump postgresql from 42.3.3 to 42.4.0 (#196, #203, #214)
- Bump mssql-jdbc from 10.2.0.jre8 to 11.1.2.jre8-preview (#192, #198, #218)
- Bump parent from 21 to 24 (#145)
- Bump spotbugs-annotations from 4.4.0 to 4.7.1 (#199, #202, #220)
- Bump jts-core from 1.18.2 to 1.19.0 (#217)
Breaking Changes
- Rename column
value
invalue_blob
table (transactional, ereporting and proxy).value
is reserved in newer h2 versions. Here is the SQL statement to rename the column name. Depending on the used DBMS add the schema/catalog the statement:
ALTER TABLE value_blob RENAME COLUMN value TO value_blob;
See here for the complete commit log.