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 24 #7896

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ebarboni
Copy link
Contributor

@ebarboni ebarboni commented Oct 22, 2024

Snapshot of APIs as of NetBeans 24

# checkout branch (or release tag)
git checkout release230
git clean -dxf
ant build
ant gen-sigtests-release
git add -A
git stash
git checkout master
git checkout -b apis-nb250a1
git stash pop
git add -A
git commit -m "Snapshot of APIS as of NetBeans 24"
# 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-nb240.txt

filtered-apis-nb240.txt

@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 Oct 22, 2024
@apache apache locked and limited conversation to collaborators Oct 24, 2024
@apache apache unlocked this conversation Oct 24, 2024
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