Skip to content

Commit

Permalink
CI: Build and deploy website updates
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci-releases[bot] committed Dec 10, 2024
1 parent ce4b3f1 commit fcf0763
Show file tree
Hide file tree
Showing 810 changed files with 17,790 additions and 1,189 deletions.
177 changes: 177 additions & 0 deletions blog/fault-tolerance-6-7-1/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,177 @@
<!DOCTYPE html>
<html>

<head>
<title>Fault Tolerance 6.7.1</title>
<script id="adobe_dtm" src="https://www.redhat.com/dtm.js" type="text/javascript"></script>
<script src="/assets/javascript/highlightjs-pack.js" type="text/javascript"></script>
<meta http-equiv="Content-Security-Policy" content="
connect-src 'self' https://dpm.demdex.net https://adobedc.demdex.net https://smetrics.redhat.com;
script-src 'self' 'unsafe-inline' 'unsafe-eval'
https://assets.adobedtm.com
https://www.redhat.com
https://static.redhat.com
jsonip.com
https://ajax.googleapis.com
https://use.fontawesome.com
http://www.youtube.com
http://www.googleadservices.com
https://googleads.g.doubleclick.net
https://www.google-analytics.com;
style-src 'self' https://fonts.googleapis.com https://use.fontawesome.com;
img-src 'self' * data:;
media-src 'self';
frame-src https://redhat.demdex.net;
base-uri 'none';
object-src 'none';
form-action 'none';
font-src 'self' https://use.fontawesome.com https://fonts.gstatic.com;" />
<META HTTP-EQUIV="X-Frame-Options" CONTENT="DENY">
<META HTTP-EQUIV="X-XSS-Protection" CONTENT="1; mode=block">
<META HTTP-EQUIV="X-Content-Type-Options" CONTENT="nosniff">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="SmallRye is a project to share and collaborate on implementing specifications that are part of Eclipse MicroProfile.">
<link rel="shortcut icon" type="image/png" href="/favicon.ico" >
<link rel="stylesheet" href="/assets/css/main.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
</head>

<body class="post">

<div class="content">
<div class="navigation-wrapper">
<div class="width-12-12">
<div class="header navigation">
<div class="logo-wrapper">
<a href="/"><img class="project-logo" title="SmallRye" src="/assets/images/smallrye_project_logo.svg"></a>
</div>
<div class="nav-container">
<nav>
<div class="nav-mobile"><a id="nav-toggle" href="#!"><span></span></a></div>
<ul class="nav-list">
<li>
<a href="/projects/" class="">Projects</a>
</li>
<li>
<a href="/community/" class="">Community</a>
</li>
<li>
<a href="/blog/" class="active">Blog</a>
</li>
<li>
<a href="/docs/index.html" class="">Documentation</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>

<div class="post-page grid-wrapper">
<div class="grid__item width-10-12 doc-content">
<h1>Fault Tolerance 6.7.1</h1>
<div class="paragraph">
<p>Today, we announce the <a href="https://github.com/smallrye/smallrye-fault-tolerance/releases/tag/6.7.1">release</a> of SmallRye Fault Tolerance 6.7.1.
This release contains one bugfix.</p>
</div>
<div class="paragraph">
<p>The new programmatic API (<code>Guard</code>, <code>TypedGuard</code>) <a href="/blog/fault-tolerance-6-7-0/">introduced</a> in SmallRye Fault Tolerance 6.7.0 allows guarding multiple kinds of actions, both synchronous and asynchronous.
To do that, all implementations of fault tolerance strategies were unified.
This unification introduced a bug in the implementation of synchronous bulkhead, where acquiring the capacity semaphore was skipped before acquiring the work semaphore.
This bug would only appear when the same bulkhead is used to guard both synchronous and asynchronous actions, which wasn&#8217;t possible until recently, but it&#8217;s still a significant issue.
This release fixes it.</p>
</div>
<div class="paragraph">
<p>Further, the documentation index page was updated to show a programmatic API example using <code>TypedGuard</code>, instead of the obsolete <code>FaultTolerance</code>.</p>
</div>
<div class="paragraph">
<p>As usual, if you have any ideas for improvements, please <a href="https://github.com/smallrye/smallrye-fault-tolerance/issues">file an issue</a>!</p>
</div>
</div>
</div>

</div>

<div class="content project-footer">
<div class="footer-section">
<div class="logo-wrapper">
<a href="/"><img src="/assets/images/smallrye_project_logo.svg" class="project-logo" title="SmallRye"></a>
</div>
</div>
<div class="grid-wrapper">
<p class="grid__item width-3-12">SmallRye is open source under <a href='https://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache Software License 2.0</a>. <br /><br />This website was built with <a href='https://jekyllrb.com/' target='_blank'>Jekyll</a> is hosted on <a href='https://pages.github.com/' target='_blank'>Github Pages</a> and is completely open source. If you want to make it better, <a href='https://github.com/smallrye/smallrye.github.io' target='_blank'>fork the website</a> and show us what you’ve got.</p>


<div class="width-1-12 project-links">
<span>Navigation</span>
<ul class="footer-links width-1-12">

<li><a href="/">Home</a></li>

</ul>
</div>

<div class="width-1-12 project-links">
<span>Contribute</span>
<ul class="footer-links width-1-12">

<li><a href="https://twitter.com/smallrye_io">Follow us</a></li>

<li><a href="https://github.com/smallrye">GitHub</a></li>

</ul>
</div>

<div class="width-1-12 project-links">
<span>Get Help</span>
<ul class="footer-links width-1-12">

<li><a href="https://quarkusio.zulipchat.com">Chatroom</a></li>

<li><a href="https://groups.google.com/d/forum/smallrye">Google&nbsp;Groups</a></li>

</ul>
</div>



<div class="width-6-12 more-links">
<span>External Links</span>
<ul class="footer-links">

<li><a href="https://microprofile.io/" target="_blank">Eclipse MicroProfile</a></li>

<li><a href="https://github.com/eclipse?utf8=✓&q=microprofile" target="_blank">Eclipse MicroProfile on GitHub</a></li>

</ul>
</div>

</div>
</div>
<div class="content redhat-footer">
<div class="grid-wrapper">
<span class="licence">
<i class="fab fa-creative-commons"></i><i class="fab fa-creative-commons-by"></i> <a href="https://creativecommons.org/licenses/by/3.0/" target="_blank">CC by 3.0</a>
| <a href="https://www.redhat.com/en/about/privacy-policy">Red Hat Privacy Policy</a>
</span>
<span class="redhat">
a Red Hat sponsored project
</span>
<span class="redhat-logo">
<a href="https://www.redhat.com/" target="_blank"><img src="/assets/images/redhat_reversed.svg"></a>
</span>
</div>
</div>


<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script type="text/javascript" src="/assets/javascript/mobile-nav.js"></script>
<script type="text/javascript" src="/assets/javascript/scroll-down.js"></script>
<script type="text/javascript" src="/assets/javascript/satellite.js"></script>
</body>

</html>
74 changes: 37 additions & 37 deletions blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,43 @@
<div class="grid__item width-10-12">


<div class="blog-list-item grid-wrapper">
<div class="post-title grid__item width-12-12">
<h2><a href="/blog/fault-tolerance-6-7-1/">Fault Tolerance 6.7.1</a></h2>
</div>
<div class="grid__item width-8-12 width-12-12-m byline-wrapper">

<img class="headshot" src="https://www.gravatar.com/avatar/238e8b2100a5366b226234b946026462">

<p class="byline">By Ladislav Thon | December 10, 2024</p>
</div>
<div class="grid__item width-4-12 width-12-12-m"><div class="share-page">
<a class="share-linkedin" href="https://www.linkedin.com/shareArticle?mini=true&url=https://www.smallrye.io/blog/fault-tolerance-6-7-1/&title=Fault Tolerance 6.7.1" rel="nofollow" target="_blank" title="Share on LinkedIn">
<img src="/assets/images/share-page/icons_social-linkedin.png"/>
</a>
<a class="share-twitter" href="https://twitter.com/intent/tweet?text=Fault Tolerance 6.7.1&url=https://www.smallrye.io/blog/fault-tolerance-6-7-1/&via=smallrye_io&related=smallrye_io" rel="nofollow" target="_blank" title="Share on Twitter">
<img src="/assets/images/share-page/icons_social-twitter.png"/>
</a>
<a class="share-facebook" href="https://facebook.com/sharer.php?u=https://www.smallrye.io/blog/fault-tolerance-6-7-1/" rel="nofollow" target="_blank" title="Share on Facebook">
<img src="/assets/images/share-page/icons_social-facebook.png"/>
</a>
<a class="share-reddit" href="http://www.reddit.com/submit?url=https://www.smallrye.io/blog/fault-tolerance-6-7-1/" onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=900,height=500,toolbar=1,resizable=0'); return false;" title="Share on Reddit" >
<img src="/assets/images/share-page/icons_social-reddit.png"/>
</a>
<a class="share-email" href="mailto:?subject=Fault Tolerance 6.7.1&amp;body=Fault Tolerance 6.7.1 https://www.smallrye.io/blog/fault-tolerance-6-7-1/" title="Share via Email" >
<img src="/assets/images/share-page/icons_social-email.png"/>
</a>
</div>
</div>
<div class="grid__item width-12-12">

