-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tune logging to prevent illegal reflective operation warnings
On newer Java versions the following log statement triggers illegal reflective operation warnings: log.debug(" Plugin Artifacts to be added -> ${pluginArtifacts.toString()}") Since this is debug logging, the illegal operation can be prevented most of the time by only executing the operation when debug logging is enabled. Related to: #132 Signed-off-by: Wouter Born <[email protected]>
- Loading branch information
Showing
1 changed file
with
15 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters