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

[backport 1.8.x] Fix for GWC not storing tiles when using datadir or jdbcconfig catalog back-ends #512

Merged

Commits on Sep 9, 2024

  1. Fix for GWC not storing tiles when using datadir or jdbcconfig catalo…

    …g back-ends
    
    Abstract out the PgconfigGwcInitializer as AbstractGwcInitializer and
    refactor the default configuration classes to include the initializer.
    
    Tiles weren't being stored when using the `datadir` or `jdbcconfig`
    catalog backends because `ConfigurableBlobStore.setChanged()` wouldn't
    be called at startup and it would hence bypass the storage, as its
    internal `configured` flag was not set.
    groldan committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e889e21 View commit details
    Browse the repository at this point in the history