-
-
Notifications
You must be signed in to change notification settings - Fork 489
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
getResourceInternal implementation for cmis and jcloud #8466
getResourceInternal implementation for cmis and jcloud #8466
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't test the changes, but the code looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and works as expected.
The backport to
stderr
stdout
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-4.2.x 4.2.x
# Navigate to the new working tree
cd .worktrees/backport-4.2.x
# Create a new branch
git switch --create backport-8466-to-4.2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 0dae38f2032e24f37b9ec2f38ba9c6e333cb4964,eea7be8c1042ac5e0e712c1d70d5db4b84588b93,ff1b54c68547a26e1d339f0afadfeb118b89f796
# Push it to GitHub
git push --set-upstream origin backport-8466-to-4.2.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-4.2.x Then, create a pull request where the |
* getResourceInternal implementation for cmis and jcloud * Implementation in ResourceLoggerStore * User filesystemStore bean instead of resourceStore
* getResourceInternal implementation for cmis and jcloud * Implementation in ResourceLoggerStore * User filesystemStore bean instead of resourceStore Co-authored-by: wangf1122 <[email protected]>
This change implement
getResourceInternal
(created in #5467) for CmisStore and JcloudStore.It is used by
buildDataUrl
core-geonetwork/core/src/main/java/org/fao/geonet/util/XslUtil.java
Lines 1236 to 1250 in 573d4be
and the function is used within individual shema's search engine indexing. for example:
core-geonetwork/schemas/dublin-core/src/main/plugin/dublin-core/index-fields/index.xsl
Lines 248 to 251 in 573d4be
Checklist
main
branch, backports managed with labelREADME.md
filespom.xml
dependency management. Update build documentation with intended library use and library tutorials or documentation