Releases: sebasbaumh/postgis-java-ng
Releases · sebasbaumh/postgis-java-ng
v25.1.1
What's Changed
- Bump org.postgresql:postgresql from 42.7.6 to 42.7.7 in the maven group by @dependabot in #224
Full Changelog: v25.1.0...v25.1.1
v25.1.0
What's Changed
- Migrate to new Maven Central
- Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.3 by @dependabot in #195
- Bump org.postgresql:postgresql from 42.7.3 to 42.7.4 by @dependabot in #196
- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.1 to 3.8.0 by @dependabot in #197
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot in #198
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 by @dependabot in #199
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7 by @dependabot in #200
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 by @dependabot in #201
- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.8.0 to 3.8.1 by @dependabot in #202
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 by @dependabot in #203
- Bump org.codehaus.mojo:versions-maven-plugin from 2.17.1 to 2.18.0 by @dependabot in #204
- Bump org.eclipse.jdt:org.eclipse.jdt.annotation from 2.3.0 to 2.3.100 by @dependabot in #207
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 by @dependabot in #208
- Bump org.postgresql:postgresql from 42.7.4 to 42.7.5 by @dependabot in #210
- Bump com.github.spotbugs:spotbugs-annotations from 4.8.6 to 4.9.0 by @dependabot in #209
- Bump com.mchange:c3p0 from 0.10.1 to 0.10.2 by @dependabot in #211
- Bump com.github.spotbugs:spotbugs-annotations from 4.9.0 to 4.9.1 by @dependabot in #212
- Bump com.mchange:mchange-commons-java from 0.3.1 to 0.3.2 by @dependabot in #213
- Bump com.mchange:c3p0 from 0.10.2 to 0.11.0-pre2 by @dependabot in #215
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 by @dependabot in #216
- Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.3 to 3.1.4 by @dependabot in #217
- Bump org.slf4j:slf4j-api from 2.0.16 to 2.0.17 by @dependabot in #218
- Bump org.slf4j:slf4j-jdk14 from 2.0.16 to 2.0.17 by @dependabot in #219
- Bump com.github.spotbugs:spotbugs-annotations from 4.9.1 to 4.9.2 by @dependabot in #220
- Bump com.github.spotbugs:spotbugs-annotations from 4.9.2 to 4.9.3 by @dependabot in #221
- Bump com.mchange:c3p0 from 0.11.0-pre2 to 0.11.1 by @dependabot in #222
- Bump org.postgresql:postgresql from 42.7.5 to 42.7.6 by @dependabot in #223
Full Changelog: v24.1.1...v25.1.0
v24.1.1
What's Changed
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 by @dependabot in #176
- Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2 by @dependabot in #177
- Bump com.mchange:mchange-commons-java from 0.3.0 to 0.3.1 by @dependabot in #178
- Bump com.github.spotbugs:spotbugs-annotations from 4.8.4 to 4.8.5 by @dependabot in #179
- Bump com.mchange:c3p0 from 0.10.0-pre7 to 0.10.1 by @dependabot in #180
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 by @dependabot in #181
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 by @dependabot in #182
- Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 by @dependabot in #183
- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.1 to 3.7.0 by @dependabot in #184
- Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.0 by @dependabot in #185
- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.0 to 3.7.1 by @dependabot in #186
- Bump com.github.spotbugs:spotbugs-annotations from 4.8.5 to 4.8.6 by @dependabot in #187
- Bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17.0 by @dependabot in #188
- Bump org.codehaus.mojo:versions-maven-plugin from 2.17.0 to 2.17.1 by @dependabot in #189
- Bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1 by @dependabot in #190
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 by @dependabot in #191
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 by @dependabot in #192
- Bump org.slf4j:slf4j-api from 2.0.13 to 2.0.16 by @dependabot in #193
- Bump org.slf4j:slf4j-jdk14 from 2.0.13 to 2.0.16 by @dependabot in #194
Full Changelog: v24.1.0...v24.1.1
v24.1.0
What's Changed
- Use JDK 21
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.0 by @dependabot in #133
- Bump org.slf4j:slf4j-jdk14 from 2.0.7 to 2.0.9 by @dependabot in #134
- Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9 by @dependabot in #135
- Bump actions/checkout from 3 to 4 by @dependabot in #136
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 by @dependabot in #137
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot in #138
- Bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 2.16.1 by @dependabot in #139
- Bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 by @dependabot in #140
- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.0 to 3.6.1 by @dependabot in #141
- Bump com.github.spotbugs:spotbugs-annotations from 4.8.0 to 4.8.1 by @dependabot in #142
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 by @dependabot in #143
- Bump org.codehaus.mojo:versions-maven-plugin from 2.16.1 to 2.16.2 by @dependabot in #144
- Bump org.postgresql:postgresql from 42.6.0 to 42.7.0 by @dependabot in #145
- Bump actions/setup-java from 3 to 4 by @dependabot in #146
- Bump com.github.spotbugs:spotbugs-annotations from 4.8.1 to 4.8.2 by @dependabot in #147
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 by @dependabot in #148
- Bump org.eclipse.jdt:org.eclipse.jdt.annotation from 2.2.700 to 2.2.800 by @dependabot in #149
- Bump org.postgresql:postgresql from 42.7.0 to 42.7.1 by @dependabot in #150
- Bump github/codeql-action from 2 to 3 by @dependabot in #151
- Bump com.github.spotbugs:spotbugs-annotations from 4.8.2 to 4.8.3 by @dependabot in #152
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 by @dependabot in #153
- Bump org.slf4j:slf4j-jdk14 from 2.0.9 to 2.0.10 by @dependabot in #154
- Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.10 by @dependabot in #155
- Bump org.slf4j:slf4j-jdk14 from 2.0.10 to 2.0.11 by @dependabot in #156
- Bump org.slf4j:slf4j-api from 2.0.10 to 2.0.11 by @dependabot in #157
- Bump org.slf4j:slf4j-jdk14 from 2.0.11 to 2.0.12 by @dependabot in #158
- Bump org.slf4j:slf4j-api from 2.0.11 to 2.0.12 by @dependabot in #159
- Bump com.mchange:c3p0 from 0.9.5.5 to 0.10.0-pre3 by @dependabot in #160
- Bump org.postgresql:postgresql from 42.7.1 to 42.7.2 by @dependabot in #161
- Bump com.mchange:mchange-commons-java from 0.2.20 to 0.3.0 by @dependabot in #162
- Bump com.mchange:c3p0 from 0.10.0-pre3 to 0.10.0-pre4 by @dependabot in #163
- Bump com.mchange:c3p0 from 0.10.0-pre4 to 0.10.0-pre7 by @dependabot in #164
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 by @dependabot in #165
- Bump org.eclipse.jdt:org.eclipse.jdt.annotation from 2.2.800 to 2.3.0 by @dependabot in #166
- Bump org.postgresql:postgresql from 42.7.2 to 42.7.3 by @dependabot in #167
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.1 by @dependabot in #168
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 by @dependabot in #169
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 by @dependabot in #170
- Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot in #171
- Bump com.github.spotbugs:spotbugs-annotations from 4.8.3 to 4.8.4 by @dependabot in #172
- Bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13 by @dependabot in #173
- Bump org.slf4j:slf4j-jdk14 from 2.0.12 to 2.0.13 by @dependabot in #174
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.3 by @dependabot in #175
Full Changelog: v23.2.0...v24.1.0
v23.2.0
What's Changed
- Bump maven-enforcer-plugin from 3.1.0 to 3.2.1 by @dependabot in #115
- Bump postgresql from 42.5.2 to 42.5.3 by @dependabot in #116
- Bump maven-deploy-plugin from 3.0.0 to 3.1.0 by @dependabot in #117
- Bump postgresql from 42.5.3 to 42.5.4 by @dependabot in #118
- Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by @dependabot in #119
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #120
- Bump versions-maven-plugin from 2.14.2 to 2.15.0 by @dependabot in #121
- Bump slf4j-api from 2.0.6 to 2.0.7 by @dependabot in #122
- Bump postgresql from 42.5.4 to 42.6.0 by @dependabot in #123
- Bump maven-release-plugin from 3.0.0-M7 to 3.0.0 by @dependabot in #124
- Bump slf4j-jdk14 from 2.0.6 to 2.0.7 by @dependabot in #125
- Bump maven-deploy-plugin from 3.1.0 to 3.1.1 by @dependabot in #126
- Bump maven-enforcer-plugin from 3.2.1 to 3.3.0 by @dependabot in #127
- Bump maven-gpg-plugin from 3.0.1 to 3.1.0 by @dependabot in #128
- Bump maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot in #129
- Bump maven-dependency-plugin from 3.5.0 to 3.6.0 by @dependabot in #130
- Bump maven-release-plugin from 3.0.0 to 3.0.1 by @dependabot in #131
- Bump versions-maven-plugin from 2.15.0 to 2.16.0 by @dependabot in #132
Full Changelog: v23.1.0...v23.2.0
v23.1.0
What's Changed
- remove workaround that is obsolete by latest PostgreSQL JDBC.
- unify copyright notice and list authors in separate file as well.
- Bump versions-maven-plugin from 2.12.0 to 2.13.0 by @dependabot in #102
- Bump maven-release-plugin from 3.0.0-M6 to 3.0.0-M7 by @dependabot in #103
- Bump slf4j-jdk14 from 2.0.3 to 2.0.4 by @dependabot in #104
- Bump slf4j-api from 2.0.3 to 2.0.4 by @dependabot in #105
- Bump postgresql from 42.5.0 to 42.5.1 by @dependabot in #106
- Bump slf4j-jdk14 from 2.0.4 to 2.0.5 by @dependabot in #107
- Bump slf4j-api from 2.0.4 to 2.0.5 by @dependabot in #108
- Bump maven-dependency-plugin from 3.3.0 to 3.4.0 by @dependabot in #109
- Bump slf4j-api from 2.0.5 to 2.0.6 by @dependabot in #110
- Bump slf4j-jdk14 from 2.0.5 to 2.0.6 by @dependabot in #111
- Bump versions-maven-plugin from 2.13.0 to 2.14.1 by @dependabot in #112
- Bump versions-maven-plugin from 2.14.1 to 2.14.2 by @dependabot in #113
- Bump maven-dependency-plugin from 3.4.0 to 3.5.0 by @dependabot in #114
Full Changelog: v22.3.1...v23.1.0
v22.3.1
What's Changed
- Bump maven-deploy-plugin from 3.0.0-M2 to 3.0.0 by @dependabot in #83
- Bump postgresql from 42.4.0 to 42.4.1 by @dependabot in #84
- Bump slf4j-api from 2.0.0-alpha7 to 2.0.0-beta1 by @dependabot in #85
- Bump slf4j-jdk14 from 2.0.0-alpha7 to 2.0.0-beta1 by @dependabot in #86
- Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 by @dependabot in #87
- Bump slf4j-jdk14 from 2.0.0-beta1 to 2.0.0 by @dependabot in #89
- Bump slf4j-api from 2.0.0-beta1 to 2.0.0 by @dependabot in #90
- Bump postgresql from 42.4.1 to 42.5.0 by @dependabot in #91
- Bump spotbugs-annotations from 4.7.1 to 4.7.2 by @dependabot in #92
- Bump versions-maven-plugin from 2.11.0 to 2.12.0 by @dependabot in #93
- Bump slf4j-jdk14 from 2.0.0 to 2.0.1 by @dependabot in #94
- Bump org.eclipse.jdt.annotation from 2.2.600 to 2.2.700 by @dependabot in #95
- Bump slf4j-api from 2.0.0 to 2.0.1 by @dependabot in #96
- Bump slf4j-jdk14 from 2.0.1 to 2.0.2 by @dependabot in #97
- Bump slf4j-api from 2.0.1 to 2.0.2 by @dependabot in #98
- Bump slf4j-jdk14 from 2.0.2 to 2.0.3 by @dependabot in #99
- Bump slf4j-api from 2.0.2 to 2.0.3 by @dependabot in #100
- Bump spotbugs-annotations from 4.7.2 to 4.7.3 by @dependabot in #101
Full Changelog: v22.3.0...v22.3.1
v22.3.0
What's Changed
- Support for binary transfer of geometry data (if enabled in PostgreSQL JDBC driver, see PR#2556)
- Bump spotbugs-annotations from 4.6.0 to 4.7.0 by @dependabot in #74
- Bump postgresql from 42.3.4 to 42.3.5 by @dependabot in #75
- Bump versions-maven-plugin from 2.10.0 to 2.11.0 by @dependabot in #76
- Bump postgresql from 42.3.5 to 42.3.6 by @dependabot in #77
- Bump maven-enforcer-plugin from 3.0.0 to 3.1.0 by @dependabot in #78
- Bump postgresql from 42.3.6 to 42.4.0 by @dependabot in #79
- Bump maven-release-plugin from 3.0.0-M5 to 3.0.0-M6 by @dependabot in #80
- Bump spotbugs-annotations from 4.7.0 to 4.7.1 by @dependabot in #81
Full Changelog: v22.2.0...v22.3.0
v22.2.0
- rework PGgeometrybase to match flow in PGboxbase
- rework/fix DriverWrapper and add test by postgis/postgis-java#115
- fix for postgis/postgis-java#113
- add/adjust documentation
- cleanup.
Full Changelog: v22.1.0...v22.2.0
v22.1.0
- rework of box2d/3d implementation
- support SRID, streamline and cleanup
- rework equals/hashCode implementations
- use a epsilon for comparing coordinates
- cleanup
What's Changed
- Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.10 by @dependabot in #60
- Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 by @dependabot in #59
- Bump maven-compiler-plugin from 3.9.0 to 3.10.0 by @dependabot in #61
- Bump postgresql from 42.3.2 to 42.3.3 by @dependabot in #62
- Bump nexus-staging-maven-plugin from 1.6.10 to 1.6.12 by @dependabot in #64
- Bump spotbugs-annotations from 4.5.3 to 4.6.0 by @dependabot in #66
- Bump maven-dependency-plugin from 3.2.0 to 3.3.0 by @dependabot in #65
- Bump maven-compiler-plugin from 3.10.0 to 3.10.1 by @dependabot in #67
- Bump slf4j-api from 2.0.0-alpha6 to 2.0.0-alpha7 by @dependabot in #68
- Bump slf4j-jdk14 from 2.0.0-alpha6 to 2.0.0-alpha7 by @dependabot in #69
- Bump versions-maven-plugin from 2.9.0 to 2.10.0 by @dependabot in #70
- Bump postgresql from 42.3.3 to 42.3.4 by @dependabot in #71
- Bump nexus-staging-maven-plugin from 1.6.12 to 1.6.13 by @dependabot in #73
- Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 by @dependabot in #72
Full Changelog: v22.0.1...v22.1.0