Skip to content

Conversation

neilcsmith-net
Copy link
Member

@neilcsmith-net neilcsmith-net commented Aug 21, 2025

Snapshot of APIs as of NetBeans 27.

NB. We don't seem to have had a snapshot for NB26?? In which case this should cover changes since NB25.

Created using -

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

filtered-apis-nb270.txt

@neilcsmith-net neilcsmith-net added the Release process PRs (eg. versions, sync) that are part of the release process and can be ignored in release notes. label Aug 21, 2025
@neilcsmith-net
Copy link
Member Author

Going to merge to finish off release related tasks. Please still check and raise any concern. Thanks!

@neilcsmith-net neilcsmith-net merged commit b03bb6c into apache:master Aug 22, 2025
36 checks passed
@mbien mbien added this to the NB28 milestone Oct 9, 2025
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