Ladislav Thon
Ladislav Thon
SmallRye Fault Tolerance already supports inspecting exception causes in case the original exception doesn't match. This only works in the non-compatible mode, but that is on by default in Quarkus....
I'm trying the following 11 terminals (mostly a random choice): - [Alacritty](https://alacritty.org/) - [Ghostty](https://ghostty.org/) - [Gnome Terminal](https://help.gnome.org/users/gnome-terminal/stable/) - [Kitty](https://sw.kovidgoyal.net/kitty/) - [Konsole](https://konsole.kde.org/) - [st](https://st.suckless.org/) - [Terminology](https://www.enlightenment.org/about-terminology.md) - urxwt - [Warp](https://www.warp.dev/) -...
There is no order in which beans are destroyed, and I believe there is no way to affect that. I think @mkouba mentioned this several times: `@PreDestroy` listeners should be...
This is my proposal for https://github.com/vert-x3/wiki/wiki/5.0.0-Deprecations-and-breaking-changes: ## Vert.x Redis Client ### JSON serialization/deserialization of `RedisOptions` The `RedisOptions` class has multiple methods to configure the Redis endpoints. These methods are still...
This is a draft, because it's very much not ready. The biggest open question is: does `SyntheticBeanBuilder.withInjectionPoint()` in any way affect the `Instance` lookup parameter in `SyntheticBeanCreator` / `SyntheticBeanDisposer`? One...
CC @manovotn @mkouba
What @mkouba says is just the reason why I'm submitting this PR now. The ultimate cause is feature parity -- Portable Extensions allow this, while Build Compatible Extensions do not.
> This is a draft, because it's very much not ready. The biggest open question is: does `SyntheticBeanBuilder.withInjectionPoint()` in any way affect the `Instance` lookup parameter in `SyntheticBeanCreator` / `SyntheticBeanDisposer`?...
Actually, let me push this PR back to _draft_, because there's a bit of a conflict we need to resolve: the Portable Extensions API allows this, but expect a direct...
I found some time and updated the proposal with a somewhat better (I believe) API. The main question remains (and it's why I'm keeping this PR as a draft): how...