Ladislav Thon

Results 347 comments of Ladislav Thon

Draft for now, because of the 3.2.0 target. Other than that, this should be ready.

I have no idea why the timeout should occur here, but I'd like to point out that until https://github.com/vert-x3/vertx-redis-client/pull/429 is merged and gets into Quarkus, sentinel users should always configure...

Note to self: https://docs.oracle.com/javase/specs/jvms/se17/html/jvms-4.html#jvms-4.7.31 We need to read (and remember) the `PermittedSubclasses` attribute in the `ClassFile` structure, which lists the permitted subclasses of the present class. Its presence also signifies...

I filed a few issues that we can consider post-CDI 4.0 tasks: - #33664 - #33665 - #33666 - #33668

I don't have anything concrete yet, but I expect the immutable overlay (item 1) to be fairly similar to what ArC and RESTEasy Reactive have today. EDIT: I mean, the...

The annotation overlay won't be an `Index` nor an `IndexView`. The object graph coming from an index is immutable, so this would require expensive copying. Instead, the idea is that...

Sorry for confusion, I considered "be" or "produce" the same in this context. Neither is possible without massively breaking changes to Jandex I'm afraid. So this will be a totally...

No worries, it certainly isn't only for Hibernate. I think the idea is to centralize language modelling in Quarkus to Jandex, and this metadata (annotation) overlaying is a big missing...

I have also thought about how specTCK cross-referencing could work. Apparently, Asciidoctor can be extended using macros, so we could define syntax like `specref:foobar[This is a sentence in the specification.]`....

Yea I didn't think the only spec variant should be "with TCK annotations". There should of course always be a plain spec. I thought about it more and my chicken-and-egg...