Re: MavenEmbedder/MavenCli to run Maven in JVM and access the MavenSession

2024-02-26 Thread Fabian Krueger
Howdy. Thanks for your fast reply. Yes, I am using a copy of MavenCli from 'maven-embedder:3.9.6' to execute Maven goals and access the MavenSession before completion. I probably overloaded my email, sorry. The described issues are irrelevant to my experiments, I could reproduce them with plain

Re: [DISCUSS] Java version for Maven

2024-02-26 Thread Benjamin Marwell
> 1. The Java version required by the project being built. That is, the byte code and API level of the project. > 2. The Java version used to compile the project. > 3. The Java version used to run Maven. > 4. The Java version used to compile and build Maven itself. > For #1, it is mandatory to

Re: [DISCUSS] Java version for Maven

2024-02-26 Thread Basil Crow
We had a similar conversation in the Jenkins community, and I wrote up our conclusions here: https://www.jenkins.io/blog/2023/11/06/introducing-2-2-2-java-support-plan/ - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

Re: Hand ups - new releases in next week

2024-02-26 Thread Guillaume Nodet
I'm also planning to release * maven-filtering 2.3.2 the following PRs would need review: https://github.com/apache/maven-filtering/milestone/1 remaining issues:

Re: [DISCUSS] Java version for Maven

2024-02-26 Thread Ceki Gulcu
Hello Bernd, I was unaware of the capabilities of the release flag. Thank you for explaining. -- Ceki Gülcü Sponsoring SLF4J/logback/reload4j at https://github.com/sponsors/qos-ch On 2/25/2024 1:37 AM, Bernd Eckenfels wrote: > It has been mentioned before, but just to add, since the

MavenEmbedder/MavenCli to run Maven in JVM and access the MavenSession

2024-02-26 Thread Fabian Krueger
Dear Maven Developers, first of all, thank you for your work on Maven! Secondly, I apologize in advance in case this is not the appropriate channel or I miss something. I am using maven-embedder 3.9.6 and tweaked a copy of MavenCli to access the MavenSession and retrieve runtime information from

[ANN] Apache Maven Resolver 2.0.0-alpha-8 released

2024-02-26 Thread Tamás Cservenák
Howdy, The Apache Maven team is pleased to announce the release of the Maven Resolver 2.0.0-alpha-8. https://maven.apache.org/resolver-archives/resolver-2.0.0-alpha-8/ This is a seventh *PREVIEW* (alpha-4 was scrubbed) release of upcoming Maven Resolver 2.0.0 meant for users of Resolver to pick

Re: [VOTE] Release Maven Resolver 2.0.0-alpha-8

2024-02-26 Thread Tamás Cservenák
+1 On Thu, Feb 22, 2024 at 5:29 PM Tamás Cservenák wrote: > Howdy, > > Note: This is a seventh (alpha-4 was scrubbed) preview release of Resolver > 2.0.0, that would allow any downstream consumers to try it out and adapt. > The supplier is aligned with Maven 4.0.0-alpha-12. > > For

[RESULT] [VOTE] Release Maven Resolver 2.0.0-alpha-8

2024-02-26 Thread Tamás Cservenák
Howdy, The vote has passed with the following result: +1: Sylwester, Slawomir, Tamas PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release to the board report. Thanks T

Re: MavenEmbedder/MavenCli to run Maven in JVM and access the MavenSession

2024-02-26 Thread Tamás Cservenák
Howdy, just to be clear (as your phrasing is a bit unusual)... Are we talking about some Maven extension? As if in plugin, you can just inject Maven Session, no need for embedder or what not... T On Mon, Feb 26, 2024 at 1:54 PM Fabian Krueger wrote: > Dear Maven Developers, > > first of all,