Skip to content

Commit 56f031d

Browse files
committed
Published master to GitHub pages.
1 parent 6e89094 commit 56f031d

File tree

26 files changed

+2854
-2346
lines changed

26 files changed

+2854
-2346
lines changed

index.html

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,24 @@ <h2>
547547
</h2>
548548
<hr>
549549
<ul class="newsColumn">
550+
<li>
551+
<h3>
552+
<a href="/news/2025/05/07/weld-to-foundation/">Moving to a Foundation</a>
553+
</h3>
554+
<div class="news-date news-boxed">
555+
2025-5-7
556+
&nbsp;
557+
<span class="tags">
558+
<i class="fa fa-tags"></i>
559+
<a href="/news/tags/team">team</a>
560+
</span>
561+
</div>
562+
<p>
563+
564+
Just like other projects in the ecosystem around us (WildFly, SmallRye, RESTEasy, Undertow, &#8230;&#8203;), Weld too has been looking for...
565+
</p>
566+
<hr>
567+
</li>
550568
<li>
551569
<h3>
552570
<a href="/news/2025/04/03/weld-602Final/">Weld 6.0.2.Final</a>
@@ -617,23 +635,6 @@ <h3>
617635
</p>
618636
<hr>
619637
</li>
620-
<li>
621-
<h3>
622-
<a href="/news/2024/12/16/weld-600Final/">Weld 6.0.0.Final</a>
623-
</h3>
624-
<div class="news-date news-boxed">
625-
2024-12-16
626-
&nbsp;
627-
<span class="tags">
628-
<i class="fa fa-tags"></i>
629-
<a href="/news/tags/release">release</a>
630-
</span>
631-
</div>
632-
<p>
633-
Weld 6.0.0.Final released
634-
</p>
635-
<hr>
636-
</li>
637638
<div id="book-box">
638639
<a href="http://www.packtpub.com/jboss-weld-cdi-for-java-platform/book">
639640
<img class="weld-book-img" height="307" src="images/book.jpg" width="250">

news.atom

Lines changed: 126 additions & 201 deletions
Large diffs are not rendered by default.
Lines changed: 256 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,256 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>
6+
Weld: Moving to a Foundation
7+
</title>
8+
<meta content="width=device-width, initial-scale=1.0" name="viewport">
9+
<meta name="description">
10+
<link href="/images/weld_icon_32x.ico" rel="shortcut icon" type="image/x-icon">
11+
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" type="text/css">
12+
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
13+
<link href="//static.jboss.org/css/tabzilla.css" media="screen" rel="stylesheet" type="text/css">
14+
<link href="https://weld.cdi-spec.org/stylesheets/styles.css" rel="stylesheet" type="text/css">
15+
<script src="//static.jboss.org/theme/js/libs/jquery/jquery-1.9.1.min.js" type="text/javascript"></script>
16+
<script src="//static.jboss.org/js/_jbossorg-tabzilla.js" type="text/javascript"></script>
17+
<!--[if lt IE 9]>
18+
<script src="//html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
19+
<![endif]-->
20+
<link href="https://weld.cdi-spec.org/news.atom" rel="alternate" type="application/atom+xml">
21+
<link href="//cdn.jsdelivr.net/highlight.js/8.9.1/styles/hybrid.min.css" rel="stylesheet">
22+
<script src="//cdn.jsdelivr.net/highlight.js/8.9.1/highlight.min.js" type="text/javascript"></script>
23+
<script>
24+
hljs.initHighlightingOnLoad();
25+
</script>
26+
</head>
27+
<body>
28+
<div class="container-fluid">
29+
<div class="row">
30+
<div class="col-md-2 col-sm-3">
31+
<div class="sidebar-nav">
32+
<div class="navbar navbar-default" role="navigation">
33+
<div class="navbar-header">
34+
<button ="button" class="navbar-toggle" data-target=".sidebar-navbar-collapse" data-toggle="collapse">
35+
<span class="sr-only">
36+
Toggle navigation
37+
</span>
38+
<span class="icon-bar"></span>
39+
<span class="icon-bar"></span>
40+
<span class="icon-bar"></span>
41+
<span class="icon-bar"></span>
42+
</button>
43+
<a ="#" class="visible-xs navbar-brand">
44+
<img alt="Weld Logo" src="/images/weld_logo_100x.png">
45+
</a>
46+
</div>
47+
<div class="collapse navbar-collapse sidebar-navbar-collapse">
48+
<ul class="nav navbar-nav">
49+
<li>
50+
<a href="/">
51+
<i class="fa fa-home"></i>
52+
&nbsp;Home
53+
</a>
54+
</li>
55+
<li>
56+
<a href="/download">
57+
<i class="fa fa-download"></i>
58+
&nbsp;Download
59+
</a>
60+
</li>
61+
<li>
62+
<a href="/news">
63+
<i class="fa fa-newspaper-o"></i>
64+
&nbsp;News
65+
</a>
66+
</li>
67+
<li>
68+
<a href="https://issues.jboss.org/projects/WELD?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page" target="_blank">
69+
<i class="fa fa-road"></i>
70+
&nbsp;Road Map
71+
</a>
72+
</li>
73+
<li>
74+
<a href="/documentation">
75+
<i class="fa fa-book"></i>
76+
&nbsp;Docs &amp; FAQ
77+
</a>
78+
</li>
79+
<li>
80+
<a href="/news/tags/tips">
81+
<i class="fa fa-lightbulb-o"></i>
82+
&nbsp;Tips and Tricks
83+
</a>
84+
</li>
85+
<li>
86+
<a href="/community">
87+
<i class="fa fa-group"></i>
88+
&nbsp;Community
89+
</a>
90+
</li>
91+
<li>
92+
<a href="http://github.com/weld" target="_blank">
93+
<i class="fa fa-github-alt"></i>
94+
&nbsp;Source Code
95+
</a>
96+
</li>
97+
<li>
98+
<a href="https://issues.jboss.org/browse/WELD#selectedTab=com.atlassian.jira.plugin.system.project%3Asummary-panel" target="_blank">
99+
<i class="fa fa-tasks"></i>
100+
&nbsp;Bug Tracker
101+
</a>
102+
</li>
103+
<li>
104+
<a href="https://twitter.com/jbossweld" target="_blank">
105+
<i class="fa fa-twitter"></i>
106+
&nbsp;Follow @jbossweld
107+
</a>
108+
</li>
109+
</ul>
110+
</div>
111+
</div>
112+
</div>
113+
</div>
114+
<div class="col-md-10 col-sm-9">
115+
<div class="row hidden-xs">
116+
<div class="dropup">
117+
<div id="ajbossproject">
118+
A JBoss Project
119+
</div>
120+
<a class="tabnav-closed" href="#" id="tab">Red Hat</a>
121+
<script>
122+
window.addEventListener('load', function() {renderTabzilla("Weld", "weld", false )}, false);
123+
</script>
124+
</div>
125+
</div>
126+
<div class="row">
127+
<div class="col-md-4">
128+
<a href="/">
129+
<img alt="Weld Logo" class="hidden-xs weld-home-logo" src="/images/weld_logo_450x.png">
130+
</a>
131+
</div>
132+
<div class="col-md-8">
133+
<img alt="CDI tagcloud" class="hidden-xs hidden-sm cdi-background" src="/images/CDIbackground.png">
134+
</div>
135+
</div>
136+
<div class="row content-wrapper">
137+
<div class="col-md-12">
138+
<div class="post">
139+
<h1>
140+
Moving to a Foundation
141+
<a href="http://weld.cdi-spec.org/news.atom" title="Subscribe to Weld news">
142+
<i class="fa fa-rss"></i>
143+
</a>
144+
</h1>
145+
<div class="news-date news-boxed">
146+
2025-5-7
147+
&nbsp;
148+
<span class="tags">
149+
<i class="fa fa-tags"></i>
150+
<a href="/news/tags/team">team</a>
151+
</span>
152+
&nbsp;
153+
<i class="fa fa-pencil"></i>
154+
Matej Novotny
155+
</div>
156+
<p></p>
157+
<div class="content">
158+
<div class="paragraph">
159+
<p>Just like other projects in the ecosystem around us (WildFly, SmallRye, RESTEasy, Undertow, &#8230;&#8203;), Weld too has been looking for a friendly vendor-neutral place it could inhabit - a software foundation.<br>
160+
It is our hope that by joining a foundation we can make Weld more open, expand the community, improve transparency and encourage participation from contributors coming from all over the software landscape.</p>
161+
</div>
162+
<div class="sect2">
163+
<h3 id="_things_to_keep_in_mind">Things to Keep in Mind</h3>
164+
<div class="paragraph">
165+
<p>When choosing a foundation to join, there are several importants things to consider:</p>
166+
</div>
167+
<div class="ulist">
168+
<ul>
169+
<li>
170+
<p>Ability to use the tooling we currently have to minimize the impact of the move. For instance, we still use JIRA for issues.</p>
171+
</li>
172+
<li>
173+
<p>Maintain the ability to perform quick release when needed and at flexible intervals.</p>
174+
</li>
175+
<li>
176+
<p>As a project, retain independence in decision-making. I.e. if possible do not fall under foundation imposed restrictions and rules.</p>
177+
</li>
178+
</ul>
179+
</div>
180+
</div>
181+
<div class="sect2">
182+
<h3 id="_what_does_the_move_entail">What Does the Move Entail?</h3>
183+
<div class="paragraph">
184+
<p>Red Hat has always been supportive of open source and collaboration in vendor-neutral projects and this is still the case; Red Hat bussiness leaders are fully supportive of this move.<br>
185+
Furthermore, we, as in the Weld team, aim to keep working on the project and supporting it just like we did up until now.</p>
186+
</div>
187+
</div>
188+
<div class="sect2">
189+
<h3 id="_current_status">Current Status</h3>
190+
<div class="paragraph">
191+
<p>At the moment we are eyeing the option to move along with <a href="https://www.commonhaus.org/activity/259.html">WildFly under the Commonhaus Foundation</a>.<br></p>
192+
</div>
193+
</div>
194+
<div class="sect2">
195+
<h3 id="_community_feedback">Community Feedback</h3>
196+
<div class="paragraph">
197+
<p>We&#8217;d love to hear your thoughts on this so don&#8217;t hesitate to speak through the mailing list or via a discussion topic directly in the GitHub repository.</p>
198+
</div>
199+
<div class="paragraph">
200+
<p>Best Regards<br>
201+
Matej</p>
202+
</div>
203+
</div>
204+
</div>
205+
206+
<div id="disqus_thread"></div>
207+
<script type="text/javascript">
208+
var disqus_shortname = 'weld-cdi';
209+
var disqus_url = "https://weld.cdi-spec.org/news/2025/05/07/weld-to-foundation/";
210+
var disqus_developer = null;
211+
var disqus_identifier = "19599b1d2349c8d95ca2140e9683211d0c93405b";
212+
(function() {
213+
var dsq = document.createElement("script"); dsq.type = "text/javascript"; dsq.async = true;
214+
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
215+
(document.getElementsByTagName("head")[0] || document.getElementsByTagName("body")[0]).appendChild(dsq);
216+
})();
217+
</script>
218+
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript=weld-cdi">comments powered by Disqus.</a></noscript>
219+
</div>
220+
</div>
221+
</div>
222+
</div>
223+
</div>
224+
</div>
225+
<footer>
226+
<div class="row">
227+
<div class="container" id="companyfooter">
228+
<div class="redhatlogo" style="text-align:center;">
229+
<div class="logospacer" style="height:10px;"></div>
230+
<a href="http://www.redhat.com/">
231+
<img src="https://static.jboss.org/theme/images/common/redhat_logo.png">
232+
</a>
233+
</div>
234+
</div>
235+
</div>
236+
</footer>
237+
</body>
238+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" type="text/javascript"></script>
239+
<script type="text/javascript">
240+
var _gaq = _gaq || [];
241+
_gaq.push(['_setAccount','UA-45187401-1']);
242+
_gaq.push(['_trackPageview']);
243+
(function() {
244+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
245+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
246+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
247+
})();
248+
</script>
249+
<script>
250+
$(document).ready(function() {
251+
$('#toggle_menu').click(function(){
252+
$("#mobile_menu").toggle();
253+
});
254+
});
255+
</script>
256+
</html>

0 commit comments

Comments
 (0)