maven-compiler-plugin
maven-compiler-plugin copied to clipboard
Apache Maven Compiler Plugin
**[Jochen Wiedmann](https://issues.apache.org/jira/secure/[email protected])** opened **[MCOMPILER-453](https://issues.apache.org/jira/browse/MCOMPILER-453?redirect=false)** and commented The commons-lang project intends to start using the `@Nullable`, and `@NonNull` annotations, both as a guidance for static code analysis, and for the purpose...
**[Manu Sridharan](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=msridhar)** opened **[MCOMPILER-407](https://issues.apache.org/jira/browse/MCOMPILER-407?redirect=false)** and commented Certain javac annotation processors and plugins like [The Checker Framework](https://checkerframework.org/) sometimes print useful diagnostics on stdout. Currently, there is no way to see this...
**[John Patrick](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=nhoj.patrick)** opened **[MCOMPILER-420](https://issues.apache.org/jira/browse/MCOMPILER-420?redirect=false)** and commented Testing out surefire v3.0.0-M5 and coming across issues with testCompile. I've got; ``` src/main/java/aaa src/main/java11/module-info.java src/test/java/bbb src/test/java11/module-info.java ``` My current working copy of the...
**[Ralph Goers](https://issues.apache.org/jira/secure/[email protected])** opened **[MCOMPILER-461](https://issues.apache.org/jira/browse/MCOMPILER-461?redirect=false)** and commented While trying to convert Log4j-core to a JPMS module I have run into an issue where I have a class that references a class...
**[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** opened **[MCOMPILER-310](https://issues.apache.org/jira/browse/MCOMPILER-310?redirect=false)** and commented Based on the [SO question](https://stackoverflow.com/questions/46500984/immutables-dont-generate-code-with-java-9-with-modules) is looks like we have a difference in behaviour between JDK 8 / JDK 9 related to the...
**[Anand Beh](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=a248)** opened **[MCOMPILER-462](https://issues.apache.org/jira/browse/MCOMPILER-462?redirect=false)** and commented Building a project with a module descriptor placed in a multi-release directory, and in conjunction with the maven-bundle-plugin, creates discrepancies between "clean package" and...
**[Delany](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=delany)** opened **[MCOMPILER-456](https://issues.apache.org/jira/browse/MCOMPILER-456?redirect=false)** and commented Allow configuration of a log file for compilation only output, like surefire plugin does. The log file should also include arguments passed to the compiler....
**[Christian Stein](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=sor)** opened **[MCOMPILER-365](https://issues.apache.org/jira/browse/MCOMPILER-365?redirect=false)** and commented When `testCompile` detects a `module-info.java` file it patches the sources from the main set into the test compilation process. This yields a) recompiling main...
**[Benjamin Marwell](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mampf86)** opened **[MCOMPILER-444](https://issues.apache.org/jira/browse/MCOMPILER-444?redirect=false)** and commented See https://issues.apache.org/jira/browse/MCOMPILER-336 I can still recreate this with a test dependency. I believe the jakarta.activation module should have been on the module path, but...
**[Gili](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cowwoc)** opened **[MCOMPILER-423](https://issues.apache.org/jira/browse/MCOMPILER-423?redirect=false)** and commented Following up on a discussion with [Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise) at https://stackoverflow.com/q/53670052/14731 It doesn't seem to be possible to compile the attached testcase without triggering a...