neilcsmith-net opened a new pull request, #4487:
URL: https://github.com/apache/netbeans/pull/4487
Snapshot of APIs as of NetBeans 15. For review (sorry, bit late again due
to some issues, but we can run another RC if there's a real need to fix
anything). Not to be merged as / until release vote completes.
Constant changes introduced in #4025 in Utilities might be a problem?
Built in the usual way -
```
# checkout branch (or release tag)
git checkout release150
ant clean
ant build
ant gen-sigtests-release
git add -A
git stash
git checkout master
git checkout -b apis-nb150
git stash pop
git add -A
git commit -m "Snapshot of APIs as of NetBeans 15"
# remove getPeer() calls
find . -name "*.sig" -exec sed -i '/java.awt.peer.ComponentPeer/{N;d;}' {} \;
# check git diff
git add -A
git commit --amend
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists