Ioannis Canellos
Ioannis Canellos
@cmoulliard: Sorry, this sliped my attention. Yes, we can do it and the correct label should be `dekorate.io/group` or something like that. We should also change the rest of the...
@jponge: This is something that we do support for Spring, but its a little bit hard to be able to tell when the runtime is vert.x. We could possibly scan...
Even though Quarkus does use dekorate, this is done usually via the quarkus kubernetes extension, so its pretty clear when we are talking about quarkus or not.
Its a junit5 issue. It should not throw an error. See: https://github.com/junit-team/junit5/issues/1814 I would remove the use of `@TempDir` until we can control how it works. This is an easy...
> @iocanel any updates on this? Let's proceed and see if / how it works.
At each run, up to 4 configs per instance may be created. These configs correspond to: - properties - annotations - defaults - merged config Given that we have multiple...
I think that this can be closed now.
Yeah, we could! I am wondering though if we should also bump to JDK11. wdyt?