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

Merge upstream 4.2.8 into georchestra #10

Merged
merged 34 commits into from
Feb 9, 2024
Merged

Merge upstream 4.2.8 into georchestra #10

merged 34 commits into from
Feb 9, 2024

Conversation

f-necas
Copy link

@f-necas f-necas commented Feb 6, 2024

Fix ERROR: column language0_.isdefault does not exist as the column has been removed in 4.2.5

juanluisrp and others added 30 commits March 7, 2023 15:58
In DCATService, endpoint URL is a rdf:resource (not a string)

```xml
            <dcat:endpointURL rdf:resource="https://geo.api.vlaanderen.be/ad/wfs?service=WFS&amp;request=getcapabilities"/>

```
Problem is related to the query associated with the collection (it does
not happen on main). Eg. if the portal filter contains quote in the
filter. Those were not escaped.

```
<message>Request processing failed; nested exception is java.lang.RuntimeException: com.fasterxml.jackson.core.JsonParseException: Unexpected character ('0' (code 48)): was expecting comma to separate Object entries at [Source: (String)"{"from": 0, "size": 1, "query": {"query_string": {"query": "+_id:\"5e8864c4-35f8-5e8b-38e3-21be-954e-1579-bd3916db\" +harvesterUuid:"09ec5462-eb74-4209-9937-fabcf8c14efb" +isTemplate:n AND -indexingError:true"}}, "_source": {"includes": ["*"]}}"; line: 1, column: 135]</message>
<stackTrace>org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)
```

When using the proxy, the query string must be escaped.
Fix issue related to gn-domain changes in date because of spring update.
See geonetwork/core-geonetwork#7241.
Added by geonetwork/core-geonetwork#6869 (review)


Error was:
```
29/8/2023 19:28:02com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "nilReason" (class org.fao.geonet.index.model.gn.Link), not marked as ignorable (8 known properties: "protocol", "applicationProfile", "nameObject", "descriptionObject", "mimeType", "group", "function", "urlObject"])
29/8/2023 19:28:02 at [Source: (StringReader); line: 1, column: 34563] (through reference chain: org.fao.geonet.index.model.gn.IndexRecord["link"]->java.util.ArrayList[0]->org.fao.geonet.index.model.gn.Link["nilReason"])
```
fix: indentation
…-rss

feat: add config to specify custom urls in ogc-api-records
Create PRs automatically for updating the Github Actions the project uses.
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot bot and others added 4 commits November 30, 2023 18:18
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@f-necas f-necas requested review from jeanmi151 and removed request for jeanmi151 February 6, 2024 16:15
@f-necas f-necas merged commit 8f59224 into geor-main Feb 9, 2024
2 checks passed
@f-necas f-necas deleted the geor-main-4.2.8 branch February 9, 2024 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants