-
-
Notifications
You must be signed in to change notification settings - Fork 553
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
XWIKI-22681: Provide a relative ResourceReferenceEntityReferenceResolver #3673
Conversation
.../xwiki/rendering/internal/resolver/RelativeResourceReferenceEntityReferenceResolverTest.java
Show resolved
Hide resolved
...ki/rendering/internal/resolver/RelativeDocumentResourceReferenceEntityReferenceResolver.java
Show resolved
Hide resolved
...ki/rendering/internal/resolver/AbstractRelativeResourceReferenceEntityReferenceResolver.java
Outdated
Show resolved
Hide resolved
The relations between the relative and absolute versions of |
.../xwiki/rendering/internal/resolver/RelativeResourceReferenceEntityReferenceResolverTest.java
Outdated
Show resolved
Hide resolved
* Fix remaining tests
The backport to
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-stable-16.10.x stable-16.10.x
# Navigate to the new working tree
cd .worktrees/backport-stable-16.10.x
# Create a new branch
git switch --create backport-3673-to-stable-16.10.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 65acde038d0b0cddb9a7012e0a29e6bcae852c83
# Push it to GitHub
git push --set-upstream origin backport-3673-to-stable-16.10.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-stable-16.10.x Then, create a pull request where the |
Jira URL
https://jira.xwiki.org/browse/XWIKI-22681
TODO
Changes
Description
Clarifications
Screenshots & Video
Executed Tests
Run
mvn clean install -Pquality
on modulexwiki-platform-rendering-xwiki
. Now this component implem is used for #3654 so integration tests are executed in that one.Expected merging strategy