Skip to content

Releases: 52North/javaPS

javaPS 1.9.1

16 Aug 06:14
Compare
Choose a tag to compare

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
and the OGC API - Processes - Part 1: Core version 1.0-draft.4

Available in Maven Central.

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

What's Changed

Full Changelog: v1.9.0...v1.9.1

javaPS 1.9.0

08 Aug 11:43
Compare
Choose a tag to compare

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
and the OGC API - Processes - Part 1: Core version 1.0-draft.4

Available in Maven Central.

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

What's Changed

Full Changelog: v1.8.1...v1.9.0

javaPS 1.7.1

28 Apr 06:16
Compare
Choose a tag to compare

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
and the OGC API - Processes - Part 1: Core version 1.0-draft.4

Available in Maven Central.

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

Changes since last release

Bugfixes

  • Bugfix, add allowedValues element
  • REST Serialize UOM
  • Fix missing .jsp file

Dependency updates

  • Bump junit from 4.12 to 4.13.1
  • Bump version.jackson from 2.10.3 to 2.12.1
  • Bump guava from 28.2-jre to 29.0-jre
  • Update parent and artic-sea versions
  • Bump commons-io from 2.6 to 2.7

Other

  • Bump year

See here for the complete commit log.

javaPS 1.6.0

02 Oct 10:55
Compare
Choose a tag to compare

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

New features

  • Draft OGC API - Processes implemented
  • Transactional support implemented

Bugfixes

  • Fixed issue with algorithm instantiation in the LocalAlgorithmRepository

Dependency updates (most notable)

  • Updated to arctic-sea 8.0.1

Other

  • Started to re-enable integration tests for execute

See here for the complete commit log.

javaPS 1.5.0

31 Mar 08:31
Compare
Choose a tag to compare

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

  • Improved concurrency handling for JobStatus
  • Updated to guava to 28.2-jre
  • Updated to arctic-sea 7.3.1
  • Updated to jackson-databind 2.10.3

See here for the complete commit log.

javaPS 1.4.0

11 Nov 09:35
Compare
Choose a tag to compare

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.

javaPS 1.3.1

17 Jul 06:46
Compare
Choose a tag to compare

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 HTTP status codes
  • Fixed #10: Error when requesting raw data asynchronously

New developer features ---

  • Add integration-test profile

See here for the complete commit log.

javaPS 1.3.0

27 May 08:55
Compare
Choose a tag to compare

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

New features ---

  • Updated to arctic-sea v6
  • Added Dockerfile

Fixed issues ---

  • Test if inputs are null, This can be the case for optional inputs
  • Enabled storing of outputs encoded in base64
  • Removed test algorithm
  • Updated jackson-databind dependency

javaPS 1.2.0

09 Apr 14:36
Compare
Choose a tag to compare

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

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

Changes since last release

New features ---

  • Add supported crs for annotated boundingbox data
  • Update dependencies
  • Add support for Java 9 and above

Fixed issues ---

  • Use CopyOption to be able to write to previously create file
  • Fixed checkstyle and findbugs/spotbugs issues

Binaries ---

java PS 1.1.1

28 Jan 09:06
Compare
Choose a tag to compare

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

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

Changes since last release

New features ---

  • BoundingBox inputs and outputs for annotated algorithms

Fixed issues ---

  • Fixed checkstyle and findbugs/spotbugs issues

Binaries ---