Skip to content

Commit

Permalink
Update version to 4.2.8-0
Browse files Browse the repository at this point in the history
  • Loading branch information
josegar74 committed Jan 23, 2024
1 parent d648402 commit e669c78
Show file tree
Hide file tree
Showing 46 changed files with 146 additions and 43 deletions.
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.2.8-SNAPSHOT</version>
<version>4.2.8-0</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.2.8-SNAPSHOT</version>
<version>4.2.8-0</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.2.8-SNAPSHOT</version>
<version>4.2.8-0</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.2.8-SNAPSHOT</version>
<version>4.2.8-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
84 changes: 84 additions & 0 deletions docs/changes/changes4.2.8-0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
================================================================================
===
=== GeoNetwork 4.2.8: List of changes
===
================================================================================
- [BP] Transifex updates. (#7651)
- [BP] Upgrade guidance for geonetwork 3 users (#7644)
- Remove unused Jeeves classes (#7643)
- Miscellaneous code cleanup with MetadataStatus and RelatedResponse Fix some incorrect comments Remove class prefix as it was not required. Added missing license.
- Move Direction as an reference object in the open api specification.
- Bump actions/cache from 3 to 4
- [BP] build release procedure updates to include docs in release tag (#7412)
- [BP] unpack schema sample data into folders, produce mef files at build time (#7457)
- document `backport 4.2.x` label change required for bot
- Fix the grid on the homepage of the documentation (#7559)
- [BP] Fix error on edit page elements with non-unique id #gnRemoteRecordUrl (#7621)
- [BP] Record view / Display WFS downloads for WFS online resources without a name defined (#7626)
- Do not clean api docs out of src/main/webapp
- build fix: do not remove api docs during clean:clean@reset
- build: fix jetty-download activiation required for release
- [BP] Bump actions/setup-java from 3.12.0 to 4.0.0 (#7522)
- [BP] Build / Use Java 21 for Sonarcloud plugin (#7622)
- [BP] Build / release module build workflow improvements / fixes (#7619)
- [BP] Remove default response from open api specification. (#7609)
- [BP] Cleanup consumes from metadata insert api. (#7616)
- [BP] Add missing @ApiResponse status for successful api search response. (#7594)
- [BP] Fix SpringDoc duplicate OperationId (#7580)
- [BP] CSW GetRecords doesn't escape query values when creating the Elasticsearch query (#7529)
- [BP] Add missing import from commit 63cd59fb38df389694566d69459bcfbedb7ca89e (Service context null pointer (#7593))
- [BP] Changed http to https for urls that appear in open api specification. (#7601)
- [BP] Fix duplicate API endpoint /feeds (#7581)
- [BP] Service context null pointer (#7593)
- [BP] Fix linux specific file separator used for harvester transform option list
- [BP] Fix issue with @ResponseStatus and @ApiResponse being out of sync. (#7588)
- [BP] Spring doc - Set API enum as ref (#7595)
- [BP] Add missing swagger icons that were referenced in the index.html file. Icons taken from https://github.com/swagger-api/swagger-ui/tree/master/dist
- Fix duplicate operation id caused by use of 2 methods GET/POST method from getKeywordById api (#7586)
- [BP] Fix add element attribute in the metadata editor, causing the element section is removed from the user interface until the metadata is saved
- [BP] Record view / Invalid timezone shift for years outside moment's 10 years range.
- [BP] Home page / sort topic categories and INSPIRE themes facets alphabetically (#7569)
- [BP] Metadata extents API / Make configurable to display the metadata bboxes using geodesic extents for local projections. (#7560)
- [BP] Spring doc API for link api should accept a structured object instead of JSONObject (#7585)
- [BP] Update SpringDoc json/yaml generator to make the results more deterministic. (#7574)
- [BP] Add missing apiResponse for group and map api (#7590)
- GeoNetwork 4.2.x minor versions library updates (#7405)
- [BP] API should return a structured object instead of JSONObject (#7584)
- [BP] Fix initialization of SpringDoc so that it does not use null servername and null version (#7575)
- [BP] Fix duplicate spring doc tags. Ensure that all tags have the same description.
- [BP] Fix case of wrong use for HttpStatus.CREATED and HttpStatus.OK In some cases HttpStatus.CREATED was used when it should have been HttpStatus.OK and other cases it is the opposite.
- [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] fix for empty language leading to spurious comma
- [BP] Display metadata user and group owner in the transfer ownership dialog
- [BP] Add German codelist translations for scope code (#7566)
- [BP] Remove ?debug from link to admin dashboard. (#7564)
- [BP] Visual fix for icon text circles (firefox)
- [BP] cryptic parse exception
- [BP] Update iso19139 csw-full.xsl (#7558)
- [BP] Documentation / Update Elasticsearch installation page typos and remove the old elastic search documentation. Fixes #7551 (#7555)
- [BP] Metadata indexing - create an organisation name field that tracks the organisations of the different types of contacts
- [BP] Elasticsearch index creation - log the exception when a parsing error of the index configuration file occurs
- [BP] Add ownerId to geonet:info (#7547)
- [BP] Don't display header menu and footer in single metadata PDF export (#7532)
- [BP] Use Apache Commons Text library to escape JSON content in xslt processing (#7525)
- Edited small typos and text. Some link fixes.
- [BP] OpenId / Use the user profile configured locally if the configuration option OPENIDCONNECT_USERPROFILEUPDATEENABLED is disabled (#7445)
- [BP] Bump actions/setup-python from 4 to 5 (#7543)
- [BP] INSPIRE Validator - exception handling improvements (#7519)
- [BP] Fix check to verify if a group has enabled the workflow, checking if the workflow is also enabled (#7535)
- [BP] Reset user password dialog - don't display the field to request the old password for administrators - unify UI check with backend check (#7510)
- [BP] consistent styling of recordgroup label
- [BP] Metadata workflow / Record view / reload the page with the approved version when cancelling a working copy (#7503)
- [BP] Search / Add option to show less facet values (#7497)
- [BP] Metadata indexing / Escape website and logo information for contacts
- [BP] Validation of INSPIRE ATOM services to return API exceptions instead of error 400 (#7490)
- [BP] INSPIRE Atom Search - add missing filter by feed dataset identifiers (#7492)
- [BP] Remote INSPIRE Atom Feeds harvester - Remove duplicates by dataset identifier (#7491)
- [BP] Fix language for region picker directives (#7495)
- [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] Elasticsearch / Update to 7.17.15 (#7368)
- [BP] Fix indexing of iso19110 metadata with cardinalities composed of multiple ranges (#7486)
- [BP] Harvesting / WFS / Cleaning comment (#7504)
- [BP] CSW Harvester / Don't set a default search filter field (#7494)
- [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)
3 changes: 2 additions & 1 deletion docs/manual/docs/overview/change-log/stable/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ This series is under active use by our community, with regular improvements, doc

## Latest

- [Version 4.2.7](../version-4.2.7.md)
- [Version 4.2.8](../version-4.2.8.md)


## History

- [Version 4.2.7](../version-4.2.7.md)
- [Version 4.2.6](../version-4.2.6.md)
- [Version 4.2.5](../version-4.2.5.md)
- [Version 4.2.4](../version-4.2.4.md)
Expand Down
17 changes: 17 additions & 0 deletions docs/manual/docs/overview/change-log/version-4.2.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Version 4.2.8 {#version-428}

GeoNetwork 4.2.8 release is a minor release.

## List of changes

Release highlights:

- [Elasticsearch / Update to 7.17.15](https://github.com/geonetwork/core-geonetwork/pull/7368)
- [Fix CSW GetRecords query parameters processing](https://github.com/geonetwork/core-geonetwork/pull/7529)
- [INSPIRE Validator - exception handling improvements](https://github.com/geonetwork/core-geonetwork/pull/7519)
- [Minor versions library updates](https://github.com/geonetwork/core-geonetwork/pull/7405)
- [Record view / Invalid timezone shift for years outside moment's 10 years range](https://github.com/geonetwork/core-geonetwork/pull/7553)
- [Record view / Overview not shown in PDF export when the overview image requires authentication to access it](https://github.com/geonetwork/core-geonetwork/pull/7556)
- SpringDoc fixes

and more \... see [4.2.8 issues](https://github.com/geonetwork/core-geonetwork/issues?q=is%3Aissue+milestone%3A4.2.8+is%3Aclosed) and [pull requests](https://github.com/geonetwork/core-geonetwork/pulls?page=3&q=is%3Apr+milestone%3A4.2.8+is%3Aclosed) for full details.
1 change: 1 addition & 0 deletions docs/manual/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ nav:
- overview/change-log/index.md
- 'Stable':
- overview/change-log/stable/index.md
- overview/change-log/version-4.2.8.md
- overview/change-log/version-4.2.7.md
- overview/change-log/version-4.2.6.md
- overview/change-log/version-4.2.5.md
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<artifactId>gn-docs</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.2.8-SNAPSHOT</version>
<version>4.2.8-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gn-guide</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docs/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.2.8-SNAPSHOT</version>
<version>4.2.8-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gn-docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion doi/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.2.8-SNAPSHOT</version>
<version>4.2.8-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion domain/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.2.8-SNAPSHOT</version>
<version>4.2.8-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion es/es-dashboards/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>gn-es</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.2.8-SNAPSHOT</version>
<version>4.2.8-0</version>
</parent>
<profiles>
<profile>
Expand Down
2 changes: 1 addition & 1 deletion es/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>geonetwork</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.2.8-SNAPSHOT</version>
<version>4.2.8-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gn-es</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion estest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>geonetwork</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.2.8-SNAPSHOT</version>
<version>4.2.8-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion events/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.2.8-SNAPSHOT</version>
<version>4.2.8-0</version>
</parent>

<name>GeoNetwork Events</name>
Expand Down
2 changes: 1 addition & 1 deletion harvesters/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.2.8-SNAPSHOT</version>
<version>4.2.8-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion healthmonitor/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.2.8-SNAPSHOT</version>
<version>4.2.8-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion index/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>geonetwork</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.2.8-SNAPSHOT</version>
<version>4.2.8-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gn-index</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion inspire-atom/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.2.8-SNAPSHOT</version>
<version>4.2.8-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jmeter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.geonetwork-opensource</groupId>
<artifactId>geonetwork</artifactId>
<version>4.2.8-SNAPSHOT</version>
<version>4.2.8-0</version>
</parent>
<!-- =========================================================== -->
<!-- Module Description -->
Expand Down
2 changes: 1 addition & 1 deletion listeners/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.2.8-SNAPSHOT</version>
<version>4.2.8-0</version>
</parent>

<name>GeoNetwork Events</name>
Expand Down
2 changes: 1 addition & 1 deletion messaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>geonetwork</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.2.8-SNAPSHOT</version>
<version>4.2.8-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<groupId>org.geonetwork-opensource</groupId>
<artifactId>geonetwork</artifactId>
<packaging>pom</packaging>
<version>4.2.8-SNAPSHOT</version>
<version>4.2.8-0</version>
<name>GeoNetwork opensource</name>
<description>GeoNetwork opensource is a standards based, Free and
Open Source catalog application to manage spatially referenced
Expand Down
2 changes: 1 addition & 1 deletion release/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ supportEmail=geonetwork-users@lists.sourceforge.net

# Application version properties
version=4.2.8
subVersion=SNAPSHOT
subVersion=0

# Java runtime properties
javaVersion=1.8.0
Expand Down
2 changes: 1 addition & 1 deletion release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.geonetwork-opensource</groupId>
<artifactId>geonetwork</artifactId>
<version>4.2.8-SNAPSHOT</version>
<version>4.2.8-0</version>
</parent>

<artifactId>gn-release</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemas-test/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.2.8-SNAPSHOT</version>
<version>4.2.8-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion schemas/csw-record/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gn-schemas</artifactId>
<groupId>org.geonetwork-opensource.schemas</groupId>
<version>4.2.8-SNAPSHOT</version>
<version>4.2.8-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gn-schema-csw-record</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemas/dublin-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gn-schemas</artifactId>
<groupId>org.geonetwork-opensource.schemas</groupId>
<version>4.2.8-SNAPSHOT</version>
<version>4.2.8-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

Expand Down
2 changes: 1 addition & 1 deletion schemas/iso19115-3.2018/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>gn-schemas</artifactId>
<groupId>org.geonetwork-opensource.schemas</groupId>
<version>4.2.8-SNAPSHOT</version>
<version>4.2.8-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion schemas/iso19139/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gn-schemas</artifactId>
<groupId>org.geonetwork-opensource.schemas</groupId>
<version>4.2.8-SNAPSHOT</version>
<version>4.2.8-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion schemas/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.2.8-SNAPSHOT</version>
<version>4.2.8-0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Loading

0 comments on commit e669c78

Please sign in to comment.