Skip to content
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

Snapshot of APIs as of 25 #8248

Merged
merged 1 commit into from
Feb 20, 2025
Merged

Snapshot of APIs as of 25 #8248

merged 1 commit into from
Feb 20, 2025

Conversation

ebarboni
Copy link
Contributor

@ebarboni ebarboni commented Feb 14, 2025

Snapshot of APIs as of NetBeans 25

# checkout branch (or release tag)
git checkout release250
git clean -dxf
ant build
ant gen-sigtests-release
git add -A
git stash
git checkout master
git checkout -b apis-nb260a1
git stash pop
git add -A
git commit -m "Snapshot of APIS as of NetBeans 25"
# remove getPeer() calls
find . -name "*.sig" -exec sed -i '/java.awt.peer.ComponentPeer/{N;d;}' {} \;
# check git diff
git add -A
git commit --amend

Filtered diff created using -

curl -L https://github.com/apache/netbeans/pull/8248.diff | filterdiff -#2- > filtered-apis-nb250

.txt

filtered-apis-nb250.txt

@ebarboni ebarboni added the Release process PRs (eg. versions, sync) that are part of the release process and can be ignored in release notes. label Feb 14, 2025
Copy link
Contributor

@matthiasblaesing matthiasblaesing left a comment

Choose a reason for hiding this comment

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

Looks sane to me. Eyeballed the changeset and the changes look like the intentions I remember from the cycle.

Copy link
Member

@mbien mbien left a comment

Choose a reason for hiding this comment

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

looks good.

@ebarboni
Copy link
Contributor Author

Thanks for the review. As vote pass I merge this one.

@ebarboni ebarboni merged commit 778fd73 into apache:master Feb 20, 2025
36 checks passed
@ebarboni ebarboni deleted the apis-nb260a1 branch February 20, 2025 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Release process PRs (eg. versions, sync) that are part of the release process and can be ignored in release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants