Skip to content

Added more breaking changes to the 9.0 docs #1004

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

Merged
merged 7 commits into from
Apr 30, 2025
Merged

Added more breaking changes to the 9.0 docs #1004

merged 7 commits into from
Apr 30, 2025

Conversation

l-trotta
Copy link
Contributor

@l-trotta l-trotta commented Apr 29, 2025

Java 8 to 17 target + RestClient optional dependency breaking changes + known issues

@l-trotta l-trotta requested a review from swallez April 29, 2025 15:21
@l-trotta l-trotta changed the title Added more breaking changes Added more breaking changes to the 9.0 docs Apr 29, 2025

# `NoClassDefFoundError`

Check the [Known Issues](/release-notes/known-issues.md#known-issues-9-0-0)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NoClassDefFoundError is very generic, we should be more precise so that users can know here if this applies, like "NoClassDefFoundError(org/apache/commons/logging/LogFactory)"

@l-trotta l-trotta merged commit c180171 into main Apr 30, 2025
8 checks passed
@l-trotta l-trotta deleted the 9.0-docs-update branch April 30, 2025 16:18
Copy link

github-actions bot commented May 2, 2025

The backport to 9.0 failed:

The process '/usr/bin/git' failed with exit code 1

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-9.0 9.0
# Navigate to the new working tree
cd .worktrees/backport-9.0
# Create a new branch
git switch --create backport-1004-to-9.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick --mainline 1 c18017112bd237de29264404ba2930e01cae7f5f
# Push it to GitHub
git push --set-upstream origin backport-1004-to-9.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-9.0

Then, create a pull request where the base branch is 9.0 and the compare/head branch is backport-1004-to-9.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants