Releases: Tailormap/tailormap-api
v11.3.0 🎁
🚀 New features and improvements
- HTM-1032: Set SameSite=None for XSRF cookie to allow POST requests when embedded from different domain (#777) @matthijsln
- HTM-1043: Add German locale (#736) @mprins
- HTM-1014: Tile size and extent for xyz layer configurable (#742) @geertplaisier
- Add forms (#764) @matthijsln
What’s Changed
- HTM-1036: Java 17 compiler and runtime upgrade (#739) @mprins
- HTM-1035: Spring Boot 3.2+ upgrade (#755) @mprins
- HTM-1057: Spring security.version 6.2.3 (#757) @mprins
- HTM-1070: Fix Spring Boot CSRF problems for SPA (#770) @matthijsln
- HTM-1050: review/fix/delete @disabled tests (#754) @mprins
- HTM-1069: Update dependabot config (#765) @mprins
- Dependency updates (#750) @mprins
- [CI] all builds require Maven 3.9.5 or higher (#758) @mprins
- [HTM-837] Only run a single build during release (#744) @mprins
- Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 (#775) @dependabot
- Bump aquasecurity/trivy-action from 0.18.0 to 0.19.0 (#774) @dependabot
- Bump org.webjars:swagger-ui from 5.12.2 to 5.13.0 (#772) @dependabot
- Bump org.owasp:dependency-check-maven from 9.0.10 to 9.1.0 (#773) @dependabot
- Bump org.webjars:swagger-ui from 5.12.0 to 5.12.2 (#771) @dependabot
- Bump pmd.version from 6.55.0 to 7.0.0 (#767) @dependabot
- Bump org.springframework.boot:spring-boot-starter-parent from 3.2.3 to 3.2.4 (#766) @dependabot
- Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.11 to 2.8.0 (#768) @dependabot
- Bump io.swagger.core.v3:swagger-annotations from 2.2.20 to 2.2.21 (#762) @dependabot
- Bump GeoTools from 30.2 to 31.0 (#738) @mprins
- Bump org.webjars:swagger-ui from 5.11.10 to 5.12.0 (#761) @dependabot
- Bump dawidd6/action-download-artifact from 3.1.2 to 3.1.4 (#759) @dependabot
- Bump io.github.git-commit-id:git-commit-id-maven-plugin from 8.0.1 to 8.0.2 (#760) @dependabot
- Bump dependency-check-maven.version from 9.0.9 to 9.0.10 (#756) @mprins
- Bump com.google.errorprone:error_prone_core from 2.25.0 to 2.26.1 (#753) @dependabot
- Bump org.webjars:swagger-ui from 5.11.8 to 5.11.10 (#752) @dependabot
- Bump com.github.ekryd.sortpom:sortpom-maven-plugin from 3.4.0 to 3.4.1 (#747) @dependabot
- Bump io.github.git-commit-id:git-commit-id-maven-plugin from 8.0.0 to 8.0.1 (#746) @dependabot
- Bump org.openapitools:openapi-generator-maven-plugin from 7.3.0 to 7.4.0 (#748) @dependabot
- Bump com.spotify.fmt:fmt-maven-plugin from 2.22.1 to 2.23 (#749) @dependabot
- Bump sentry.version from 7.5.0 to 7.6.0 (#745) @dependabot
- Bump io.github.git-commit-id:git-commit-id-maven-plugin from 7.0.0 to 8.0.0 (#743) @dependabot
- Bump fsfe/reuse-action from 2 to 3 (#741) @dependabot
- Bump aquasecurity/trivy-action from 0.17.0 to 0.18.0 (#740) @dependabot
- Bump sentry.version from 7.4.0 to 7.5.0 (#737) @dependabot
- Bump org.webjars:swagger-ui from 5.10.3 to 5.11.8 (#735) @dependabot
v11.2.3 🎁
What’s Changed
- HTM-1025: Application name must be unique (#723) @matthijsln
- Update pgjdbc to 42.7.2 to workaround https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-1597, also update mssql jdbc driver to latest patch version (#731) @mprins
- [infra] Move postgres service to compose file (#728) @mprins
- Bump dawidd6/action-download-artifact from 3.1.1 to 3.1.2 (#734) @dependabot
- Bump modernizer-maven-plugin.version from 2.7.0 to 2.8.0 (#733) @dependabot
- Bump spring-security.version from 5.8.9 to 5.8.10 (#732) @mprins
- Bump sentry.version from 7.3.0 to 7.4.0 (#730) @dependabot
- Bump com.github.ekryd.sortpom:sortpom-maven-plugin from 3.3.0 to 3.4.0 (#729) @dependabot
- Bump dawidd6/action-download-artifact from 3.0.0 to 3.1.1 (#727) @dependabot
- Bump com.google.errorprone:error_prone_core from 2.24.1 to 2.25.0 (#724) @dependabot
- Bump io.hypersistence:hypersistence-utils-hibernate-55 from 3.7.2 to 3.7.3 (#725) @dependabot
- Bump io.fabric8:docker-maven-plugin from 0.43.4 to 0.44.0 (#726) @dependabot
v11.2.2 🎁
🚀 New features and improvements
- HTM-1013: Allow public source maps without HTTP Basic authentication … (#722) @matthijsln
- HTM-1003: Add
ApplicationName=tailormap-api
to any PostgreSQL connection (#720) @mprins - HTM-1000: Enable compression (#713) @matthijsln
- HTM-1007: Set Cache-Control for index.html and version.json (#712) @matthijsln
🐛 Bug Fixes
- HTM-990: Only set WFS title if not already set by user (#716) @matthijsln
What’s Changed
-
HTM-1012: Add hasAttribute flag to feature type summary (#719) @geertplaisier
-
HTM-1009: CRS for XYZ layer (#718) @matthijsln
-
HTM-999: Add summary projections to allow loading entire catalog (#704) @matthijsln
-
Bump aquasecurity/trivy-action from 0.16.1 to 0.17.0 (#717) @dependabot
-
Bump io.hypersistence:hypersistence-utils-hibernate-55 from 3.7.1 to 3.7.2 (#714) @dependabot
-
Bump org.openapitools:openapi-generator-maven-plugin from 7.2.0 to 7.3.0 (#715) @dependabot
-
Bump actions/cache from 3 to 4 (#711) @dependabot
-
Bump release-drafter/release-drafter from 5 to 6 (#710) @dependabot
-
Bump org.junit:junit-bom from 5.10.1 to 5.10.2 (#708) @dependabot
-
Bump sentry.version from 7.2.0 to 7.3.0 (#705) @dependabot
-
Bump io.hypersistence:hypersistence-utils-hibernate-55 from 3.7.0 to 3.7.1 (#706) @dependabot
-
Bump eclipse-temurin from 11.0.21_9-jre to 11.0.22_7-jre (#701) @dependabot
-
Bump vlaurin/action-ghcr-prune from 0.5.0 to 0.6.0 (#702) @dependabot
-
Bump andstor/file-existence-action from 2 to 3 (#703) @dependabot
-
Bump geotools.version from 30.1 to 30.2 (#700) @dependabot
v11.2.1 🎁
🚀 New features and improvements
- HTM-968: Secure frontend source maps (#688) @matthijsln
- HTM-643: Add ui-settings object to application settings (#691) @geertplaisier
🐛 Bug Fixes
- HTM-974: Only list additional crses in child layers to save space (#697) @matthijsln
- HTM-966: Add comments about created feature source and feature types, add entity event listener for feature types (#679) @matthijsln
What’s Changed
- Bump com.spotify.fmt:fmt-maven-plugin from 2.22 to 2.22.1 (#696) @dependabot
- Bump actions/cache from 3 to 4 (#694) @dependabot
- Bump actions/dependency-review-action from 3 to 4 (#695) @dependabot
- Bump org.owasp:dependency-check-maven from 9.0.8 to 9.0.9 (#692) @dependabot
- Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.10 to 2.7.11 (#693) @dependabot
- Bump sentry.version from 7.1.0 to 7.2.0 (#689) @dependabot
- Bump com.spotify.fmt:fmt-maven-plugin from 2.21.1 to 2.22 (#690) @dependabot
- Bump aquasecurity/trivy-action from 0.16.0 to 0.16.1 (#687) @dependabot
- Bump org.owasp:dependency-check-maven from 9.0.7 to 9.0.8 (#685) @dependabot
- Bump com.google.errorprone:error_prone_core from 2.24.0 to 2.24.1 (#684) @dependabot
- Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to 3.3.2 (#683) @dependabot
- Bump org.openapitools:openapi-generator-maven-plugin from 7.1.0 to 7.2.0 (#681) @dependabot
- Bump com.google.errorprone:error_prone_core from 2.23.0 to 2.24.0 (#682) @dependabot
- Bump org.owasp:dependency-check-maven from 9.0.6 to 9.0.7 (#678) @dependabot
- Bump io.swagger.core.v3:swagger-annotations from 2.2.19 to 2.2.20 (#680) @dependabot
- Use version override for okhttp dependencies and upgrade to 5.0.0-alpha.12 (#669) @mprins
- Bump io.hypersistence:hypersistence-utils-hibernate-55 from 3.6.1 to 3.7.0 (#676) @dependabot
- Bump sentry.version from 7.0.0 to 7.1.0 (#677) @dependabot
- Bump actions/upload-artifact from 3 to 4 (#671) @dependabot
- Bump actions/download-artifact from 3 to 4 (#672) @dependabot
- Bump dawidd6/action-download-artifact from 2.28.0 to 3.0.0 (#673) @dependabot
- Bump github/codeql-action from 2 to 3 (#674) @dependabot
- Bump org.apache.maven.plugins:maven-site-plugin from 4.0.0-M12 to 4.0.0-M13 (#675) @dependabot
- Bump logback.version override from 1.2.12 to 1.2.13 (#670) @mprins
- Bump org.owasp:dependency-check-maven from 9.0.4 to 9.0.6 (#668) @dependabot
v11.2.0 🎁 🎅🏻
🚀 New features and improvements
- HTM-951: Replace @SENTRY_DSN@ in index.html with environment variable (#645) @matthijsln
- HTM-959: Allow underscores in user and group names (#658) @geertplaisier
- Add global configurations for viewers (#663) @matthijsln
What’s Changed
- Bump aquasecurity/trivy-action from 0.14.0 to 0.16.0 (#662) @dependabot
- Bump actions/stale from 8 to 9 (#661) @dependabot
- Bump org.owasp:dependency-check-maven from 9.0.3 to 9.0.4 (#660) @dependabot
- Dependency updates (#657) @mprins
- Bump org.owasp:dependency-check-maven from 9.0.2 to 9.0.3 (#656) @dependabot
- Bump actions/setup-java from 3 to 4 (#655) @dependabot
- Bump sentry.version from 6.34.0 to 7.0.0 (#652) @dependabot
- Bump org.webjars:swagger-ui from 5.9.0 to 5.10.3 (#654) @dependabot
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 (#653) @dependabot
- Bump org.owasp:dependency-check-maven from 8.4.3 to 9.0.2 (#651) @dependabot
- Bump org.springframework.boot:spring-boot-starter-parent from 2.7.17 to 2.7.18 (#647) @dependabot
- Bump org.apache.maven.plugins:maven-site-plugin from 4.0.0-M11 to 4.0.0-M12 (#650) @dependabot
- Bump geotools.version from 30.0 to 30.1 (#649) @dependabot
- Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.4.5 to 3.5.0 (#646) @dependabot
- Bump DependencyTrack/gh-upload-sbom from 2 to 3 (#643) @dependabot
- Bump sentry.version from 6.33.1 to 6.34.0 (#644) @dependabot
- Bump org.junit-pioneer:junit-pioneer from 2.1.0 to 2.2.0 (#640) @dependabot
- Bump org.codehaus.mojo:versions-maven-plugin from 2.16.1 to 2.16.2 (#641) @dependabot
- Bump org.owasp:dependency-check-maven from 8.4.2 to 8.4.3 (#639) @dependabot
v11.1.4 🎁
🚀 New features and improvements
- HTM-947: Add list of read only attributes to feature type and app layer settings (#633) @matthijsln
- HTM-927: Add app i18n settings (#632) @matthijsln
What’s Changed
- Bump actions/github-script from 6 to 7 (#636) @dependabot
- Bump org.openapitools:openapi-generator-maven-plugin from 7.0.1 to 7.1.0 (#638) @dependabot
- Bump aquasecurity/trivy-action from 0.13.1 to 0.14.0 (#637) @dependabot
- Bump io.hypersistence:hypersistence-utils-hibernate-55 from 3.6.0 to 3.6.1 (#635) @dependabot
- Bump io.swagger.core.v3:swagger-annotations from 2.2.18 to 2.2.19 (#634) @dependabot
- Bump sentry.version from 6.33.0 to 6.33.1 (#631) @dependabot
- Bump eclipse-temurin from 11.0.20.1_1-jre to 11.0.21_9-jre (#629) @dependabot
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 (#630) @dependabot
- Bump aquasecurity/trivy-action from 0.13.0 to 0.13.1 (#628) @dependabot
- Bump sentry.version from 6.32.0 to 6.33.0 (#625) @dependabot
- Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.0 to 3.21.2 (#626) @dependabot
- Bump org.junit:junit-bom from 5.10.0 to 5.10.1 (#627) @dependabot
- Bump aquasecurity/trivy-action from 0.12.0 to 0.13.0 (#624) @dependabot
- Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.9 to 2.7.10 (#623) @dependabot
- Bump io.swagger.core.v3:swagger-annotations from 2.2.17 to 2.2.18 (#622) @dependabot
- Bump org.springframework.boot:spring-boot-starter-parent from 2.7.16 to 2.7.17 (#618) @dependabot
- Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.0 to 3.3.1 (#621) @dependabot
- Bump org.owasp:dependency-check-maven from 8.4.0 to 8.4.2 (#620) @dependabot
- Bump io.github.git-commit-id:git-commit-id-maven-plugin from 6.0.0 to 7.0.0 (#619) @dependabot
v11.1.3 🎁
What’s Changed
- Bump sentry.version from 6.31.0 to 6.32.0 (#616) @dependabot
- Bump com.google.errorprone:error_prone_core from 2.22.0 to 2.23.0 (#617) @dependabot
- Bump org.apache.maven.plugins:maven-site-plugin from 4.0.0-M10 to 4.0.0-M11 (#615) @dependabot
- Bump org.webjars:swagger-ui from 5.7.2 to 5.9.0 (#614) @dependabot
- Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#613) @dependabot
- Bump io.hypersistence:hypersistence-utils-hibernate-55 from 3.5.3 to 3.6.0 (#611) @dependabot
- Bump sentry.version from 6.30.0 to 6.31.0 (#610) @dependabot
- Bump GeoTools from 29.x to 30.0, including API changes (#602) @mprins
- Bump io.swagger.core.v3:swagger-annotations from 2.2.16 to 2.2.17 (#609) @dependabot
- [HTM-925] Update front controller for localized bundles and do content negotiation (#608) @matthijsln
- Bump org.apache.maven.skins:maven-fluido-skin from 2.0.0-M7 to 2.0.0-M8 (#607) @dependabot
- Bump org.apache.maven.plugins:maven-site-plugin from 4.0.0-M9 to 4.0.0-M10 (#606) @dependabot
- Update front controller for single app bundle with viewer and admin (#605) @matthijsln
- Bump sentry.version from 6.29.0 to 6.30.0 (#604) @dependabot
🐛 Bug Fixes
- Revert "spring-data-bom was updated to 2021.2.16 so override is nog l… (#603) @matthijsln
v11.1.0 🎁
🚀 New features and improvements
- [HTM-872] Add TMS XYZ services with hi DPI settings (#569) @matthijsln
- [HTM-897] B - Add and apply
editable
flag to AppLayerSettings (#568) @mprins - [HTM-872] Add xyz tile services (#560) @matthijsln
- [HTM-885] Handle additionalProperties.connectOptions when connecting to a database (#535) @mprins
- [HTM-901] Apply feature type settings (#573) @matthijsln
- [HTM-905]: Expose feature-type admin API (#563) @geertplaisier
- Add environment variable for hashed admin password (#585) @matthijsln
🐛 Bug Fixes
- Fix NPE when legend URL is invalid (#586) @matthijsln
- [HTM-908] Problem using persistent jsonb list/array properties (#576) @matthijsln
- [HTM-895] only set writable-true on JDBC-protocol featuretypes (#554) @mprins
- Fix do not register OIDC when properties empty (when running with Compose) (#547) @matthijsln
What’s Changed
- Bump com.spotify.fmt:fmt-maven-plugin from 2.20 to 2.21.1 (#601) @dependabot
- Bump org.springframework.boot:spring-boot-starter-parent from 2.7.15 to 2.7.16 (#599) @dependabot
- Bump org.webjars:swagger-ui from 5.6.1 to 5.7.2 (#600) @dependabot
- Bump com.google.errorprone:error_prone_core from 2.21.1 to 2.22.0 (#597) @dependabot
- Bump modernizer-maven-plugin.version from 2.6.0 to 2.7.0 (#598) @dependabot
- Bump io.hypersistence:hypersistence-utils-hibernate-55 from 3.5.2 to 3.5.3 (#596) @dependabot
- Bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 2.16.1 (#595) @dependabot
- Bump docker/login-action from 2 to 3 (#592) @dependabot
- Bump dawidd6/action-download-artifact from 2.27.0 to 2.28.0 (#591) @dependabot
- Bump io.swagger.core.v3:swagger-annotations from 2.2.15 to 2.2.16 (#594) @dependabot
- Bump org.openapitools:openapi-generator-maven-plugin from 7.0.0 to 7.0.1 (#593) @dependabot
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 (#589) @dependabot
- Bump org.webjars:swagger-ui from 5.4.2 to 5.6.1 (#584) @dependabot
- Use ordered (configured or original order) where appropriate (#588) @matthijsln
- Bump org.junit-pioneer:junit-pioneer from 2.0.1 to 2.1.0 (#587) @dependabot
- Bump sentry.version from 6.28.0 to 6.29.0 (#583) @dependabot
- Bump actions/checkout from 3 to 4 (#581) @dependabot
- Bump aquasecurity/trivy-action from 0.11.2 to 0.12.0 (#582) @dependabot
- Bump eclipse-temurin from 11.0.20_8-jre to 11.0.20.1_1-jre (#580) @dependabot
- Fixes and test updates (#577) @matthijsln
- [HTM-894] Also set editable correctly in appLayer (#575) @matthijsln
- [HTM-894] Provide whether layer is editable to the frontend (#574) @matthijsln
- Bump io.hypersistence:hypersistence-utils-hibernate-55 from 3.5.1 to 3.5.2 and io.hypersistence:hypersistence-tsid from 2.0.0 to 2.1.1 (#572) @dependabot
- Bump openapi-generator-maven-plugin 6.6.0 -> 7.0.0 (#571) @mprins
- Bump org.springframework.boot:spring-boot-starter-parent from 2.7.14 to 2.7.15 (#570) @dependabot
- Bump org.webjars:swagger-ui from 5.3.1 to 5.4.2 (#567) @dependabot
- Bump org.owasp:dependency-check-maven from 8.3.1 to 8.4.0 (#566) @dependabot
- build enhancements + dependency updates (#565) @mprins
- Bump io.fabric8:docker-maven-plugin from 0.43.0 to 0.43.3 (#558) @dependabot
- Enable CodeQL analysis of workflow yaml files (#557) @mprins
- Revert "Bump io.fabric8:docker-maven-plugin from 0.43.0 to 0.43.2" (#555) @mprins
- Bump org.webjars:swagger-ui from 5.2.0 to 5.3.1 (#553) @dependabot
- Bump com.google.errorprone:error_prone_core from 2.21.0 to 2.21.1 (#551) @dependabot
- Bump sentry.version from 6.27.0 to 6.28.0 (#552) @dependabot
- Bump org.webjars:swagger-ui from 5.1.3 to 5.2.0 (#549) @dependabot
- Bump com.google.errorprone:error_prone_core from 2.20.0 to 2.21.0 (#550) @dependabot
- Bump eclipse-temurin from 11.0.19_7-jre to 11.0.20_8-jre (#548) @dependabot
- Bump io.fabric8:docker-maven-plugin from 0.43.0 to 0.43.2 (#546) @dependabot
- Bump org.springframework.boot:spring-boot-starter-parent from 2.7.13 to 2.7.14 (#540) @dependabot
- Bump sentry.version from 6.26.0 to 6.27.0 (#545) @dependabot
- Bump org.junit:junit-bom from 5.9.3 to 5.10.0 (#542) @dependabot
- Bump com.github.ekryd.sortpom:sortpom-maven-plugin from 3.2.1 to 3.3.0 (#544) @dependabot
- Bump fsfe/reuse-action from 1 to 2 (#543) @dependabot
- Dependency updates (#539) @mprins
- Bump sentry.version from 6.25.2 to 6.26.0 (#537) @dependabot
- Bump geotools.version from 29.1 to 29.2 (#538) @dependabot
- Bump swagger-ui from 5.1.2 to 5.1.3 (#536) @dependabot
- Bump swagger-ui from 5.1.0 to 5.1.2 (#534) @dependabot
- Bump sentry.version from 6.25.1 to 6.25.2 (#533) @dependabot
- Bump maven-fluido-skin from 2.0.0-M6 to 2.0.0-M7 (#532) @dependabot
v11.0.0 🎁
What’s Changed
- [HTM-850] Report feature source capability loading problems as validation errors (#529) @matthijsln
- [HTM-821] OIDC support (#451) @puckipedia
- Bump sentry.version from 6.25.0 to 6.25.1 (#531) @dependabot
- Bump maven-site-plugin from 4.0.0-M8 to 4.0.0-M9 (#528) @dependabot
- docs: add dependabot as a contributor for maintenance (#525) @allcontributors
- Bump swagger-annotations from 2.2.14 to 2.2.15 (#524) @dependabot
- [HTM-873] Add all contributors (committers) in chronological order (#522) @mprins
- Do not send SSE events with serialized entities during startup (#521) @matthijsln
- Bump sentry.version from 6.24.0 to 6.25.0 (#520) @dependabot
- [HTM-860] Refactor global flag to request parameter (#514) @mprins
- Increase SSE emitter timeout from default 180s to 1hr (#515) @matthijsln
- Bump hypersistence-utils-hibernate-55 from 3.5.0 to 3.5.1 (#510) @dependabot
- Bump swagger-annotations from 2.2.13 to 2.2.14 (#511) @dependabot
- Bump swagger-annotations from 2.2.12 to 2.2.13 (#508) @dependabot
- Bump spring-boot-starter-parent from 2.7.12 to 2.7.13 (#507) @dependabot
- Bump hypersistence-utils-hibernate-55 from 3.4.4 to 3.5.0 (#506) @dependabot
- Bump swagger-ui from 5.0.0 to 5.1.0 (#505) @dependabot
- Bump sentry.version from 6.22.0 to 6.23.0 (#501) @dependabot
- Bump hypersistence-utils-hibernate-55 from 3.4.3 to 3.4.4 (#503) @dependabot
- Bump error_prone_core from 2.19.1 to 2.20.0 (#502) @dependabot
- [HTM-832][HTM-834] Feature editing API (#500) @mprins
- HTM-833: Return complete users/groups. Include groupNames in Users. (#499) @geertplaisier
- Bump swagger-ui from 4.19.0 to 5.0.0 (#497) @dependabot
- Bump swagger-annotations from 2.2.11 to 2.2.12 (#498) @dependabot
- Bump hypersistence-utils-hibernate-55 from 3.4.2 to 3.4.3 (#496) @dependabot
- Bump dependency-check-maven from 8.2.1 to 8.3.1 (#495) @dependabot
- Bump aquasecurity/trivy-action from 0.11.0 to 0.11.2 (#494) @dependabot
- [HTM-808] Send SSE for entity updates (#491) @matthijsln
- Bump sentry.version from 6.21.0 to 6.22.0 (#492) @dependabot
- Update ubuntu-maven.yml (#490) @mprins
- GeoTools up to 29.1 uses hsqldb 2.5.2, which has https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-41853, 29.2 will provide 2.7.2 (#489) @mprins
- Bump maven-release-plugin from 3.0.0 to 3.0.1 (#483) @dependabot
- Bump swagger-ui from 4.18.2 to 4.19.0 (#482) @dependabot
- Bump maven-project-info-reports-plugin from 3.4.4 to 3.4.5 (#487) @dependabot
- Bump versions-maven-plugin from 2.15.0 to 2.16.0 (#488) @dependabot
- Bump aquasecurity/trivy-action from 0.10.0 to 0.11.0 (#484) @dependabot
- Bump swagger-annotations from 2.2.10 to 2.2.11 (#481) @dependabot
- Add getAllExcludingIds call for feature sources and geo services (#480) @matthijsln
- Add attributions for some external services (#479) @matthijsln
- [HTM-777] Add admin API to refresh feature source capabilities (#468) @matthijsln
- [HTM-780] Add admin API to refresh geo service capabilities (#467) @matthijsln
- HTM-768: GeoServiceLayer authorization (#458) @puckipedia
- Bump sentry.version from 6.20.0 to 6.21.0 (#475) @dependabot
- Bump hypersistence-utils-hibernate-55 from 3.4.1 to 3.4.2 (#473) @dependabot
- Bump hypersistence-utils-hibernate-55 from 3.3.2 to 3.4.1 (#471) @dependabot
- Bump maven-project-info-reports-plugin from 3.4.3 to 3.4.4 (#472) @dependabot
- Bump sentry.version from 6.19.1 to 6.20.0 (#470) @dependabot
- Bump geotools.version from 29.0 to 29.1 (#466) @dependabot
- Bump docker-maven-plugin from 0.42.1 to 0.43.0 (#465) @dependabot
- Bump sentry.version from 6.19.0 to 6.19.1 (#464) @dependabot
- Bump spring-boot-starter-parent from 2.7.11 to 2.7.12 (#463) @dependabot
- Bump maven-pmd-plugin from 3.20.0 to 3.21.0 (#462) @dependabot
- Bump cyclonedx-maven-plugin from 2.7.8 to 2.7.9 (#461) @dependabot
- Bump sentry.version from 6.18.1 to 6.19.0 (#460) @dependabot
- Bump git-commit-id-maven-plugin from 5.0.0 to 6.0.0 (#459) @dependabot
- Bump swagger-annotations from 2.2.9 to 2.2.10 (#457) @dependabot
- Bump openapi-generator-maven-plugin from 6.5.0 to 6.6.0 (#454) @dependabot
- Bump error_prone_core from 2.18.0 to 2.19.1 (#453) @dependabot
- [HTM-774] Add API to validate password (#455) @matthijsln
- Process test results via artifact for forked PRs (dependabot etc.) (#456) @matthijsln
- [HTM-763] Assign unique layer id's so virtual layers can be used as tree nodes (#446) @matthijsln
- [HTM-772] Send 401 response when not authorized (#452) @matthijsln
- Remove groups only used for authorization rules (#444) @matthijsln
- HTM-705 / HTM-704: Authorization support (#410) @puckipedia
- Bump fmt-maven-plugin from 2.19 to 2.20 (#443) @dependabot
- Bump maven-site-plugin from 4.0.0-M7 to 4.0.0-M8 (#442) @dependabot
- Bump eclipse-temurin from 11.0.18_10-jre to 11.0.19_7-jre (#441) @dependabot
- Bump maven-fluido-skin from 2.0.0-M5 to 2.0.0-M6 (#440) @dependabot
- Bump sentry.version from 6.17.0 to 6.18.1 (#439) @dependabot
- Bump junit-bom from 5.9.2 to 5.9.3 (#438) @dependabot
- [HTM-761] only allow alphanumeric and dash for username or group name (#437) @mprins
- Bump jacoco-maven-plugin from 0.8.9 to 0.8.10 (#436) @dependabot
- Bump cyclonedx-maven-plugin from 2.7.7 to 2.7.8 (#435) @dependabot
- [HTM-753][HTM-754] cleanup/fixup AppControllerIntegrationTest and LayerDescriptionControllerPostgresIntegrationTest (#434) @mprins
- Bump aquasecurity/trivy-action from 0.9.2 to 0.10.0 (#432) @dependabot
- [HTM-710] Fix NPE when adding WMTS (#426) @matthijsln
- Bump spring-security.version to 5.8.3 (#424) @mprins
- Bump spring-boot-starter-parent from 2.7.10 to 2.7.11 (#425) @dependabot
- [HTM-748] Do not override GeoTools WMS version negotiation (#423) @matthijsln
- [HTM-720] Add URLs to front controller (#421) @matthijsln
- Bump maven-project-info-reports-plugin from 3.4.2 to 3.4.3 (#422) @dependabot
- Fix migration version check for creating catalog (#419) @matthijsln
- Update readme and update profiles (#417) @matthijsln
- Bump cyclonedx-maven-plugin from 2.7.6 to 2.7.7 (#418) @dependabot
- Bump junit-pioneer from 2.0.0 to 2.0.1 (#414) @dependabot
- Bump hypersistence-utils-hibernate-55 from 3.3.1 to 3.3.2 (#415) @dependabot
- [HTM-708] Refactor database initialization (#412) @matthijsln
- Build infra (#411) @mprins
- [HTM-709] Have only a single superuser admin role (#409) @matthijsln
- Add findByIds for TMFeatureSource (#408) @matthijsln
- Bump maven-site-plugin from 4.0.0-M6 to 4.0.0-M7 (#407) @dependabot
- Model update (#405) @matthijsln
- Bump docker-maven-plugin from 0.42.0 to 0.42.1 (#406) @dependabot
- Revert generatedConstructorWithRequiredArgs back to false (#404) @matthijsln
- Fix warnings when running application (#403) @geertplaisier
- Bump openapi-generator-maven-plugin from 6.4.0 to 6.5.0 (#400) @dependabot
- Bump jacoco-maven-plugin from 0.8.8 to 0.8.9 (#402) @dependabot
- Bump swagger-ui from 4.18.1 to 4.18.2 (#398) @dependabot
- Bump geotools.version from 29-RC1 to 29.0 (#394) @dependabot
- Bump maven-fluido-skin from 2.0.0-M3 to 2.0.0-M5 (#395) @dependabot
- Bump sentry.version from 6.16.0 to 6.17.0 (#401) @dependabot
- Bump cyclonedx-maven-plugin from 2.7.5 to 2.7.6 (#396) @dependabot
- Bump hypersistence-utils-hibernate-55 from 3.3.0 to 3.3.1 (#399) @dependabot
- Added FeaturesourceEvent handler to load JDBC sources (#393) @geertplaisier
- Bump maven-scm-publish-plugin from 3.1.0 to 3.2.1 (#391) @dependabot
- Bump actions/stale from 7 to 8 (#389) @dependabot
- Bump snakeyaml.version from 1.33 to 2.0 (#388) @mprins
- Bump hypersistence-utils-hibernate-55 from 3.2.0 to 3.3.0 (#387) @dependabot
- Bump GeoTools from 28.2 to 29-RC1 (#376) @mprins
- Bump modernizer-maven-plugin.version from 2.5.0 to 2.6.0 (#386) @dependabot
- Bump spring-boot-starter-parent from 2.7.9 to 2.7.10 (#385) @dependabot
- Bump dependency-check-maven from 8.1.2 to 8.2.1 (#384) @dependabot
- Bump maven-site-plugin from 4.0.0-M5 to 4.0.0-M6 (#382) @dependabot
- Bump swagger-annotations from 2.2.8 to 2.2.9 (#381) @dependabot
- Bump maven-release-plugin from 3.0.0-M7 to 3.0.0 (#380) @dependabot
- Bump sentry.version from 6.15.0 to 6.16.0 (#379) @dependabot
- Add API for published service viewer and change Application, Service and AppLayerRef id's to strings (#362) @matthijsln
- Bump swagger-ui from 4.17.1 to 4.18.1 (#378) @dependabot
- Bump aquasecurity/trivy-action from 0.9.1 to 0.9.2 (#377) @dependabot
- Bump swagger-ui from 4.17.0 to 4.17.1 (#375) @dependabot
- Bump swagger-ui from 4.15.5 to 4.17.0 (#373) @dependabot
- Bump sentry.version from 6.14.0 to 6.15.0 (#372) @dependabot
- Bump docker-maven-plugin from 0.41.0 to 0.42.0 (#371) @dependabot
- Bump dependency-check-maven from 8.1.1 to 8.1.2 (#370) @dependabot
- [DEVOPS-59] Generate SBOM as part of the build (#369) @mprins
- Bump dependency-check-maven from 8.1.0 to 8.1.1 (#368) @dependabot
- Bump pmd.version from 6.54.0 to 6.55.0 (#367) @dependabot
- Bump flyway.version: 8.5.13 ⇨ 9.15.1 (#365) @mprins
- Bump spring-boot-starter-parent from 2.7.8 to 2.7.9 (#364) @dependabot
- Load extra capabilities, set title from capabilities if null (#361) @matthijsln
- Bump versions-maven-plugin from 2.14.2 to 2.15.0 (#363) @dependabot
- Refactor service proxy (#359) @matthijsln
- Refactor feature controllers (#358) @matthijsln
- Configure Spring Data REST for admin (#347) @matthijsln
- Bump geotools.version from 28.1 to 28.2 (#356) @dependabot
- Bump openapi-generator-maven-plugin from 6.3.0 to 6.4.0 (#357) @dependabot
- Read JDBC DataStore capabilities (#355) @matthijsln
- Read and persist WFS feature types (#342) @matthijsln
- ♻️ Various dependency updates (#354) @mprins
- Bump hypersistence-utils-hibernate-55 from 3.1.2 to 3.2.0 (#352) @dependabot
- Bump Hibernate from 5.6.14.Final to 5.6.15.Final (#353) @mprins
- Bump sentry.version from 6.13.1 to 6.14.0 (#351) @dependabot
- Bump maven...
v11.0.0-RC1 🎁
What’s Changed
- HTM-833: Return complete users/groups. Include groupNames in Users. (#499) @geertplaisier
- Bump swagger-ui from 4.19.0 to 5.0.0 (#497) @dependabot
- Bump swagger-annotations from 2.2.11 to 2.2.12 (#498) @dependabot
- Bump hypersistence-utils-hibernate-55 from 3.4.2 to 3.4.3 (#496) @dependabot
- Bump dependency-check-maven from 8.2.1 to 8.3.1 (#495) @dependabot
- Bump aquasecurity/trivy-action from 0.11.0 to 0.11.2 (#494) @dependabot
- [HTM-808] Send SSE for entity updates (#491) @matthijsln
- Bump sentry.version from 6.21.0 to 6.22.0 (#492) @dependabot
- Update ubuntu-maven.yml (#490) @mprins
- GeoTools up to 29.1 uses hsqldb 2.5.2, which has https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-41853, 29.2 will provide 2.7.2 (#489) @mprins
- Bump maven-release-plugin from 3.0.0 to 3.0.1 (#483) @dependabot
- Bump swagger-ui from 4.18.2 to 4.19.0 (#482) @dependabot
- Bump maven-project-info-reports-plugin from 3.4.4 to 3.4.5 (#487) @dependabot
- Bump versions-maven-plugin from 2.15.0 to 2.16.0 (#488) @dependabot
- Bump aquasecurity/trivy-action from 0.10.0 to 0.11.0 (#484) @dependabot
- Bump swagger-annotations from 2.2.10 to 2.2.11 (#481) @dependabot
- Add getAllExcludingIds call for feature sources and geo services (#480) @matthijsln
- Add attributions for some external services (#479) @matthijsln
- [HTM-777] Add admin API to refresh feature source capabilities (#468) @matthijsln
- [HTM-780] Add admin API to refresh geo service capabilities (#467) @matthijsln
- HTM-768: GeoServiceLayer authorization (#458) @puckipedia
- Bump sentry.version from 6.20.0 to 6.21.0 (#475) @dependabot
- Bump hypersistence-utils-hibernate-55 from 3.4.1 to 3.4.2 (#473) @dependabot
- Bump hypersistence-utils-hibernate-55 from 3.3.2 to 3.4.1 (#471) @dependabot
- Bump maven-project-info-reports-plugin from 3.4.3 to 3.4.4 (#472) @dependabot
- Bump sentry.version from 6.19.1 to 6.20.0 (#470) @dependabot
- Bump geotools.version from 29.0 to 29.1 (#466) @dependabot
- Bump docker-maven-plugin from 0.42.1 to 0.43.0 (#465) @dependabot
- Bump sentry.version from 6.19.0 to 6.19.1 (#464) @dependabot
- Bump spring-boot-starter-parent from 2.7.11 to 2.7.12 (#463) @dependabot
- Bump maven-pmd-plugin from 3.20.0 to 3.21.0 (#462) @dependabot
- Bump cyclonedx-maven-plugin from 2.7.8 to 2.7.9 (#461) @dependabot
- Bump sentry.version from 6.18.1 to 6.19.0 (#460) @dependabot
- Bump git-commit-id-maven-plugin from 5.0.0 to 6.0.0 (#459) @dependabot
- Bump swagger-annotations from 2.2.9 to 2.2.10 (#457) @dependabot
- Bump openapi-generator-maven-plugin from 6.5.0 to 6.6.0 (#454) @dependabot
- Bump error_prone_core from 2.18.0 to 2.19.1 (#453) @dependabot
- [HTM-774] Add API to validate password (#455) @matthijsln
- Process test results via artifact for forked PRs (dependabot etc.) (#456) @matthijsln
- [HTM-763] Assign unique layer id's so virtual layers can be used as tree nodes (#446) @matthijsln
- [HTM-772] Send 401 response when not authorized (#452) @matthijsln
- Remove groups only used for authorization rules (#444) @matthijsln
- HTM-705 / HTM-704: Authorization support (#410) @puckipedia
- Bump fmt-maven-plugin from 2.19 to 2.20 (#443) @dependabot
- Bump maven-site-plugin from 4.0.0-M7 to 4.0.0-M8 (#442) @dependabot
- Bump eclipse-temurin from 11.0.18_10-jre to 11.0.19_7-jre (#441) @dependabot
- Bump maven-fluido-skin from 2.0.0-M5 to 2.0.0-M6 (#440) @dependabot
- Bump sentry.version from 6.17.0 to 6.18.1 (#439) @dependabot
- Bump junit-bom from 5.9.2 to 5.9.3 (#438) @dependabot
- [HTM-761] only allow alphanumeric and dash for username or group name (#437) @mprins
- Bump jacoco-maven-plugin from 0.8.9 to 0.8.10 (#436) @dependabot
- Bump cyclonedx-maven-plugin from 2.7.7 to 2.7.8 (#435) @dependabot
- [HTM-753][HTM-754] cleanup/fixup AppControllerIntegrationTest and LayerDescriptionControllerPostgresIntegrationTest (#434) @mprins
- Bump aquasecurity/trivy-action from 0.9.2 to 0.10.0 (#432) @dependabot
- [HTM-710] Fix NPE when adding WMTS (#426) @matthijsln
- Bump spring-security.version to 5.8.3 (#424) @mprins
- Bump spring-boot-starter-parent from 2.7.10 to 2.7.11 (#425) @dependabot
- [HTM-748] Do not override GeoTools WMS version negotiation (#423) @matthijsln
- [HTM-720] Add URLs to front controller (#421) @matthijsln
- Bump maven-project-info-reports-plugin from 3.4.2 to 3.4.3 (#422) @dependabot
- Fix migration version check for creating catalog (#419) @matthijsln
- Update readme and update profiles (#417) @matthijsln
- Bump cyclonedx-maven-plugin from 2.7.6 to 2.7.7 (#418) @dependabot
- Bump junit-pioneer from 2.0.0 to 2.0.1 (#414) @dependabot
- Bump hypersistence-utils-hibernate-55 from 3.3.1 to 3.3.2 (#415) @dependabot
- [HTM-708] Refactor database initialization (#412) @matthijsln
- Build infra (#411) @mprins
- [HTM-709] Have only a single superuser admin role (#409) @matthijsln
- Add findByIds for TMFeatureSource (#408) @matthijsln
- Bump maven-site-plugin from 4.0.0-M6 to 4.0.0-M7 (#407) @dependabot
- Model update (#405) @matthijsln
- Bump docker-maven-plugin from 0.42.0 to 0.42.1 (#406) @dependabot
- Revert generatedConstructorWithRequiredArgs back to false (#404) @matthijsln
- Fix warnings when running application (#403) @geertplaisier
- Bump openapi-generator-maven-plugin from 6.4.0 to 6.5.0 (#400) @dependabot
- Bump jacoco-maven-plugin from 0.8.8 to 0.8.9 (#402) @dependabot
- Bump swagger-ui from 4.18.1 to 4.18.2 (#398) @dependabot
- Bump geotools.version from 29-RC1 to 29.0 (#394) @dependabot
- Bump maven-fluido-skin from 2.0.0-M3 to 2.0.0-M5 (#395) @dependabot
- Bump sentry.version from 6.16.0 to 6.17.0 (#401) @dependabot
- Bump cyclonedx-maven-plugin from 2.7.5 to 2.7.6 (#396) @dependabot
- Bump hypersistence-utils-hibernate-55 from 3.3.0 to 3.3.1 (#399) @dependabot
- Added FeaturesourceEvent handler to load JDBC sources (#393) @geertplaisier
- Bump maven-scm-publish-plugin from 3.1.0 to 3.2.1 (#391) @dependabot
- Bump actions/stale from 7 to 8 (#389) @dependabot
- Bump snakeyaml.version from 1.33 to 2.0 (#388) @mprins
- Bump hypersistence-utils-hibernate-55 from 3.2.0 to 3.3.0 (#387) @dependabot
- Bump GeoTools from 28.2 to 29-RC1 (#376) @mprins
- Bump modernizer-maven-plugin.version from 2.5.0 to 2.6.0 (#386) @dependabot
- Bump spring-boot-starter-parent from 2.7.9 to 2.7.10 (#385) @dependabot
- Bump dependency-check-maven from 8.1.2 to 8.2.1 (#384) @dependabot
- Bump maven-site-plugin from 4.0.0-M5 to 4.0.0-M6 (#382) @dependabot
- Bump swagger-annotations from 2.2.8 to 2.2.9 (#381) @dependabot
- Bump maven-release-plugin from 3.0.0-M7 to 3.0.0 (#380) @dependabot
- Bump sentry.version from 6.15.0 to 6.16.0 (#379) @dependabot
- Add API for published service viewer and change Application, Service and AppLayerRef id's to strings (#362) @matthijsln
- Bump swagger-ui from 4.17.1 to 4.18.1 (#378) @dependabot
- Bump aquasecurity/trivy-action from 0.9.1 to 0.9.2 (#377) @dependabot
- Bump swagger-ui from 4.17.0 to 4.17.1 (#375) @dependabot
- Bump swagger-ui from 4.15.5 to 4.17.0 (#373) @dependabot
- Bump sentry.version from 6.14.0 to 6.15.0 (#372) @dependabot
- Bump docker-maven-plugin from 0.41.0 to 0.42.0 (#371) @dependabot
- Bump dependency-check-maven from 8.1.1 to 8.1.2 (#370) @dependabot
- [DEVOPS-59] Generate SBOM as part of the build (#369) @mprins
- Bump dependency-check-maven from 8.1.0 to 8.1.1 (#368) @dependabot
- Bump pmd.version from 6.54.0 to 6.55.0 (#367) @dependabot
- Bump flyway.version: 8.5.13 ⇨ 9.15.1 (#365) @mprins
- Bump spring-boot-starter-parent from 2.7.8 to 2.7.9 (#364) @dependabot
- Load extra capabilities, set title from capabilities if null (#361) @matthijsln
- Bump versions-maven-plugin from 2.14.2 to 2.15.0 (#363) @dependabot
- Refactor service proxy (#359) @matthijsln
- Refactor feature controllers (#358) @matthijsln
- Configure Spring Data REST for admin (#347) @matthijsln
- Bump geotools.version from 28.1 to 28.2 (#356) @dependabot
- Bump openapi-generator-maven-plugin from 6.3.0 to 6.4.0 (#357) @dependabot
- Read JDBC DataStore capabilities (#355) @matthijsln
- Read and persist WFS feature types (#342) @matthijsln
- ♻️ Various dependency updates (#354) @mprins
- Bump hypersistence-utils-hibernate-55 from 3.1.2 to 3.2.0 (#352) @dependabot
- Bump Hibernate from 5.6.14.Final to 5.6.15.Final (#353) @mprins
- Bump sentry.version from 6.13.1 to 6.14.0 (#351) @dependabot
- Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#349) @dependabot
- Bump maven-fluido-skin from 2.0.0-M2 to 2.0.0-M3 (#348) @dependabot
- Use SLF4J, add PMD rule to prevent commons logging import and copy-pa… (#344) @matthijsln
- Bump maven-site-plugin from 4.0.0-M4 to 4.0.0-M5 (#345) @dependabot
- Set hidpi for austria test app (#346) @matthijsln
- Revert "[HTM-689] use Alpine base image" (#343) @mprins
- Add default layer settings, settings per layer and high dpi settings (#339) @matthijsln
- Bump aquasecurity/trivy-action from 0.9.0 to 0.9.1 (#340) @dependabot
- Bump dependency-check-maven from 8.0.2 to 8.1.0 (#341) @dependabot
- [HTM-689] use Alpine base image (#338) @mprins
- Secure management endpoint to allow for remote scraping (#336) @matthijsln
- Bump oracle-database.version from 21.8.0.0 to 21.9.0.0 (#337) @mprins
- Add users, groups and security configuration (#333) @matthijsln
- Add model for geo service catalog (#332) @matthijsln
- Update front controller for admin (#335) @matthijsln
- No need for compose stack from tailormap-viewer to run PostgreSQL (#334) @matthijsln
- Serve static frontend (#328) @matthijsln
- Bump hypersistence-utils-hibernate-55 from 3.1.1 to 3.1.2 (#330) @dependabot
- Bump sentry.version from 6.13.0 to 6.13.1 (#331) @dependabot
- Add base layers (#327) @matthijsln
- Bump docker-maven-plugin from 0.40.3 to 0.41.0 (#326) @dependabot
- Bump postgresql from 42.5.2 to 42.5.3 (#325) @mprins
- Bump junit-pioneer from 1.9.1 to 2.0.0 (#324) @dependab...