Skip to content

javaPS 1.4.0

Compare
Choose a tag to compare
@bpross-52n bpross-52n released this 11 Nov 09:35
· 332 commits to develop since this release

javaPS enables the deployment of geo-processes on the web in a standardized way.
It features a pluggable architecture for processes and data encodings.
The implementation is based on the OGC Web Processing Service standard version 2.0: http://docs.opengeospatial.org/is/14-065/14-065.html

Available in Maven Central.

Documentation: https://52north.github.io/javaPS

Changes since last release

Fixed issues ---

  • Fix issue with encoding larger files as base64
  • Fix potential output resource leak
  • Fix javaps version in dockerfiles

New developer features ---

  • find literal types by name or URI
  • add completion callback to execution context
  • fixed parsing of annotations in inherited classes

Dependency updates ---

  • update guava to 28.0-jre
  • update to arctic-sea 7.2.0
  • update to jackson-databind 2.9.10.1

See here for the complete commit log.