Skip to content

Sensor Web Server DAO impl v3.5.0

Choose a tag to compare

@CarstenHollmann CarstenHollmann released this 31 May 12:33

Available in Maven Central.

Change Log

  • Fix issue with non sampling extension
  • Fix search with locale param
  • Check if srid is set for geometry or use default
  • Refactor mapper and avoid IoParameters/DbQuery manipulation/recreations which slows down the service when you a huge amount of result data
  • Add sampling and measuringProgram mapper
  • Add and update fetch mode definitions for selection
  • Add check for children property
  • Get procedures instead of invalid features parameter
  • Optimizations for fetch mode
  • Get first/last value from quantity value if set for count
  • Fix issue with decimal formatting if the first/last quantity value is used from the dataset table
  • Change groupproperty to property which occurs errors when the dataset table is a view. grouping is not required here.
  • Check if feature join is required
  • Some further improvements and catch exception during output creation Log exception with message and return all valid outputs
  • Performance improvments by using fetchmode and mapper for creating condensed/expanded outputs used in parallel processing
  • Fix issue with adding hierarchical queries for procedure and offering if the database consept is simple

Dependency Updates

  • Bump helgoland.api from 3.4.0 to 3.4.1
  • Bump si-quantity from 2.0.1 to 2.1 (#322)
  • Upgrade to GitHub-native Dependabot (#318)
  • Bump javax-jaxb.version from 3.0.0 to 3.0.1 (#317)
  • Bumps guava from 29.0-jre to 30.1.1-jre
  • Bump geolatte-geom from 1.7.0 to 1.8.1 (#306, #323)
  • Bump unit-api from 2.1.1 to 2.1.2 (#300)
  • Bump geolatte-geom from 1.6.0 to 1.7.0 (#297, #298)
  • Bump janino from 3.1.2 to 3.1.4 (#296, #319)
  • Bump fop-core from 2.5 to 2.6 (#295)
  • Bump cors-filter from 2.9 to 2.10 (#289, #315)
  • Bump parent from 19 to 21 (#282, #284)
  • Bump javax-jaxb.version from 2.3.0.1 to 3.0.0 (#280)
  • Bump indriya from 2.0.4 to 2.1.2 (#278, #303)
  • Bump hibernate.version from 5.4.20.Final to 5.4.32.Final (#271, #276, #290)
  • Bump joda-time from 2.10.6 to 2.10.10 (#269, #292, #299)
  • Bump jetty-maven-plugin from 9.4.31.v20200723 to 11.0.3 (#264, #268, #272, #279, #283, #304, #313, #325)
  • Bump geotools.version from 23.2 to 25.1 (#260, #277, #294, #309, #321)
  • Bump commons-io from 2.7 to 2.9.0 (#258, #262, #326)
  • Bump arctic-sea.version from 8.0.0 to 8.2.1 (#257, #261, #281, #287, #308, #320)
  • Bump jts-core from 1.17.0 to 1.18.1 (#256, #291, #305)
  • Bump series-hibernate.version from 3.0.1 to 3.1.0 (#255, #263, #273)
  • Bump formatter-maven-plugin from 2.12.1 to 2.15.0 (#254, #265, #301, #314)
  • Bump spring-boot-dependencies from 2.3.2.RELEASE to 2.5.0.RELEASE (#253, #259, #270, #274, #285, #293, #302, #312, #316, #324)

Breaking Changes

  • None

See here for the complete commit log.