diff --git a/blog/fault-tolerance-6-6-0/index.html b/blog/fault-tolerance-6-6-0/index.html new file mode 100644 index 00000000..4d6c67bb --- /dev/null +++ b/blog/fault-tolerance-6-6-0/index.html @@ -0,0 +1,154 @@ + + + + + Fault Tolerance 6.6.0 + + + + + + + + + + + + + + + + +
+ + +
+
+

Fault Tolerance 6.6.0

+
+

Today, we announce the release of SmallRye Fault Tolerance 6.6.0. +This release contains two small improvements.

+
+
+

Until now, all @ApplyFaultTolerance methods that used the same identifier were collapsed into the same metrics, using the FaultTolerance description as the method tag. +With this release, @ApplyFaultTolerance methods have split metrics, where the method tag is the classic <fully qualified class name>.<method name> format, even though they still share the same FaultTolerance object and therefore the bulkhead / circuit breaker / rate limit state.

+
+
+

The FaultTolerance.BulkheadBuilder.enableVirtualThreadsQueueing() method was added. +With this method, it is possible to use bulkhead queueing even with synchronous bulkhead, but there’s an important limitation: the FaultTolerance guard must be executed on virtual threads. +This is not checked; it is something you have to provide yourself.

+
+
+

As usual, if you have any ideas for improvements, please file an issue!

+
+
+
+ +
+ + + + + + + + + + + + diff --git a/blog/index.html b/blog/index.html index 1a2aa336..e19f8e54 100644 --- a/blog/index.html +++ b/blog/index.html @@ -57,186 +57,186 @@
-

Fault Tolerance 6.5.0

+

Fault Tolerance 6.6.0

- +
-

SmallRye Fault Tolerance 6.5.0 released!

+

SmallRye Fault Tolerance 6.6.0 released!

-
Read More >
+
Read More >
-

Fault Tolerance 6.4.1

+

Jandex 3.2.3

- +
-

SmallRye Fault Tolerance 6.4.1 released!

+

Jandex 3.2.3 released!

-
Read More >
+
Read More >
-

Jandex 3.2.2

+

Fault Tolerance 6.5.0

- +
-

Jandex 3.2.2 released!

+

SmallRye Fault Tolerance 6.5.0 released!

-
Read More >
+
Read More >
-

Jandex 3.2.1

+

Fault Tolerance 6.4.1

- +
-

Jandex 3.2.1 released!

+

SmallRye Fault Tolerance 6.4.1 released!

-
Read More >
+
Read More >
-

Fault Tolerance 6.4.0

+

Jandex 3.2.2

- +
-

SmallRye Fault Tolerance 6.4.0 released!

+

Jandex 3.2.2 released!

-
Read More >
+
Read More >
diff --git a/blog/jandex-3-2-3/index.html b/blog/jandex-3-2-3/index.html new file mode 100644 index 00000000..d10632db --- /dev/null +++ b/blog/jandex-3-2-3/index.html @@ -0,0 +1,152 @@ + + + + + Jandex 3.2.3 + + + + + + + + + + + + + + + + +
+ + +
+
+

Jandex 3.2.3

+
+

Today, we announce the release of Jandex 3.2.3. +This release contains one small bugfix and one small improvement.

+
+
+

The Type.parse() method was added. +This method parses a string (according to a documented grammar) and produces a Jandex Type.

+
+
+

The Index.singleClass() method now works properly when the passed class object in fact represents a module descriptor.

+
+
+

If you experience any troubles, or if you have any ideas for Jandex improvements, please file an issue.

+
+
+
+ +
+ + + + + + + + + + + + diff --git a/blog/page/10/index.html b/blog/page/10/index.html index 3e0920f8..14ce5635 100644 --- a/blog/page/10/index.html +++ b/blog/page/10/index.html @@ -57,186 +57,186 @@
-

Fault Tolerance 4.1

+

SmallRye Config 1.8 Released

- + - +
-

SmallRye Fault Tolerance 4.1 released!

+