<p>SmallRye Fault Tolerance 6.7.1 released!</p>

</div>
<div class="grid__item width-12-12"><a href="/blog/fault-tolerance-6-7-1/">Read More ></a></div>
</div>


<div class="blog-list-item grid-wrapper">
<div class="post-title grid__item width-12-12">
<h2><a href="/blog/fault-tolerance-6-7-0/">Fault Tolerance 6.7.0</a></h2>
Expand Down Expand Up @@ -224,43 +261,6 @@ <h2><a href="/blog/fault-tolerance-6-6-1/">Fault Tolerance 6.6.1</a></h2>
<div class="grid__item width-12-12"><a href="/blog/fault-tolerance-6-6-1/">Read More ></a></div>
</div>


<div class="blog-list-item grid-wrapper">
<div class="post-title grid__item width-12-12">
<h2><a href="/blog/fault-tolerance-6-6-0/">Fault Tolerance 6.6.0</a></h2>
</div>
<div class="grid__item width-8-12 width-12-12-m byline-wrapper">

<img class="headshot" src="https://www.gravatar.com/avatar/238e8b2100a5366b226234b946026462">

<p class="byline">By Ladislav Thon | October 24, 2024</p>
</div>
<div class="grid__item width-4-12 width-12-12-m"><div class="share-page">
<a class="share-linkedin" href="https://www.linkedin.com/shareArticle?mini=true&url=https://www.smallrye.io/blog/fault-tolerance-6-6-0/&title=Fault Tolerance 6.6.0" rel="nofollow" target="_blank" title="Share on LinkedIn">
<img src="/assets/images/share-page/icons_social-linkedin.png"/>
</a>
<a class="share-twitter" href="https://twitter.com/intent/tweet?text=Fault Tolerance 6.6.0&url=https://www.smallrye.io/blog/fault-tolerance-6-6-0/&via=smallrye_io&related=smallrye_io" rel="nofollow" target="_blank" title="Share on Twitter">
<img src="/assets/images/share-page/icons_social-twitter.png"/>
</a>
<a class="share-facebook" href="https://facebook.com/sharer.php?u=https://www.smallrye.io/blog/fault-tolerance-6-6-0/" rel="nofollow" target="_blank" title="Share on Facebook">
<img src="/assets/images/share-page/icons_social-facebook.png"/>
</a>
<a class="share-reddit" href="http://www.reddit.com/submit?url=https://www.smallrye.io/blog/fault-tolerance-6-6-0/" onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=900,height=500,toolbar=1,resizable=0'); return false;" title="Share on Reddit" >
<img src="/assets/images/share-page/icons_social-reddit.png"/>
</a>
<a class="share-email" href="mailto:?subject=Fault Tolerance 6.6.0&amp;body=Fault Tolerance 6.6.0 https://www.smallrye.io/blog/fault-tolerance-6-6-0/" title="Share via Email" >
<img src="/assets/images/share-page/icons_social-email.png"/>
</a>
</div>
</div>
<div class="grid__item width-12-12">

<p>SmallRye Fault Tolerance 6.6.0 released!</p>

</div>
<div class="grid__item width-12-12"><a href="/blog/fault-tolerance-6-6-0/">Read More ></a></div>
</div>


<div class="paginator-btns">

Expand Down
74 changes: 37 additions & 37 deletions blog/page/10/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,43 @@
<div class="grid__item width-10-12">


<div class="blog-list-item grid-wrapper">
<div class="post-title grid__item width-12-12">
<h2><a href="/blog/fault-tolerance-5-1/">Fault Tolerance 5.1</a></h2>
</div>
<div class="grid__item width-8-12 width-12-12-m byline-wrapper">

<img class="headshot" src="https://www.gravatar.com/avatar/238e8b2100a5366b226234b946026462">

