Releases: 52North/javaPS
javaPS 1.9.1
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
- prepare for next development iteration by @bpross-52n in #131
- Bump version.spring from 5.3.16 to 5.3.19 by @dependabot in #140
Full Changelog: v1.9.0...v1.9.1
javaPS 1.9.0
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
- Main by @bpross-52n in #107
- Bump log4j-core from 2.15.0 to 2.16.0 by @dependabot in #106
- Bump log4j-api from 2.15.0 to 2.16.0 by @dependabot in #105
- Bump version.log4j from 2.16.0 to 2.17.1 by @dependabot in #112
- Bump version.spring from 5.3.13 to 5.3.15 by @dependabot in #115
- Bump version.jackson from 2.12.1 to 2.12.4 by @dependabot in #90
- Bump classloader-leak-prevention from 1.15.2 to 1.15.4 by @dependabot in #93
- Bump commons-io from 2.7 to 2.11.0 by @dependabot in #94
- Bump version.slf4j from 1.7.28 to 1.7.36 by @dependabot in #119
- Bump version.common.xml from 2.6.1 to 2.7.0 by @dependabot in #92
- Bump version.arctic.sea from 8.2.1 to 9.4.0 by @dependabot in #122
- Bump version.spring from 5.3.15 to 5.3.16 by @dependabot in #124
- Bump version.log4j from 2.17.1 to 2.17.2 by @dependabot in #125
- Bump maven-failsafe-plugin from 2.17 to 2.22.2 by @dependabot in #121
- Bump spring-boot-autoconfigure from 2.2.4.RELEASE to 2.6.4 by @dependabot in #126
- Bump commons-codec from 1.11 to 1.15 by @dependabot in #127
- Bump version.jackson from 2.12.4 to 2.13.2 by @dependabot in #128
- Bump jaxb-api from 2.2.12 to 2.3.1 by @dependabot in #129
- Merge develop branch by @bpross-52n in #130
Full Changelog: v1.8.1...v1.9.0
javaPS 1.7.1
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
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
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
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
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
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
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
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