SmallRye Config 1.8 Released

-
Read More >
+
Read More >
-

Fault Tolerance 4.0

+

Health Groups

- + - +
-

Why we reimplemented SmallRye Fault Tolerance from scratch and how does it look like?

+

An experimental MicroProfile Health extension in SmallRye

-
Read More >
+
Read More >
-

SmallRye Innovation for Eclipse MicroProfile

+

Fault Tolerance 4.1

- + - +
-

How does SmallRye go beyond just implementing Eclipse MicroProfile specifications?

+

SmallRye Fault Tolerance 4.1 released!

-
Read More >
+
Read More >
-

SmallRye on GraalVM with Quarkus!

+

Fault Tolerance 4.0

- + - +
-

Quarkus utilizes SmallRye on GraalVM. Marvel at its supersonic subatomic speed!

+

Why we reimplemented SmallRye Fault Tolerance from scratch and how does it look like?

-
Read More >
+
Read More >
-

SmallRye adds MicroProfile 2.2 support

+

SmallRye Innovation for Eclipse MicroProfile

- +
-

SmallRye now has all implementations passing the TCKs for MicroProfile 2.2 specifications!

+

How does SmallRye go beyond just implementing Eclipse MicroProfile specifications?

-
Read More >
+
Read More >
diff --git a/blog/page/11/index.html b/blog/page/11/index.html index a6747a5b..3ca7d074 100644 --- a/blog/page/11/index.html +++ b/blog/page/11/index.html @@ -55,6 +55,80 @@
+
+
+

SmallRye on GraalVM with Quarkus!

+
+ + +
+ +

Quarkus utilizes SmallRye on GraalVM. Marvel at its supersonic subatomic speed!

+ +
+ +
+ + +
+
+

SmallRye adds MicroProfile 2.2 support

+
+ + +
+ +

SmallRye now has all implementations passing the TCKs for MicroProfile 2.2 specifications!

+ +
+ +
+ +

SmallRye adds MicroProfile 1.3 support

diff --git a/blog/page/2/index.html b/blog/page/2/index.html index a305f65e..d378f19a 100644 --- a/blog/page/2/index.html +++ b/blog/page/2/index.html @@ -57,186 +57,186 @@
-

Jandex 3.2.0

+

Jandex 3.2.1

-

Jandex 3.2.0 released!

+

Jandex 3.2.1 released!

- +
-

Jandex 3.1.8

+

Fault Tolerance 6.4.0

-

Jandex 3.1.8 released!

+

SmallRye Fault Tolerance 6.4.0 released!

- +
-

Fault Tolerance 6.3.0

+

Jandex 3.2.0

-

SmallRye Fault Tolerance 6.3.0 released!

+

Jandex 3.2.0 released!

- +
-

Jandex 3.1.7

+

Jandex 3.1.8

-

Jandex 3.1.7 released!

+

Jandex 3.1.8 released!

- +
-

Jandex 3.1.6

+

Fault Tolerance 6.3.0

-

Jandex 3.1.6 released!

+

SmallRye Fault Tolerance 6.3.0 released!

- +
diff --git a/blog/page/3/index.html b/blog/page/3/index.html index 4698034a..8a2a4bac 100644 --- a/blog/page/3/index.html +++ b/blog/page/3/index.html @@ -57,186 +57,186 @@
-

Jandex 3.1.5

+

Jandex 3.1.7

-

Jandex 3.1.5 released!

+

Jandex 3.1.7 released!

- +
-

Jandex 3.1.3

+

Jandex 3.1.6

-

Jandex 3.1.3 released!

+

Jandex 3.1.6 released!

- +
-

Fault Tolerance 6.2.6

+

Jandex 3.1.5

-

SmallRye Fault Tolerance 6.2.6 released!

+

Jandex 3.1.5 released!

- +
-

Fault Tolerance 6.2.4

+

Jandex 3.1.3

-

SmallRye Fault Tolerance 6.2.4 released!

+

Jandex 3.1.3 released!

- +
-

