Skip to content

Parameter 'compilerArguments' is deprecated: use {@link #compilerArgs} instead#1286

Open
fairyfar wants to merge 1 commit intosqlancer:mainfrom
fairyfar:ff_main
Open

Parameter 'compilerArguments' is deprecated: use {@link #compilerArgs} instead#1286
fairyfar wants to merge 1 commit intosqlancer:mainfrom
fairyfar:ff_main

Conversation

@fairyfar
Copy link
Copy Markdown

Parameter 'compilerArguments' is deprecated: use {@link #compilerArgs} instead

1. Problem

When compiling SQLancer, the following warnings are reported:

$ mvn package -DskipTests
...
[INFO] --- compiler:3.10.1:compile (default-compile) @ sqlancer ---
[WARNING]  Parameter 'compilerArguments' is deprecated: use {@link #compilerArgs} instead.
...

2. Root Cause

Since maven-compiler-plugin v3.1, the 'compilerArguments' has been replaced by 'compilerArgs'. For details, see Reference:

https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#compilerArguments

…} instead

1. Problem

When compiling SQLancer, the following warnings are reported:

```bash
$ mvn package -DskipTests
...
[INFO] --- compiler:3.10.1:compile (default-compile) @ sqlancer ---
[WARNING]  Parameter 'compilerArguments' is deprecated: use {@link #compilerArgs} instead.
...
```

2. Root Cause

Since maven-compiler-plugin v3.1, the 'compilerArguments' has been replaced by 'compilerArgs'. For details, see Reference:

https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#compilerArguments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant