-
-
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
Upgrade guidance for geonetwork 3 users #7644
Conversation
3c15eed
to
4b08c80
Compare
Thanks Jody, support for OAI PMH is coming soon with #7583 so we might not need to advertise it as not supported anymore |
- Includes mitigation guidance for removed serivces - housekeeping: Address mkdocs warnings with due to changing emoji library - change maven build to use --strict flag to prevent mkdoc regressions Signed-off-by: Jody Garnett <jody.garnett@gmail.com>
4b08c80
to
f3e8b00
Compare
All feedback has been addressed.
|
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-7644-to-4.2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick f3e8b006173c16e9a82ba9e7494b8f5cf7a90869,cc3fff572de6364880cf8acd0a1de3aca591a327,37a60589fe92f143406d3c73c18320b3c54a3c7c,9c36491ae875ed3d3d0a82c32907c33997c35c6d,367f21a811677121d3e43447c1feea2f2dcac659,c43d099d9d90338766ef4a8f5e1340d3ae054a6d,bd9b28de5ba5afe628790bff7300907f3a4f6fd9
# Push it to GitHub
git push --set-upstream origin backport-7644-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 |
* Upgrade guidance for geonetwork 3 users - Includes mitigation guidance for removed serivces - housekeeping: Address mkdocs warnings with due to changing emoji library - change maven build to use --strict flag to prevent mkdoc regressions Signed-off-by: Jody Garnett <jody.garnett@gmail.com> * Update docs/manual/docs/maintainer-guide/updating/index.md * Update docs/manual/docs/maintainer-guide/updating/index.md * Update docs/manual/docs/maintainer-guide/updating/index.md * Update docs/manual/docs/maintainer-guide/updating/index.md * Update docs/manual/docs/maintainer-guide/updating/index.md * Update doc typos --------- Signed-off-by: Jody Garnett <jody.garnett@gmail.com> Co-authored-by: Jose García <josegar74@gmail.com>
@josegar74 I see the backport failed, and you manually back ported. Thanks! |
Including mitigation guidance for removed services.
This is an action item from PSC meeting documenting the information from #4727 in the user manual.
I personally have questions after writing this documentation, but to stay on topic minimal guidance has been provided.
Checklist
main
branch, backports managed with labelREADME.md
filespom.xml
dependency management. Update build documentation with intended library use and library tutorials or documentation