Jandex 3.1.2

+

Fault Tolerance 6.2.6

-

Jandex 3.1.2 released!

+

SmallRye Fault Tolerance 6.2.6 released!

- +
diff --git a/blog/page/4/index.html b/blog/page/4/index.html index 3a8bee4d..92a29f70 100644 --- a/blog/page/4/index.html +++ b/blog/page/4/index.html @@ -57,186 +57,186 @@
-

Fault Tolerance 6.2.3

+

Fault Tolerance 6.2.4

-

SmallRye Fault Tolerance 6.2.3 released!

+

SmallRye Fault Tolerance 6.2.4 released!

- +
-

Jandex 3.1.1

+

Jandex 3.1.2

-

Jandex 3.1.1 released!

+

Jandex 3.1.2 released!

- +
-

Jandex 3.1.0

+

Fault Tolerance 6.2.3

-

Jandex 3.1.0 released!

+

SmallRye Fault Tolerance 6.2.3 released!

- +
-

Fault Tolerance 6.2.2

+

Jandex 3.1.1

-

SmallRye Fault Tolerance 6.2.2 released!

+

Jandex 3.1.1 released!

- +
-

Fault Tolerance 6.2.1

+

Jandex 3.1.0

-

SmallRye Fault Tolerance 6.2.1 released!

+

Jandex 3.1.0 released!

- +
diff --git a/blog/page/5/index.html b/blog/page/5/index.html index f2b2398b..413fe4f1 100644 --- a/blog/page/5/index.html +++ b/blog/page/5/index.html @@ -57,186 +57,186 @@
-

Fault Tolerance 6.2.0

+

Fault Tolerance 6.2.2

-

SmallRye Fault Tolerance 6.2.0 released!

+

SmallRye Fault Tolerance 6.2.2 released!

- +
-

Jandex 3.0.5

+

Fault Tolerance 6.2.1

-

Jandex 3.0.5 released!

+

SmallRye Fault Tolerance 6.2.1 released!

- +
-

Jandex 3.0.4

+

Fault Tolerance 6.2.0

-

Jandex 3.0.4 released!

+

SmallRye Fault Tolerance 6.2.0 released!

- +
-

Jandex 3.0.3

+

Jandex 3.0.5

-

Jandex 3.0.3 released!

+

Jandex 3.0.5 released!

- +
-

Jandex 3.0.2

+

Jandex 3.0.4

-

Jandex 3.0.2 released!

+

Jandex 3.0.4 released!

- +
diff --git a/blog/page/6/index.html b/blog/page/6/index.html index 24b638a9..fc69e222 100644 --- a/blog/page/6/index.html +++ b/blog/page/6/index.html @@ -57,186 +57,186 @@
-

Fault Tolerance 5.6.0 and 6.1.0

+

Jandex 3.0.3

-

SmallRye Fault Tolerance 5.6.0 and 6.1.0 released!

+

Jandex 3.0.3 released!

- +
-

Jandex 3.0.1

+

Jandex 3.0.2

-

Jandex 3.0.1 released!

+

Jandex 3.0.2 released!

- +
-

Fault Tolerance 6.0.0

+

Fault Tolerance 5.6.0 and 6.1.0

-

SmallRye Fault Tolerance 6.0.0 released!

+

SmallRye Fault Tolerance 5.6.0 and 6.1.0 released!

- +
-

Jandex 3.0.0

+

Jandex 3.0.1

-

Jandex found a new home in SmallRye and version 3.0.0 is available!

+

Jandex 3.0.1 released!

- +
-

Fault Tolerance 5.5

+

Fault Tolerance 6.0.0

-

SmallRye Fault Tolerance 5.5 released!

+

SmallRye Fault Tolerance 6.0.0 released!

- +
diff --git a/blog/page/7/index.html b/blog/page/7/index.html index 22615a39..e7732076 100644 --- a/blog/page/7/index.html +++ b/blog/page/7/index.html @@ -57,186 +57,186 @@
-

Fault Tolerance 5.4.1

