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 2022/10/21 11:33:46 UTC

[GitHub] [netbeans] neilcsmith-net opened a new pull request, #4833: Snapshot of APIs as of NetBeans 16

neilcsmith-net opened a new pull request, #4833:
URL: https://github.com/apache/netbeans/pull/4833

   Snapshot of APIs as of NetBeans 16.  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 release160
   git clean -dxf
   ant build
   ant gen-sigtests-release
   git add -A
   git stash
   git checkout master
   git checkout -b apis-nb160
   git stash pop
   git add -A
   git commit -m "Snapshot of APIs as of NetBeans 16"
   # 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: 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] matthiasblaesing commented on pull request #4833: Snapshot of APIs as of NetBeans 16

Posted by GitBox <gi...@apache.org>.
matthiasblaesing commented on PR #4833:
URL: https://github.com/apache/netbeans/pull/4833#issuecomment-1317526382

   I remember, that I had a look at least some of the changes in the past (in the corresponding PR) and also now did not see anything wrong.  I also think, that reviews for API changes belong in the corresponding PRs.


-- 
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 #4833: Snapshot of APIs as of NetBeans 16

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

   I see nothing wrong :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] neilcsmith-net commented on pull request #4833: Snapshot of APIs as of NetBeans 16

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

   Updated with changes up to 16-rc4, and also updated the filtered API diff in the description.
   
   cc/ @ebarboni @jtulach anyone else - last chance for review!


-- 
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 merged pull request #4833: Snapshot of APIs as of NetBeans 16

Posted by GitBox <gi...@apache.org>.
neilcsmith-net merged PR #4833:
URL: https://github.com/apache/netbeans/pull/4833


-- 
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 #4833: Snapshot of APIs as of NetBeans 16

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

   Thanks @ebarboni same here but an extra set of eyes is always good :eyes: 
   
   Only thing that might be worth a check is the generics addition. From #4794 I think?  cc/ @matthiasblaesing 


-- 
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 #4833: Snapshot of APIs as of NetBeans 16

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

   Thanks @matthiasblaesing We use this process each release as an extra check for breaking changes, such as we had with NB15 that led to extra release candidate. It's not meant to replace API review on PRs.


-- 
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