<p class="byline">By Ladislav Thon | May 18, 2021</p>
</div>
<div class="grid__item width-4-12 width-12-12-m"><div class="share-page">
<a class="share-linkedin" href="https://www.linkedin.com/shareArticle?mini=true&url=https://www.smallrye.io/blog/fault-tolerance-5-1/&title=Fault Tolerance 5.1" rel="nofollow" target="_blank" title="Share on LinkedIn">
<img src="/assets/images/share-page/icons_social-linkedin.png"/>
</a>
<a class="share-twitter" href="https://twitter.com/intent/tweet?text=Fault Tolerance 5.1&url=https://www.smallrye.io/blog/fault-tolerance-5-1/&via=smallrye_io&related=smallrye_io" rel="nofollow" target="_blank" title="Share on Twitter">
<img src="/assets/images/share-page/icons_social-twitter.png"/>
</a>
<a class="share-facebook" href="https://facebook.com/sharer.php?u=https://www.smallrye.io/blog/fault-tolerance-5-1/" rel="nofollow" target="_blank" title="Share on Facebook">
<img src="/assets/images/share-page/icons_social-facebook.png"/>
</a>
<a class="share-reddit" href="http://www.reddit.com/submit?url=https://www.smallrye.io/blog/fault-tolerance-5-1/" onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=900,height=500,toolbar=1,resizable=0'); return false;" title="Share on Reddit" >
<img src="/assets/images/share-page/icons_social-reddit.png"/>
</a>
<a class="share-email" href="mailto:?subject=Fault Tolerance 5.1&amp;body=Fault Tolerance 5.1 https://www.smallrye.io/blog/fault-tolerance-5-1/" title="Share via Email" >
<img src="/assets/images/share-page/icons_social-email.png"/>
</a>
</div>
</div>
<div class="grid__item width-12-12">

<p>SmallRye Fault Tolerance 5.1 released!</p>

</div>
<div class="grid__item width-12-12"><a href="/blog/fault-tolerance-5-1/">Read More ></a></div>
</div>


<div class="blog-list-item grid-wrapper">
<div class="post-title grid__item width-12-12">
<h2><a href="/blog/fault-tolerance-5-0/">Fault Tolerance 5.0</a></h2>
Expand Down Expand Up @@ -224,43 +261,6 @@ <h2><a href="/blog/fault-tolerance-4-2-and-4-3/">Fault Tolerance 4.2 &amp; 4.3</
<div class="grid__item width-12-12"><a href="/blog/fault-tolerance-4-2-and-4-3/">Read More ></a></div>
</div>


<div class="blog-list-item grid-wrapper">
<div class="post-title grid__item width-12-12">
<h2><a href="/blog/smallrye-config-1-8/">SmallRye Config 1.8 Released</a></h2>
</div>
<div class="grid__item width-8-12 width-12-12-m byline-wrapper">

<img class="headshot" src="https://www.gravatar.com/avatar/d9a06fda174419c0dffb982f226518c2">

<p class="byline">By Roberto Cortez | May 22, 2020</p>
</div>
<div class="grid__item width-4-12 width-12-12-m"><div class="share-page">
<a class="share-linkedin" href="https://www.linkedin.com/shareArticle?mini=true&url=https://www.smallrye.io/blog/smallrye-config-1-8/&title=SmallRye Config 1.8 Released" rel="nofollow" target="_blank" title="Share on LinkedIn">
<img src="/assets/images/share-page/icons_social-linkedin.png"/>
</a>
<a class="share-twitter" href="https://twitter.com/intent/tweet?text=SmallRye Config 1.8 Released&url=https://www.smallrye.io/blog/smallrye-config-1-8/&via=smallrye_io&related=smallrye_io" rel="nofollow" target="_blank" title="Share on Twitter">
<img src="/assets/images/share-page/icons_social-twitter.png"/>
</a>
<a class="share-facebook" href="https://facebook.com/sharer.php?u=https://www.smallrye.io/blog/smallrye-config-1-8/" rel="nofollow" target="_blank" title="Share on Facebook">
<img src="/assets/images/share-page/icons_social-facebook.png"/>
</a>
<a class="share-reddit" href="http://www.reddit.com/submit?url=https://www.smallrye.io/blog/smallrye-config-1-8/" onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=900,height=500,toolbar=1,resizable=0'); return false;" title="Share on Reddit" >
<img src="/assets/images/share-page/icons_social-reddit.png"/>
</a>
<a class="share-email" href="mailto:?subject=SmallRye Config 1.8 Released&amp;body=SmallRye Config 1.8 Released https://www.smallrye.io/blog/smallrye-config-1-8/" title="Share via Email" >
<img src="/assets/images/share-page/icons_social-email.png"/>
</a>
</div>
</div>
<div class="grid__item width-12-12">

<p>SmallRye Config 1.8 Released</p>

</div>
<div class="grid__item width-12-12"><a href="/blog/smallrye-config-1-8/">Read More ></a></div>
</div>


<div class="paginator-btns">

Expand Down
Loading

0 comments on commit fcf0763

Please sign in to comment.