Re: Maven 3.9.6 release is coming soon

2023-11-21 Thread Tamás Cservenák
Howdy,

Good ideas! I completely forgot about default bindings

T

On Tue, Nov 21, 2023 at 1:04 PM Slawomir Jaranowski 
wrote:

> Hi,
>
> We can consider:
>  - update parent to 41
>  - update versions of default bindings plugins - some can have fix support
> for JDK 21 - to check
>
> wt., 21 lis 2023 o 12:22 Tamás Cservenák  napisał(a):
>
> > Howdy,
> >
> > The 3.9.6 release will contain three important changes:
> > - Resolver 1.9.x is hopefully "tamed" on Windows, no more sporadic
> > AccessDeniedEx to fail the builds
> > - Sisu DI is upgraded to support bytecode higher than Java 14. This makes
> > writing Maven components (extensions, plugins, Sisu managed JSR330
> > components) using bytecode higher than Java 14 possible. Naturally, to
> have
> > those used in your build, you will also have to raise the Maven runtime
> > Java requirement, and have it aligned with your new components.
> > - ability to exclude plugin from plugin validation (as an "escape hatch")
> >
> > As usual, if anyone has anything to add, please speak up!
> >
> > Thanks
> > T
> >
>
>
> --
> Sławomir Jaranowski
>


Re: Maven 3.9.6 release is coming soon

2023-11-21 Thread Slawomir Jaranowski
Hi,

We can consider:
 - update parent to 41
 - update versions of default bindings plugins - some can have fix support
for JDK 21 - to check

wt., 21 lis 2023 o 12:22 Tamás Cservenák  napisał(a):

> Howdy,
>
> The 3.9.6 release will contain three important changes:
> - Resolver 1.9.x is hopefully "tamed" on Windows, no more sporadic
> AccessDeniedEx to fail the builds
> - Sisu DI is upgraded to support bytecode higher than Java 14. This makes
> writing Maven components (extensions, plugins, Sisu managed JSR330
> components) using bytecode higher than Java 14 possible. Naturally, to have
> those used in your build, you will also have to raise the Maven runtime
> Java requirement, and have it aligned with your new components.
> - ability to exclude plugin from plugin validation (as an "escape hatch")
>
> As usual, if anyone has anything to add, please speak up!
>
> Thanks
> T
>


-- 
Sławomir Jaranowski


Maven 3.9.6 release is coming soon

2023-11-21 Thread Tamás Cservenák
Howdy,

The 3.9.6 release will contain three important changes:
- Resolver 1.9.x is hopefully "tamed" on Windows, no more sporadic
AccessDeniedEx to fail the builds
- Sisu DI is upgraded to support bytecode higher than Java 14. This makes
writing Maven components (extensions, plugins, Sisu managed JSR330
components) using bytecode higher than Java 14 possible. Naturally, to have
those used in your build, you will also have to raise the Maven runtime
Java requirement, and have it aligned with your new components.
- ability to exclude plugin from plugin validation (as an "escape hatch")

As usual, if anyone has anything to add, please speak up!

Thanks
T