xtaixe

Results 5 issues of xtaixe

Hi. We are currently not using inherited options and because we are using Picocli through Quarkus we are sharing options between command and subcommands by making them a `@Singleton` (which...

### Is there an existing issue for this? - [X] I have searched the existing issues and read the documentation ### Question Are there any examples or guides around best...

type: question
status: triage needed
area: docker
aws:sqs

Hi. Unless I'm missing something, `Derived` attributes are not implicitly `Auxiliary`. 1. Is that intended? Is there any case where making them `Auxiliary` wouldn't make sense or would be wrong?...

question
docbug

There are issues with `Optional` and Java 17. See https://github.com/quarkusio/quarkus/issues/25413 ``` com.thoughtworks.xstream.converters.ConversionException: No converter available ---- Debugging information ---- message : No converter available type : java.util.Optional converter : com.thoughtworks.xstream.converters.reflection.ReflectionConverter...

enhancement

**Describe the bug** Temp dir not being created and set when using `@TempDir` a field on `@QuarkusTest`. It works fine as a set up or test method parameter though. **Expected...

kind/bug
area/testing