Re: [VOTE] Release Maven Fluido Skin version 1.11.0

2022-05-16 Thread Olivier Lamy
+1 On Sun, 15 May 2022 at 04:28, Michael Osipov wrote: > Hi, > > We solved 13 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317926&version=12350903 > > There are still a couple of issues left in JIRA: > > https://issues.apache.org/jira/issues/?jql=project%20%3D%2

Re: [VOTE] Release Maven Fluido Skin version 1.11.0

2022-05-16 Thread Michael Osipov
Am 2022-05-16 um 21:00 schrieb Sylwester Lachiewicz: +1 tested with diff and on our site. Looks good. small fix for future - remove two additional empty lines in the header I assume you mean these: I still haven't found out what to tell Velocity to avoid them. Velocity 2.x includes no

Re: [VOTE] Release Maven Fluido Skin version 1.11.0

2022-05-16 Thread Sylwester Lachiewicz
+1 tested with diff and on our site. Looks good. small fix for future - remove two additional empty lines in the header Sylwester pon., 16 maj 2022 o 19:34 Michael Osipov napisał(a): > > Am 2022-05-14 um 20:28 schrieb Michael Osipov: > > Hi, > > > > We solved 13 issues: > > https://issues.apach

Re: [VOTE] Release Apache Maven Shared Dependency Tree 3.3.1

2022-05-16 Thread Gabriel Belingueres
+1 Kind regards, Gabriel El sáb, 14 may 2022 a la(s) 08:00, Slawomir Jaranowski ( s.jaranow...@gmail.com) escribió: > Hi, > > We solved 2 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12350387 > > There are still a couple of issues left in JIRA: >

Re: Maven plugins - injecting Maven components

2022-05-16 Thread Romain Manni-Bucau
Le lun. 16 mai 2022 à 19:14, Slawomir Jaranowski a écrit : > But from other side we can use JSR-330 in Mojo [1] > > so we will: > >@Parameter( defaultValue = "${project}", readonly = true, required = > true ) > private MavenProject project; > > @Inject > public SuperMojo( Jsr330Co

Re: [VOTE] Release Maven Fluido Skin version 1.11.0

2022-05-16 Thread Michael Osipov
Am 2022-05-14 um 20:28 schrieb Michael Osipov: Hi, We solved 13 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317926&version=12350903 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSKINS%20AND%20resolu

Re: Maven plugins - injecting Maven components

2022-05-16 Thread Slawomir Jaranowski
But from other side we can use JSR-330 in Mojo [1] so we will: @Parameter( defaultValue = "${project}", readonly = true, required = true ) private MavenProject project; @Inject public SuperMojo( Jsr330Component component ) { } >From code perspective will be clear @In

Re: Maven plugins - injecting Maven components

2022-05-16 Thread Romain Manni-Bucau
Hi Sławomir, This is a complex topic, basically there is a will to get a real IoC for maven-core and keep a maven specific API for plugin writers so I'm tempted to say option 1 for mojo. As a reminder the issues exposing @Inject are: 1. We can conflict with plugins (it is the case already and a

Maven plugins - injecting Maven components

2022-05-16 Thread Slawomir Jaranowski
Hi, We can inject Maven components into plugins in many ways ... We can use @Parameter, like: @Parameter( defaultValue = "${project}", readonly = true, required = true ) private MavenProject project; @Parameter( defaultValue = "${session}", readonly = true, required = true ) pri

JDK 19 - Virtual Threads Testing!

2022-05-16 Thread David Delabassee
Welcome to a new OpenJDK Quality Outreach update! This time, we have one update but a major one: JEP 425 (Virtual Threads preview) has been integrated into the OpenJDK mainline! JDK 19 Early-Access builds 22 are the first mainline builds with Virtual Threads (preview) support. So, Project Loom