Releases: Tailormap/tailormap-api
Releases · Tailormap/tailormap-api
v12.0.4 🎁
🚀 New features and improvements
- HTM-1586: Allow proxying layers from secured services for authenticated users (#1312) @matthijsln
- HTM-1411: Add login success|failure counters (#1310) @mprins
- HTM-1592: Extend data model to include dropdown list filters (#1301) @steinkobben
- HTM-1589: Create separate unique values controller for admin (#1292) @steinkobben
- Change uploads hash to SHA-1 and store in column (#1291) @matthijsln
🚦 Tests and Infrastructure
- HTM-1593: fix faulty testcase (#1307) @mprins
- Update drawing style testdata (#1313) @matthijsln
- Update Maven version from 3.9.9 to 3.9.11 (#1311) @mprins
- Bump hibernate.version from 6.6.19.Final to 6.6.22.Final (#1309) @mprins
- Update testdata setup (#1308) @mprins
- Bump com.google.errorprone:error_prone_core from 2.39.0 to 2.40.0 (#1296) @dependabot[bot]
- Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.5 to 2.45.0 (#1298) @dependabot[bot]
- Bump aquasecurity/trivy-action from 0.31.0 to 0.32.0 (#1300) @dependabot[bot]
- Bump hibernate.version from 6.6.18.Final to 6.6.19.Final (#1289) @mprins
🔨 Dependency updates
- Bump geotools.version from 33.1 to 33.2 (#1302) @dependabot[bot]
- Bump okhttp.version from 5.0.0-alpha.17 to 5.1.0 (#1293) @dependabot[bot]
- Bump org.junit:junit-bom from 5.13.2 to 5.13.3 (#1299) @dependabot[bot]
- Bump sentry.version from 8.16.0 to 8.17.0 (#1295) @dependabot[bot]
- Bump org.webjars:swagger-ui from 5.25.3 to 5.26.2 (#1305) @dependabot[bot]
- Bump hibernate.version from 6.6.19.Final to 6.6.22.Final (#1309) @mprins
- Bump hibernate.version from 6.6.18.Final to 6.6.19.Final (#1289) @mprins
- Bump okhttp.version from 5.0.0-alpha.16 to 5.0.0-alpha.17 (#1285) @dependabot[bot]
- Bump org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.22 to 12.0.23 (#1286) @dependabot[bot]
v12.0.3 🎁
🚀 New features and improvements
- Add admin controller to find uploads by md5 of content (#1284) @matthijsln
- EK-50: Create endpoint to return latest upload of a category (#1281) @mprins
- EK-36: datamodel for the drawing style (#1270) @mprins
- HTM-1583: Extend slider filter model with input mode (#1273) @steinkobben
🚦 Tests and Infrastructure
- Bump org.apache.maven.plugins:maven-pmd-plugin from 3.26.0 to 3.27.0 (#1280) @dependabot[bot]
- Bump com.google.errorprone:error_prone_core from 2.38.0 to 2.39.0 (#1277) @dependabot[bot]
- Bump org.openapitools:openapi-generator-maven-plugin from 7.13.0 to 7.14.0 (#1279) @dependabot[bot]
- Bump io.swagger.core.v3:swagger-annotations from 2.2.33 to 2.2.34 (#1274) @dependabot[bot]
🔨 Dependency updates
- Bump org.immutables:value from 2.10.1 to 2.11.0 (#1287) @dependabot[bot]
- Bump
sentry.version
from 8.15.1 to 8.16.0 (#1282) @mprins - Bump com.google.errorprone:error_prone_core from 2.38.0 to 2.39.0 (#1277) @dependabot[bot]
- Bump org.openapitools:openapi-generator-maven-plugin from 7.13.0 to 7.14.0 (#1279) @dependabot[bot]
- Bump io.swagger.core.v3:swagger-annotations from 2.2.33 to 2.2.34 (#1274) @dependabot[bot]
- Bump org.junit:junit-bom from 5.13.1 to 5.13.2 (#1278) @dependabot[bot]
- Bump org.webjars:swagger-ui from 5.25.2 to 5.25.3 (#1276) @dependabot[bot]
- Bump sentry.version from 8.14.0 to 8.15.1 (#1275) @dependabot[bot]
v12.0.2 🎁
🚀 New features and improvements
- HTM-1550: Extend filter model to include boolean and date filters (#1262) @steinkobben
🔨 Security fixes en updates
- HTM-1574: Upgrade Spring Boot from 3.5.0 to 3.5.3 (#1267) @dependabot[bot]
🐛 Bug Fixes
- HTM-1582: fix failing downloads because entity resolution is disallowed (#1272) @mprins
- HTM-1566: test overriden layer authorisations and resolve layers not showing (#1260) @mprins
🚦 Tests and Infrastructure
- Bump dawidd6/action-download-artifact from 10 to 11 (#1263) @dependabot[bot]
🔨 Dependency updates
- Bump com.microsoft.sqlserver:mssql-jdbc from 12.10.0.jre11 to 12.10.1.jre1 (#1271) @mprins
- HTM-1574: Upgrade Spring Boot from 3.5.0 to 3.5.3 (#1267) @dependabot[bot]
v12.0.1 🎁
🐛 Bug Fixes
- HTM-1571: Fix proxied legends (#1261) @matthijsln
🔨 Dependency updates
- Bump org.webjars:swagger-ui from 5.24.0 to 5.24.1-1 (#1259) @dependabot[bot]
- Bump sentry.version from 8.13.2 to 8.13.3 (#1258) @dependabot[bot]
v12.0.0 🎁
🚀 New features and improvements
- HTM-1539: Extend filter model for slider and checkbox filters (#1246) @steinkobben
- HTM-1520 | HTM-1522: Add autofill options for selected text and date/time fields in forms to API/data model (#1235) @mprins
- HTM-1516: Add resolved server type to geo service summary (#1230) @matthijsln
- HTM-1510 | HTM-1511: API and testdata for storing and retrieving filterGroups (#1211) @mprins
- HTM-1500: Add 3D Tiles functionality to proxy controller (#1206) @steinkobben
- EK-44: Update drawing testdata in populate testdata (#1200) @mprins
- Add error handling for loading service capabilities in PopulateTestData (#1192) @matthijsln
🔨 Security fixes en updates
- HTM-1569: Bump postgresql.version from 42.7.6 to 42.7.7 (#1257) @mprins
- HTM-1542: Update Spring Boot and other dependencies (#1236) @mprins
- Update geotools.version to v33.1 (CVE-2025-30220) (#1229) @mprins
- Bump org.springframework.boot:spring-boot-starter-parent from 3.4.4 to 3.4.5 (#1224) @dependabot[bot]
- HTM-1477: update Spring Boot parent (includes Spring Security) to resolve CVE-2025-22228 (#1190) @mprins
🐛 Bug Fixes
- Allow XML entities to be resolved in nested JARs which is checked since GeoTools 33.1 (#1252) @matthijsln
- HTM-1553: Fix defaultGeometryAttribute was not updated when renamed (#1251) @matthijsln
- HTM-1483: Check if web mercator is available for WMTS hiDpiSubstituteLayer. (#1215) @steinkobben
- EK-39: Fetch list of all drawings if a user has privileges (#1193) @geertplaisier
- HTM-1477: update Spring Boot parent (includes Spring Security) to resolve CVE-2025-22228 (#1190) @mprins
🚦 Tests and Infrastructure
27 changes
- Bump io.hypersistence:hypersistence-utils-hibernate-63 from 3.9.10 to 3.10.0 (#1255) @dependabot[bot]
- Bump org.owasp:dependency-check-maven from 12.1.1 to 12.1.2 (#1254) @dependabot[bot]
- Bump org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.21 to 12.0.22 (#1248) @dependabot[bot]
- Bump aquasecurity/trivy-action from 0.30.0 to 0.31.0 (#1249) @dependabot[bot]
- Bump dawidd6/action-download-artifact from 9 to 10 (#1250) @dependabot[bot]
- Dependency updates (#1247) @mprins
- Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.4 to 2.44.5 (#1245) @dependabot[bot]
- HTM-1546: Update Spring Boot parent version to 3.5.0 (#1239) @mprins
- Bump io.github.git-commit-id:git-commit-id-maven-plugin from 9.0.1 to 9.0.2 (#1238) @dependabot[bot]
- HTM-1543: Fix code scanning alerts no. 390/391/392/393: Workflow does not contain permissions (#1237) @mprins
- Bump org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.20 to 12.0.21 (#1234) @dependabot[bot]
- Bump hibernate.version from 6.6.14.Final to 6.6.15.Final (#1233) @dependabot[bot]
- Bump hibernate.version from 6.6.13.Final to 6.6.14.Final (#1228) @dependabot[bot]
- some fixes for "Workflow does not contain permissions" (#1227) @mprins
- Bump com.spotify.fmt:fmt-maven-plugin from 2.25 to 2.27 (#1226) @dependabot[bot]
- Bump com.google.errorprone:error_prone_core from 2.37.0 to 2.38.0 (#1218) @dependabot[bot]
- Bump org.openapitools:openapi-generator-maven-plugin from 7.12.0 to 7.13.0 (#1221) @dependabot[bot]
- Bump org.springframework.boot:spring-boot-starter-parent from 3.4.4 to 3.4.5 (#1224) @dependabot[bot]
- Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.3 to 2.44.4 (#1207) @dependabot[bot]
- Bump org.webjars:swagger-ui from 5.20.6 to 5.20.7 (#1208) @dependabot[bot]
- Bump io.fabric8:docker-maven-plugin from 0.45.1 to 0.46.0 (#1205) @mprins
- Bump hibernate.version from 6.6.12.Final to 6.6.13.Final (#1203) @dependabot[bot]
- Bump org.owasp:dependency-check-maven from 12.1.0 to 12.1.1 (#1204) @dependabot[bot]
- Bump hibernate.version from 6.6.11.Final to 6.6.12.Final (#1194) @dependabot[bot]
- Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 (#1198) @dependabot[bot]
- Bump yogeshlonkar/trivy-cache-action from 0.1.13 to 0.1.14 (#1199) @dependabot[bot]
- Bump de.skuzzle.enforcer:restrict-imports-enforcer-rule from 2.6.0 to 2.6.1 (#1191) @dependabot[bot]
🔨 Dependency updates
36 changes
- HTM-1569: Bump postgresql.version from 42.7.6 to 42.7.7 (#1257) @mprins
- Bump org.junit:junit-bom from 5.13.0 to 5.13.1 (#1256) @dependabot[bot]
- Bump org.webjars:swagger-ui from 5.22.0 to 5.24.0 (#1253) @dependabot[bot]
- Bump io.hypersistence:hypersistence-utils-hibernate-63 from 3.9.10 to 3.10.0 (#1255) @dependabot[bot]
- Bump org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.21 to 12.0.22 (#1248) @dependabot[bot]
- Dependency updates (#1247) @mprins
- Bump sentry.version from 8.12.0 to 8.13.2 (#1243) @dependabot[bot]
- Bump hibernate.version from 6.6.15.Final to 6.6.16.Final (#1241) @mprins
- HTM-1546: Update Spring Boot parent version to 3.5.0 (#1239) @mprins
- HTM-1542: Update Spring Boot and other dependencies (#1236) @mprins
- Bump sentry.version from 8.11.1 to 8.12.0 (#1231) @dependabot[bot]
- Bump io.swagger.core.v3:swagger-annotations from 2.2.30 to 2.2.31 (#1232) @dependabot[bot]
- Bump org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.20 to 12.0.21 (#1234) @dependabot[bot]
- Bump hibernate.version from 6.6.14.Final to 6.6.15.Final (#1233) @dependabot[bot]
- Update geotools.version to v33.1 (CVE-2025-30220) (#1229) @mprins
- Bump hibernate.version from 6.6.13.Final to 6.6.14.Final (#1228) @dependabot[bot]
- Bump org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.19 to 12.0.20 (#1225) @dependabot[bot]
- Bump sentry.version from 8.8.0 to 8.11.1 (#1222) @dependabot[bot]
- Bump org.springframework.boot:spring-boot-starter-parent from 3.4.4 to 3.4.5 (#1224) @dependabot[bot]
- Bump eclipse-temurin from 17.0.14_7-jre to 17.0.15_6-jre (#1216) @dependabot[bot]
- Bump commons-io:commons-io from 2.18.0 to 2.19.0 (#1212) @dependabot[bot]
- Bump org.junit:junit-bom from 5.12.1 to 5.12.2 (#1214) @dependabot[bot]
- Bump sentry.version from 8.7.0 to 8.8.0 (#1213) @dependabot[bot]
- Bump io.swagger.core.v3:swagger-annotations from 2.2.29 to 2.2.30 (#1210) @dependabot[bot]
- Bump org.webjars:swagger-ui from 5.20.6 to 5.20.7 (#1208) @dependabot[bot]
- Bump sentry.version from 8.6.0 to 8.7.0 (#1209) @dependabot[bot]
- Bump org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.18 to 12.0.19 (#1202) @dependabot[bot]
- Bump hibernate.version from 6.6.12.Final to 6.6.13.Final (#1203) @dependabot[bot]
- Bump org.webjars:swagger-ui from 5.20.3 to 5.20.6 (#1201) @dependabot[bot]
- Bump io.hypersistence:hypersistence-utils-hibernate-63 from 3.9.5 to 3.9.9 (#1196) @dependabot[bot]
- Bump org.webjars:swagger-ui from 5.20.1 to 5.20.3 (#1197) @dependabot[bot]
- Bump sentry.version from 8.5.0 to 8.6.0 (#1195) @dependabot[bot]
- HTM-1447: Upgrade GeoTools to 33.0 (#1165) @mprins
- Bump de.skuzzle.enforcer:restrict-imports-enforcer-rule from 2.6.0 to 2.6.1 (#1191) @dependabot[bot]
- HTM-1477: update Spring Boot parent (includes Spring Security) to resolve CVE-2025-22228 (#1190) @mprins
- Bump org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.17 to 12.0.18 (#1189) @dependabot[bot]
v11.5.0 🎁
Breaking changes
The PostGIS extension is now required for the configuration database. See the tailormap-viewer release notes.
🚀 New features and improvements
- Add setting to hide functionality for a layer (#1176) @matthijsln
- EK-37: check the additional properties for drawing access (#1173) @mprins
- ⛓️💥 EK-3 | EK-5 | EK-16: API for creating and manipulating drawings ⛓️💥 (#1151) @mprins
- HTM-1439: Add webMercatorAvailable flag to layers in the map response in the back-end (#1159) @steinkobben
- Support frontends built without localization (#1144) @matthijsln
- HTM-1431: Add defaultGeometryColumn and primaryKeyAttribute in feature type summary (#1140) @matthijsln
- HTM-1307: Add quantized mesh protocol layers and terrain layer tree (#1127) @steinkobben
- Bump geotools.version from 32.1 to 32.2 (#1130) @mprins
⛓️💥 Breaking changes
🔨 Security fixes en updates
- HTM-1434: Prevent logging personal data on login (username, IP address, OIDC claims) unless TRACE logging is enabled (#1145) @mprins
🐛 Bug Fixes
- HTM-1469: fix DrawingController does not return Feature id as part of GeoJSON (#1182) @mprins
- Replace 'disabled' server type with 'generic' (#1174) @matthijsln
- HTM-1452: sort drawings by creation date (#1168) @mprins
- HTM-1451: temporarily disable failing PDOK service legend test (#1167) @mprins
- HTM-1441: set writeable property when JDBC feature type is not read only and no composite keys are found (#1160) @matthijsln
- Fix
Unauthorized
reponse for getHomePage and getPage (#1150) @mprins - HTM-1428: prevent NPE when a feature type has no primary key or geometry and admin erroneously wants to create a Solr index from it (#1136) @mprins
- HTM-1425: Use a Set instead of a List to prevent requesting duplicate properties (#1134) @mprins
🚦 Tests and Infrastructure
25 changes
- Bump com.google.errorprone:error_prone_core from 2.36.0 to 2.37.0 (#1188) @dependabot[bot]
- Bump aquasecurity/trivy-action from 0.29.0 to 0.30.0 (#1184) @dependabot[bot]
- Bump hibernate.version from 6.6.10.Final to 6.6.11.Final (#1187) @dependabot[bot]
- Bump org.webjars:swagger-ui from 5.20.0 to 5.20.1 (#1185) @dependabot[bot]
- Bump hibernate.version from 6.6.9.Final to 6.6.10.Final (#1177) @dependabot[bot]
- Bump org.apache.maven.skins:maven-fluido-skin from 2.0.1 to 2.1.0 (#1179) @dependabot[bot]
- Bump yogeshlonkar/trivy-cache-action from 0.1.12 to 0.1.13 (#1171) @dependabot[bot]
- Update openapi-generator-maven-plugin version to 7.12.0 (#1166) @mprins
- Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.8.0 to 3.9.0 (#1163) @dependabot[bot]
- Bump hibernate.version from 6.6.8.Final to 6.6.9.Final (#1162) @dependabot[bot]
- Bump dawidd6/action-download-artifact from 8 to 9 (#1161) @dependabot[bot]
- Bump org.springframework.boot:spring-boot-starter-parent from 3.4.2 to 3.4.3 (#1157) @dependabot[bot]
- Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.2 to 2.44.3 (#1158) @dependabot[bot]
- Bump org.owasp:dependency-check-maven from 12.0.2 to 12.1.0 (#1152) @dependabot[bot]
- Bump hibernate.version from 6.6.7.Final to 6.6.8.Final (#1154) @dependabot[bot]
- Autodetect which language bundles are available (#1147) @matthijsln
- Bump hibernate.version from 6.6.6.Final to 6.6.7.Final (#1146) @dependabot[bot]
- Bump eclipse-temurin from 17.0.13_11-jre to 17.0.14_7-jre (#1141) @dependabot[bot]
- Bump hibernate.version from 6.6.5.Final to 6.6.6.Final (#1137) @dependabot[bot]
- Bump org.owasp:dependency-check-maven from 12.0.1 to 12.0.2 (#1135) @dependabot[bot]
- SUPPORT-14840: re-enable and fix the
shouldNotExportHiddenAttributesInGeoJSON
testcase (#1133) @mprins - Bump dawidd6/action-download-artifact from 7 to 8 (#1131) @dependabot[bot]
- Bump yogeshlonkar/trivy-cache-action from 0.1.11 to 0.1.12 (#1132) @dependabot[bot]
- HTM-1421: Upgrade Solr from 9.7.0 to 9.8.0 (#1129) @mprins
- Bump org.springframework.boot:spring-boot-starter-parent from 3.4.1 to 3.4.2 (#1128) @dependabot[bot]
🔨 Dependency updates
23 changes
- Bump org.junit:junit-bom from 5.12.0 to 5.12.1 (#1186) @dependabot[bot]
- Bump org.webjars:swagger-ui from 5.20.0 to 5.20.1 (#1185) @dependabot[bot]
- Bump sentry.version from 8.3.0 to 8.5.0 (#1183) @dependabot[bot]
- Bump io.swagger.core.v3:swagger-annotations from 2.2.28 to 2.2.29 (#1178) @dependabot[bot]
- Bump org.apache.solr:solr-solrj from 9.8.0 to 9.8.1 (#1181) @dependabot[bot]
- Bump org.webjars:swagger-ui from 5.18.3 to 5.20.0 (#1170) @dependabot[bot]
- Bump org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.16 to 12.0.17 (#1169) @dependabot[bot]
- Bump hibernate.version from 6.6.8.Final to 6.6.9.Final (#1162) @dependabot[bot]
- Bump sentry.version from 8.2.0 to 8.3.0 (#1164) @dependabot[bot]
- Bump org.springframework.boot:spring-boot-starter-parent from 3.4.2 to 3.4.3 (#1157) @dependabot[bot]
- Bump org.junit:junit-bom from 5.11.4 to 5.12.0 (#1156) @dependabot[bot]
- Bump io.hypersistence:hypersistence-utils-hibernate-63 from 3.9.1 to 3.9.2 (#1153) @dependabot[bot]
- Bump io.hypersistence:hypersistence-tsid from 2.1.3 to 2.1.4 (#1155) @dependabot[bot]
- Bump hibernate.version from 6.6.7.Final to 6.6.8.Final (#1154) @dependabot[bot]
- [HTM-1436] Override json-smart.version to obtain a version that has fixed https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-57699 (#1149) @mprins
- Bump sentry.version from 8.1.0 to 8.2.0 (#1148) @dependabot[bot]
- Bump hibernate.version from 6.6.6.Final to 6.6.7.Final (#1146) @dependabot[bot]
- Bump com.oracle.database.jdbc:ojdbc11 from 23.6.0.24.10 to 23.7.0.25.01 (#1143) @mprins
- Bump io.hypersistence:hypersistence-utils-hibernate-63 from 3.9.0 to 3.9.1 (#1142) @dependabot[bot]
- Bump sentry.version from 8.0.0 to 8.1.0 (#1138) @dependabot[bot]
- Bump org.webjars:swagger-ui from 5.18.2 to 5.18.3 (#1139) @dependabot[bot]
- Bump geotools.version from 32.1 to 32.2 (#1130) @mprins
- Bump org.springframework.boot:spring-boot-starter-parent from 3.4.1 to 3.4.2 (#1128) @dependabot[bot]
v11.4.5 🎁
🚀 New features and improvements
- HTM-1410/HTM-1411: Add OIDC information (#1112) @matthijsln
- HTM-1298: Add aliasForGroup to grant an additional authority when user is member of a (SSO-)group (#1110) @matthijsln
- HTM-1401 | HTM-1402 | HTM-1403: Update task-progress event to have optional map of task data and use it to transmit eg. indexId (#1105) @mprins
- HTM-1398: refactor task keys (#1102) @mprins
- HTM-1395: Switch to Palantir formatter (#1100) @mprins
- Front controller fixes (#1098) @matthijsln
- Rewrite the front controller to use a ResourceResolver so not all possible routes need to be mapped (#1097) @matthijsln
- HTM-1389: add test data for search filtering (#1094) @mprins
- HTM-1366 | HTM-1367: Indexing process summary information should be stored as a json blob (#1082) @mprins
🔨 Security fixes en updates
- HTM-1390: Update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.1 (#1095) @mprins
- HTM-1393 | HTM-1394: Override logback version provided by Spring Boot bom from 1.5.12 to 1.5.14 (#1096) @mprins
🐛 Bug Fixes
- HTM-1413: when there are no attributes left indexing could crash (#1116) @mprins
- Also send SSE events without request context (#1103) @matthijsln
- Fix: use doesNotHaveJsonPath() when expecting that a path should not exist (#1085) @matthijsln
- HTM-1375: fix OpenAPI errors and warnings (#1087) @mprins
- HTM-1372: add operationIds for the page endpoints (#1086) @mprins
🚦 Tests and Infrastructure
19 changes
- Bump org.openapitools:openapi-generator-maven-plugin from 7.10.0 to 7.11.0 (#1122) @dependabot[bot]
- Bump hibernate.version from 6.6.4.Final to 6.6.5.Final (#1118) @dependabot[bot]
- Fix PDOK WFS integration tests, Utrecht got a new fid (#1123) @mprins
- Bump modernizer-maven-plugin.version from 3.0.0 to 3.1.0 (#1119) @dependabot[bot]
- Bump org.owasp:dependency-check-maven from 12.0.0 to 12.0.1 (#1120) @dependabot[bot]
- Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.1 to 2.44.2 (#1117) @dependabot[bot]
- Bump dataaxiom/ghcr-cleanup-action from 1.0.15 to 1.0.16 (#1115) @dependabot[bot]
- Bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 2.44.1 (#1111) @dependabot[bot]
- HTM-1412: fix Solr integration tests (#1114) @mprins
- Bump org.owasp:dependency-check-maven from 11.1.1 to 12.0.0 (#1113) @dependabot[bot]
- HTM-1406: Add API testcase that searches with a space (#1108) @mprins
- HTM-1405: Add kadastrale aanduiding layer and search index in default app (#1106) @mprins
- Bump yogeshlonkar/trivy-cache-action from 0.1.10 to 0.1.11 (#1107) @dependabot[bot]
- Bump modernizer-maven-plugin.version from 2.9.0 to 3.0.0 (#1101) @dependabot[bot]
- Bump hibernate.version from 6.6.3.Final to 6.6.4.Final (#1093) @dependabot[bot]
- HTM-1379: remove dependency track buildsteps in tailormap-api (#1091) @mprins
- Fix: use doesNotHaveJsonPath() when expecting that a path should not exist (#1085) @matthijsln
- Bump dataaxiom/ghcr-cleanup-action from 1.0.14 to 1.0.15 (#1090) @dependabot[bot]
- CI: update Austria basemap capabilities url (#1089) @mprins
🔨 Dependency updates
11 changes
- Bump sentry.version from 7.20.0 to 7.20.1 (#1124) @dependabot[bot]
- Bump io.swagger.core.v3:swagger-annotations from 2.2.27 to 2.2.28 (#1121) @dependabot[bot]
- Cleanup and add used dependencies (#1109) @mprins
- HTM-1399|HTM-1400: Dependency updates (#1104) @mprins
- Bump modernizer-maven-plugin.version from 2.9.0 to 3.0.0 (#1101) @dependabot[bot]
- Bump sentry.version from 7.19.0 to 7.19.1 (#1099) @dependabot[bot]
- HTM-1390: Update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.1 (#1095) @mprins
- HTM-1393 | HTM-1394: Override logback version provided by Spring Boot bom from 1.5.12 to 1.5.14 (#1096) @mprins
- Bump hibernate.version from 6.6.3.Final to 6.6.4.Final (#1093) @dependabot[bot]
- Bump org.junit:junit-bom from 5.11.3 to 5.11.4 (#1092) @dependabot[bot]
- Bump sentry.version from 7.18.1 to 7.19.0 (#1088) @dependabot[bot]
v11.4.4 🎁
🚀 New features and improvements
- HTM-1359 | HTM-1360: Scheduled tasks should emit events on progress (#1078) @mprins
- HTM-1356: Dev/add menu to page response (#1072) @geertplaisier
- Add page tile image url + some refactoring (#1069) @geertplaisier
- HTM-1073: Start a manual indexing job on the scheduler instead of in the request thread (#1064) @mprins
- HTM-1336: Added Page persistence + admin and viewer api endpoints (#1058) @geertplaisier
⛓️💥 Breaking changes
🐛 Bug Fixes
- HTM-1362: fix Inconsistency in naming of the returned task (#1079) @mprins
- HTM-1351: Add EntityListeners annotation to enable sending SSE when updates occur (#1068) @mprins
- HTM-1348: Update JobDetail when updating a task (#1059) @steinkobben
- Allow priority to be null when creating a new task (#1057) @steinkobben
- ⛓️💥 HTM-1332: fix Solr indexing timeouts ⛓️💥 (#1052) @mprins
🚦 Tests and Infrastructure
14 changes
- Bump io.swagger.core.v3:swagger-annotations from 2.2.26 to 2.2.27 (#1084) @dependabot
- Bump org.apache.maven.skins:maven-fluido-skin from 2.0.0 to 2.0.1 (#1083) @dependabot
- Add forgotten files of #1077 (#1080) @mprins
- Add a devcontainer config (#1077) @mprins
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 (#1073) @dependabot
- Bump dataaxiom/ghcr-cleanup-action from 1.0.13 to 1.0.14 (#1074) @dependabot
- Add option to skip testdata categories (#1071) @matthijsln
- Bump org.owasp:dependency-check-maven from 11.1.0 to 11.1.1 (#1070) @dependabot
- Bump dawidd6/action-download-artifact from 6 to 7 (#1065) @dependabot
- Bump yogeshlonkar/trivy-cache-action from 0.1.9 to 0.1.10 (#1066) @dependabot
- Bump org.cyclonedx:cyclonedx-maven-plugin from 2.9.0 to 2.9.1 (#1063) @dependabot
- HTM-1349: Consolidate logging libraries and ban old junit (#1061) @mprins
- HTM-1347: Bump hibernate.version from 6.5.3.Final to 6.6.3.Final (#1056) @dependabot
- HTM-1346: Bump org.springframework.boot:spring-boot-starter-parent from 3.3.6 to 3.4.0 (#1055) @dependabot
🔨 Dependency updates
- Bump io.swagger.core.v3:swagger-annotations from 2.2.26 to 2.2.27 (#1084) @dependabot
- Bump org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.15 to 12.0.16 (#1081) @dependabot
- HTM-1358: Remove unused commons-codec (#1076) @mprins
- Bump sentry.version from 7.18.0 to 7.18.1 (#1062) @dependabot
- HTM-1346: Bump org.springframework.boot:spring-boot-starter-parent from 3.3.6 to 3.4.0 (#1055) @dependabot
v11.4.3 🎁
🚀 New features and improvements
- HTM-1336: Added Page persistence + admin and viewer api endpoints (#1058) @geertplaisier
⛓️💥 Breaking changes
🐛 Bug Fixes
- HTM-1348: Update JobDetail when updating a task (#1059) @steinkobben
- Fix error persisting detached entity (#1060) @matthijsln
- Allow priority to be null when creating a new task (#1057) @steinkobben
- ⛓️💥 HTM-1332: fix Solr indexing timeouts ⛓️💥 (#1052) @mprins
🚦 Tests and Infrastructure
- HTM-1347: Bump hibernate.version from 6.5.3.Final to 6.6.3.Final (#1056) @dependabot
- HTM-1346: Bump org.springframework.boot:spring-boot-starter-parent from 3.3.6 to 3.4.0 (#1055) @dependabot
🔨 Dependency updates
- HTM-1346: Bump org.springframework.boot:spring-boot-starter-parent from 3.3.6 to 3.4.0 (#1055) @dependabot
v11.4.2 🎁
🐛 Bug Fixes
- HTM-1331: Make sure we cleanup the schedule when a task is deleted (#1043) @mprins
- HTM-1333: Fix error saving a user who has group memberships (#1051) @matthijsln
- Allow schedule to have
null
priority when updating a search index (#1048) @steinkobben
📖 Documentation updates
- docs: add steinkobben as a contributor for maintenance (#1049) @allcontributors
🚦 Tests and Infrastructure
- Some small CI updates and clean away tailormap.log s (#1054) @mprins
- HTM-1242: remove arm64 building from API (#1050) @mprins
- Bump aquasecurity/trivy-action from 0.28.0 to 0.29.0 (#1047) @dependabot
- Bump com.google.errorprone:error_prone_core from 2.35.1 to 2.36.0 (#1045) @dependabot
- Bump geotools.version from 32.0 to 32.1 (#1044) @dependabot
- Bump org.openapitools:openapi-generator-maven-plugin from 7.9.0 to 7.10.0 (#1041) @dependabot
- Bump fsfe/reuse-action from 4 to 5 (#1038) @dependabot
- Bump codecov/codecov-action from 4 to 5 (#1039) @dependabot
🔨 Dependency updates
- HTM-1330: Upgrade Spring Boot 3.3.5 ⇥ 3.3.6 (#1037) @mprins
- Bump io.hypersistence:hypersistence-tsid from 2.1.2 to 2.1.3 (#1053) @dependabot
- Bump geotools.version from 32.0 to 32.1 (#1044) @dependabot
- Bump commons-io:commons-io from 2.17.0 to 2.18.0 (#1046) @dependabot
- Bump io.swagger.core.v3:swagger-annotations from 2.2.25 to 2.2.26 (#1042) @dependabot
- Bump sentry.version from 7.17.0 to 7.18.0 (#1040) @dependabot
- Bump quartz.version from 2.4.0 to 2.5.0 (#1035) @mprins