Skip to content

Snapshot of APIs as of NetBeans 29#9211

Open
ebarboni wants to merge 1 commit intoapache:masterfrom
ebarboni:apis-nb30
Open

Snapshot of APIs as of NetBeans 29#9211
ebarboni wants to merge 1 commit intoapache:masterfrom
ebarboni:apis-nb30

Conversation

@ebarboni
Copy link
Contributor

@ebarboni ebarboni commented Feb 17, 2026

Snapshot of APIs as of NetBeans 29

# checkout branch (or release tag)
git checkout release290
git clean -dxf
ant build
ant gen-sigtests-release
git add -A
git stash
git checkout master
git checkout -b apis-nb30
git stash pop
git add -A
git commit -m "Snapshot of APIS as of NetBeans 29"
# 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/9211.diff | filterdiff -#2- > filtered-apis-nb290.txt 

filtered-apis-nb290.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 17, 2026
Copy link
Member

@neilcsmith-net neilcsmith-net left a comment

Choose a reason for hiding this comment

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

Thanks @ebarboni Looks good at a glance through. Spotted checked a couple of module versions.

Lots of annotation noise to wade through caused by upgrade to javac.release 17 in eg. #9012 Should be a one-off.

Should be good to merge after release assuming rc3 is the final one.

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.

2 participants