FYI that the ci.wildfly.org servers are down and likely will be until
tomorrow and perhaps later in the week. The machines are being
physically moved from out data center to another.
There's a Zulip thread about this -- keep an eye on it to monitor developments.
https://wildfly.zulipchat.com/#narrow/channel/174177-ci-servers/topic/Com...
Sorry for not posting about this before. There's been a lot of
discussion of it in various places, particularly Zulip, but not
everyone follows Zulip.
Best regards,
Brian
I'm happy to announce that we've released WildFly 39.0.1.Final.
It is available at https://www.wildfly.org/downloads/ and its
components and feature packs are available in Maven Central as usual.
This is a bug fix release for WildFly 39. Details are in the release
announcement at:
https://www.wildfly.org/news/2026/02/12/WildFly-39-0-1-is-released/
Go ahead, upgrade and give us your feedback!
Best regards,
Radoslav Husar
He/Him/His
Validation queries run without any explicit timeout. If the validation
query blocks (as it will with most drivers when a connection is
invalid/stale), this can block the entire pool in certain cases (e.g.
background-validation locks the pool during validation). Even with
validate-on-match, the failure to enforce a short timeout can significantly
impact time to get a connection if one or more failed connections are found
in the pool.
- Jira issue <https://issues.redhat.com/browse/WFLY-17180>
- Feature proposal <https://github.com/wildfly/wildfly/pull/19641>
Regards,
Tomek