Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snapshot of APIs as of NetBeans 20 #6600

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

neilcsmith-net
Copy link
Member

@neilcsmith-net neilcsmith-net commented Oct 20, 2023

Snapshot of APIs as of NetBeans 20. For review purposes only at this stage. Not to be merged as / until release vote completes and updated if necessary.

Built in the usual way ...
# checkout branch (or release tag)
git checkout release200
git clean -dxf
ant build
ant gen-sigtests-release
git add -A
git stash
git checkout master
git checkout -b apis-nb200
git stash pop
git add -A
git commit -m "Snapshot of APIs as of NetBeans 20"
# 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/<PR_ID>.diff | filterdiff -#2- > filtered-apis-nb200.txt

Filtered diff : filtered-apis-nb200.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 Oct 20, 2023
@neilcsmith-net neilcsmith-net marked this pull request as draft October 20, 2023 16:16
@neilcsmith-net neilcsmith-net added the do not merge Don't merge this PR, it is not ready or just demonstration purposes. label Oct 20, 2023
@ebarboni ebarboni marked this pull request as ready for review December 1, 2023 16:59
@ebarboni
Copy link
Contributor

ebarboni commented Dec 1, 2023

As vote passed I will merge this one.

No conflict seems ok to merge

@ebarboni ebarboni removed the do not merge Don't merge this PR, it is not ready or just demonstration purposes. label Dec 1, 2023
@ebarboni ebarboni merged commit b9cadbc into apache:master Dec 1, 2023
38 checks passed
@neilcsmith-net
Copy link
Member Author

@ebarboni this is meant to be regenerated and updated after the vote in case any PR to delivery has altered things. May not be any changes. I'll regenerate and diff with master, and open a PR to update if need be.

@neilcsmith-net
Copy link
Member Author

OK, verified, and no additional changes. All good.

@neilcsmith-net neilcsmith-net deleted the apis-nb200 branch January 16, 2024 09:44
@neilcsmith-net neilcsmith-net restored the apis-nb200 branch January 16, 2024 09:44
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.

4 participants