Skip to content

Conversation

@ebarboni
Copy link
Contributor

@ebarboni ebarboni commented Nov 10, 2025

Snapshot of APIs as of NetBeans 28.

Created using -

# checkout branch (or release tag)
git checkout release280
ant clean
ant build
ant gen-sigtests-release
git add -A
git stash
git checkout master
git checkout -b apis-nb29
git stash pop
git add -A
git commit -m "Snapshot of APIs as of NetBeans 28"
# 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/8999.diff | filterdiff -#2- > filtered-apis-nb2
80.txt
filtered-apis-nb280.txt

@ebarboni ebarboni added do not merge Don't merge this PR, it is not ready or just demonstration purposes. Release process PRs (eg. versions, sync) that are part of the release process and can be ignored in release notes. labels Nov 10, 2025
@ebarboni ebarboni closed this Nov 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do not merge Don't merge this PR, it is not ready or just demonstration purposes. 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