Ladislav Thon
Ladislav Thon
Frankly, I just don't like how the SmallRye parent manages (or not) some versions. To me, it feels like a big dump of random stuff that is only updated when...
I also just noticed that SmallRye OpenAPI uses the `Type` hierarchy on a few places (`TypeProcessor`, `TypeResolver`). This code will likely have to be updated to deal with type variable...
Also, if you wanna take the first 3 commits from this PR and push them to 2.3.x directly, that would be fine with me :-) Or any other way you...
PRs to 2.2.x and 3.0x closed, thank you!
Hmm, technically Jandex wouldn't really have to do this and could check the version lazily. But even if we fixed that now, the older versions would still check the version...
Indeed `main` moves fast, but the PR doesn't always have to be absolutely totally up to date, we wouldn't be able to merge anything with such policy :-) Thanks!
The `MethodInfo.parameters()` method is the one most problematic, because I couldn't add a synthetic bridge method for binary compatibility :-/ In any case, if Camel Quarkus uses recent Quarkus and...
Technically, a scheduled method can call other external services etc., and so tracing may make sense. As you mention, a scheduled method is an entrypoint, so it deserves a fresh...
I've recently implemented a generator of `equals`, `hashCode` and `toString` in Gizmo, so I think I have the necessary experience to do the same here. I can't just use the...
I have cleaned up my local branch, rebased on current Quarkus `main` and published it here: https://github.com/Ladicek/quarkus-jakarta-arc This repository only includes ArC, which is where the vast majority of changes...