Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into metawal-4.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre committed Mar 18, 2024
2 parents 1d08ed6 + 3fa0d8a commit ca47dac
Show file tree
Hide file tree
Showing 96 changed files with 5,936 additions and 313 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.6.3
maven-version: 3.8.3
- name: Build with Maven
run: |
mvn -B -ntp -V install -DskipTests=true -Dmaven.javadoc.skip=true -Drelease -Pwith-doc
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.6.3
maven-version: 3.8.3
- name: Test with maven
run: |
mvn -B resources:resources@copy-index-schema-to-source -f web
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ out/
package-lock.json
rebel.xml
release/jetty/*
release-build.sh
schemas/*/doc/*/*.rst
schematrons/.build
target/
Expand Down
2 changes: 1 addition & 1 deletion cachingxslt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.geonetwork-opensource</groupId>
<artifactId>geonetwork</artifactId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.4-SNAPSHOT</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.geonetwork-opensource</groupId>
<artifactId>geonetwork</artifactId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.4-SNAPSHOT</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<artifactId>geonetwork</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion csw-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<artifactId>geonetwork</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion datastorages/cmis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>gn-datastorages</artifactId>
<groupId>org.geonetwork-opensource.datastorage</groupId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion datastorages/jcloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>gn-datastorages</artifactId>
<groupId>org.geonetwork-opensource.datastorage</groupId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion datastorages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>geonetwork</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion datastorages/s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>gn-datastorages</artifactId>
<groupId>org.geonetwork-opensource.datastorage</groupId>
<version>4.4.3-SNAPSHOT</version>
<version>4.4.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
64 changes: 64 additions & 0 deletions docs/changes/changes3.12.12-0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
================================================================================
===
=== GeoNetwork 3.12.12: List of changes
===
================================================================================
- Documentation / GeoNetwork 3.12 doing a release fixes (#7852)
- [Backport 3.12.x] GeoNetwork harvester / Check if a resource exists to save it, instead of trying to retrieve the file details, to avoid confusing NoSuchFileException exception (#7846)
- Harvesters / Reset harvester history pagination when selecting a harvester (#7836)
- Follow up of #7279 to unify the button links in the metadata detail page as done for the analog change in main branch (#7391)
- Remove invalid empty migration added accidentally in https://github.com/geonetwork/core-geonetwork/commit/93377dd1866a5ee3f5b0098bcd1dd6188c009771 (#7821)
- Doc / Editor configuration improvements (#7826)
- [Backport 3.12.x] Bump actions/setup-java from 4.0.0 to 4.1.0 (#7816)
- [Backport 3.12.x] Fix alignment of user enabled checkbox (#7772)
- Remove handlebars.js v2.0.0 (#7762)
- update 3.12.x branch to recent sphinx-build and crank up warnings
- Addressing docs glitch #7666 creating-group and authentication-mode
- Addressing docs glitch #7666 tutorials/deployment/index
- addressing docs-glitch in install-guide/configuring-database
- addressing docs-glitch in search-ui/enrichview and search-ui/loadview
- addressing docs-glitch in install-guide/map-print-setup
- addressing docs-glitch in publishing/managing-privileges
- corrected minor typo in install-guide/map-print-setup
- Fix conversion errors after switching to MkDocs
- manual review of mkdocs glitches
- [Backport 3.12.x] Create a metadata / Add dynamic and download privileges to the users in the same group (#7748)
- Metadata detail page - don't display the resources description duplicated (#6798)
- Use the generated metadata UUID for resource links when importing metadata with the option 'Generate UUID' (#7734)
- Remove unused jslint-maven-plugin
- [Backport 3.12.x] Bump org.json:json from 20140107 to 20240205 (#7723)
- [Backport 3.12.x] Github Actions / Bump stCarolas/setup-maven from 4 to 5 (#7719)
- [Backport 3.12.x] Bump commons-fileupload from 1.3.3 to 1.5 (#7698)
- Fix pdf link issue
- Fix mimetypes on attachments as some were incorrect. (#7676)
- Docs / Update copyright year
- Fix the grid on the homepage of the documentation (#7559)
- troubleshoot release module order of execution and profile acivation and handling of jetty folder
- Remember to include -Drelease flag so that all modules (even optional modules) are compiled and tested during QA
- [BP] Bump actions/setup-java from 3.12.0 to 4.0.0 (#7522)
- [BP] Service context null pointer (#7593)
- [BP] Overview not shown in PDF export when the overview image is stored in GeoNetwork and requires authentication to access it. Fixes #7540 (#7556)
- [BP] Update iso19139 csw-full.xsl (#7558)
- [BP] Add ownerId to geonet:info (#7547)
- [BP] Don't display header menu and footer in single metadata PDF export (#7532)
- [BP] Bump actions/setup-python from 4 to 5 (#7543)
- [BP] Remote INSPIRE Atom Feeds harvester - Remove duplicates by dataset identifier (#7491)
- [BP] When getting locale message, default locale to LocaleContextHolder when locale is null (#7516)
- [BP] Fix some cases that were not considering both message and description when displaying errors. (#7517)
- [BP] Docs / Fix the mike version to 2.0.0 and change the parameter --no-redirect to --alias-type=copy (changed in mike 2.0.0) (#7507)
- [BP] Check http links in documentation (#7496)
- [BP] Update manual links to use https://docs.geonetwork-opensource.org/ (#7487)
- [BP] Change the structure of the MkDocs assets. Stylesheets and logos are moved to the `overrides` directory (#7429)
- Fix publish link (#7479)
- Fix url link in full view. bracket ") " could be included in link (#7483)
- [BP] Batch edit access level for editor role (#7464)
- [BP] Add node identifier parameter for xlst processing. Required in skin.xsl (#7454)
- Fix other exceptions in tests related to (#6977)
- [BP] Remove exception class name from the error message (#6977)
- [BP] Fix cookies path when deployed on root "/" context (#7446)
- [BP] Fix exception handling from schematron validation so that it flags the metadata as invalid if there is an exception (#6978)
- [BP] Remove old password field for admins (#7417)
- [backport 3.12.x] Add documentation to GitHub workflows (#7414)
- [BP] Change the url the icon in the homepage is linking to (#7422)
- Remove changelog for latest and stable
- Correct canonical_version to stable
70 changes: 70 additions & 0 deletions docs/changes/changes4.2.9-0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
================================================================================
===
=== GeoNetwork 4.2.9: List of changes
===
================================================================================
- Fix startup error. Follow up #7456 (#7859)
- Documentation / GeoNetwork 4.2 doing a release fixes (#7647)
- [Backport 4.2.x] Extend proxy to manage duplicated parameters (#7854)
- [Backport 4.2.x] Configuration to restrict the hosts and ports accessible by the http proxy servlet (#7326)
- [Backport 4.2.x] GeoNetwork harvester / Check if a resource exists to save it, instead of trying to retrieve the file details, to avoid confusing NoSuchFileException exception (#7845)
- Standards / Formatter / Citation / Pick latest date (#7835)
- [Backport 4.2.x] INSPIRE / Add testsuite for IACS (#7834)
- [Backport 4.2.x] Harvester / Localfilesystem / Log properly to harvester log file. (#7833)
- [Backport 4.2.x] Record view / ISO19139 / ISO19115-3.2008 display the unit part in @uom attribute, not the full url (#7832)
- Harvesters / Reset harvester history pagination when selecting a harvester (#7831)
- Trigger metadata unpublish event when removing the privileges to the ALL group in the privileges dialog (#7828)
- Doc / Editor configuration improvements (#7827)
- Update lodash to version 4.17.21 (#7825)
- [Backport 4.2.x] Bump actions/setup-java from 4.0.0 to 4.1.0 (#7814)
- Record view / Don't add the associated resources in the metadata static page, this page doesn't include JS libs (#7797)
- [Backport 4.2.x] Decouple metadata user feedback from metadata rating feature (#7796)
- [Backport 4.2.x] Fix wrong manual links (#7793)
- [Backport 4.2.x] Additional ISO19139 German translations (#7788)
- [Backport 4.2.x] Replace the 'unlock' icon with the 'lock open' icon (#7787)
- [Backport 4.2.x] Removed @RequestHeader for "Accept" headers as it is not supported by openAPI specification (#7785)
- Fix missing MetadataStatusResponse and MetadataWorkflowStatusResponse in open api spec (#7783)
- Fix SpringDoc duplicate Schema name (#7781)
- [Backport 4.2.x] Fix duplicate GET operation on /{portal}/api/sources and missing /subportal endpoint (#7780)
- Spit getRecordAs @RequestMapping into getRecordAsJson and getRecordAsXML in order to fix duplicate operation Id - By having multiple @RequestMapping was causing to create operation id as getRecordAs and getRecordAs_1
- [Backport 4.2.x] Fix alignment of user enabled checkbox (#7773)
- [Backport 4.2.x] Fix ISO19139 German labels (#7763)
- Remove handlebars.js v2.0.0
- Reports / Fix extract user groups for non-admin users (#7746)
- Addressing docs glitch #7666 creating-group and authentication-mode
- Addressing docs glitch #7666 in installing-from-war-file, version-4.0.2 and tutorials/deployment/index
- addressing docs-glitch in install-guide/configuring-database
- addressing docs-glitch in search-ui/enrichview and search-ui/loadview
- addressing docs-glitch in install-guide/map-print-setup
- addressing docs-glitch in publishing/managing-privileges
- corrected minor typo in install-guide/map-print-setup
- Fix conversion errors after switching to MkDocs
- manual review of mkdocs glitches
- [Backport 4.2.x] Create a metadata / Add dynamic and download privileges to the users in the same group (#7744)
- Index / Add danish language. (#7736)
- [Backport 4.2.x] Documentation / Elasticsearch query endpoint - query samples (#7732)
- [Backport 4.2.x] Separate docs for _search and _msearch (#7731)
- Map viewer / Remove Stamen background layers - no longer available (#7730)
- Use the generated metadata UUID for resource links when importing metadata with the option 'Generate UUID' (#7729)
- Remove unused jslint-maven-plugin (#7727)
- [Backport 4.2.x] Bump org.json:json from 20140107 to 20240205 (#7724)
- [Backport 4.2.x] Github Actions / Bump stCarolas/setup-maven from 4 to 5 (#7720)
- Enable preemptive for csw requests with credentials (#5497) (#7716)
- [Backport 4.2.x] Add a role and feature matrix to the GeoNetwork documentation (#7709)
- Addressing docs translation glitch #7687- fixes creating-custom-editor
- Addressing docs translation glitch #7687- fixes adding-static-pages and configuring-search-fields
- [Backport 4.2.x] Bump commons-fileupload from 1.3.3 to 1.5 (#7699)
- [Backport 4.2.x] Remove empty class SourcesLib and deprecated/unused methods in ResourceLib / Sonarlint improvements (#7694)
- Update Springdoc so that it supports Map objects in the request parameters. By default injectable parameters are excluded from request parameters. Map is one of those object however it does occur where map objects are supplied as parameters and they should be added to open api spec. There are currently no cases where a map is injected on purpose into the request parameters. This will fix issues with missing request parameters documentation which are based on Map objects.
- Fix spring doc for attachment and keyword to better identify files resources being returned. Update attachment api "Get a metadata resource" should indicate that gets a file resource Also "Create a new resource" should identify that it consumes any resources Update keywords api "Download a thesaurus by name" should indicate that gets a file resource
- Fix springdoc so that enums names are used instead of toString This fixes bug where some apis will not execute correctly from the swagger pager due to the wrong enum value being supplied. i.e. visibility should be using enum values PUBLIC/PRIVATE instead of public/private in formatters/zip api, the format should be SIMPLE/PARTIAL/FULL instead of simple/partial/full
- Editor / Fix add element attribute (#7685)
- [Backport 4.2.x] Metadata editor / Fix javascript error in the add thumbnail option when the metadata has 1 WMS layer (#7684)
- [BP] Search results / Configure related records type depending on template. (#7376)
- Metadata editor / Fix javascript error when editing a metadata, due to undefined property in gnLinkToMetadata directive (#7682)
- Fix pdf link issue (#7681)
- Fix mimetypes on attachments as some were incorrect. (#7675)
- accidental localhost link in docs
- Docs / Update copyright year
- Bump github/codeql-action from 2 to 3 (#7662)
- Bump advanced-security/maven-dependency-submission-action from 3 to 4 (#7661)
Loading

0 comments on commit ca47dac

Please sign in to comment.