Marcin Erdmann

Results 16 issues of Marcin Erdmann

If you have two resources that don't have any links, meta and relationships but have the same attributes these resources will be deemed equal and strange things will start to...

The KatharsisClient defaults to using the ISO-8859-1 for responses that have no character set specified when using the HTTP Components adapter. This is because no character set is specified in...

bug

**Environment**: - *Jib version:* 3.4.0 - *Build tool:* Gradle 8.5 - *OS:* MacOS 14.3 **Description of the issue**: It's likely that one of the dependencies that have the same name...

priority: p2
type: feature request

This is because the code in `com.github.jk1.license.task.CacheableReportTask#getClasspath` does not account for `com.github.jk1.license.LicenseReportExtension#configurations` being set to empty array unlike how `com.github.jk1.license.reader.ProjectReader#findConfigurationsToScan` does. If `com.github.jk1.license.LicenseReportExtension#configurations` is set to an empty array then...

Currently the only implementation of a `DependencyDataImporter` which ships with the plugin allows to import from xml. Unfortunately the `XmlReportRenderer` which can be used with it is lossy - it...

Currently only the absolute path of the allowed license file is treated as an input for `CheckLicenseTask`. This is not sufficient because the task should not be up-to-date if one...

It is sometimes useful to be able to run Grails in debug mode and attach an IDE to it. It would be great if it was possible through this plugin....

Please check the [User Guide](http://imperceptiblethoughts.com/shadow) before submitting "how do I do 'x'?" questions! ### Shadow Version 8.1.1 ### Gradle Version 8.5 ### Expected Behavior Plugin does not violate [project isolation](https://gradle.github.io/configuration-cache/)...

Don't know if it's easy or even possible, but it would be cool if HttpTransport put response headers in stacktrace when it fails to read the object stream and detects...

[JBoss Logging](https://github.com/jboss-logging/jboss-logging) is yet another logging facade. It would be nice if the plugin was made aware of it. I believe that the following modules would need to have metadata/capabilities...

enhancement