Skip to content

Commit 2930428

Browse files
authored
Merge pull request #131 from Ladicek/smallrye-fault-tolerance-6.11.0
SmallRye Fault Tolerance 6.11.0 release announcement
2 parents 6fdc9c0 + d386e24 commit 2930428

3 files changed

Lines changed: 29 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
cd docs
5757
npm i @antora/cli@2.3 @antora/site-generator-default@2.3 asciidoctor-kroki
58-
./node_modules/@antora/cli/bin/antora antora generate antora-playbook.yml
58+
./node_modules/@antora/cli/bin/antora --stacktrace generate antora-playbook.yml
5959
cd ..
6060
cp -r docs/build/site website/docs
6161
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
:page-layout: post
2+
:page-title: Fault Tolerance 6.11.0
3+
:page-synopsis: SmallRye Fault Tolerance 6.11.0 released!
4+
:page-tags: [announcement, microprofile]
5+
:page-date: 2026-03-16 15:00:00.000 +0100
6+
:page-author: lthon
7+
:smallrye-ft: SmallRye Fault Tolerance
8+
:microprofile-ft: MicroProfile Fault Tolerance
9+
10+
= Fault Tolerance 6.11.0
11+
12+
Today, we announce the https://github.com/smallrye/smallrye-fault-tolerance/releases/tag/6.11.0[release] of {smallrye-ft} 6.11.0.
13+
This release contains one small improvement.
14+
15+
Previous versions of {smallrye-ft} did not support Java modularity (JPMS) at all.
16+
With this version, automatic module names are provided for all useful modules.
17+
The test suite modules do not have automatic module names, because they are never supposed to be used publicly.
18+
The OpenTracing Context Propagation module is obsolete and should not be used these days, so it does not have an automatic module name either.
19+
(Among other deprecated things, it will be removed in {smallrye-ft} 7.0.)
20+
21+
Note that to improve internal consistency and make sure that the module name is the same as a top-level package name of all classes in the module, a small number of internal classes were moved in this release.
22+
Advanced integrators (such as Quarkus) need to take care, but this should be an invisible change for users.
23+
24+
We intend to provide full module descriptors in the future, but cannot do that at the moment.
25+
This is because certain dependencies, notably the {microprofile-ft} API JAR, do not provide either automatic module names or module descriptors.
26+
27+
As usual, if you have any ideas for improvements, please https://github.com/smallrye/smallrye-fault-tolerance/issues[file an issue]!

docs/antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ content:
2424
start_path: doc
2525
ui:
2626
bundle:
27-
url: https://github.com/smallrye/smallrye-antora-ui/blob/main/build/ui-bundle.zip?raw=true
27+
url: https://raw.githubusercontent.com/smallrye/smallrye-antora-ui/refs/heads/main/build/ui-bundle.zip
2828
snapshot: true
2929
asciidoc:
3030
extensions:

0 commit comments

Comments
 (0)