Ladislav Thon
Ladislav Thon
I know almost nothing about Stork, but I find this discussion very interesting, as it is closely related to the topic of fault tolerance. For a load balancer to be...
I was thinking the programmatic API is somewhat more expressive than the declarative Fault Tolerance API. But if all Stork is also declarative, then there's indeed no gain possible.
Gotcha, in that case probably just ignore me :-) That said, this discussion actually reminded me of one idea I had recently: to be able to configure a set of...
My personal opinion is that 1. the "commons" projects tend to become dumping grounds, so they should be really minimal and have a high bar for entry; 2. there's already...
Since the document doesn't allow comments, I'll add mine here. - "Introduce a new specification project" -- would it be possible to rename Jakarta Common Annotations to Jakarta Commons instead?...
`*,java` won't sort `javax.` stuff before `java.` stuff, so it's not exactly what I'm after :-) I appreciate you don't want to mimic everything IDEs [can] do, and I'm quite...
From the GitHub Actions log, it seems the `maven-metadata.xml` file is generated during the release process by the Nexus Staging Maven Plugin, of which we use the latest version. Clearly...
I just released Jandex 3.2.0 and the `maven-metadata.xml` seems to include all the 3.1.x releases again. Alas, it doesn't include the 3.0.6 and 3.0.7 release, but that should be OK...
Looking at current Launcher, setting labels would certainly be an advanced option. (And rightfully so. A lot of Kubernetes is intentionally designed in a way that the application doesn't need...
Submitting this as a draft because: - there are 3 commits that should eventually be squashed into 1 - there are 2 major TODOs in the code that should be...