Releases: davidmoten/grumpy
Releases · davidmoten/grumpy
0.4.8
Enhancements
Runtime
- Bump geotools.version from 28.0 to 28.1 by @dependabot in #71
- Bump geotools.version from 28.1 to 28.2 by @dependabot in #75
Build
- Bump jetty-maven-plugin from 9.4.49.v20220914 to 9.4.50.v20221201 by @dependabot in #69
- Bump maven-pmd-plugin from 3.19.0 to 3.20.0 by @dependabot in #70
- Bump maven-deploy-plugin from 3.0.0 to 3.1.0 by @dependabot in #73
- Bump maven-project-info-reports-plugin from 2.4 to 3.4.2 by @dependabot in #72
- Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by @dependabot in #74
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #76
- Bump jetty-maven-plugin from 9.4.50.v20221201 to 9.4.51.v20230217 by @dependabot in #77
Full Changelog: 0.4.7...0.4.8
0.4.7
Enhancements
Runtime
- Bump geotools.version from 26.2 to 26.3 by @dependabot in #43
- Bump geotools.version from 26.3 to 26.4 by @dependabot in #48
- Bump geotools.version from 26.4 to 27.0 by @dependabot in #51
- Bump geotools.version from 27.0 to 27.1 by @dependabot in #56
- Bump geotools.version from 27.1 to 27.2 by @dependabot in #67
- Bump geotools.version from 27.2 to 28.0 by @dependabot in #68
- Bump slf4j.version from 1.7.35 to 1.7.36 by @dependabot in #38
Build
- Bump jetty-maven-plugin from 9.4.44.v20210927 to 9.4.45.v20220203 by @dependabot in #37
- Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 by @dependabot in #39
- Bump maven-compiler-plugin from 3.9.0 to 3.10.0 by @dependabot in #40
- Bump maven-pmd-plugin from 3.15.0 to 3.16.0 by @dependabot in #41
- Bump maven-site-plugin from 3.10.0 to 3.11.0 by @dependabot in #42
- Bump maven-compiler-plugin from 3.10.0 to 3.10.1 by @dependabot in #44
- Bump maven-jxr-plugin from 3.1.1 to 3.2.0 by @dependabot in #45
- Bump jetty-maven-plugin from 9.4.45.v20220203 to 9.4.46.v20220331 by @dependabot in #46
- Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 by @dependabot in #47
- Bump maven-site-plugin from 3.11.0 to 3.12.0 by @dependabot in #50
- Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 by @dependabot in #49
- Bump maven-pmd-plugin from 3.16.0 to 3.17.0 by @dependabot in #52
- Bump jetty-maven-plugin from 9.4.46.v20220331 to 9.4.47.v20220610 by @dependabot in #53
- Bump jetty-maven-plugin from 9.4.47.v20220610 to 9.4.48.v20220622 by @dependabot in #54
- Bump maven-deploy-plugin from 2.8.2 to 3.0.0 by @dependabot in #55
- Bump maven-site-plugin from 3.12.0 to 3.12.1 by @dependabot in #57
- Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 by @dependabot in #58
- Bump maven-jxr-plugin from 3.2.0 to 3.3.0 by @dependabot in #59
- Bump maven-pmd-plugin from 3.17.0 to 3.18.0 by @dependabot in #61
- Bump maven-pmd-plugin from 3.18.0 to 3.19.0 by @dependabot in #62
- Bump jetty-maven-plugin from 9.4.48.v20220622 to 9.4.49.v20220914 by @dependabot in #64
Full Changelog: 0.4.5...0.4.7
0.4.5
Enhancements
- Bump geotools.version from 26.0 to 26.2
- Bump taglist-maven-plugin from 2.4 to 3.0.0
- Bump slf4j.version from 1.7.33 to 1.7.35
- remove .travis.yml
- Bump slf4j.version from 1.7.32 to 1.7.33
- Bump maven-compiler-plugin from 3.8.1 to 3.9.0
- Bump maven-site-plugin from 3.9.1 to 3.10.0
- Bump guava-mini from 0.1.3 to 0.1.4
Full Changelog: 0.4.4...0.4.5
0.4.4
Enhancements
- Bump geotools.version from 25.2 to 26.0 by @dependabot in #28
- Bump jetty-maven-plugin from 9.4.43.v20210629 to 9.4.44.v20210927 by @dependabot in #27
Full Changelog: 0.4.3...0.4.4
0.4.3
Bug fix
- fix capabilities template (extra ampersand on getfeatureinfo)
0.4.2
- support wms serviceBaseUrl with query parameters other than SERVICE=WMS (conserved in xlink elements in WMS GetCapablities xml)
- use guava-mini for Preconditions
- remove unused parameter in RectangleSamplerGrid
- Bump maven-pmd-plugin from 3.14.0 to 3.15.0
- Bump maven-javadoc-plugin from 3.3.0 to 3.3.1
0.4.0
Note this release has breaking changes. Some minor changes to your code may be required to conform to them.
Bugs
- fix BBOX coordinate ordering for EPSG:4326, passed testing in QGis, uDig and ArcMap clients
- fix GetCapabilities xml to include mandatory DCPType elements (set serviceBaseUrl now required)
Enhancements
- bump geotools from 25.1 to 25.2
- default serviceTitle, serviceAbstract to serviceName if not present
- add breaking changes in Capabilities builder, some enhancements in Processor builder also
- throw IAE if BBOX wrong
- add WmsRequest constructor to build straight from query parameters
- refactor so can remove dependency on HttpServletRequest if desired (e.g for aws lambda version)
- ImageWriter.writeImage should write to OutputStream not ByteArrayOutputStream
- Bump slf4j.version from 1.7.31 to 1.7.32
0.3.2
- Upgrade geotools.version from 18.2 to 25.1
- Bump jetty-maven-plugin from 9.4.18.v20190429 to 9.4.43.v20210629
- Bump maven-site-plugin from 3.3 to 3.9.1
- Bump jdepend-maven-plugin from 2.0-beta-2 to 2.0
- Bump maven-javadoc-plugin from 3.2.0 to 3.3.0
- Bump maven-jxr-plugin from 2.4 to 3.1.1
- Bump maven-deploy-plugin from 2.7 to 2.8.2
- Bump maven-pmd-plugin from 3.0.1 to 3.14.0
- Bump cobertura-maven-plugin from 2.6 to 2.7
- Bump findbugs-maven-plugin from 2.5.4 to 3.0.5
- add jacoco plugin
0.3.0.1
- upgrade to geotools 24.2
- add osgeo maven repo to remoteRepositories in pom.xml
- bump junit to 4.13.2, commons-math3 to 3.6.1, commons-io to 2.8.0, java-xmlbuilder to 1.3, commons-lang3 to 3.12.0