Skip to content
Snippets Groups Projects
  1. Sep 30, 2024
    • latlon team's avatar
      Code drop · b56555cc
      latlon team authored
      
      - Merged in feature/improveHtmlReport-XPLANBOX-3413 (pull request #370) (861d82b00)
      - XPLANBOX-3408 image for XPlanValidatorWeb operations manual updated (c484e3ecf)
      - XPLANBOX-1050 - support of MultiGeometries in GeoJsonGeometryBuilder (85d2b8263)
      - XPLANBOX-1050 - fixed download of geojson (5749e7243)
      - XPLANBOX-3411 - Add new test GET BP 5.2 XX retrieveGeomfindings and implement assertions for geomfindings (6a5e8e8ab)
      - XPLANBOX-3423 - Add HTTP status code 406 to /{uuid}/geomfindings and /{uuid}/geomfindings.json (e4034354a)
      - XPLANBOX-3411 - Implement tests for geomfindings in XPlanManagerAPI v2 TestSuite (dc721242b)
      - XPLANBOX-3411 - Enhance and improve assertions of GET XX X.X XX openAPI (6d49513ee)
      - XPLANBOX-1050 - transform markerGeom in GeoJSON to WGS84 (60ec777de)
      - XPLANBOX-1050 - removed /geomfindings.geojson, added description of 406 (bfab70bf9)
      - XPLANBOX-3374 - upgrade postgis/postgis:14-3.4 (c66aa5f7a)
      - XPLANBOX-1354 - aggregated redundant flaechenschluss failures (409038022)
      - XPLANBOX-3411 - Implement /report/{uuid}/geomfindings TestCase and /report/{uuid}/geomfindings.json TestCase and add assertions to GET XX X.X XX openAPI (bcbf4d7ba)
      - fixed expected sized of xplan-validator-executor (6660078b1)
      - XPLANBOX-3347 - fixed PlanInfo link urls in v2, added/improved tests and javadoc (9c1fb7a1d)
      - XPLANBOX-3347 - fixed PlanInfo links to self in v2 (a414dc198)
      - XPLANBOX-3347 - fixed PlanInfo links in v1 if requestMediaType is a JSON sub type (e77bf5f8d)
      - XPLANBOX-3396 - Fix assertions for links to /plan/{planId} in XPlanManagerAPI v2 (1f72ef93c)
      - XPLANBOX-3396 - Implement assertions for links to /plan/{planId} (749a151a9)
      - XPLANBOX-1050 - added type to GeoJson Feature and FeatureCollection (a38a1f246)
      - XPLANBOX-1050 - added GEOJSON to zip (XPlanManagerAPI, XPlanValidatorAPI) (8a0784623)
      - XPLANBOX-1050 - refactoring: renamd ArtifactType to ReportFormatType (3a13c3f56)
      - XPLANBOX-1050 - added download of GeoJson, added to Zip (73e215ecc)
      - XPLANBOX-1050 - fixed tests (b6386448d)
      - XPLANBOX-1050 - added geomfindings paths to ReportApi (948129c06)
      - XPLANBOX-3347 - Corrected assertions and created mew ones for affected teststeps of the xplan-manager-api SoapUi project (4dc731acf)
      - XPLANBOX-1050 - removed hint to shape file from validation message (e47a7dffa)
      - XPLANBOX-1050 - added geomfindings to v2 VaidationReport (b5b540012)
      - XPLANBOX-1050 - implemented GeoJsonBuilder, moved GeoJsonGeometryBuilder to xplan-core-validator (b866f633a)
      - XPLANBOX-1050 - moved geojson model to xplan-core-validator, added Feature and Featureollection (cdbf5d0e1)
      - XPLANBOX-3347 - fixed links to PlanInfo (4b6afb3f8)
      
      Co-authored-by: default avatarDirk Stenger <stenger@lat-lon.de>
      Co-authored-by: Julian Zilz's avatarJulian Zilz <zilz@lat-lon.de>
      Co-authored-by: default avatarLyn Elisa Goltz <goltz@lat-lon.de>
      Co-authored-by: default avatarTorsten Friebe <torsten.friebe@gmail.com>
      
      Dropped from commit: d3858c3d190f2c9347547922c788b4c76c2ea376
      b56555cc
  2. Sep 13, 2024
    • latlon team's avatar
      Code drop · a81ca6ea
      latlon team authored
      
      - XPLANBOX-3278 - Fixed assertion of importPlanNoBereichExpectError400 TestCase (5e8f17f81)
      - XPLANBOX-3278 - Removed false query parameter sU and replaced it, refactoring of TestCase names for workflow v2 TestSuite, Added invalid validation workflow for Workflow v1 TestSuite, xplan-manager-api (2c02c7e15)
      - XPLANBOX-3278 - Refactoring of TestCase description and TestCase names for workflow TestSuites v1 and v2, xplan-validator-api (4deacbd66)
      - XPLANBOX-3278 - Removed false query parameter sU and replaced it, fixed assertion of validatePlanExpectErrorNoBereich TestCase (893c0ae0a)
      - XPLANBOX-3372 renamed xplanbox.validation.s3.bucketName to xplanbox.s3.bucket.validation (8154eeaec)
      - XPLANBOX-3372 renamed XPLAN_VALIDATOR_PROFILES to XPLAN_VALIDATION_PROFILES (194d9d765)
      - XPLANBOX-3372 removed env var XPLAN_FS_DIRECTORY and related property xplanbox.validation.fsdirectory (8b2e9ffc5)
      - XPLANBOX-3372 removed env var XPLAN_VALIDATION_S3_BUCKET_PUBLIC_URL and related property xplanbox.validation.s3.bucketPublicUrl (4d571d1b1)
      - XPLANBOX-3372 renamed XPLAN_S3_BUCKET_NAME to XPLAN_S3_BUCKET_ATTACHMENTS (9a3722aac)
      - XPLANBOX-3372 renamed XPLAN_VALIDATION_S3_BUCKET_NAME to XPLAN_S3_BUCKET_VALIDATION (36e880a7d)
      - XPLANBOX-3372 renamed XPLAN_S3_BUCKET_NAME_MAPPROXY_CACHE to XPLAN_S3_BUCKET_MAPPROXYCACHE (332fc3a0b)
      - XPLANBOX-3278 - Added validation workflow for Workflow v1 TestSuite for xplan-validator-api soapui project (319a67ae0)
      - XPLANBOX-3278 - Added new geometric,syntax and semantic error workflow TestCases for the Workflow v2 TestSuite of the project xplan-manager-api, added two new plans in GML format (2f01e4ce0)
      - XPLANBOX-3278 - Fix BP version in name of XPlanValidatorAPI validation workflows (6421583d5)
      - XPLANBOX-3308 fixed table formatting to resolve error while building output due to invalid references (adc99b288)
      - XPLANBOX-3278 - Added assertions to geometric and semantic validation error workflows, which check the output of the GmlIds (948e028d8)
      - XPLANBOX-3308 improved operations manual about S3 usage, parts of distribution package and configuration (ae4956e25)
      - XPLANBOX-3135 - added missing version of postgresql (7321eca74)
      - XPLANBOX-3350 - renamed private to public (bad8ef473)
      - XPLANBOX-3278 - Added further assertions for the /report/{uuid} TestCase of the XPlanValidatorAPIv2 TestSuite (4a3593020)
      - XPLANBOX-3278 - Added new geometric,syntax and semantic error workflow TestCases for the XPlanValidatorv2 TestSuite, added two new plans in GML format (fa4968ec6)
      - XPLANBOX-3135 - added geo-solutions-cache repo (3caef495c)
      - XPLANBOX-3135 - fixed dependencies in webservices, updated libs.expected.txt (4430c62cc)
      - XPLANBOX-3308 updated operations manual about mapserver, mapproxy, rabbitmq, s3 storage (7b8476e96)
      - XPLANBOX-3135 - removed unused properties (332e27bb8)
      - Merged in feature/XPLANBOX-3252-rabbit-tracing (pull request #353) (fed8f7c03)
      - XPLANBOX-3172 - fixed duplicate type properties, fixed NPW, removed adding schema components (b45fbaaa3)
      - XPLANBOX-3350 rename 'internal' to 'private' (0c978ba30)
      - XPLANBOX-3348 - fix IllegalAccessError in xplan-cli (915faf52b)
      - XPLANBOX-3350 send events to topic exchanges (d3bfd91f2)
      - XPLANBOX-3348 - use eclipse base image in xplan-manager-api (64a1f8cef)
      - XPLANBOX-3348 - removed run CMD (4cf59e0c1)
      - XPLANBOX-3172 - fixed deserialization (d758e0c2f)
      - XPLANBOX-3135 - fixed unit tests, updated libs.expected.txt (d313d9fd0)
      - XPLANBOX-3341 - Changed property name from uuidStatus to uuid in xplan-validator-api and xplan-manager-api (f1181634f)
      - XPLANBOX-3172 - export markerGeom as GeoJSon (b1cb772b0)
      - XPLANBOX-3341 - Added assertions for TestCases of the xplan-validator-api Workflow v2 TestSuite, validation report json (5efd73678)
      - XPLANBOX-3341 - Added pdf report retrieval to TestCases of xplan-manager-api Workflow v2 TestSuite (0edb28ebc)
      - XPLANBOX-3172 - fixed skip, removed unused code, added tests (e261f70d9)
      - XPLANBOX-3172 - removed id and location from geometric validation mesages (dec04f5db)
      - XPLANBOX-3135 - upgrade liquibase (b04201fbd)
      - XPLANBOX-3135 - upgrade dependencies; removed versions declared in spring-boot-dependencies (1ffe8c3f5)
      - XPLANBOX-3172 - added gmlIds to geometric validations (XPlanGeometricValidation) (c64b824a2)
      - XPLANBOX-3135 - upgrade plugins (c7e3a71cb)
      - XPLANBOX-3172 - added gmlIds to geometric validations (1ce81931e)
      - XPLANBOX-3172 - refactoring: removed errors and warning, added BrokenGeometriesInspector, moved code to AenderungenInspector, removed isValid from ValidatorResult (2cce50193)
      - XPLANBOX-3341 - Enhanced property naming and endpoints of xplan-validator v2 TestSuite and Workflow v2 TestSuite, activated validation report TestCases (4237482cd)
      - XPLANBOX-3172 - updated OptimisedFlaechenschlussInspector to use GeometricValidationRule (f7f744b40)
      - XPLANBOX-3355 - renamed module xplan-tests-selenium to xplan-tests-integration (73fef21f4)
      - XPLANBOX-3341 - Added report/{uuid} TestCase to XPlanValidatorAPIv2 TestSuite, fix formatting of other soapui projects (4060a0ec0)
      - XPLANBOX-3341 - Refactor and improve mechanism of xplan-manager-api Workflow v2 TestSuite, enable retrieval of validation reports and write new assertions (13b2b726b)
      - XPLANBOX-3341 - Enhance tests for /report/{uuid} in XPlanManagerAPI v2 TestSuite (af005bd48)
      - XPLANBOX-3353 add configurable prefix for anonymous queues (1087ac745)
      - XPLANBOX-3341 - Added report/{uuid} TestCase and removed report references from status/{uuid} TestCase, only XPlanManagerAPI (3e14d76ed)
      - XPLANBOX-3341 - Deleted and edited assertions, changed names in cleanup properties (6b163bade)
      - XPLANBOX-3341 - Further enhanced property naming and endpoints used in testcases (ad16e7d29)
      - XPLANBOX-3341 - Enhanced property naming and endpoints used in testcases (dc24d9995)
      - XPLANBOX-3172 - updated GeltungsbereichInspector to use GeometricValidationRule (7ed554859)
      - XPLANBOX-3172 - updated DoppelbelegungInspector to use GeometricValidationRule (d1389b0a6)
      - XPLANBOX-3172 - build and convert geometric validation; updated XPlanGeometryInspector to new report (29d2a58d5)
      - XPLANBOX-3172 - refactoring: renamed methods (9ca55a360)
      - XPLANBOX-3172 - enhanced build convert: syntactic and profiles (a9afe001c)
      - XPLANBOX-3172 - build and convert status (bed5798c3)
      - XPLANBOX-3341 - Fix assertions for retrieveStatus after links change (3f5b65b57)
      - XPLANBOX-3172 - changes semantic reports, build semantic reports, convert semantic report (8750ad15f)
      - XPLANBOX-3172 - moved DateConverter; use DateConverter in ValidationReportBuilder; improvements ValidationReportBuilder (ace3f6cff)
      - XPLANBOX-3172 - added first version of v2 ValidationReport (5e48b04d7)
      - XPLANBOX-3116 - replaced linkt to S3 with links to new /report resource in /status response (66b31bf47)
      - XPLANBOX-3316 - added ReportApi (c72a199d0)
      
      Co-authored-by: default avatarDirk Stenger <stenger@lat-lon.de>
      Co-authored-by: Julian Zilz's avatarJulian Zilz <zilz@lat-lon.de>
      Co-authored-by: default avatarLyn Elisa Goltz <goltz@lat-lon.de>
      Co-authored-by: default avatarMarc Guillemot <guillemot@lat-lon.de>
      Co-authored-by: default avatarTorsten Friebe <friebe@lat-lon.de>
      
      Dropped from commit: ce808d27b1af7de06557a027bb7a986f1e6177d1
      a81ca6ea
  3. Sep 02, 2024
    • latlon team's avatar
      Code drop · 82d51401
      latlon team authored
      
      - XPLANBOX-3279 - reactivated -werror (f9192ad1a)
      - XPLANBOX-3154 - Added assertions for PlanInfo and ValidationReport (6bae5c417)
      - XPLANBOX-3296 updated operations manual about usage of liquibase for DB initialisation (d8b61a9eb)
      - XPLANBOX-3264 - Set Profiles TestCase to failOnError false (8e049de11)
      - XPLANBOX-3264 - Implement Profiles TestCase in Workflow v2 TestSuite in xplan-validator-api SoapUI project (f56ca97be)
      - XPLANBOX-3264 - Implement Profiles TestCase in Workflow v2 TestSuite in xplan-manager-api SoapUI project (d95a9ea6f)
      - XPLANBOX-3282 - Add assertions for gemeinden and improve names (f0c22eb80)
      - XPLANBOX-3155 - added rulesMetadata to profiles in ValidationReport v2 (da14aee31)
      - XPLANBOX-3279 - added xplan-database-scripts.jat to xplan-distribution (7986d831d)
      - XPLANBOX-3307 - removed autowired, renamed TestS3Config to TestS3Context (2f40a9a36)
      - XPLANBOX-3279 - fixed export of gemeinden (224af085b)
      - XPLANBOX-3294 added deprecation notice to changelog for v7.2.2 (eaba7423a)
      - XPLANBOX-3260 updated operations manual about removed in-memory store XPlanValidatorWMS (d91889f5a)
      - XPLANBOX-3154 - renamed Link; enhanced description (3e2e51580)
      - XPLANBOX-3154 - export ValidationReport and PlanInfo schemas in v2 OpenAPI documents (212cc0cfb)
      - XPLANBOX-3279 - converted test planinfo.json to v2 to fix PlanApiTests (1fd18da45)
      - XPLANBOX-2804 - added missing test plan (8e018ba0f)
      - XPLANBOX-3156 - removed servlet-mapping removefromcache (33ab6ae73)
      - XPLANBOX-2804 - fixed typo (bb51afbd4)
      - XPLANBOX-3164 - Simplify names of workflow tests of xplan-manager-api-soapui-project (a1fe1bf59)
      - XPLANBOX-3164 - Create new test suites Workflow v1 TestSuite and Workflow v2 TestSuite in XPlanValidatorAPI project and implement raster evaluation TestCases (588395ec7)
      - XPLANBOX-3249 minor improvements to properties files, removed outdated properties and updated descriptions (9c20e2a76)
      - XPLANBOX-3249 improved comment in properties file about deprecated option (578410b39)
      - XPLANBOX-3249 added config option for raster data evaluation in operations manual and reworked section for raster data in user manual (f07ae317b)
      - XPLNABOX-3297 migrate to JUnit 5 allowing integration tests to run (3846161eb)
      - XPLANBOX-3164 - Update names and descriptions of xplan-manager-api-soapui-project and xplan-validator-api-soapui-project (9aaa38fd9)
      - XPLANBOX-3279 - fill xplanmgr.gemeinden with data during update to 8.0 (a0a4417f0)
      - XPLANBOX-3275 - enabled wait (234b7d708)
      - XPLANBOX-3245 - removed alternate link to application/zip from import reponse XPlanManagerAPI v2 (ab0a97418)
      - XPLANBOX-3265 - Remove alternate media types from /plan/{planId} (8e83a52b5)
      - XPLANBOX-3156 - removed outdated workspace configurations; renamed xplan-webservices-validator-wms-sql-workspace to xplan-webservices-validator-wms-workspace (e62c11ec8)
      - XPLANBOX-3279 - added table gemeinden; parse gemeinden from XML, store in database (77eb5f045)
      - XPLANBOX-3164 - Refactor TestCases of raster data validation (29f831853)
      - XPLANBOX-3164 - Fix tests for raster data validation (6ce12ec23)
      - XPLANBOX-3164 - Implement test to check not supported format in raster data (f23cae217)
      - XPLANBOX-3164 - Implement test to check wrong CRS in raster data (98cd12cd6)
      - XPLANBOX-3156 - removed unused deegree-tilestore-geotiff and RemoveFromRasterCacheServlet (9f60ef5fe)
      - XPLANBOX-3275 - replaced baseUrlValidatorWeb with XPLAN_VALIDATOR_WEB_BASE_URL; use testConfig in SeleniumTests (81271cf48)
      - XPLANBOX-3156 - removed xplanbox.s3.bucketName from xplan-validator-api (7726661b4)
      - XPLANBOX-3156 - fixed SpringBooTest; fixed TODO in PlanApi (af062b4ec)
      - XPLANBOX-3164 - Create multiple tests in Raster evaluation TestCases of API v2 and v1 (28eb65981)
      - XPLANBOX-3164 - Create Worflow v2 TestSuite and Raster evaluation TestCase (c7e02921d)
      - XPLANBOX-2804 - 400 if rasterdata are invalid (v1) (9376a840d)
      - XPLANBOX-3266 - Remove tests for GET /plan/{planId} with application/zip and GET /plan/name/{planName} (7c3d6aa12)
      - XPLANBOX-3156 - removed unused code (raster data handling in wms, workspace reload) and config option workspaceReloadAction (a204acc62)
      - XPLANBOX-3279 - added Gemeinden to PlanInfoXplanModelData v1 and v2; removed ags and gemeindeName from v1 (183854715)
      - XPLANBOX-3245 - Remove GET /plan/{planId} with application/zip and GET /plan/name/{planName} (a86f09b86)
      - XPLANBOX-3156 - fixed compiler tests, errors,formatting (90579b967)
      - XPLANBOX-3275 - added properties to run TracingITs, enabled basic auth (5117154f6)
      - XPLANBOX-2804 - fixed NPE (632586dc1)
      - XPLANBOX-2804 - skip import if raster crs or image format is not supported (67073179d)
      - XPLANBOX-2804 - moved crsStatus and imageFormatStatus to ExternalReferenceResult (v1 and v2), updated api versions (571a398f2)
      - XPLANBOX-2804 - fixed skipping of raster evaluation (c087dc8a9)
      - XPLANBOX-3155 - added v2 SystemConfig and ManagerSystemConfig (fb0355a43)
      - (wip) XPLANBOX-3259 remove unnecessary spring profiles (3bf951f0f)
      - XPLANBOX-2804 - fixed InvalidPlan (v1); removed unused method (1b476b7b4)
      - XPLANBOX-2804 - disable evaluation of rasterdata in XPlanValidatorAPI (c8cbca7d2)
      - XPLANBOX-2804 - updated documentation: XPLAN_SERVICES_DEFAULT_CRS (f768f2891)
      - XPLANBOX-2804 - evaluate raster files and write results in v2 ValidationReport, convert from v2 to v1 (955e788fd)
      - XPLANBOX-2804 - fomatted json (82095b688)
      - XPLANBOX-2804 - refactoring: moved rasterVonfigurationCrs from managerConfiguration.properties to property XPLAN_SERVICES_DEFAULT_CRS (4966e2919)
      - XPLANBOX-2804 - refactoring: moved XPlanRasterEvaluation to new module xplan-core-raster (b45e9f0d6)
      - XPLANBOX-2804/-2664 - use java.time.LocalDateTime (389b7e8ba)
      - XPLANBOX-2804 - added vv2.ValidationReport with rasterReferencesResult (12bfc90c8)
      
      Co-authored-by: default avatarDirk Stenger <stenger@lat-lon.de>
      Co-authored-by: Julian Zilz's avatarJulian Zilz <zilz@lat-lon.de>
      Co-authored-by: default avatarLyn Elisa Goltz <goltz@lat-lon.de>
      Co-authored-by: default avatarMarc Guillemot <guillemot@lat-lon.de>
      Co-authored-by: default avatarTorsten Friebe <friebe@lat-lon.de>
      
      Dropped from commit: 0269017377bd05710e3f5ecf6cd184acc43291c2
      82d51401
  4. Jul 08, 2024
    • latlon team's avatar
      Code drop · 800ff5d9
      latlon team authored
      
      - fixed merge (e81543881)
      - XPLANBOX-3085 - upgrade xplanung.regeln.version to 1.1.9 (a8ac0e7fe)
      - XPLANBOX-3042 - removed wrong assertions (ec24fea10)
      - XPLANBOX-3085 - enhanced changelog, updated date (968b87e87)
      - XPLANBOX-3042 - improved check of missing references, added check of http references (f9d91d975)
      - XPLANBOX-3042 - added soapui tests testing missing references and http references (9b8caf130)
      - XPLANBOX-3106 - set xplanung.regeln.version to 1.1.9 (1a501a126)
      - XPLANBOX-3039 - removed white space (bc29b9edd)
      - XPLANBOX-3085 - upgrade date in CHANGELOG (ff8929da8)
      - XPLANBOX-3047 - upgrade selenium, added selenium dependencies (90e8d29ec)
      - XPLANBOX-3039 - fixed jaxb namespaces and version (11646e90e)
      - XPLANBOX-3100 added support for CompositeCurve in changelog (e8c77f2b8)
      - XPLANBOX-3100 - fixed star import (872588607)
      - XPLANBOX-2966 - added XPLAN_DB_PORT (dcbb3ef34)
      - XPLANBOX-3047 - updated libs.expected.txt after upgrade in deegree (cb7a7e61d)
      - XPLANBOX-3085 - set xplanung.regeln.version to 1.1.8; updated date in changelog (60c06c139)
      - XPLANBOX-3100 - added SoapUi-test with CompositeCurve (1a2e7039e)
      - XPLANBOX-3100 - accept CompositeCurve in XPlanGeometryInspector (063d30ec4)
      - XPLANBOX-3085 - updated changelog and aktualisierungsanleitung (d2d53d5ca)
      - XPLANBOX-3085 - updated copyright (751854656)
      - XPLANBOX-2979 - updated copyright (31d45f1e8)
      - XPLANBOX-3047 - fixed reference to jmx_prometheus_javaagent-1.0.1.jar (806ee4096)
      - XPLANBOX-3052 - keep decimal places (0e7ca8fbc)
      - XPLANBOX-3066 - removed CubicSpline from gml profile (f97c94a72)
      - XPLANBOX-3086 - use xplanung.regeln.version v1.1.8-SNAPSHOT (ef717bd4d)
      - XPLLANBOX-2979 - updated copyright to 2024 (37ba9b99b)
      - XPLANBOX-3047 - fixed docker-contextTarFile.expectedSizeInMat10pct (79edbd424)
      - XPLANBOX-3047 - updated docker-contextTarFile.expectedSizeInMat10pct (a6908b250)
      - XPLANBOX-3047 - updated libs.expected.txt, downgrade FastInfoset (use deegree version) (d6db86b41)
      - XPLANBOX-3047 - set scopes to avoid unneeded dependencies in war files (3a96c46cb)
      - XPLANBOX-3047 - added spring-boot-dependencies on root pom (b3c4b739d)
      - XPLANBOX-2966 add wait for db utility (ab7e54e81)
      - XPLANBOX-3047 - upgrade spring-boot.version; excluded angus-activation; removed javax from ignoreClass (77b6cb7fb)
      - XPLANBOX-3047 - upgrade axiom and other duplicated dependencies (96d11e8ae)
      
      Co-authored-by: default avatarLyn Elisa Goltz <goltz@lat-lon.de>
      Co-authored-by: default avatarMarc Guillemot <guillemot@lat-lon.de>
      Co-authored-by: default avatarTorsten Friebe <torsten.friebe@gmail.com>
      
      Dropped from commit: caf6df982c5e073e1cbfa73c0b1e130f5eea29f3
      800ff5d9
  5. Jul 01, 2024
    • latlon team's avatar
      Code drop · 913945c5
      latlon team authored
      
      - XPLANBOX-2053 added known issue for not distributable scheduler in XPlanValidatorWMS (87fe2a633)
      - XPLANBOX-3031 fixed naming for layer (58006b614)
      - XPLANBOX-3031 updated changelog with breaking changes chapter (fc245e584)
      - XPLANBOX-3065 update base image to fix critical issue, configure ignore (1f0bd5ea6)
      - XPLANBOX-3055 - updated libs.expected.txt after deegree build with updated dependencies (f5f55ae1f)
      - XPLANBOX-3055 - renamed WarStructureIT (334ab689e)
      - XPLANBOX-2171 - documented changed layer names (75ccb74e8)
      - XPLANBOX-3055 - exclude project dependendencies (ba46bd2a9)
      - XPLANBOX-3055 - added lib folder tests to all webservices (8c0ccb24d)
      - XPLANBOX-2171 - renamed layer in MapProxy configuration (a4a609418)
      - XPLANBOX-3055 add test illustrating duplicated libs in WEB-INF/lib (5dd7e74dc)
      - XPLANBOX-2171 - fixed layernames of remote layers in themes (520163639)
      - XPLANBOX-2171 - recreated syn files after renaming vektorlayer in XPlanArtWMS (12f1b1da8)
      - XPLANBOX-2171 - updated soap ui tests after renaming raster layers (da3e5ac2e)
      - XPLANBOX-2171 - renamed raster layer (143f685cb)
      - XPLANBOX-2171 - renamed layers in mapserver (5e75df035)
      - XPLANBOX-2171 - use XPlanWMS themes configuration in XPlanValidatorWMS (memory and sql) (1588f0115)
      - XPLANBOX-2171 - renamed layer in coniguration (map previews, metadata) (f12ce7f57)
      - XPLANBOX-2171 - renamed layers in documentation (9caa70875)
      - XPLANBOX-2171 - renamed rasterlayer (99db060dd)
      - XPLANBOX-2171 - updated soap ui tests after renamig and reordering layers (ba43758c9)
      - XPLANBOX-2171 - recreated renamed and reordered layers (7026879d6)
      
      Co-authored-by: default avatarLyn Elisa Goltz <goltz@lat-lon.de>
      Co-authored-by: default avatarMarc Guillemot <guillemot@lat-lon.de>
      Co-authored-by: default avatarTorsten Friebe <torsten.friebe@gmail.com>
      
      Dropped from commit: cec7dc627b20260993d7f95f891b5fa6ac2de279
      913945c5
  6. Jun 24, 2024
    • latlon team's avatar
      Code drop · aa67efcd
      latlon team authored
      
      - XPLANBOX-3044 updated links to MapProxy documentation and added link to S3 chapter (f0f7feb0)
      - XPLANBOX-3022 upgraded liquibase dependency and docker image to 4.28.0 (a054e2c8)
      - XPLANBOX-3022 spring security and aws-java-sdk to latest bugfix version (f3341ed0)
      - XPLANBOX-2519 - fixed setupVolumes script if geotiff is used, removed unused dummyrasterlayer.ignore (cda64245)
      - XPLANBOX-3022 dependencies to latest bugfix version (90d9ed6a)
      - XPLANBOX-3022 upgraded spring boot 3.2.4 -> 3.2.6 (b0c45db4)
      - Upgrade maven plugins to latest version (f4620970)
      - XPLANBOX-2519 - added plans with GeoTiff, GeoTiff with aux and PNG with aux to SoapUI-Tests (46e7c97d)
      - XPLANBOX-2745 updated documentation to Java 17 (a18c6fca)
      - XPLANBOX-3032 use default bitnami tomcat cmd (51f7a946)
      - XPLANBOX-2519 - fixed invalid raster if georef is null (083c5153)
      - XPLANBOX-2519 - install wget in xplan-docker-tomcat; added missing DEEGREE_WORKSPACE_ROOT in xplan-services-docker (9b0bed08)
      - XPLANBOX-2983 reworked sections about config types for geotiff raster data and mapserver usage (9de8d55c)
      - XPLANBOX-2519 - updated/fixed xplan-manager-web/DockerfileHale, removed installation of java 8! (3c4143a1)
      - XPLANBOX-2519 - removed references to xplan-docker-tomcat-gdal (63486c5c)
      - XPLANBOX-2519 - fixed dockefile (8356b2b0)
      - XPLANBOX-2519 - removed xplan-docker-tomcat-gdal  and replaced with xplan-docker-tomcat (f1e947df)
      - XPLANBOX-2519 - removed gdal from documentation (5d35ec41)
      - XPLANBOX-2519 - removed gdal rastertype config option, writing of deegree GdalTileStores, workspace files (73d5b295)
      - XPLANBOX-2519 - fixed constructor, improved error message (02dc216a)
      - XPLANBOX-2519 - use gdal with python, removed gdal jni from xplan-cli (EvaluationSchemaSynchronizer) (e1b26a6c)
      - XPLANBOX-2519 - use files referenced in XPlanGML instead of using GDAL (c9a2e97f)
      - XPLANBOX_2519 - removed use of gdal from GdalRasterEvaluation (fd6a8484)
      
      Co-authored-by: default avatarLyn Elisa Goltz <goltz@lat-lon.de>
      Co-authored-by: default avatarMarc Guillemot <guillemot@lat-lon.de>
      Co-authored-by: default avatarTorsten Friebe <torsten.friebe@gmail.com>
      
      Dropped from commit: 999f965f
      aa67efcd
  7. Jun 10, 2024
    • latlon team's avatar
      Code drop · 9a4698cf
      latlon team authored
      
      - XPLANBOX-2652 - fixed stored queries (bb2d19c4)
      - XPLANBOX-2652 - added lost --headless (69de7355)
      - XPLANBOX-2652 - removed xplan-transform-cli from xplan-distribution (4d04cb8b)
      - XPLANBOX-2745 - fixed logging, use xplan-docker-tomcat in xplan-webservices-inspire-plu (2e613946)
      - XPLANBOX-2745 - optional rules (e121e3a0)
      - XPLANBOX-2745 - use hsqlb as job repository (d9a306ac)
      - XPLANBOX-2745 - fixed failing SoapUI-Tests by replacing groovy assertions (a3a4112f)
      - XPLANBOX-2745 - added missing dependnecy jersey-media-jaxb (10d0efc2)
      - XPLANBOX-2745 - migrated xplan-webservices-inspireplu to java 17 (d2183034)
      - XPLANBOX-2745 - migrated web.xml; set max-file-size (1b005fe8)
      - XPLANBOX-2652 - fixed security XPlanManagerWeb (3f0caba8)
      - XPLANBOX-2652 - removed verfahrensdatenbank (InternalIdDialog and InternalIdRetrieverConfiguration) (84d7dc37)
      - XPLANBOX-2652 - cleaned up properties files, removed XPlanValidatorWebMessages (81124251)
      - XPLANBOX-2652 - removed verfahrensdatenbank (4c4cb6f2)
      - XPLANBOX-2652 - removed creation of shapefiles (88bba9fb)
      - XPLANBOX-2652 - removed filtercategories (8009424b)
      - XPLANBOX-2746 upgrade to java 17, spring-boot 3 & jakarta (f4bfe932)
      - XPLANBOX-2652 - removed LDAP (XPlanManagerWeb, documentation) (113a780f)
      - XPLANBOX-2652 - removed Gueltigkeitszeitraum (documentation) (f3556243)
      - XPLANBOX-2652 - Anpassen Selenium Test auf geänderte Oberflaeche (d53656c5)
      - Rename variable (957dbd9e)
      - XPLANBOX-2652 - removed Gueltigkeitszeitraum (refactoring: removed AdditionalPlanData) (165b847d)
      - XPLANBOX-2652 - removed Gueltigkeitszeitraum (added liquibase changelogs) (21bfcf3b)
      - XPLANBOX-2652 - removed Gueltigkeitszeitraum (recreated files with XPlanSynCreator) (29140919)
      - XPLANBOX-2652 - removed Gueltigkeitszeitraum (code and documentation) (7bda5021)
      - XPLANBOX-2652 - removed sql scripts to setup database (2a6545c3)
      - XPLANBOX-2652 - removed defaultCrs and chooseCrs, including CrsDialog from XPlanManagerWeb (359cdeb3)
      - XPLANBOX-2652 - removed XPlanTransformCLI (b3c310a2)
      - XPLANBOX-2652 - removed XML Validierungsreport (584d447b)
      
      Co-authored-by: default avatarDirk Stenger <stenger@lat-lon.de>
      Co-authored-by: default avatarLyn Elisa Goltz <goltz@lat-lon.de>
      Co-authored-by: default avatarMarc Guillemot <guillemot@lat-lon.de>
      Co-authored-by: default avatarPaul <nolte@lat-lon.de>
      
      Dropped from commit: b50efcda
      9a4698cf
  8. Jun 03, 2024
    • latlon team's avatar
      Code drop · 8159dced
      latlon team authored
      
      - XPLANBOX-2989 improved known issue description (dd42e90f)
      - XPLANBOX-3008 usage of gdal is deprecated added to configuration files and in documentation snippets (6e25c844)
      - XPLANBOX-3008 usage of MapServer is optional, must to can (3ceb260f)
      - XPLANBOX-2612 updated section with post-install steps (1ccd9f88)
      - fixed expected size of xplan-services-docker (797954e3)
      - XPLANBOX-3008 - set XPlanWMS with gdal to deprecated (6fb323b9)
      - XPLANBOX-3003 - updated changelog and update for 7.2; removed update to 6.0 and 7.0 (5baab14f)
      - XPLANBOX-2989 - described known bug if attachment with same name exists (a71e5970)
      - XPLANBOX-2612 added new section with post-install steps including note about checking for max file size on network level (9a604ce0)
      - XPLANBOX-3000 - fixed title and text in legislationStatusDialog (bbbe5c7b)
      - XPLANBOX-3000 - assign rechtsstand 45000 and 450001 to planstatus FESTGESTELLT (9f004c21)
      - run builds two hours earlier (19c2744d)
      - XPLANBOX-2988 - fixed exceptions XPlanManagerWeb (bfdfcb63)
      - XPLANBOX-2995 fixing mismatch between Apache log4j2 version used in deegree 3.5.x and xPlanBox 7.2.x (11b34386)
      - XPLANBOX-2352 - Anpassung der Fehlermeldung (8d6e4179)
      - XPLANBOX-2987 - Added https URL for GoogleFontsAPI (b479c3b3)
      - XPLANBOX-2982 added change list of webapps, images and configuration artifacts (886d6510)
      - XPLANBOX-2974 . added xplan-manager-web-hale, removed xplan-root (38006a38)
      - XPLANBOX-2352 - Changed Warning Message (25010ea6)
      
      Co-authored-by: Julian Zilz's avatarJulian Zilz <zilz@lat-lon.de>
      Co-authored-by: default avatarLyn Elisa Goltz <goltz@lat-lon.de>
      Co-authored-by: default avatarPaul <nolte@lat-lon.de>
      Co-authored-by: default avatarTorsten Friebe <torsten.friebe@gmail.com>
      
      Dropped from commit: aba5fee3
      8159dced
  9. May 20, 2024
    • latlon team's avatar
      Code drop · 3679678e
      latlon team authored
      
      - [maven-release-plugin] prepare release xplanbox-7.2 (325276c4)
      - XPLANBOX-2714 - skip gpg in plugin xplan-tests-selenium (e4d7bb02)
      - XPLANBOX-2696 - fixed typo (931101d4)
      - XPLANBOX-2696 - fixed missing DeegreeRasterCacheCleaner (7b68c964)
      - XPLANBOX-2696 - fixed NPE if -r is missing (22550641)
      - XPLANBOX-2968 - described error skipping import rasterdata (b213b2e4)
      - XPLANBOX-2723 - added v7.2 to changelog (decaa667)
      - XPLANBOX-2714 - enabled maven-gpg-plugin (6bd5fc21)
      - XPLANBOX-2714 - updaed versions, releaseDate and softwareVersion in publiccode.yml (6c93d5bf)
      - XPLANBOX-2714 - set release date (94d5a7df)
      - XPLANBOX-2714 - removed header, added LICENSE_UNKNOWN.txt to xplan-manager-api, removed unused test resources (55a08bce)
      - XPLANBOX-2963 - added missing RemoveFromRasterCacheServlet.java (8b4f0de4)
      - XPLANBOX-2714 - fixed EC_UNRELATED_TYPES (e12a8b52)
      - XPLANBOX-2714 - updated postgis image, added trivyignore (44dbf80f)
      - Add missing comma to documentation (50a34597)
      - XPLANBOX-2728 upgraded spring security to 5.7.11 (lowest version currently under community support) (6ef9d90f)
      - XPLANBOX-2955 - set -Xmx1250m (9eaf3101)
      
      Co-authored-by: default avatarLyn Elisa Goltz <goltz@lat-lon.de>
      Co-authored-by: default avatarTorsten Friebe <torsten.friebe@gmail.com>
      Co-authored-by: default avatarlatlon team <info@lat-lon.de>
      Co-authored-by: default avatarstenger <stenger@lat-lon.de>
      
      Dropped from commit: 70d88061
      3679678e
  10. May 09, 2024
  11. May 07, 2024
    • latlon team's avatar
      Code drop · 141d5d3c
      latlon team authored
      
      - XPLANBOX-2728 updated dependencies spring, jackson, commons-*, json-path and others (f0527dc9)
      - XPLANBOX-2721 - Update description how to generate test manuals of SoapUI projects (05d0ceb1)
      - XPLANBOX-2721 - Update test manuals of SoapUI projects (a138996a)
      - XPLANBOX-2714 - updated LICENSE_UNKNOWN.txt files (009848bc)
      - XPLANBOX-2728 maven plugins updated (da1ae4f7)
      - XPLANBOX-2942 - formatted code (0a3d31d2)
      - XPLANBOX-2392 updated user manual about work around when re-importing plan with activated XPlanDokumenteAPI (87899ef5)
      - XPLANBOX-2942 allow to configure name prefix for queue & exchange (45b7d5b8)
      - XPLANBOx-2944 - reactivated checkInternalId (d9a22e3b)
      - XPLANBOX-2940 - fixed setter (b6a053f1)
      - XPLANBOX-2883 added note about limited character set allowed in update function of XPlanManagerWeb, added as known issue (75b3388d)
      - XPLANBOX-2729 added note about removed REST API in XPlanManager to change log (2ccd5a2e)
      - XPLANBOX-2869 updated update section in operations manual (1d6e47a8)
      - XPLANBOX-2919 - removed xplan-manager-web-soapui-project.xml (41624fa8)
      - XPLANBOX-2714 - upgrade deegree to 3.5.7.1 (36ef45f7)
      - XPLANBOX-2714 - set version of xplanung.regeln.version to 1.1.7 (b25c59b2)
      - XPLANBOX-2919 - set cookie JSESSIONID (02627eff)
      - XPLANBOX-2327 - refactoring, set headless, improved file size assertion (0fc0c916)
      - XPLANBOX-2613 - replaced invalid characters (a92f2a85)
      - XPLANBOX-2613 - fixed import, removed invlaid FilenameUtils.getName' (18aa8110)
      - XPLANBOX-2613 - enhanced TEXT_PATTERN (12aea31d)
      - XPLANBOX-2327 - added Assertion assertDoesNotThrow (38944c21)
      - ensure all tomcat logs appear on stdout (86df81ab)
      - XPLANBOX-2919 - removed deprecated notice of old rest api (0f96e34e)
      - XPLANBOX-2919 - XPlanManagerWeb: GWT RPC XSRF protection (f32fcc5b)
      - XPLANBOX-2919 - XPlanValidatorWeb: GWT RPC XSRF protection (6bcb0395)
      - XPLANBOX-2919 - removed org.fusesource.restygwt:restygwt (5bd46c80)
      - XPLANBOX-2919 - implement Serializable (ed8f0493)
      - XPLANBOX-2919 - fixed missing type signature for class com.google.gwt.view.client.ListDataProvider$ListWrapper (0011d27a)
      - XPLANBOX-2919 - security service gwt rpc (56a2e26b)
      - XPLANBOX-2613 - replaced NAME_PATTERN, DESCRIPTION_PATTERN, TEXT_KEY_PATTERN, TEXT_GESETZ_PATTERN with TEXT_PATTERN (9d7305c4)
      - XPLANBOX-2613 - fixed more security warnings (c7184f1b)
      - XPLANBOX-2613 - fixed more security warnings, added XmlUtils.createXMLInputFactory() (9ef3e72e)
      - XPLANBOX-2613 - fixed/suppressed security warnings (12820fe9)
      - XPLANBOX-2781 - added grants, fixed creation if indices (e6d1fbe1)
      - XPLANBOX-2327 - Format, --headless, Find File in TempDictionary and fixed Nullpointerexception for Test with Invalid Plan (fdecd45a)
      - XPLANBOX-2781  - fixed incomplete INSPIE PLU appschema in xplan-manager-workspace (4ab79c2e)
      - XPLANBOX-2327 - Little Changes, so that JUnit test passes. But File of Downloaded Report not found correctly in tmp directory (fff7af0d)
      - XPLANBOX-2327 - Format changes (37a2dd6a)
      - XPLANBOX-2327 - Litte Changes (d38547c7)
      - XPLANBOX-2327 - Added Assertiion in Function checkDownloadedFileSize(File downloadedFile) and removed uselesse comments an System.Outs (fb62a604)
      - XPLANBOX-2781 - Updated InspirePLU schema and Hale transformation aligments (b82aab55)
      - XPLANBOX-2781 - fixed 7.2/changelog_inspireplu.yaml (4d345f16)
      - XPLANBOX-2781 - added created 7.2/changelog_inspireplu.yaml (a6c8c312)
      - XPLANBOX-2781 - added execution inspireplu (c3621d8c)
      - XPLANBOX-2781 - fixed creation of inpsireplu view after updating inspireplu schema (e2685010)
      - XPLANBOX-2781 - Updated SQLFeatureStore config and dbschema for inspireplu (fdf621de)
      - XPLANBOX-2781 - updated inpsire plu schema (b330bfeb)
      - XPLANBOX-2327 - Added Assertions in JUnit Tests for Selenium (6acfff04)
      
      Co-authored-by: default avatarDirk Stenger <stenger@lat-lon.de>
      Co-authored-by: Julian Zilz's avatarJulian Zilz <zilz@lat-lon.de>
      Co-authored-by: default avatarLyn Elisa Goltz <goltz@lat-lon.de>
      Co-authored-by: default avatarMarc Guillemot <guillemot@lat-lon.de>
      Co-authored-by: default avatarPaul <nolte@lat-lon.de>
      Co-authored-by: default avatarTorsten Friebe <torsten.friebe@gmail.com>
      
      Dropped from commit: 3cfef0e6
      141d5d3c
  12. Apr 29, 2024
    • latlon team's avatar
      Code drop · 8f476c1f
      latlon team authored
      
      - Fixed spelling in README as proposed (09a46a4e)
      - XPLANBOX-2892 - configured MaxWidth and MaxHeight in WMS with default 3840 x 2160 (b92e26f3)
      - XPLANBOX-2794 - added header, added toString method in ValidationRequestedEvent (f7f849ed)
      - XPLANBOX-2922 - removed configVersion from remote wms configuration (749362a5)
      - XPLANBOX-2899 minor improvements to operations manual (027aa5e0)
      - XPLANBOX-2889 - Create internalId tests for GFI of XPlanWMS (24377d7d)
      - XPLANBOX-2889 - Create internalId tests for XPlanWFS (91d3e759)
      - XPLANBOX-2889 - Create internalId tests for XPlanSynWFS (7ca0eb2d)
      - XPLANBOX-2848 - set XML as report format to deprecated in documentation (e5bcc970)
      - XPLANBOX-2848 - set xml report generation to deprecated (1da568cd)
      - XPLANBOX-2913 - configured triggers and mails (115c6d98)
      - XPLANBOX-2193 - renamed ci to gitlab (c7f2ca05)
      - XPLANBOX-2913 - moved all Jenkinsfiles to jenkinsfiles with name.Jenkinsfile (ded18779)
      - XPLANBOX-2816 reworked readme files for build, deployment and configuration (a6026893)
      - XPLANBOX-2354 - set shape file generation to deprecated (da6b7dea)
      - XPLANBOX-2354 - marked shape file generation ad deprecated (490e621b)
      - XPLANBOX-2839 - exclude postgresql and liquibase-commercial (91944d58)
      - XPLANBOX-2668 - described configuration of jdbc connection, enhanced Aktualisierungsanleitung (cf6080df)
      - XPLANBOX-2668 - replaced initialising jdbc connection from workspace (21f6d6e3)
      - XPLANBOX-2890 - added missing dependency hsqldb (a575859e)
      - XPLANBOX-2839 - upgrade to liquibase 4.27, removed xplan-database-scripts/.trivyignore (b90a3086)
      - XPLANBOX-2891 - added improved styles (1ae83a90)
      - XPLANBOX-2878 - added XPLAN_SERVICES_ACCESSCONSTRAINTS and XPLAN_SERVICES_FEES, XPLAN_SERVICES_PROVIDER_CONTACT_ADDRESS_ADMINAREA in MapProxy and MapServer (34349fc5)
      - XPLANBOX-2858 - added null check (77fc0347)
      - XPLANBOX-2858 - moved adding internalId from XPlanSyn to XPlanFeatureCollection (51cbf2ad)
      - XPLANBOX-2792 introduce event creation/reception with dummy event (3365adee)
      
      Co-authored-by: default avatarDirk Stenger <stenger@lat-lon.de>
      Co-authored-by: default avatarLyn Elisa Goltz <goltz@lat-lon.de>
      Co-authored-by: default avatarMarc Guillemot <guillemot@lat-lon.de>
      Co-authored-by: default avatarTorsten Friebe <friebe@lat-lon.de>
      Co-authored-by: default avatarTorsten Friebe <torsten.friebe@gmail.com>
      
      Dropped from commit: 86f7c3fd
      8f476c1f
  13. Apr 15, 2024
    • latlon team's avatar
      Code drop · 55b493af
      latlon team authored
      
      - XPLANBOX-2641 - removed unused proeprties from transformerFactory in SystemLog (22d1ea29)
      - XPLANBOX-2641 - removed unused imports (5833c0e3)
      - XPLANBOX-2641 - removed support of gwt-module.dtd (facfdd2a)
      - XPLANBOX-2861 - Replace XPlanDokumentenAPI by XPlanDokumenteAPI and other minor adjustments (d8cb7c9a)
      - XPLANBOX-2641 - fixed formatting (3af27651)
      - XPLANBOX-2641 fixes from recipe OwaspTopTen (1155e7af)
      - XPLANBOX-2862 - Replace XPlanDokumentenAPI by XPlanDokumenteAPI in documentation (768a40f8)
      - XPLANBOX-2809 - added aktualisierung-version-7.2, added hint to rename dokumentenApiConfiguration.properties (0bbbf1ca)
      - XPLANBOX-2871 - fixed artifactId of xplan-validator-workspace (809e5c3e)
      - XPLANBOX-2788 - enabled profile distribution (26a0953a)
      - XPLANBOX-2809 - renamed xplan-dokumenten-config to xplan-dokumente-config (ab73c504)
      - XPLANBOX-2809 - renamed baseUrlDokumentenApi and BASE_URL_DOKUMENTEN_API (e34c70b2)
      - XPLANBOX-2809 - renamed class DokumentenApiConfiguration to DokumenteApiConfiguration (f52f7a6d)
      - XPLANBOX-2809 - renamed dokumentenApiConfiguration.properties to dokumenteApiConfiguration.properties (36d3ee96)
      - XPLANBOX-2681 - updated documentation (7dd405d6)
      - XPLANBOX-2681 - recreated syn files with switched default styles (bcf59d25)
      - XPLANBOX-2755 - added regeln-brandenburg (c61ccc37)
      - XPLANBOX-1459 - enhanced Geltungsbereichspruefung to find intersections and holes (345edfd5)
      
      Co-authored-by: default avatarDirk Stenger <stenger@lat-lon.de>
      Co-authored-by: default avatarLyn Elisa Goltz <goltz@lat-lon.de>
      Co-authored-by: default avatarMarc Guillemot <guillemot@lat-lon.de>
      
      Dropped from commit: f6ddd894
      55b493af
  14. Mar 18, 2024
    • latlon team's avatar
      Code drop · 288f9667
      latlon team authored
      
      - XPLANBOX-2798 updated changelog and upgrade guide in operations manual (cc97cd90)
      - XPLANBOX-2808 added TIFF to list of supported raster data file types (3364ca78)
      - XPLANBOX-2808 renamed XPlanDokumentenAPI to XPlanDokumenteAPI in user and operations manual to be consistent with code and module name (80eea1b6)
      - XPLANBOX-2798/2747 - upgrade to deegree 3.5.6.1 (f4d74d8d)
      - XPLANBOX-2808 updated known issues sections in user manual (93f0d2f0)
      - XPLANBOX-2808 - added known issue, tfw-file not found (4ed7f216)
      - XPLANBOX-2608 - use tileStoreIdPrefix instead of tileStoreId to clean up cache (831102f3)
      - XPLANBOX-2747 - set deegree version to current snapshot (2c026b46)
      - XPLANBOX-2747 - upgrade to postgreql 42.7.2 (04538ab4)
      
      Co-authored-by: default avatarLyn Elisa Goltz <goltz@lat-lon.de>
      Co-authored-by: default avatarTorsten Friebe <torsten.friebe@gmail.com>
      
      Dropped from commit: b6dfea4f
      288f9667
  15. Mar 11, 2024
    • latlon team's avatar
      Code drop · 8ed83de5
      latlon team authored
      
      - XPLANBOX-2381 - ensure executing as non-root user (400075e1)
      - XPLANBOX-2381 - executable docker-entrypoint.sh (d5a097ca)
      - XPLANBOX-2381 - added docker-entrypoint to execute xpb (30640280)
      - XPLANBOX-2739 - fixed localtion of schemas referencd by inspire plu (d0f22723)
      - XPLANBOX-2786 - fetch all branches, commit must not be on main (710595df)
      - XPLANBOX-2270 - replaced xPlanBox-testplan.md with generated testplan (961b00e5)
      - XPLANBOX-2739 - enhanved aenderungsHistorie and aktualisierung (3ed97758)
      - XPLANBOX-2784 - bp_strbegrlin (658db413)
      - XPLANBOX-2784 - bp_einfberlin (6b08e3c2)
      - XPLANBOX-2784 -  bp_berohneeinausflin (28c248d4)
      - XPLANBOX-2517 - support of polygon patches in flaechenschlusspruefung (098e237e)
      - XPLANBOX-2782 - added inpire plu schema 2023.1 (e382e104)
      - XPLANBO -2517 - implemented validation of patches, enhanced documentation (72567ee9)
      - XPLANBOX-2608 - upgrade to deegree 3.5.5.1 (b1ef0d11)
      - updated operations manual about configuration of gdal (8b2fe2da)
      - XPLANBOX-2739 - added 7.1.2 in aenderungshistorie and aktualisierungsanleitung (5aaf2e2d)
      - XPLANBOX-2779 updated operations manual chap. workspace reload updated (62d5cf9f)
      - XPLANBOX-2779 updated operations manual about required setting for workspace reload on Windows (bc5cb33c)
      - XPLANBOX-2608 - call removecache url from XPlanWMS (96f43658)
      - XPLANBOX-2608 - handle GdalTileDataLevel, added log statements and exception handling (6caea600)
      - XPLANBOX-2608 - added RemoveFromRasterCacheServlet (5519051f)
      - XPLANBOX-2733 - fixed build (2d1a645c)
      - XPLANBOX-2733 - updated operations manual about workspace configurations for XPlanValidatorWMS (f3b1f7f7)
      - XPLANBOX-2733 - added xplan-validator-workspace to distribution (52bc6b19)
      
      Co-authored-by: default avatarLyn Elisa Goltz <goltz@lat-lon.de>
      Co-authored-by: default avatarTobias Kraft <tobias.kraft@gv.hamburg.de>
      Co-authored-by: default avatarTorsten Friebe <torsten.friebe@gmail.com>
      
      Dropped from commit: 0d2b6468
      8ed83de5
  16. Feb 14, 2024
    • latlon team's avatar
      Code drop · eefa223a
      latlon team authored
      
      - XPLANBOX-2670 - set release date (ede1a582)
      - XPLANBOX-2670 - updated changelog and Aktualisierungsanleitung (38babac7)
      - XPLANBOX-2659 - fixed merge; removed outdated xplan-cli/xplan-cli-docker (a925e41a)
      - XPLANBOX-2494 - simplified date tests to ensure passing until XPLANBOX-2664 is processed (b77e576f)
      - XPLANBOX-2682 - fixed internal server error (f2f9560a)
      - XPLANBOX-2671 - unpack xplan-manager-wenb webapps (ebb89ce8)
      - XPLANBOX-2666 - simple fix of non integer sonstPlanArt values to avoid internal server error (ef6753e4)
      - XPLANBOX-2666 - added sonstPlanArt to plan BP_6.0.gml (fb1e1a27)
      - XPLANBOX-2640 - implement SpringBootServletInitializer to run the application as deployable WAR (7f8f1239)
      - XPLANBOX-2658 build and deploy missing docker images (65005614)
      - XPLANBOX-2659 verify docker context tar file size (fc098186)
      
      Co-authored-by: default avatarLyn Elisa Goltz <goltz@lat-lon.de>
      Co-authored-by: default avatarMarc Guillemot <guillemot@lat-lon.de>
      
      Dropped from commit: 40378827
      eefa223a
  17. Feb 12, 2024
    • latlon team's avatar
      Code drop · 76b52cbf
      latlon team authored
      
      - XPLANBOX-2327 - use hash as base images in xplan-tests-selenium and xplan-tests-soapui (8d902e3f)
      - XPLANBOX-2591 - added docker profile to ensure build without profile (a9370e54)
      - XPLANBOX-2327 - fixed installation of weasyprint; fixed pre-fill local maven repo; updated maven-failsafe-plugin to 3.2.5 (35e3163a)
      - XPLANBOX-2624 additional updates to operations manual (c99aac7a)
      - XPLANBOX-2591 - fixed cli calls, removed removed clis (3209db87)
      - XPLANBOX-2624 updated operations manual to reflect reworked XPlanCLI Tools (a195d882)
      - XPLANBOX-2624 more changes for user manual to reworked XPlanCLI Tools (c0c99777)
      - XPLANBOX-2591 - added faked dependency to ensure build order (426c68e5)
      - XPLANBOX-2479 validate docker images with trivy (f151e145)
      - XPLANBOX-2591 - renamed XPlanCli (f03ef9de)
      - XPLANBOX-2624 updated user manual to reworked XPlanCLI Tools (c6703c96)
      - XPLANBOX-2591 fix formatting (dd67205c)
      - XPLANBOX-2591 - Updated the description of the CLI commands/subcommands (b55778d4)
      - XPLANBOX-2591 - added default valuesin description; added CrsConverter; use array to avoid warning (7bca4bb5)
      - XPLANBOX-2591 - fixed sortdate-update and district-update (2f57c935)
      - XPLANBOX-2591 - improved XPLANBOX_VOLUMES directory, fixed XPLANBOX_CONFIG (097cd625)
      - XPLANBOX-2591 - moved Dockerfile from xplan-cli-docker to xplan-cli-tools (7d0ae6dd)
      - XPLANBOX-2591 - fixed ReSynthesizer (fbfa50d3)
      - XPLANBOX-2591 - added tests, use junit 5 (47bff607)
      - XPLANBOX-2591 - added -config and --workspace params (a2471bb4)
      - XPLANBOX-2591 - use src/main/resources as config dir; added grant sql to sh (2c27087d)
      - XPLANBOX-591 - init spring context when subcommand is called (a617aa57)
      - XPLANBOX-2591 - refactoring: renamed classes (a11e37fd)
      - XPLANBOX-2591 - moved ValidateFromDatabaseApp to validate command (137b8d9d)
      - XPLANBOX-2591 - moved EvaluationSchemaSynchronizer to admin command (7204b60f)
      - XPLANBOX-2591 - removed BereichUpdateTool and SortDateUpdateTool (d9648693)
      - XPLANBOX-2591 - added admin command with subcommands from update-cli (163df6bc)
      - XPLANBOX-2591 - added lazy annotations to avoid instantiating the complete spring context, refactoring (93bff8de)
      - XPLANBOX-2591 - added manage subcommand (3b9b2890)
      - XPLANBOX-2591 - introduced picocli: migrated validate file (b52f27a4)
      - XPLANBOX-2591 - use spring boot in XPlanValidatorCli. (c54b1005)
      - XPLANBOX-2591 - use spring boot in XPlanEvaluationSchemaSynchronizer (2cd4b05c)
      - XPLANBOX-2591 - updated log4j, pom (8824a1d9)
      - XPLANBOX-2591 - moved xplan-evaluation-schema-synchronize-cli (8178cc62)
      - XPLANBOX-2591 - moved xplan-update-data-cli (207f10b2)
      - XPLANBOX-2591 - moved xplan-validatedb-cli (886fa52d)
      - XPLANBOX-2591 - moved xplan-validator-cli (162ccb4e)
      - XPLANBOX-2591 - created xplan-cli-tools, moved xplan-manager-cli (9d333012)
      
      Co-authored-by: Julian Zilz's avatarJulian Zilz <zilz@lat-lon.de>
      Co-authored-by: default avatarLyn Elisa Goltz <goltz@lat-lon.de>
      Co-authored-by: default avatarMarc Guillemot <mguillemot@yahoo.fr>
      Co-authored-by: default avatarTorsten Friebe <torsten.friebe@gmail.com>
      
      Dropped from commit: 1846b0b0
      76b52cbf
  18. Jan 29, 2024
    • latlon team's avatar
      Code drop · 20395268
      latlon team authored
      
      - XPLANBOX-2216 - updated documentation: renamed webservices (06e0c107)
      - XPLANBOX-2216 - updated documenattion: renamed workspaces; renamed xplan-api-dokumente to xplan-dokumente-api (0d01c3ee)
      - XPLANBOX-2216 - set default of values API_URLs (bb842dff)
      - XPLANBOX-2609 set assembly module name to maven module name, to be consistent with naming and paths (55fe589d)
      - XPLANBOX-2216 - fixed formatting (625c2ffc)
      - XPLANBOX-2609 fixed XPlanMapProxy config, renamed consistently (4a1a8932)
      - XPLANBOX-2609 fixed XPlanMapServer config, renamed consistently (4d1e1b22)
      - XPLANBOX-2609 fixed name of XPlanValidatorWMS workspace and webapp (ed304ea0)
      - XPLANBOX-2216 - switched server.servlet.context-path (c6f90394)
      - XPLANBOX-2607 updated installation and upgrade guide (0ed5b4bb)
      - XPLANBOX-2216 - set WEB_CONTEXT to rename context to xplan-inspireplu (a2846ce1)
      - XPLANBOX-2216 - fixed workspace name (3e32cada)
      - XPLANBOX-2216 - fixed formatting (9609668d)
      - XPLANBOX-2216 - renamed workspaces names (3be9ce0e)
      - XPLANBOX-2216 - renamed workspaces (cd661d14)
      - XPLANBOX-2607 updated documentation with new module names (62663de4)
      - XPLANBOX-2216 - fixed xplan-root -> xplan-webpages (ac0e5def)
      - XPLANBOX-2216 fixed module names for dependency sets in xplan-services-docker (21c503b9)
      - #2216 fix formatting (e22edbb4)
      - XPLANBOX-2216 - fixed several dependencies (fcd85a3c)
      - XPLANBOX-2216 - xplan-sql-scripts -> xplan-database-docker (e7aeca3c)
      - XPLANBOX-2216 - xplan-workspaces -> xplan-webservices-workspaces (d78945f5)
      - XPLANBOX-2216 - xplan-synthesizer -> xplan-core-synthesizer (01c0d575)
      - XPLANBOX-2216 - xplan-schemas -> xplan-core-schemas (3943ecc1)
      - XPLANBOX-2216 - fixed some parents (73ec71eb)
      - XPLANBOX-2216 - fixed parent of deegree-webservices-workspaces (47a199e8)
      - XPLANBOX-2216 - fixed parent of deegree-webservices-services submodules (6b882142)
      - XPLANBOX-2216 - removed docker-image.name (as it is the same as the module name) (b39e2a84)
      - XPLANBOX-2216 - moved xplan-workspaces to xplan-webservices/xplan-webservices-workspaces (2e6694de)
      - XPLANBOX-216 - removed xplan-tests-resources (ee38863c)
      - XPLANBOX-2216 - moved required test resources from xplan-tests-resources to xplan-core-validator (1f4f250a)
      - XPLANBOX-2216 - moved required test resources from xplan-tests-resources to xplan-core-manager (4c9f6800)
      - XPLANBOX-2216 - moved required test resources from xplan-tests-resources to xplan-core-commons (4a7bbd7a)
      - XPLANBOX-2216 - moved reuired test resources from xplan-tests-resources (1791527d)
      - XPLANBOX-2216 moved xplan-resources to xplan-databse and xplan-sql-scripts to xplan-database-docker (be0a39a7)
      - XPLANBOX-2216 - moved plan-resources/xplan-schemas to xplan-core/xplan-core-schemas (058bfc1e)
      - XPLANBOX-2216 - moved xplan-security to xplan-core-security (8b193f84)
      - XPLANBOX-2216 - moved xplan-root to xplan-documentation/xplan-webpages (c7551158)
      - XPLANBOX-2216 - moved modules to xplan-webservices (69c0b709)
      - XPLANBOX-2216 - renamed xplan-commons-webservices to xplan-webservices-core (0d2507cd)
      - XPLANBOX-2216 - moved xplan-validator-wms (bf3a83e4)
      - XPLANBOX-2216 - moved xplan-root (0ebe15c9)
      - XPLANBOX-2216 - added moduls xplan-mapproxy and xplan-mapserver (da9f0708)
      - XPLANBOX-2216 - moved xplan-core/xplan-core-cli to xplan-cli/xplan-cli-core (e5567ffe)
      - XPLANBOX-2216 - renamed core modules (473df79f)
      - XPLANBOX-2216 - merged xplan-validator-web-commons and xplan-commons-web and renamed to xplan-core-gwt (71bf5456)
      - XPLANBOX-2216 - reorganised xplan-validator, xplan-manager, xplan-dokumente (7188a05b)
      
      Co-authored-by: default avatarLyn Elisa Goltz <goltz@lat-lon.de>
      Co-authored-by: default avatarTorsten Friebe <torsten.friebe@gmail.com>
      
      Dropped from commit: 241acffa
      20395268
  19. Jan 22, 2024
  20. Jan 15, 2024
  21. Dec 15, 2023
    • latlon team's avatar
      Code drop · 9235b79e
      latlon team authored
      
      - [maven-release-plugin] prepare release xplanbox-7.1 (d282c1d3)
      - XPLANBOX-2308 fixed release date and typo (e7c7b4a5)
      - XPLANBOX- 2429/2531 updated user and operations manual about secured REST API and required JPA provider (a17b5af5)
      - XPLANBOX-2324 updated known issues section in user and operations manual (ea061b3f)
      - XPLANBOX-2308 - update LICENSE_UNKNOWN.txt (8129bc86)
      - XPLANBOX-2308 - set scope test of uk.org.webcompere:system-stubs-jupiter (65e58755)
      -  XPLANBOX-2308 - updated xalan and jgridshift licence (ca4163d3)
      - XPLANBOX-2308 - fixed xplanbox version (638a1f4a)
      - XPLANBOX-2308 - generated lizenzen.adoc (acf14e6e)
      - XPLANBOX-2308 - generated header (f27c1663)
      - XPLANBOX-2308 - added XPlanTransformCLI as deprecated (df0397e5)
      - opencode#29 fixed structure of publiccode.yml file (a384f150)
      - XPLANBOX-2323 - Set httpclient to version 4.5.14 and remove duplicate dependency (3abc496c)
      - XPLANBOX-2308 - upgrade deegree to 3.5.3.1 (17e5b9d7)
      - XPLANBOX-2324 updated README file and re-ordered chapter XPlan-Ressources in operations manual (1c4cd663)
      - XPLANBOX-2316 - Update xplan-api-manager-soapui-project-testplan.md (de8d9621)
      - XPLANBOX-2323 plugins and aws-sdk updated to latest bugfix version (cf27dce8)
      - XPLANBOX-2309 updated section in operations manual (d55c5afe)
      - XPLANBOX-2426 updated operations manual how to setup XPlanDB (12d7b979)
      - XPLANBOX-2318/2317 updated changelog and update guide (b7e00df0)
      - XPLANBOX-2308 - updated validierungsregeln to 1.1.6 (1a65f227)
      - XPLANBOX-2308 - upgrade bug fix versions: spring, spring boot, spring data, jackson, byte-buddy, jaxb-impl, junit-jupiter, aws-java-sdk-bom (43e752a3)
      - XPLANBOX-2472 - replaced link to EfA (7339df0e)
      - XPLANBOX-2308 - removed licence header from json (d71e86b7)
      - XPLANBOX-2308 - removed header from minimalist-format.json (fd2863f0)
      - XPLANBOX-2308 - added changelog 7.1 (28df791c)
      - XPLANBOX-2308 - added Aktualisierung auf 7.1; added missing version 7.0.2 in overview table (d41abf08)
      - XPLANBOX-2308 - upgrade liquibase to 4.25.0 (c5b36709)
      - XPLANBOX-2308 - added licence header (b594ebc9)
      - XPLANBOX-2323 upgrade to Tomcat 9.0.83 (0fe5176a)
      - XPLANBOX-2308 - added CREATE TABLE IF NOT EXISTS databasechangeloglock (ab194f0b)
      - XPLANBOX-2308 - disable multiplied SEARCH_PATH (ff13972b)
      - XPLANBOX-2308 - added migrate.sql (37b4b549)
      - XPLANBOX-2323 upgrade of spring core, boot, batch as well owasp and jacocco plugins (04c7771a)
      
      Co-authored-by: default avatarDirk Stenger <stenger@lat-lon.de>
      Co-authored-by: default avatarLyn Elisa Goltz <goltz@lat-lon.de>
      Co-authored-by: default avatarTorsten Friebe <torsten.friebe@gmail.com>
      Co-authored-by: default avatarlatlon team <info@lat-lon.de>
      
      Dropped from commit: e98e3b00
  22. Dec 05, 2023
  23. Nov 28, 2023
    • latlon team's avatar
      Code drop · e6f0f367
      latlon team authored
      
      - XPLANBOX-2549 - added xplan-inspireplu and xplan-root (58007e67)
      - XPLANBOX-2302 - set activateValidityPeriodDialog to deprecated (4ac037e3)
      - XPLANBOX-2553 - Fix typo (3954419b)
      - XPLANBOX-2302 - enhanced documentation: deprecated Gueltigkeitszeitraum (479eb364)
      - XPLANBOX-2521 - enhanced documentation: deprecated defaultCrs and chooseCrs (e1a832d4)
      - XPLANBOX-2521 - set isCrsSet to deprecated (d8ec7647)
      - XPLANBOX-2521 - set defaultCrs and chooseCrs to deprecated (fa5954cd)
      - XPLANBOX-2302 - set gueltigkeitszeitraum to deprecated (c1be350f)
      - XPLANBOX-2549 - fixed xplan-dokumente-api, added xplan-cli-docker (69eb8411)
      
      Co-authored-by: default avatarDirk Stenger <stenger@lat-lon.de>
      Co-authored-by: default avatarLyn Elisa Goltz <goltz@lat-lon.de>
      
      Dropped from commit: 026db019
      e6f0f367
  24. Nov 24, 2023
  25. Oct 27, 2023
  26. Aug 18, 2023
  27. Nov 22, 2022
  28. Aug 02, 2022
Loading

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.