+

Jandex 3.0.0

-

SmallRye Fault Tolerance 5.4.1 released!

+

Jandex found a new home in SmallRye and version 3.0.0 is available!

- +
-

Fault Tolerance 5.4

+

Fault Tolerance 5.5

-

SmallRye Fault Tolerance 5.4 released!

+

SmallRye Fault Tolerance 5.5 released!

- +
-

Fault Tolerance 5.3.2

+

Fault Tolerance 5.4.1

-

SmallRye Fault Tolerance 5.3.2 released!

+

SmallRye Fault Tolerance 5.4.1 released!

- +
-

Fault Tolerance 5.3.1

+

Fault Tolerance 5.4

-

SmallRye Fault Tolerance 5.3.1 released!

+

SmallRye Fault Tolerance 5.4 released!

- +
-

Fault Tolerance 5.3

+

Fault Tolerance 5.3.2

-

SmallRye Fault Tolerance 5.3 released!

+

SmallRye Fault Tolerance 5.3.2 released!

- +
diff --git a/blog/page/8/index.html b/blog/page/8/index.html index daa018f3..4df8787f 100644 --- a/blog/page/8/index.html +++ b/blog/page/8/index.html @@ -57,186 +57,186 @@
-

Log4j2 Vulnerability and SmallRye

+

Fault Tolerance 5.3.1

-

Log4j2 Vulnerability and SmallRye

+

SmallRye Fault Tolerance 5.3.1 released!

- +
-

Fault Tolerance 5.2.1

+

Fault Tolerance 5.3

-

SmallRye Fault Tolerance 5.2.1 released!

+

SmallRye Fault Tolerance 5.3 released!

- +
-

Fault Tolerance 5.2

+

Log4j2 Vulnerability and SmallRye

-

SmallRye Fault Tolerance 5.2 released!

+

Log4j2 Vulnerability and SmallRye

- +
-

Fault Tolerance 5.1

+

Fault Tolerance 5.2.1

-

SmallRye Fault Tolerance 5.1 released!

+

SmallRye Fault Tolerance 5.2.1 released!

- +
-

Fault Tolerance 5.0

+

Fault Tolerance 5.2

-

SmallRye Fault Tolerance 5.0 released, implementing MicroProfile Fault Tolerance 3.0 and bringing a lot of other improvements.

+

SmallRye Fault Tolerance 5.2 released!

- +
diff --git a/blog/page/9/index.html b/blog/page/9/index.html index 67072883..2954b3ab 100644 --- a/blog/page/9/index.html +++ b/blog/page/9/index.html @@ -57,139 +57,139 @@
-

Fault Tolerance 4.3.1

+

Fault Tolerance 5.1

-

SmallRye Fault Tolerance 4.3.1 released!

+

SmallRye Fault Tolerance 5.1 released!

- +
-

SmallRye Config 1.9 Released

+

Fault Tolerance 5.0

-

SmallRye Config 1.8 Released

+

SmallRye Fault Tolerance 5.0 released, implementing MicroProfile Fault Tolerance 3.0 and bringing a lot of other improvements.

- +
-

Fault Tolerance 4.2 & 4.3

+

Fault Tolerance 4.3.1

-

SmallRye Fault Tolerance 4.2 and 4.3 released!

+

SmallRye Fault Tolerance 4.3.1 released!

- +
-

SmallRye Config 1.8 Released

+

SmallRye Config 1.9 Released

@@ -199,44 +199,44 @@

SmallRye Config 1.8 Released

SmallRye Config 1.8 Released

- +
-

Health Groups

+

Fault Tolerance 4.2 & 4.3

-

An experimental MicroProfile Health extension in SmallRye

+

SmallRye Fault Tolerance 4.2 and 4.3 released!

- +
diff --git a/docs/index/index/index.html b/docs/index/index/index.html index d688d6bd..bf4e0d1e 100644 --- a/docs/index/index/index.html +++ b/docs/index/index/index.html @@ -37,7 +37,7 @@ Projects