RE: voting for nbm maven plugin

2023-11-08 Thread Eric Barboni
I think it will be ok to vote on.

The nb-package is a future feature to add but not needed for vote.

Eric


-Message d'origine-
De : Michael Bien  
Envoyé : mardi 7 novembre 2023 21:24
À : dev@netbeans.apache.org; Eric Barboni 
Objet : Re: voting for nbm maven plugin

the integration tests work now on JDK 21 and Tamas was so nice to add gh 
actions and clean up the maven code a bit too.

Is there something left what needs fixing before the next release?

-mbien

On 11.10.23 18:14, Eric Barboni wrote:
> Hi folks,
>
>   
>
> Would it make sense to propose vote for nbm plugin before freeze ?
>
>   Having a release that can handle jdk21 could be helpful, still no 
> nb-package
>
>   
>
> Best Regards
>
> Eric
>
>   

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

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





-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

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





Re: voting for nbm maven plugin

2023-11-07 Thread Michael Bien
the integration tests work now on JDK 21 and Tamas was so nice to add gh 
actions and clean up the maven code a bit too.


Is there something left what needs fixing before the next release?

-mbien

On 11.10.23 18:14, Eric Barboni wrote:

Hi folks,

  


Would it make sense to propose vote for nbm plugin before freeze ?

  Having a release that can handle jdk21 could be helpful, still no
nb-package

  


Best Regards

Eric

  


-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

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





Re: voting for nbm maven plugin

2023-10-12 Thread Neil C Smith
On Thu, 12 Oct 2023 at 10:59, Michael Bien  wrote:
>
> On 12.10.23 11:51, Eric Barboni wrote:
> > Well I think there is a reference to the version here:
> > apisupport/maven.apisupport/src/org/netbeans/modules/maven/apisupport/MavenNbModuleImpl.java
>
> this is the default value, it is updated in getLatestNbmPluginVersion()
> assuming NB has the maven central index available or it happens to be in
> the local .m2 repository already for some reason.

Yes, that's what I thought from previous discussion on v14 at
https://github.com/apache/netbeans/issues/6450

> updating the default value doesn't hurt though.

Agreed.  But hopefully less pressing for freeze - be tight, but not
impossible, to get in by then.

Best wishes,

Neil

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

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





Re: voting for nbm maven plugin

2023-10-12 Thread Michael Bien

On 12.10.23 11:51, Eric Barboni wrote:

Well I think there is a reference to the version here:
apisupport/maven.apisupport/src/org/netbeans/modules/maven/apisupport/MavenNbModuleImpl.java


this is the default value, it is updated in getLatestNbmPluginVersion() 
assuming NB has the maven central index available or it happens to be in 
the local .m2 repository already for some reason.


updating the default value doesn't hurt though.

-mbien


So if we need a 21 compatible to avoir error I could start a vote


For the position of nbpackage in nbm package I don't know.

There is a goal nbm plugin build-installers that use the "application in target" + 
"installer harness" to install the a bit deprecated way.
Looking for far away it could be simplier to benefit from the lifecycle already 
existing. Having nbpacker as dependency

Best Regards

Eric


-Message d'origine-
De : Neil C Smith 
Envoyé : jeudi 12 octobre 2023 11:16
À : dev@netbeans.apache.org
Objet : Re: voting for nbm maven plugin

On Wed, 11 Oct 2023 at 17:15, Eric Barboni  wrote:

Would it make sense to propose vote for nbm plugin before freeze ?

  Having a release that can handle jdk21 could be helpful, still no
nb-package

If we need to release prior to freeze to have the IDE handle JDK 21, then yes.  
Or after freeze but before release if that works?  Does the IDE pick up the 
latest plugin automatically?

Do you think NBPackage support should be in the NBM plugin?  I was thinking it 
would be separate, but can look at integration.  I wanted to look at it for 
NB20 myself, but time has been tight with other things.

Best wishes,

Neil

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

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





-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

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






-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

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





RE: voting for nbm maven plugin

2023-10-12 Thread Eric Barboni
Well I think there is a reference to the version here:
apisupport/maven.apisupport/src/org/netbeans/modules/maven/apisupport/MavenNbModuleImpl.java
So if we need a 21 compatible to avoir error I could start a vote


For the position of nbpackage in nbm package I don't know.

There is a goal nbm plugin build-installers that use the "application in 
target" + "installer harness" to install the a bit deprecated way. 
Looking for far away it could be simplier to benefit from the lifecycle already 
existing. Having nbpacker as dependency

Best Regards

Eric


-Message d'origine-
De : Neil C Smith  
Envoyé : jeudi 12 octobre 2023 11:16
À : dev@netbeans.apache.org
Objet : Re: voting for nbm maven plugin

On Wed, 11 Oct 2023 at 17:15, Eric Barboni  wrote:
> Would it make sense to propose vote for nbm plugin before freeze ?
>
>  Having a release that can handle jdk21 could be helpful, still no 
> nb-package

If we need to release prior to freeze to have the IDE handle JDK 21, then yes.  
Or after freeze but before release if that works?  Does the IDE pick up the 
latest plugin automatically?

Do you think NBPackage support should be in the NBM plugin?  I was thinking it 
would be separate, but can look at integration.  I wanted to look at it for 
NB20 myself, but time has been tight with other things.

Best wishes,

Neil

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

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





-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

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





Re: voting for nbm maven plugin

2023-10-12 Thread Neil C Smith
On Wed, 11 Oct 2023 at 17:15, Eric Barboni  wrote:
> Would it make sense to propose vote for nbm plugin before freeze ?
>
>  Having a release that can handle jdk21 could be helpful, still no
> nb-package

If we need to release prior to freeze to have the IDE handle JDK 21,
then yes.  Or after freeze but before release if that works?  Does the
IDE pick up the latest plugin automatically?

Do you think NBPackage support should be in the NBM plugin?  I was
thinking it would be separate, but can look at integration.  I wanted
to look at it for NB20 myself, but time has been tight with other
things.

Best wishes,

Neil

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

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