javaPS icon indicating copy to clipboard operation
javaPS copied to clipboard

Next generation standardized web-based geo-processing

Results 19 javaPS issues
Sort by recently updated
recently updated
newest added

Bumps xmlbeans from 3.1.0 to 5.1.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.xmlbeans:xmlbeans&package-manager=maven&previous-version=3.1.0&new-version=5.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [javaps-iohandler](https://github.com/52North/javaps-iohandler) from 2 to 4. Commits 8886f12 [maven-release-plugin] prepare release v4 92b036e Remove xmlbeans dependency from assemble.xml fb08dbd Bump javaPS version, jts-core version 36adae2 Bump year c51ffdf [maven-release-plugin] prepare...

dependencies

Bumps [wps-client-lib](https://github.com/52North/wps-client-lib) from 1.1.0 to 1.1.1. Commits 28c4ee7 [maven-release-plugin] prepare release v1.1.1 8745c8c Fix checkstyle error 72e81e7 Add method to copy class members for reference data 17b84a9 [maven-release-plugin] prepare for...

dependencies

Bumps [maven-war-plugin](https://github.com/apache/maven-war-plugin) from 2.6 to 3.3.2. Commits afc345e [maven-release-plugin] prepare release maven-war-plugin-3.3.2 b9a8dfe update CI url d78d6b5 [MWAR-439] protect against unexpected null value 7617f7e update CI url 17e71f8 [MWAR-441] add...

dependencies

Bumps [build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) from 1.9 to 3.3.0. Release notes Sourced from build-helper-maven-plugin's releases. 3.3.0 Changes Fixes #108 - released-version does not detect version if maven repository is not configured to look...

dependencies

Bumps [hamcrest-core](https://github.com/hamcrest/JavaHamcrest) from 1.3 to 2.2. Release notes Sourced from hamcrest-core's releases. hamcrest-java-2.2 Improvements AllOf/AnyOf: Pass the matchers to constructor using varargs ([Issue #245](hamcrest/JavaHamcrest#245)) Matchers.anyOf: Fix generic bounds compatibility for...

dependencies

Bumps [javax.servlet-api](https://github.com/javaee/servlet-spec) from 3.1.0 to 4.0.1. Commits 5574e9b [maven-release-plugin] prepare release 4.0.1 6430ada Update pom with latest copyright plugin version 7265df0 Copyright changes. (#192) 9a27193 [maven-release-plugin] prepare for next development...

dependencies

This PR improves the Quick Start section for new contributors: - Clarifies Java 17 and Maven setup - Notes that the Webapp module may fail safely - Provides beginner-friendly instructions...

Made small, beginner-friendly updates to IOUtils: - Added null check in writeBase64ToFile - Minor logging improvements - Streamlined deleteResources method This is my first contribution; more to come.