plexus-compiler icon indicating copy to clipboard operation
plexus-compiler copied to clipboard

Plexus compiler a layer on top of compilers and used by maven-compiler-plugin

Results 27 plexus-compiler issues
Sort by recently updated
recently updated
newest added

Bumps [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) from 2.31.0 to 2.33.0. Release notes Sourced from com.google.errorprone:error_prone_core's releases. Error Prone 2.33.0 Similar to release 2.32.0, the minimum supported JDK version to run Error Prone is JDK...

dependencies
java

Bumps [org.eclipse.jdt:ecj](https://github.com/eclipse-jdt/eclipse.jdt.core) from 3.38.0 to 3.39.0. Commits See full diff in compare view Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | |...

dependencies
java

Hi, we are using a javac wrapper for compiling our project, its doing some stuff and delegates the compilation to javac. The wrapper is set in the 'executable' property of...

bug

This fix the issue I had at work (#420) by ignoring the "Picked up" based on what the JDK outputs.

enhancement

Hello, When `maven-compiler-plugin` is configured to fork or use a toolchains, Plexus `JavacCompiler` fails to determine correctly the Java version if there is a `JAVA_TOOL_OPTIONS` set prior, which is done...

bug