From 2018295593087ad7f4126c977d9c26318108ad90 Mon Sep 17 00:00:00 2001 From: Ladislav Thon Date: Fri, 10 Jan 2025 09:16:22 +0100 Subject: [PATCH] SmallRye Fault Tolerance 6.7.3 release announcement --- _posts/2025-01-09-fault-tolerance-6-7-3.adoc | 21 ++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 _posts/2025-01-09-fault-tolerance-6-7-3.adoc diff --git a/_posts/2025-01-09-fault-tolerance-6-7-3.adoc b/_posts/2025-01-09-fault-tolerance-6-7-3.adoc new file mode 100644 index 00000000..61c24d88 --- /dev/null +++ b/_posts/2025-01-09-fault-tolerance-6-7-3.adoc @@ -0,0 +1,21 @@ +:page-layout: post +:page-title: Fault Tolerance 6.7.3 +:page-synopsis: SmallRye Fault Tolerance 6.7.3 released! +:page-tags: [announcement, microprofile] +:page-date: 2025-01-09 17:00:00.000 +0100 +:page-author: lthon +:smallrye-ft: SmallRye Fault Tolerance +:microprofile-ft: MicroProfile Fault Tolerance + += Fault Tolerance 6.7.3 + +Today, we announce the https://github.com/smallrye/smallrye-fault-tolerance/releases/tag/6.7.3[release] of {smallrye-ft} 6.7.3. +This release contains one bugfix. + +In the link:/blog/fault-tolerance-6-7-2[previous release], the event loop integration was significantly improved. +That improvement, alas, contains a bug in the Vert.x integration. +We assumed that a Vert.x thread is always associated with a current Vert.x context, but that doesn't have to be the case. +Especially in case of a worker thread pool, which can be (in Quarkus, for example) used as a classic thread pool as well and tasks can be submitted to it outside of a Vert.x context. +This wrong assumption lead to a NPE, which is fixed now. + +As usual, if you have any ideas for improvements, please https://github.com/smallrye/smallrye-fault-tolerance/issues[file an issue]!