Skip to content

Releases: Tailormap/tailormap-api

v11.4.4 🎁

13 Dec 13:14
Compare
Choose a tag to compare

🚀 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

  • ⛓️‍💥 HTM-1332: fix Solr indexing timeouts ⛓️‍💥 (#1052) @mprins

🐛 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

🔨 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 🎁

29 Nov 15:20
063b48e
Compare
Choose a tag to compare
v11.4.3 🎁 Pre-release
Pre-release

🚀 New features and improvements

⛓️‍💥 Breaking changes

  • ⛓️‍💥 HTM-1332: fix Solr indexing timeouts ⛓️‍💥 (#1052) @mprins

🐛 Bug Fixes

🚦 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 🎁

22 Nov 13:49
5c47780
Compare
Choose a tag to compare

🐛 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

🚦 Tests and Infrastructure

🔨 Dependency updates

v11.4.1 🎁

15 Nov 12:41
dc057f5
Compare
Choose a tag to compare

🚀 New features and improvements

  • HTM-1091: Enable bbox filtering for Solr search (#1030) @mprins
  • ⛓️‍💥 HTM-1091: Add feature geometry as a strong-type ⛓️‍💥 (#1025) @mprins
  • HTM-1315 | HTM-1316: Implement startTask() and stopTask() methods (#1021) @mprins
  • HTM-1295: add last result to api response at api/admin/tasks (#1018) @steinkobben
  • HTM-1254 | HTM-1255 | HTM-1256 | HTM-1257: Make creating full-text indexes on schedule as part of task framework possible (#991) @mprins
  • HTM-816: Replaced HTML attribution by Markdown attribution (#993) @geertplaisier
  • HTM-1227: allow monitoring of triggered jobs through Sentry (#990) @mprins
  • HTM-1227: expose the quartz actuator endpoint (#988) @mprins
  • HTM-1225: implement prioritising job triggers (#984) @mprins
  • HTM-1221: common interface for creating tasks (#979) @mprins
  • HTM-1161: Add authentication event logging (#976) @matthijsln
  • HTM-1223 | HTM-1228 | HTM-1229: Introduce and create Quartz scheduling functionality (#971) @mprins
  • HTM-1195: increase default maximum number of features (#975) @mprins
  • HTM-1220: initial (scheduled/background) task controller to determine the API (#953) @mprins

⛓️‍💥 Breaking changes

  • ⛓️‍💥 HTM-1091: Add feature geometry as a strong-type ⛓️‍💥 (#1025) @mprins
  • ⛓️‍💥 HTM-1266: explicitly create the INDEX_DISPLAY_FIELD and INDEX_SEARCH_FIELD to make sure these are of the required type ⛓️‍💥 (#999) @mprins

🔨 Security fixes en updates

  • HTM-1251: Upgrade Spring Boot from 3.3.4 to 3.3.5, rely on the spring-security.version provided by Spring Boot (#998) @mprins
  • HTM-1274: Bump jetty.version to 10.0.24 (#995) @mprins
  • HTM-952: Fix regression allowing access to proxied-with-auth layers in public apps (with or without login) (#983) @matthijsln
  • HTM-1213: Spring Boot Upgrade to 3.3.4 (#959) @dependabot

🐛 Bug Fixes

  • HTM-1286: Fix code scanning alert no. 352: Server-side request forgery (#1031) @mprins
  • HTM-1321: Make Solr schema creation more robust (#1029) @mprins
  • HTM-1313: prevent submitting bogus document to Solr (#1024) @mprins
  • HTM-1258: Allow storing only one task per search index (#1006) @mprins
  • ⛓️‍💥 HTM-1266: explicitly create the INDEX_DISPLAY_FIELD and INDEX_SEARCH_FIELD to make sure these are of the required type ⛓️‍💥 (#999) @mprins
  • HTM-1284: Add the unhappy path testcases for a misconfigured Solr URL (#1005) @mprins
  • HTM-1253: fix java.lang.IllegalStateException: JobStore is shutdown - aborting retry (#996) @mprins
  • HTM-952: Fix regression allowing access to proxied-with-auth layers in public apps (with or without login) (#983) @matthijsln

🚦 Tests and Infrastructure

28 changes
  • Bump org.codehaus.mojo:versions-maven-plugin from 2.17.1 to 2.18.0 (#1036) @dependabot
  • Bump org.apache.maven.skins:maven-fluido-skin from 2.0.0-M11 to 2.0.0 (#1019) @dependabot
  • Bump yogeshlonkar/trivy-cache-action from 0.1.8 to 0.1.9 (#1017) @dependabot
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 (#1016) @dependabot
  • Bump org.owasp:dependency-check-maven from 11.0.0 to 11.1.0 (#1015) @dependabot
  • HTM-1288: Upgrade PMD to latest release (#1008) @mprins
  • Bump eclipse-temurin from 17.0.12_7-jre to 17.0.13_11-jre (#1012) @dependabot
  • Bump org.apache.maven.plugins:maven-jxr-plugin from 3.5.0 to 3.6.0 (#1009) @dependabot
  • Bump com.google.errorprone:error_prone_core from 2.34.0 to 2.35.1 (#1011) @dependabot
  • Bump org.apache.maven.plugins:maven-dependency-plugin from 3.8.0 to 3.8.1 (#1010) @dependabot
  • HTM-1283: Apply general code maturity recommendations (#1004) @mprins
  • Bump aquasecurity/trivy-action from 0.27.0 to 0.28.0 (#1001) @dependabot
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.7.0 to 3.8.0 (#1002) @dependabot
  • Bump org.owasp:dependency-check-maven from 10.0.4 to 11.0.0 (#1003) @dependabot
  • Bump com.google.errorprone:error_prone_core from 2.33.0 to 2.34.0 (#997) @dependabot
  • Bump org.codehaus.mojo:taglist-maven-plugin from 3.1.0 to 3.2.1 (#989) @dependabot
  • Bump aquasecurity/trivy-action from 0.24.0 to 0.27.0 (#987) @dependabot
  • Bump org.openapitools:openapi-generator-maven-plugin from 7.8.0 to 7.9.0 (#980) @dependabot
  • Bump org.cyclonedx:cyclonedx-maven-plugin from 2.8.2 to 2.9.0 (#982) @dependabot
  • Bump com.spotify.fmt:fmt-maven-plugin from 2.24 to 2.25 (#981) @dependabot
  • Bump yogeshlonkar/trivy-cache-action from 0.1.7 to 0.1.8 (#977) @dependabot
  • HTM-1243: Suppress some irrelevant CVEs in OWASP scanner (#973) @mprins
  • Bump com.google.errorprone:error_prone_core from 2.32.0 to 2.33.0 (#967) @dependabot
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 (#970) @dependabot
  • Bump org.apache.maven.skins:maven-fluido-skin from 2.0.0-M10 to 2.0.0-M11 (#969) @dependabot
  • Bump io.fabric8:docker-maven-plugin from 0.45.0 to 0.45.1 (#965) @dependabot
  • HTM-1213: Spring Boot Upgrade to 3.3.4 (#959) @dependabot
  • Bump org.cyclonedx:cyclonedx-maven-plugin from 2.8.1 to 2.8.2 (#963) @dependabot

🔨 Dependency updates

24 changes
  • Bump quartz.version from 2.3.2 to 2.4.0 (#1034) @mprins
  • Bump sentry.version from 7.16.0 to 7.17.0 (#1033) @dependabot
  • Bump io.hypersistence:hypersistence-utils-hibernate-63 from 3.8.3 to 3.9.0 (#1028) @dependabot
  • Bump org.webjars:swagger-ui from 5.18.1 to 5.18.2 (#1026) @dependabot
  • Bump org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.14 to 12.0.15 (#1022) @dependabot
  • Bump org.webjars:swagger-ui from 5.17.14 to 5.18.1 (#1020) @dependabot
  • Bump org.owasp:dependency-check-maven from 11.0.0 to 11.1.0 (#1015) @dependabot
  • HTM-1293: Use Hamcrest 3 test utilities (#1014) @mprins
  • HTM-1251: Upgrade Spring Boot from 3.3.4 to 3.3.5, rely on the spring-security.version provided by Spring Boot (#998) @mprins
  • Bump sentry.version from 7.15.0 to 7.16.0 (#1007) @dependabot
  • HTM-1278: Update org.junit:junit-bom from v5.11.2 to v5.11.3 (#1000) @mprins
  • HTM-1274: Bump jetty.version to 10.0.24 (#995) @mprins
  • HTM-1252: Upgrade Spring Data to 2024.0.5 (#994) @mprins
  • HTM-1259: Dependency updates: flyway, micrometer (#992) @mprins
  • Bump sentry.version from 7.14.0 to 7.15.0 (#985) @dependabot
  • Bump org.junit-pioneer:junit-pioneer from 2.2.0 to 2.3.0 (#978) @dependabot
  • Bump org.junit:junit-bom from 5.11.1 to 5.11.2 (#974) @dependabot
  • Bump io.swagger.core.v3:swagger-annotations from 2.2.24 to 2.2.25 (#972) @dependabot
  • Bump org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.13 to 12.0.14 (#968) @dependabot
  • Bump io.hypersistence:hypersistence-utils-hibernate-63 from 3.8.2 to 3.8.3 (#966) @dependabot
  • HTM-1213: Spring Boot Upgrade to 3.3.4 (#959) @dependabot
  • HTM-1039: Upgrade to GeoTools 32.0 / JTS 1.20.0 (#923) @mprins
  • Bump io.swagger.core.v3:swagger-annotations from 2.2.23 to 2.2.24 (#960) @dependabot
  • Bump org.junit:junit-bom from 5.11.0 to 5.11.1 (#964) @dependabot

v11.4.0 🎁

24 Sep 17:30
a3c59cb
Compare
Choose a tag to compare

What's Changed

  • Docker image tags and Java packages were renamed after moving to the new Tailormap GitHub organisation
  • HTM-1162: Configure logfile so it can be retrieved using actuator by @matthijsln in #938
  • HTM-1110: Add timeout to JDBC data stores by @mprins in #945
  • HTM-1206: disable Solr indexing for WFS feature types by @mprins in #943
  • HTM-1211: Some code improvements for Solr functionality by @mprins in #946
  • Default for hiDpiDisabled changed to true when setting is null by @matthijsln in #954
  • Change default for tilingDisabled to true by @matthijsln in #961
  • HTM-1160: Allow configuration of template for feature type by @geertplaisier in #957
  • Layer export fixes by @matthijsln in #958
  • HTM-1002: Sanitize WFS url params by @matthijsln in #962

🔨 Dependency updates

  • Bump sentry.version from 7.11.0 to 7.12.0 by @dependabot in #886
  • Bump aquasecurity/trivy-action from 0.23.0 to 0.24.0 by @dependabot in #885
  • Bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1 by @dependabot in #889
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.6.1 to 3.6.2 by @dependabot in #888
  • Bump org.codehaus.mojo:versions-maven-plugin from 2.17.0 to 2.17.1 by @dependabot in #887
  • Bump org.owasp:dependency-check-maven from 10.0.2 to 10.0.3 by @dependabot in #891
  • Bump org.apache.maven.plugins:maven-site-plugin from 4.0.0-M15 to 4.0.0-M16 by @dependabot in #897
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 by @dependabot in #896
  • Bump com.google.errorprone:error_prone_core from 2.28.0 to 2.29.2 by @dependabot in #893
  • Bump io.fabric8:docker-maven-plugin from 0.44.0 to 0.45.0 by @dependabot in #900
  • Bump sentry.version from 7.12.0 to 7.13.0 by @dependabot in #902
  • Bump org.cyclonedx:cyclonedx-maven-plugin from 2.8.0 to 2.8.1 by @dependabot in #904
  • Bump geotools.version from 31.2 to 31.3 by @dependabot in #895
  • Bump io.hypersistence:hypersistence-utils-hibernate-63 from 3.8.1 to 3.8.2 by @dependabot in #899
  • Bump eclipse-temurin from 17.0.11_9-jre to 17.0.12_7-jre by @dependabot in #901
  • Bump org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.11 to 12.0.12 by @dependabot in #903
  • Bump org.springframework.boot:spring-boot-starter-parent from 3.3.1 to 3.3.2 by @dependabot in #894
  • Bump com.google.errorprone:error_prone_core from 2.29.2 to 2.30.0 by @dependabot in #906
  • Bump org.junit:junit-bom from 5.10.3 to 5.11.0 by @dependabot in #908
  • Bump sentry.version from 7.13.0 to 7.14.0 by @dependabot in #907
  • Bump org.apache.maven.skins:maven-fluido-skin from 2.0.0-M9 to 2.0.0-M10 by @dependabot in #910
  • Bump com.spotify.fmt:fmt-maven-plugin from 2.23 to 2.24 by @dependabot in #915
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.6.2 to 3.7.0 by @dependabot in #916
  • Bump org.openapitools:openapi-generator-maven-plugin from 7.7.0 to 7.8.0 by @dependabot in #913
  • Bump org.apache.maven.plugins:maven-jxr-plugin from 3.4.0 to 3.5.0 by @dependabot in #919
  • HTM-1196: Spring Boot 3.3.3 and other dependency updates by @mprins in #917
  • Bump lcollins/pmd-github-action from 3.0.0 to 3.1.0 by @dependabot in #921
  • Bump dataaxiom/ghcr-cleanup-action from 1.0.8 to 1.0.10 by @dependabot in #920
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot in #925
  • Bump org.apache.maven.plugins:maven-pmd-plugin from 3.24.0 to 3.25.0 by @dependabot in #924
  • Bump io.swagger.core.v3:swagger-annotations from 2.2.22 to 2.2.23 by @dependabot in #927
  • Bump com.google.errorprone:error_prone_core from 2.30.0 to 2.31.0 by @dependabot in #926
  • HTM-1041: fix error prone warnings, restore compiler error levels by @mprins in #928
  • Bump org.owasp:dependency-check-maven from 10.0.3 to 10.0.4 by @dependabot in #932
  • Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 by @mprins in #934
  • Bump org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.12 to 12.0.13 by @dependabot in #940
  • Bump org.apache.solr:solr-solrj from 9.6.1 to 9.7.0 by @dependabot in #942
  • Bump com.google.errorprone:error_prone_core from 2.31.0 to 2.32.0 by @dependabot in #947
  • Bump dataaxiom/ghcr-cleanup-action from 1.0.10 to 1.0.13 by @dependabot in #952

Full Changelog: tailormap-api-11.3.5...tailormap-api-11.4.0

v11.3.5 🎁

15 Jul 08:49
e099bea
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

  • HTM-1133: WMS LegendURL of inherited style is picked as default (#869) @mprins
  • HTM-1132: When proxied non-public WMS has LegendURL the original legend URL will fail to show a legend (#862) @mprins

🚦 Tests and Infrastructure

  • Bump org.apache.maven.plugins:maven-pmd-plugin from 3.23.0 to 3.24.0 (#883) @dependabot
  • Bump fsfe/reuse-action from 3 to 4 (#881) @dependabot
  • Bump org.openapitools:openapi-generator-maven-plugin from 7.6.0 to 7.7.0 (#873) @dependabot
  • Bump org.owasp:dependency-check-maven from 10.0.1 to 10.0.2 (#880) @dependabot
  • Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0 (#874) @dependabot
  • Bump io.github.git-commit-id:git-commit-id-maven-plugin from 9.0.0 to 9.0.1 (#872) @dependabot
  • Maven and dependency updates (#870) @mprins
  • [CI] Workflow fixes (#863) @mprins
  • Bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17.0 (#866) @dependabot
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.5.0 to 3.6.1 (#865) @dependabot
  • Bump aquasecurity/trivy-action from 0.22.0 to 0.23.0 (#861) @dependabot

🔨 Dependency updates

  • Bump org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.10 to 12.0.11 (#877) @dependabot
  • Bump io.hypersistence:hypersistence-utils-hibernate-63 from 3.8.0 to 3.8.1 (#878) @dependabot
  • Maven and dependency updates (#870) @mprins
  • Bump sentry.version from 7.10.0 to 7.11.0 (#868) @dependabot
  • Bump io.hypersistence:hypersistence-utils-hibernate-63 from 3.7.7 to 3.8.0 (#864) @dependabot
  • Bump org.junit:junit-bom from 5.10.2 to 5.10.3 (#867) @dependabot
  • Bump io.hypersistence:hypersistence-utils-hibernate-63 from 3.7.6 to 3.7.7 (#860) @dependabot

v11.3.4 🎁

21 Jun 14:01
2e1e83d
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug Fixes

  • HTM-1129: fix metrics application label (#856) @mprins
  • HTM-669, HTM-1121: Validate fields before sending export request to WFS (#830) @mprins
  • HTM-1107: fix GeometryProcessor to make solr indexing more robust (#831) @mprins

🚦 Tests and Infrastructure

  • Dependency updates (#855) @mprins
  • Bump geotools.version from 31.1 to 31.2 (#851) @dependabot
  • Bump sentry.version from 7.9.0 to 7.10.0 (#840) @dependabot
  • Bump io.hypersistence:hypersistence-utils-hibernate-63 from 3.7.5 to 3.7.6 (#838) @dependabot
  • Bump org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.9 to 12.0.10 (#836) @dependabot
  • Bump org.webjars:swagger-ui from 5.17.11 to 5.17.14 (#835) @dependabot
  • Bump org.apache.solr:solr-solrj from 9.6.0 to 9.6.1 (#829) @dependabot
  • Bump org.springframework.boot:spring-boot-starter-parent from 3.3.0 to 3.3.1 (#858) @dependabot
  • Bump org.apache.maven.plugins:maven-scm-publish-plugin from 3.2.1 to 3.3.0 (#857) @dependabot
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.5.0 to 3.6.0 (#853) @dependabot
  • Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.0 (#852) @dependabot
  • Bump dawidd6/action-download-artifact from 5 to 6 (#850) @dependabot
  • HTM-1127: Change XEPDB1 to FREEPDB1 so we can benefit from the Oracle upgrade to 23.4 (#846) @mprins
  • HTM-1123: Fix expected location of SBOM file (#848) @mprins
  • [ci] Update Maven version to 3.9.7 (#847) @mprins
  • Bump org.apache.maven.plugins:maven-pmd-plugin from 3.22.0 to 3.23.0 (#845) @dependabot
  • Bump dawidd6/action-download-artifact from 3.1.4 to 5 (#843) @dependabot
  • Bump aquasecurity/trivy-action from 0.21.0 to 0.22.0 (#842) @dependabot
  • Bump io.github.git-commit-id:git-commit-id-maven-plugin from 8.0.2 to 9.0.0 (#841) @dependabot
  • Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.2 to 3.4.0 (#837) @dependabot
  • Bump com.google.errorprone:error_prone_core from 2.27.1 to 2.28.0 (#832) @dependabot
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 (#834) @dependabot
  • Bump org.apache.maven.plugins:maven-site-plugin from 4.0.0-M14 to 4.0.0-M15 (#833) @dependabot

v11.3.3 🎁

29 May 13:50
90ab756
Compare
Choose a tag to compare

🚀 New features and improvements

What’s Changed

  • HTM-1117: Bump org.springframework.boot:spring-boot-starter-parent from 3.2.5 to 3.3.0 (#823) @dependabot
  • HTM-1118: Bump geotools.version from 31.0 to 31.1 (#825) @dependabot
  • Bump org.apache.maven.plugins:maven-site-plugin from 4.0.0-M13 to 4.0.0-M14 (#809) @dependabot
  • Bump com.github.ekryd.sortpom:sortpom-maven-plugin from 3.4.1 to 4.0.0 (#816) @dependabot
  • Bump modernizer-maven-plugin.version from 2.8.0 to 2.9.0 (#826) @dependabot
  • Bump org.webjars:swagger-ui from 5.17.2 to 5.17.11 (#824) @dependabot
  • Bump org.apache.solr:solr-solrj from 9.5.0 to 9.6.0 (#801) @dependabot
  • Bump org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.8 to 12.0.9 (#807) @dependabot
  • Bump org.apache.maven.skins:maven-fluido-skin from 2.0.0-M8 to 2.0.0-M9 (#821) @dependabot
  • Bump aquasecurity/trivy-action from 0.20.0 to 0.21.0 (#828) @dependabot
  • Bump org.owasp:dependency-check-maven from 9.1.0 to 9.2.0 (#812) @dependabot

v11.3.2 🎁

23 May 09:52
50dc3dc
Compare
Choose a tag to compare

🚀 New features and improvements

  • HTM-1112: Apply filter when getting features by x/y (feature info) (#815) @geertplaisier
  • HTM-1094: Add name column to search index for displaying in UI (#819) @geertplaisier
  • HTM-1113: Return public user and group properties in /api/user response (#820) @matthijsln
  • HTM-1058: Solr indexing and API (#769) @mprins

What’s Changed

  • Bump org.openapitools:openapi-generator-maven-plugin from 7.5.0 to 7.6.0 (#818) @dependabot
  • Bump io.swagger.core.v3:swagger-annotations from 2.2.21 to 2.2.22 (#814) @dependabot
  • Bump sentry.version from 7.8.0 to 7.9.0 (#808) @dependabot
  • Bump io.hypersistence:hypersistence-tsid from 2.1.1 to 2.1.2 (#813) @dependabot
  • Bump aquasecurity/trivy-action from 0.19.0 to 0.20.0 (#810) @dependabot
  • Bump io.hypersistence:hypersistence-utils-hibernate-63 from 3.7.4 to 3.7.5 (#804) @dependabot
  • Bump org.webjars:swagger-ui from 5.17.0 to 5.17.2 (#800) @dependabot
  • Bump com.google.errorprone:error_prone_core from 2.26.1 to 2.27.1 (#805) @dependabot
  • Bump eclipse-temurin from 17.0.10_7-jre to 17.0.11_9-jre (#803) @dependabot
  • Bump org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.7 to 12.0.8 (#798) @dependabot
  • HTM-1103: Upgrade maven-pmd-plugin to 3.22.0 which defaults to PMD 7 (#797) @mprins
  • Bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin from 6.4.5.Final to 6.4.6.Final (#796) @dependabot
  • Bump org.webjars:swagger-ui from 5.15.2-1 to 5.17.0 (#794) @dependabot
  • Bump org.hibernate.orm.tooling:hibernate-enhance-maven-plugin from 6.4.4.Final to 6.4.5.Final (#793) @dependabot
  • Bump org.springframework.boot:spring-boot-starter-parent from 3.2.4 to 3.2.5 (#792) @dependabot
  • Bump io.hypersistence:hypersistence-utils-hibernate-63 from 3.7.3 to 3.7.4 (#790) @dependabot
  • Bump org.webjars:swagger-ui from 5.15.2 to 5.15.2-1 (#791) @dependabot
  • Bump org.openapitools:openapi-generator-maven-plugin from 7.4.0 to 7.5.0 (#789) @dependabot

v11.3.1 🎁

17 Apr 13:51
48dbcde
Compare
Choose a tag to compare

🚀 New features and improvements

What’s Changed