Stig Døssing
Stig Døssing
Hi. The yamlFormatX methods in ProductFormats return the YF[A] type. This type is private to moultingyaml, and is an alias for YamlFormat[A]. This causes a problem for tools like Scalafix...
The reuse of configuration regarding missing licenses could be nicer between the AddThirdParty and DownloadLicenses goals (and aggregate variants). DownloadLicenses allows you to specify a licensesConfigFile in XML format, which...
Trying to download licenses with organizeLicensesByDependencies set to true. ``` [WARNING] Unable to retrieve license from URL 'http://www.apache.org/licenses/LICENSE-2.0.txt' for dependency 'org.apache.commons:commons-lang3': /mnt/c/Users/Esran/Documents/NetbeansProjects/storm/target/generated-resources/licenses/org.apache.commons.commons-lang3_the_apache_software_license,_version_2.0 [DEBUG] java.nio.file.FileAlreadyExistsException: /mnt/c/Users/Esran/Documents/NetbeansProjects/storm/target/generated-resources/licenses/org.apache.commons.commons-lang3_the_apache_software_license,_version_2.0 at sun.nio.fs.UnixCopyFile.copy (UnixCopyFile.java:551) at sun.nio.fs.UnixFileSystemProvider.copy...
I'm getting an NPE in DependenciesTool.loadProjectDependencies. The issue seems to be that loadProjectDependencies assumes that all artifacts have a non-null dependency trail. The artifacts are loaded in loadProjectArtifacts, where reactor...
### Description of the bug: Turbine contains code that inspects the current JDK to determine where to look for class file signatures. I believe this is incorrect, since as I...
The Worker uses the SecurityManager to prevent `System.exit`. The SM is deprecated for removal, and will be going away [soon](https://openjdk.org/jeps/486). Previously, we've been punting on this issue by enabling the...