Skip to content

Releases: davidmoten/grumpy

0.4.8

07 Mar 01:33
Compare
Choose a tag to compare

Enhancements

Runtime

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

21 Nov 20:57
Compare
Choose a tag to compare

Enhancements

Runtime

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

28 Jan 09:27
Compare
Choose a tag to compare

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

13 Oct 08:54
Compare
Choose a tag to compare

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

13 Oct 08:53
Compare
Choose a tag to compare

Bug fix

  • fix capabilities template (extra ampersand on getfeatureinfo)

0.4.2

17 Sep 06:14
Compare
Choose a tag to compare
  • 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

26 Jul 10:31
Compare
Choose a tag to compare

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

26 Jul 10:20
Compare
Choose a tag to compare
  • 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

09 Mar 04:25
Compare
Choose a tag to compare
  • 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

0.3

09 Mar 04:23
Compare
Choose a tag to compare
0.3
  • upgrade maven-javadoc-plugin to 3.2.0
  • Upgrade Geotools library to support JDK 11+ and require Java 8+ (#9)
  • modify location of geotools repository
  • Bump junit from 4.11 to 4.13.1