Guillaume Nodet
Guillaume Nodet
@mbien your proposal sounds legit to me. I must admit my GraalVM experience is mostly limited to `mvnd`, so I won't be able to help much on that side.
@dependabot recreate
@dependabot reopen
> This works cool, but breaks https://issues.apache.org/jira/browse/MNG-5783 We need to implement the proposed fix in refd issue. The fix was implemented in https://github.com/apache/maven/commit/b7088a34edd8cd34ab3b376d9baf90bdb6f8dc00 AFAIK. This may be something slightly different.
> Hi 👋 > > I noticed that the latest release triggered an issue when using this plugin with Maven 4: [dylibso/chicory#775](https://github.com/dylibso/chicory/pull/775) > > ``` > Unable to load the...
> [here](https://github.com/mojohaus/flatten-maven-plugin/compare/master...andreaTP:flatten-maven-plugin:maven-4) Could you create a draft PR and make sure it's opened to maintainers so that we can collaborate ?
This is really interesting. I'd like to see some changes from https://github.com/apache/maven-plugin-testing/commit/c6ef221ab068ee487e1c535aa2b8925ecc4f0db6 back ported to make the annotations identical (the `@Inherited` and the changes in `InjectMojo`). Maybe also the new...
We can't add the method as it has a `FilterEvent` parameter, which is a new class introduced in Mina 2.1.0. I don't think there's a way to support both 2.0.x...
> I'm sorry, I take the second point back. I had an environment variable set that Quarkus checks when launching apps in remote-dev. So, yes, if we skip tests we...
> > * Provides explicit Sisu component registration via META-INF/sisu/javax.inject.Named > > to replace the deprecated Sisu index in Maven 4 > > Question: if this mechanism is deprecated, what...