Oliver Siegmar
Oliver Siegmar
The feature added with #57 had to be removed by #59 as it lacked support for unicode. Think of a better concept and implement it by keeping performance characteristics of...
As commented in #64: My current concerns are about the networking stuff (like #62). The corner cases like timeouts or TLS handshakes needs some more testing. And those tests could...
Any plans to add support for [Dependency submission API](https://docs.github.com/en/rest/dependency-graph/dependency-submission)? I found https://github.com/marketplace/actions/gradle-dependency-submission but I think this functionality should be available directly within gradle-build-action. See also https://github.com/community/community/discussions/11117.
**Describe the bug** In an application (using Spring Boot 3.0.1) the response body does not match the `Content-Type` header for a 403 Forbidden response if the request contains the header...
When reading a file using `NamedCsvRecord`, the first record is stored internally as the header and used for name-based field mapping. The header itself is not returned as a record....
The pitest plugin causes a deprecation warning in Gradle 8.14 during build: ``` The ReportingExtension.getBaseDir() method has been deprecated. This is scheduled to be removed in Gradle 9.0. Please use...
The BND plugin causes a deprecation warning in Gradle 8.14 during build: ``` Invocation of Task.project at execution time has been deprecated. This will fail with an error in Gradle...