17
0

2 Commits

Author SHA256 Message Date
Fridrich Štrba
f740193a7d 3.15.0 changelog 2026-02-02 10:43:16 +01:00
Fridrich Štrba
59ab004576 3.15.0 is voted on 2026-01-27 05:31:29 +01:00
6 changed files with 50 additions and 26 deletions

Binary file not shown.

View File

@@ -1,5 +1,5 @@
--- maven-compiler-plugin-3.14.1/src/main/filtered-resources/META-INF/maven/org.apache.maven.plugins/maven-compiler-plugin/plugin-help.xml 1970-01-01 01:00:00.000000000 +0100
+++ maven-compiler-plugin-3.14.1/src/main/filtered-resources/META-INF/maven/org.apache.maven.plugins/maven-compiler-plugin/plugin-help.xml 2025-09-21 13:30:11.742960611 +0200
--- a/src/main/filtered-resources/META-INF/maven/org.apache.maven.plugins/maven-compiler-plugin/plugin-help.xml 1970-01-01 01:00:00.000000000 +0100
+++ b/src/main/filtered-resources/META-INF/maven/org.apache.maven.plugins/maven-compiler-plugin/plugin-help.xml 2026-01-27 05:28:22.464378642 +0100
@@ -0,0 +1,1195 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
@@ -563,7 +563,7 @@
+ </mojo>
+ <mojo>
+ <goal>help</goal>
+ <description>Display help information on maven-compiler-plugin.
+ <description>Display help information on maven-compiler-plugin.
+Call mvn compiler:help -Ddetail=true -Dgoal=&lt;goal-name&gt; to display parameter details.</description>
+ <requiresDirectInvocation>false</requiresDirectInvocation>
+ <requiresProject>false</requiresProject>
@@ -1196,8 +1196,8 @@
+ </mojo>
+ </mojos>
+</plugin>
--- maven-compiler-plugin-3.14.1/src/main/filtered-resources/META-INF/maven/plugin.xml 1970-01-01 01:00:00.000000000 +0100
+++ maven-compiler-plugin-3.14.1/src/main/filtered-resources/META-INF/maven/plugin.xml 2025-09-21 13:31:52.102781401 +0200
--- a/src/main/filtered-resources/META-INF/maven/plugin.xml 1970-01-01 01:00:00.000000000 +0100
+++ b/src/main/filtered-resources/META-INF/maven/plugin.xml 2026-01-27 05:29:04.832663353 +0100
@@ -0,0 +1,1415 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
@@ -1840,7 +1840,7 @@
+ </mojo>
+ <mojo>
+ <goal>help</goal>
+ <description>Display help information on maven-compiler-plugin.
+ <description>Display help information on maven-compiler-plugin.
+Call mvn compiler:help -Ddetail=true -Dgoal=&lt;goal-name&gt; to display parameter details.</description>
+ <requiresDirectInvocation>false</requiresDirectInvocation>
+ <requiresProject>false</requiresProject>
@@ -2541,22 +2541,22 @@
+ </mojos>
+ <dependencies>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <type>jar</type>
+ <version>1.7.36</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.inject</groupId>
+ <artifactId>javax.inject</artifactId>
+ <type>jar</type>
+ <version>1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <type>jar</type>
+ <version>1.7.36</version>
+ </dependency>
+ <dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm</artifactId>
+ <type>jar</type>
+ <version>9.8</version>
+ <version>9.9.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven.shared</groupId>
@@ -2580,7 +2580,7 @@
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-java</artifactId>
+ <type>jar</type>
+ <version>1.5.0</version>
+ <version>1.5.2</version>
+ </dependency>
+ <dependency>
+ <groupId>com.thoughtworks.qdox</groupId>
@@ -2592,30 +2592,30 @@
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-compiler-api</artifactId>
+ <type>jar</type>
+ <version>2.15.0</version>
+ <version>2.16.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-compiler-manager</artifactId>
+ <type>jar</type>
+ <version>2.15.0</version>
+ <version>2.16.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-compiler-javac</artifactId>
+ <type>jar</type>
+ <version>2.15.0</version>
+ <version>2.16.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ <type>jar</type>
+ <version>4.0.1</version>
+ <version>4.0.2</version>
+ </dependency>
+ </dependencies>
+</plugin>
--- maven-compiler-plugin-3.14.1/src/main/java/org/apache/maven/plugins/maven_compiler_plugin/HelpMojo.java 1970-01-01 01:00:00.000000000 +0100
+++ maven-compiler-plugin-3.14.1/src/main/java/org/apache/maven/plugins/maven_compiler_plugin/HelpMojo.java 2025-09-21 13:28:25.168614657 +0200
--- a/src/main/java/org/apache/maven/plugins/maven_compiler_plugin/HelpMojo.java 1970-01-01 01:00:00.000000000 +0100
+++ b/src/main/java/org/apache/maven/plugins/maven_compiler_plugin/HelpMojo.java 2026-01-27 05:26:32.025986195 +0100
@@ -0,0 +1,448 @@
+package org.apache.maven.plugins.maven_compiler_plugin;
+

View File

@@ -14,10 +14,10 @@
value="The Compiler Plugin is used to compile the sources of your project."/>
<property name="project.groupId" value="org.apache.maven.plugins"/>
<property name="project.artifactId" value="maven-compiler-plugin"/>
<property name="project.version" value="3.14.1"/>
<property name="project.version" value="3.15.0"/>
<property name="project.organization.name" value="The Apache Software Foundation"/>
<property name="spec.version" value="3.14"/>
<property name="spec.version" value="3.15"/>
<property name="compiler.release" value="8"/>
<property name="compiler.source" value="1.${compiler.release}"/>

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Feb 2 09:36:54 UTC 2026 - Fridrich Strba <fstrba@suse.com>
- Upgrade to upsteam release 3.15.0
* Bug Fixes
+ Fix Java 25 compatibility during integration tests
+ MCOMPILER-540: useIncrementalCompilation=false may add
generated sources to the sources list
* Maintenance
+ Bump org.apache.maven.plugins:maven-plugins from 45 to 46
+ Remove declaration of "plexus-snapshots" repository
+ Works only with Maven 4.0.0 rc4
+ Enable Java 25 and Maven 4 in CI
* Dependency updates
+ Bump maven-plugin-testing-harness to 3.5.0
+ Bump plexusCompilerVersion from 2.15.0 to 2.16.2
+ Bump org.apache.maven.plugins:maven-plugins from 46 to 47
+ Bump org.codehaus.plexus:plexus-java from 1.5.0 to 1.5.2
+ Bump org.ow2.asm:asm from 9.8 to 9.9.1
+ Bump mavenVersion from 3.9.11 to 3.9.12
- Modified patch:
* maven-compiler-plugin-bootstrap-resources.patch
+ regenerate in cycle by itself
-------------------------------------------------------------------
Tue Sep 23 12:27:39 UTC 2025 - Fridrich Strba <fstrba@suse.com>

View File

@@ -23,7 +23,7 @@
%bcond_with bootstrap
%endif
%global base_name maven-compiler-plugin
Version: 3.14.1
Version: 3.15.0
Release: 0
Summary: Maven Compiler Plugin
License: Apache-2.0