Patrick Cornelißen
Patrick Cornelißen
Why is there still no service principal authentication support in azure Devops? It's crucial to be able to automate things to be able to do that in a way that...
Well, the problem is still present in recent azuread terraform + public azure-api combinations. Right now I can't create a group via terraform, because I the duplicate owner error with...
To be more precise why this is a problem: When you use rabbitMQ with the most common defaults and you use spring cloud bus, then you end up (too) often...
I'm also running into problems with the plugin, for example the lack of support for stateful sets as resource.
The version in the pull request also includes the isUTC flag.
Thanks for the prioritization. What I don't get is, that the CLI is able to use a high port for the verification, when you create a certificate this way. How...
Ideally the new date / time classes would be supported directly ;-)
FYI, you don't need the second formatter: ```java import org.junit.jupiter.params.ParameterizedTest; import org.junit.jupiter.params.provider.Arguments; import org.junit.jupiter.params.provider.MethodSource; import java.time.LocalDateTime; import java.time.ZoneId; import java.time.ZoneOffset; import java.time.ZonedDateTime; import java.time.format.DateTimeFormatter; import java.util.stream.Stream; import static org.assertj.core.api.Assertions.assertThat; import...
It would be really good to have better documentation that is ready for prime time and doesn't lead to weird pipeline bugs :-)
Why is the issue not fixed already? It seems to be a small change (documentation of the changes would be more than the fix itself) Should I give it a...