Skip to content

Commit

Permalink
Merge branch 'release-5.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhihang Yao committed Apr 19, 2024
2 parents b1f4b65 + f5c692d commit 28157e9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
12 changes: 11 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
Change Log
==========

### 5.3.2 - 2024-04-19

This release is based on the Importer/Exporter version 5.4.3 libraries, and thus incorporates all bug fixes and updates
introduced in that version ([more information](https://github.com/3dcitydb/importer-exporter/releases/tag/v5.4.3)).

##### Miscellaneous
* Updated ipaddress to 5.5.0.

### 5.3.1 - 2023-09-21

* This release is based on the Importer/Exporter version 5.4.0 libraries, and thus incorporates all bug fixes and updates
This release is based on the Importer/Exporter version 5.4.0 libraries, and thus incorporates all bug fixes and updates
introduced in that version ([more information](https://github.com/3dcitydb/importer-exporter/releases/tag/v5.4.0)).

##### Miscellaneous
* Updated tomcat docker image to version `9-jdk21-openjdk-slim` with lower vulnerabilities.

### 5.3.0 - 2022-12-15
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ previous release of the 3D City Database Importer/Exporter under Apache License

Latest release
--------------
The latest stable release of the 3D City Database WFS interface is 5.3.1.
The latest stable release of the 3D City Database WFS interface is 5.3.2.

Download a ZIP file of the WFS [here](https://github.com/3dcitydb/web-feature-service/releases/download/v5.3.1/3DCityDB-Web-Feature-Service-5.3.1.zip).
Download a ZIP file of the WFS [here](https://github.com/3dcitydb/web-feature-service/releases/download/v5.3.2/3DCityDB-Web-Feature-Service-5.3.2.zip).
Previous releases are available from the [releases section](https://github.com/3dcitydb/web-feature-service/releases).

System requirements
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group 'org.citydb.wfs'
version '5.3.1'
version '5.3.2'

apply from: 'properties.gradle'

Expand Down Expand Up @@ -46,8 +46,8 @@ repositories {
}

dependencies {
implementation 'org.citydb:impexp-core:5.4.0'
implementation 'com.github.seancfoley:ipaddress:5.3.4'
implementation 'org.citydb:impexp-core:5.4.3'
implementation 'com.github.seancfoley:ipaddress:5.5.0'
implementation 'org.glassfish.jersey.containers:jersey-container-servlet:2.37'
implementation 'org.glassfish.jersey.inject:jersey-hk2:2.37'

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/vcs/citydb/wfs/util/DatabaseConnector.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import org.citydb.core.util.CoreConstants;
import org.citydb.core.util.Util;
import org.citydb.util.log.Logger;
import org.opengis.referencing.FactoryException;
import org.geotools.api.referencing.FactoryException;
import vcs.citydb.wfs.exception.WFSException;
import vcs.citydb.wfs.exception.WFSExceptionCode;
import vcs.citydb.wfs.exception.WFSExceptionMessage;
Expand Down

0 comments on commit 28157e9

Please sign in to comment.