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 2020/03/31 16:40:56 UTC

[GitHub] [netbeans] jkovalsky opened a new pull request #2056: Introducing new Plugin Portal 3.0 update center in Apache NetBeans 12.0

jkovalsky opened a new pull request #2056: Introducing new Plugin Portal 3.0 update center in Apache NetBeans 12.0
URL: https://github.com/apache/netbeans/pull/2056
 
 
   In order to motivate NetBeans plugin developers to start using the new **Plugin Portal 3.0** [1] we need to register its update center in the **Apache NetBeans IDE 12.0**. This pull request contains necessary changes in this direction. Once this is merged we will also have to modify the URL redirect rules [2] accordingly. This is a fix for #NETBEANSINFRA-185.
   
   [1] [https://netbeans-vm.apache.org/pluginportal/](https://netbeans-vm.apache.org/pluginportal/)
   [2] [https://github.com/apache/netbeans-website/blob/master/netbeans.apache.org/src/content/.htaccess](https://github.com/apache/netbeans-website/blob/master/netbeans.apache.org/src/content/.htaccess)
   [3] [https://issues.apache.org/jira/browse/NETBEANSINFRA-185](https://issues.apache.org/jira/browse/NETBEANSINFRA-185)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
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] jkovalsky commented on issue #2056: Introducing new Plugin Portal 3.0 update center in Apache NetBeans 12.0

Posted by GitBox <gi...@apache.org>.
jkovalsky commented on issue #2056: Introducing new Plugin Portal 3.0 update center in Apache NetBeans 12.0
URL: https://github.com/apache/netbeans/pull/2056#issuecomment-611972156
 
 
   Yes, we can close this one but need to create a different PR for removal of 8.2 update center instead. I will do that.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
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] errael commented on issue #2056: Introducing new Plugin Portal 3.0 update center in Apache NetBeans 12.0

Posted by GitBox <gi...@apache.org>.
errael commented on issue #2056: Introducing new Plugin Portal 3.0 update center in Apache NetBeans 12.0
URL: https://github.com/apache/netbeans/pull/2056#issuecomment-606871171
 
 
   If I understand correctly, PP3 becomes `NetBeans Plugin Portal` and PP2 becomes `Legacy NetBeans Plugin Portal` after this change and `modify the URL redirect rules`. 
   
   If PP2 has to be there (I'm inclined to agree with Neil, take it out), at least start off disabled/un-checked. Hmm, you could get rid of it in the release, then add a plugin to PP3 that when installed adds legacy PP2 UC.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
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 issue #2056: Introducing new Plugin Portal 3.0 update center in Apache NetBeans 12.0

Posted by GitBox <gi...@apache.org>.
neilcsmith-net commented on issue #2056: Introducing new Plugin Portal 3.0 update center in Apache NetBeans 12.0
URL: https://github.com/apache/netbeans/pull/2056#issuecomment-611611764
 
 
   @jkovalsky given conversations elsewhere, should this now be closed to get it off the 12.0 list?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
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] mcdonnell-john commented on a change in pull request #2056: Introducing new Plugin Portal 3.0 update center in Apache NetBeans 12.0

Posted by GitBox <gi...@apache.org>.
mcdonnell-john commented on a change in pull request #2056: Introducing new Plugin Portal 3.0 update center in Apache NetBeans 12.0
URL: https://github.com/apache/netbeans/pull/2056#discussion_r401086961
 
 

 ##########
 File path: nb/updatecenters/src/org/netbeans/modules/updatecenters/resources/Bundle.properties
 ##########
 @@ -25,13 +25,16 @@ OpenIDE-Module-Short-Description=Declares NetBeans autoupdate centers.
 
 Services/AutoupdateType/distribution-update-provider.instance=NetBeans Distribution
 Services/AutoupdateType/pluginportal-update-provider.instance=NetBeans Plugin Portal
+Services/AutoupdateType/legacy-pluginportal-update-provider.instance=Legacy NetBeans Plugin Portal
 Services/AutoupdateType/82pluginportal-update-provider.instance=NetBeans 8.2 Plugin Portal
 
 #NOI18N
 URL_Distribution=@@metabuild.DistributionURL@@
 #NOI18N
 URL_PluginPortal=@@metabuild.PluginPortalURL@@
 #NOI18N
+URL_LegacyPluginPortal=@@metabuild.LegacyPluginPortalURL@@
 
 Review comment:
   Does this need to be set somewhere?
   
   Just looking at the other metadata its also used:
   https://github.com/apache/netbeans/blob/312f983bf6627e91bdfb7526e67302975d3f7f80/nb/updatecenters/build.xml#L31
   and
   https://github.com/apache/netbeans/blob/6c3e8d1eee5c8ca49c11027065ca90c8abcbd920/nbbuild/antsrc/org/netbeans/nbbuild/ReleaseJsonProperties.java#L177

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
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] jkovalsky closed pull request #2056: Introducing new Plugin Portal 3.0 update center in Apache NetBeans 12.0

Posted by GitBox <gi...@apache.org>.
jkovalsky closed pull request #2056: Introducing new Plugin Portal 3.0 update center in Apache NetBeans 12.0
URL: https://github.com/apache/netbeans/pull/2056
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
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 issue #2056: Introducing new Plugin Portal 3.0 update center in Apache NetBeans 12.0

Posted by GitBox <gi...@apache.org>.
neilcsmith-net commented on issue #2056: Introducing new Plugin Portal 3.0 update center in Apache NetBeans 12.0
URL: https://github.com/apache/netbeans/pull/2056#issuecomment-606831701
 
 
   -1 to this from me, pending some conversations elsewhere, as I think we need to switch over to PP3 entirely for 12.0 release.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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