deegree3
deegree3 copied to clipboard
Official deegree repository providing geospatial core libraries, data access and advanced OGC web service implementations
In [section 12.6.1 of the documentation](https://download.deegree.org/documentation/3.4.32/html/#_use_of_ttf_files_as_mark_symbols), [this link](http://osgeo-org.1560.n6.nabble.com/SE-Styling-MarkIndex-glyph-index-tt5022210.html#a5026571) to a mailinglist post is provided. It is not resolving.
As runtime environment deegree should support Java 17 and Tomcat 10.1. - [ ] add new build job or stage with JDK 17 to Jenkins CI - [x] #1401 -...
Upgrades Mockito from 2.28.2 to 3.12.4 and adds "add-open for java.base" modules to surefire maven plugin (supports compile with JDK 17+)
Upgrades maven surefire, failsafe, compiler, jaxb2 and jar plugins to most recent version, supports compile with JDK 17+
supports compile with JDK 17+
This PR includes the option to do a dry-run without writing to the SQLFeaturestore and allows configuring the chunk size. In addition, it is now possible to add a file...
Besides the optional statistics, this pr also changed the summary output to include the previous unused end time in the report.
According to [Maven parallel test](https://www.baeldung.com/maven-junit-parallel-tests), we can run tests in parallel. That report generation takes time, slowing down the overall build. Reports are definitely useful, but do you need them...
Maven allows you to run the compiler as a separate process by setting `true`. This feature can lead to much less garbage collection and make Maven build faster. This project...
This pull request fixes bugs occurring during placement of symbols. This pull request bases on other pull requests which shall be merged first. * https://github.com/deegree/deegree3/pull/1087 * https://github.com/deegree/deegree3/pull/1194 * https://github.com/deegree/deegree3/pull/1204