You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2021/09/14 09:18:16 UTC

[GitHub] [netbeans] ebarboni opened a new pull request #3167: Snapshot of APIs as of 12.5

ebarboni opened a new pull request #3167:
URL: https://github.com/apache/netbeans/pull/3167


   ```
   # checkout branch (or release tag)
   git checkout release124
   ant clean
   ant build
   ant gen-sigtests-release
   git add -A
   git stash
   git checkout master
   git checkout -b apis-nb125a1
   git stash pop
   git add -A
   git commit -m "Snapshot of APIs as of 12.5"
   # remove getPeer() calls
   find . -name "*.sig" -exec sed -i '/java.awt.peer.ComponentPeer/{N;d;}' {} \;
   # check git diff
   git add -A
   git commit --amend
   ```
   
   I had to do the find getPeer line otherwise it was introducing back deprectated getPeer call.


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] ebarboni commented on pull request #3167: Snapshot of APIs as of 12.5

Posted by GitBox <gi...@apache.org>.
ebarboni commented on pull request #3167:
URL: https://github.com/apache/netbeans/pull/3167#issuecomment-921621255


   Merging in a few moment. Next step would be to merge release125 to master. (I'm stressed :D)


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] ebarboni commented on pull request #3167: Snapshot of APIs as of 12.5

Posted by GitBox <gi...@apache.org>.
ebarboni commented on pull request #3167:
URL: https://github.com/apache/netbeans/pull/3167#issuecomment-921662494


   Ok delivery not release125 :D. 
   
   I did a pr #3172 just to show that getPeer is not removed on a run with no getpeer removal.  


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] ebarboni merged pull request #3167: Snapshot of APIs as of 12.5

Posted by GitBox <gi...@apache.org>.
ebarboni merged pull request #3167:
URL: https://github.com/apache/netbeans/pull/3167


   


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] neilcsmith-net commented on pull request #3167: Snapshot of APIs as of 12.5

Posted by GitBox <gi...@apache.org>.
neilcsmith-net commented on pull request #3167:
URL: https://github.com/apache/netbeans/pull/3167#issuecomment-921643573


   @ebarboni keep calm! 😄  But don't merge release125 to master - it's delivery to master - not quite the same.
   
   I think removing getPeer() is no longer necessary.  But not a problem either.


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists