Skip to content

Snapshot of APIS as of NetBeans 30#9348

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

Snapshot of APIS as of NetBeans 30#9348
ebarboni wants to merge 1 commit intoapache:masterfrom
ebarboni:apis-nb31

Conversation

@ebarboni
Copy link
Copy Markdown
Contributor

@ebarboni ebarboni commented Apr 17, 2026

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

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

filtered-apis-nb300.txt

@ebarboni ebarboni added this to the NB30 milestone Apr 17, 2026
@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 Apr 17, 2026
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.

1 participant