Ladislav Thon
Ladislav Thon
https://issues.redhat.com/browse/WFLY-16917 Marking as a draft as this is not ready yet.
I noticed someone created the 2.3.x branch, but it was branched off of the 2.2.0 tag, which I believe is not right. So this PR, targeting the 2.3.x branch: 1....
Submitting as draft because this needs discussion on release coordination (I guess).
### Description I intend to eventually make ArC fully compliant with the CDI Lite part of CDI 4.0. This entails: - implementing Build Compatible Extensions in ArC - implementing an...
Jandex is immutable, but it is often required to have a mutable layer for annotations. This is because annotations are very often used to represent framework-specific metadata, and frameworks that...
Now that `@Priority` can be put on anything, we could (should?) support `@Priority` on producers (methods? fields? both?).
It seems that XMLUnit 2 still supports Java 6. It would be good to migrate off of the abandoned version 1 to version 2. Migration guide is at https://github.com/xmlunit/user-guide/wiki/Migrating-from-XMLUnit-1.x-to-2.x It...
For historical reasons, timeouts in the `OnlineOptions` class are expected to be provided in milliseconds. Everywhere else (`Administration` etc.), we use seconds, as that is much more human-friendly. We should...
Some local CLI operations can be run offline. For that, we'd need something like `OfflineManagementClient.executeCli(String)`. That shouldn't be terribly hard to add. The only thing is that I'd like to...
The method `Batch.whoami` declares the `IOException` exception. This isn't true, the exception actually can't be thrown by this method. Removing the `throws` clause would be binary compatible, but doesn't necessarily...