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 #67

Open
wants to merge 153 commits into
base: main
Choose a base branch
from
Open

[pull] main from geoserver:main #67

wants to merge 153 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Jan 20, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

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

@pull pull bot added the ⤵️ pull label Jan 20, 2025
@CLAassistant
Copy link

CLAassistant commented Jan 20, 2025

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
0 out of 9 committers have signed the CLA.

❌ groldan
❌ jodygarnett
❌ sikeoka
❌ petersmythe
❌ dromagnoli
❌ skalesse
❌ axl8713
❌ aaime
❌ fernandor777
You have signed the CLA already but the status is still pending? Let us recheck it.

devdattaT and others added 23 commits January 21, 2025 00:17
…ed based on scale

refined test

added hint

cleanup

pmd

checkstyle

PR responses

test cleanup

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
…t with other plugins

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Made the datadir community plugin install instructions more consistent with other plugins
Allows WMTS to be selectable as a serivce to disable; and will only list WMTS servivces if TileLayer is defined for the layer or LayerGroup

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[GEOS-11691] Smart data loader accepts bigint and bigserial but not int8 postgresql type alias

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[GEOS-11677] Hide version info on GWC home page

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
* [FIXES GEOS-11690] Bug in Externalize printing configuration folder

* Fix tests

* Fix tests

* Fix tests

* Fix QA and fallback do default also when using an absolute path
…iration is declared in the access token
aaime and others added 30 commits March 17, 2025 17:58

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
…8421)

* [GEOS-10695] Address accessDenied.jsp on initial startup without a security folder
* Update accessDenied.html

---------

Co-authored-by: Peter Smythe <[email protected]>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
…date with mainteinance (#8425)

* Coordinated disclosure: some consideration for admins that are up to date with mainteinance
* move disclosure timeframe to the CVE publication step 5
* Move clarifications down to disclosure section
* quote security md correctly

---------

Co-authored-by: Jody Garnett <[email protected]>
Extract proxy resolution logic from AbstractCatalogFacade into ResolvingProxyResolver
to centralize this functionality and make it reusable across the codebase. This change:

- Creates a new ResolvingProxyResolver utility with comprehensive documentation
- ResolvingProxyResolver is only dedicated to resolve proxies, while
  AbstractCatalogFacade's resolve() methods call setId() and
  ResolvingProxyResolver.resolve().
- Avoids code duplication by moving proxy resolution to an utility class
- Simplifies AbstractCatalogFacade by delegating to the specialized resolver
- Adds test suite for ResolvingProxyResolver with 97.3% coverage
Fix GeoServerLoader's logger topic to match its package
(org.geoserver.config) allowing to set separate logging levels
for the startup logs.

Modified the DEFAULT_LOGGING and PRODUCTION_LOGGING profiles
to specify the logging level for `org.geoserver.config`.

GeoServerLoader logging each catalog object added at the `config` level
and the final results at `info` level allows to load large catalogs
without log flooding while still getting the final results.
Improve performance by reducing thread contention in catalog operations.

Main improvements include:
- Using fine-grained locking instead of broad synchronization blocks
- Separating read/write locking patterns to allow concurrent reads
- Only synchronizing when actually necessary for specialized operations

These changes should improve performance in multi-threaded environments while maintaining thread safety.
Promote the "datadir catalog loader" community module to the GeoServer core,
improving startup performance for deployments with large data directories.

* Make the new loader log objects added to the catalog the same way
  DefaultGeoServerLoader does, and enhance GeoServerLoader's logging
  of timing with the count of objects added as the new loader does.
* Add upgrade docs for optimized data directory loader
  Added a section to the upgrade guide explaining improvements to the
  configuration loading process. Included considerations for compatibility,
  along with configuration details on how to disable the new loader if needed.
* Add more data directory loader tests and multi-instance improvements
* Explicitly declares bean dependencies to ensure proper initialization order
  by making GeoServerLoaderProxy depend on essential components (extensions,
  dataDirectory, securityManager, configLock).
* Guard sanitizing writes with GeoServerConfigurationLock (e.g. when adding
  default styles or estblishing the default workspace). This ensures
  consistency when multiple instances start off a shared data diretory
  such as in the case of GeoServer Cloud.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Separate commits for each community module

imagemap d755395
jdbc-metrics 37daa0e
monitor-hibernate aed25e1
saml 0d699c1
wps-sextante 0bf8d16
xslt 2712766

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
)

* Bump org.apache.commons:commons-vfs2 from 2.9.0 to 2.10.0 in /src

Bumps org.apache.commons:commons-vfs2 from 2.9.0 to 2.10.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-vfs2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update VFSWorker.java

add deprecated tag

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ian Turton <[email protected]>
… suites need 11

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

None yet