How to use Vector API with Maven Exec Plugin

2023-08-26 Thread Siddharth Jain
> > > Hello, How can I use the Vector API with maven exec plugin? I compiled my project with these settings and it worked fine: org.apache.maven.plugins maven-compiler-plugin 20 20 --enable-preview --add-modules jdk.incubator.vector 20 But when I try to run it using mvn exec:java I get

Re: Multi-repo experience

2023-08-26 Thread Romain Manni-Bucau
Maybe for log4j a major difference will be the versioning. Having a compatibility matrix is always a pain for end users so several projects abandonned that to just be a monorelease repo. Except that it depends who work on what more than anything, technically all works and none is better than

Re: Multi-repo experience

2023-08-26 Thread Hervé Boutemy
notice that you call it "multi-repo experience" it's in fact more about a topic of component-oriented structure, each component having its own release lifecycle. The fact that each component has his own Git repository is just an implementation detail (in the past, each component had its own

How to fix MNG-7855 (dependencies wrongly put on class-path rather than module-path)?

2023-08-26 Thread Martin Desruisseaux
Hello all MNG-7855 [1] is a quasi-blocker issue (at least a major impediment) for migration to JPMS. I can try to provide a patch, but I'm not familiar with Maven internal and would need guidance. Another issue is that fixing this bug probably requires the addition of a new option, which

Re: Multi-repo experience

2023-08-26 Thread Hervé Boutemy
Hi Volkan, Yes, I worked a lot on this aspect fo Maven: the result is summarised here https://maven.apache.org/scm.html As you can see, you can get "Maven Full Sources" in one command using Google "repo" tool. Please have a llok and we can dive into more details if you need Regards, Hervé