Leonard Brünings

Results 271 comments of Leonard Brünings

The the main 😉 reasons are: * the default for github was actually changed to `main` for any [new repositories](https://github.com/github/renaming#new-repositories-use-main-as-the-default-branch-name) * git itself is preparing to change it [1](https://git-scm.com/docs/git-init#Documentation/git-init.txt---initial-branchltbranch-namegt) [2](https://lore.kernel.org/git/[email protected]/)...

There hasn't been any additional show of support for this, so I'm going to close it as unplanned.

Can you provide an [SSCCE](http://sscce.org/)? And does this only happen with feign or have you noticed it with other things too? Does this also happen with springs own `@MockBean`? Spocks...

This is the same root cause as #1266 see my [comment](https://github.com/spockframework/spock/issues/1266#issuecomment-767601641) but this will be trickier to fix. From the user perspective it looks like a regression, but it actually...

Now have have another edge-case of a testing DSL. The `where` block is moved out of the method during compile time, into different helper methods as it must be available...

@lvncnt well those are not arrays, but nested lists.

@npathai which `JUnit Platform` listener class are you referring to? I would suggest to use the `UniqueId` if you have access to it. However, I don't know if gradle supports...

1. `spock-junit4` should be mentioned in the migration guide, along with a note that this should be seen as a transition aid and not as a permanent solution. @msgilligan if...

The `stop` method is currently run as a JVM shutown hook, this means that other system that also register a shutdown hook may cleanup their resources in parallel to your...

It would be nice to have the plugin pass a maven property to the `SPDXParser.OnlyUseLocalLicenses` system property for the tool. Having to set system property makes it harder to manage...