Ian
Ian
Related to #7246 and #5173 Note that thumbnail-remove.xsl has the same issue.
There is an issue with replacing the **$url** with a randome uuid **$uid**. It will end up making the logic no longer compatible with all existing schemas. And changing all...
Looks like the code in my PR https://github.com/wangf1122/core-geonetwork/pull/15 is failing with the following ``` Error at xsl:when on line 161 column 97 of onlinesrc-add.xsl: XPST0017: XPath syntax error at char...
Looks like I have to pass a test dependency to the iso19139 schema to include gn_core. I'm surprised that was not needed before? However it does not totally work If...
@wangf1122 The blocker at the moment is attempting to call the md5Hex function as we cannot add the dependency ``` public static String md5Hex(String str) { return org.apache.commons.codec.digest.DigestUtils.md5Hex(str); } ```...
@josegar74 > @wangf1122 the changes for the schema should be done also for `iso19115-3.2018`. > > What would happen if a schema is not updated with these changes? > >...
Note that there is an implementation of JCLOUD that is not fully documented as it is still experimental. JCLOUD supports multiple cloud providers including AWS S3 (https://jclouds.apache.org/reference/providers/#blobstore-providers) I was able...
Related to #7205
@josegar74 I replaced this PR with PR #7905 The reason - The following Issues https://github.com/springdoc/springdoc-openapi/issues/2479 identified the correct way to fix this issue. Also in order to apply the change...
Closing as #7905 replaced this PR