danhallin
danhallin
**Describe the bug** Throwing error when renaming label, the renaming does take place. org.kohsuke.github.GHFileNotFoundException: https://api.github.com/repos/org/repo/labels/oldname {"message":"Not Found","documentation_url":"https://docs.github.com/rest/reference/issues#update-a-label"} at org.kohsuke.github.GitHubClient.interpretApiError(GitHubClient.java:540) at org.kohsuke.github.GitHubClient.sendRequest(GitHubClient.java:401) at org.kohsuke.github.GitHubClient.sendRequest(GitHubClient.java:355) at org.kohsuke.github.Requester.fetch(Requester.java:76) at org.kohsuke.github.AbstractBuilder.done(AbstractBuilder.java:109) at org.kohsuke.github.GHLabel$Setter.done(GHLabel.java:258) **To...
Works in gradle 6.7.1 Gives error in gradle 7.4.2 > Task :myTask:jbbpGenerate FAILED FAILURE: Build failed with an exception. What went wrong: * A problem was found with the configuration...
When generating a bom the metadata component does not get assigned the same values as entries in component list. # Steps to reproduce git clone https://github.com/CycloneDX/cyclonedx-gradle-plugin.git cd cyclonedx-gradle-plugin ./gradlew cyclonedxbom...
* What problem are you trying to solve? Anonymous access to nexus docker registry fails after upgrading from 3.45.0 to 3.69.0. ```bash $ docker pull dev.company.com/registry/an-image:1.0.0 Error response from daemon:...