Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from geoserver:main #13

Merged
merged 17 commits into from
Jul 4, 2023
Merged

[pull] main from geoserver:main #13

merged 17 commits into from
Jul 4, 2023

Conversation

pull[bot]
Copy link

@pull pull bot commented Jun 17, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Jun 18, 2023
aaime and others added 16 commits June 19, 2023 14:49
Updating docs following up ticket contents
…d anymore after the spring-security-core depencency update to 5.7.8 (#6938)
…tring (#6868)

* [GEOS-11000] WPS process to provide elevation profile for a linestring

* Added doc and elevation attribute name parameter

* Remark and some terminology fixes

* Added ext file for zip association

* - Fixes for altitude calcalation
- Changed wkt to ewkt parameter

* Doc update

---------

Co-authored-by: Fernando Miño <[email protected]>
Add gs-datadir-catalog-loader community module to
improve startup time when loading large catalogs
from disk, especially over shared drives such as NFS.

The approach is to

- Parallelize both I/O calls and parsing of Catalog
  and Config info objects
- "Serialize" I/O calls as much as possible, trying
  to make a single pass over the `workspaces` directory tree,
  and load both catalog (workspaces, layers, etc.) and
  config (services, settings, etc.) files in one pass.

The point is that large Catalogs contain several thousand
small XML files that need to be read and parsed, and NFS
in particular is really bad at serving small files.
[GEOS-11049] Community module "datadir catalog loader"
Remove the duplicate "wps-cluster-hazelcast" extension from the list of available extensions.
* GEOS-11038 setting web.xml to servlet version 3

* GEOS-11038 setting web.xml to servlet version 3.1 and fixing unit test

* GEOS-11038 updating GeoServerJ2eeRoleServiceTest xmls to servlet version 3.1

* GEOS-11038 Adding XSD validation to tests

---------

Co-authored-by: Luke South <[email protected]>
)

* Disable anonymous access to the layer preview page

Document how to disable anonymous access to the layer preview page under Running in a production environment.

* Renamed ANT to Ant

Co-authored-by: Mark Prins <[email protected]>

* Renamed ANT to Ant

(Sorry, forgot to batch)

Co-authored-by: Mark Prins <[email protected]>

---------

Co-authored-by: Mark Prins <[email protected]>
…yer projection policy

* [GEOS-11033] WCS 2.0.1 DescribeCoverage axis order using layer projection policy
* [GEOS-11033] WCS 1.1 DescribeCoverage axis order using layer projection policy
* [GEOS-11033] WCS 2.0.1 GetCoverage axis order using layer projection policy
* [GEOS-11033] Protect ResourceInfo boundingBox() from missing native bounding box srs

Method updated with detailed logging, it is able to provide a warning and return null where previously it would fail with null pointer exception.
@pull pull bot merged commit 3bfdfea into GeoCat:main Jul 4, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.