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

Merged
merged 6 commits into from
Aug 9, 2024
Merged

[pull] main from geoserver:main #37

merged 6 commits into from
Aug 9, 2024

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    8f8e058 View commit details
    Browse the repository at this point in the history
  2. Fix cog maven profile for gs-web-app

    After the [Community assembly rework, split COG module into "per cloud"
    zip packages](2a813fa) commit,
    the `cog` maven profile in `src/web/app/pom.xml` is broken:
    
    ```
    [ERROR] Failed to execute goal on project gs-web-app: Could not resolve
    dependencies for project org.geoserver.web:gs-web-app:jar:2.26-SNAPSHOT:
    The following artifacts could not be resolved:
    org.geoserver.community:gs-cog:jar:2.26-SNAPSHOT (absent):
    Could not find artifact org.geoserver.community:gs-cog:jar:2.26-SNAPSHOT
    in osgeo-snapshots (https://repo.osgeo.org/repository/snapshot/)
    ```
    
    Add all the specific cog-xxx jars to the `cog` profile, consistently
    with the `cog` profile defined in `src/community/pom.xml`, which
    includes all the cog modules.
    groldan authored and aaime committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    4b8760c View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    dd379da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dfaa5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f763e2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30b09ec View commit details
    Browse the repository at this point in the history