-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
345 lines (329 loc) · 15.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
<!DOCTYPE html>
<html>
<head>
<title>
Immutant | Home
</title>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link href="/stylesheets/styles.css" rel="stylesheet" type="text/css">
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
<link href="/news.atom" rel="alternate" type="application/atom+xml">
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="/javascripts/dateformat.js" type="text/javascript"></script>
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="/">
<img id="logo" src="/images/logos/logo-horizontal-centered.png">
</a>
<a class="btn btn-navbar" data-target=".nav-collapse" data-toggle="collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="nav-collapse">
<ul class="nav">
<li>
<a href="/news/">News</a>
</li>
<li>
<a href="/documentation/">Documentation</a>
</li>
<li>
<a href="/community/">Community</a>
</li>
<li>
<a href="/development/">Development</a>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
Quick Links
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="/documentation/current/apidoc/">2.x API Docs & Guides</a>
</li>
<li>
<a href="/builds/2x/">2.x Incremental Builds</a>
</li>
<li class="divider"></li>
<li>
<a href="/documentation/1.1.4/" rel="nofollow">1.x Manual</a>
</li>
<li>
<a href="/documentation/1.1.4/apidoc/" rel="nofollow">1.x API Docs</a>
</li>
<li>
<a href="/tutorials-1x/" rel="nofollow">1.x Tutorials</a>
</li>
<li>
<a href="/builds/" rel="nofollow">1.x Incremental Builds</a>
</li>
<li class="divider"></li>
<li>
<a href="/releases/">All Versioned Releases</a>
</li>
<li>
<a href="https://issues.jboss.org/browse/IMMUTANT">Issues</a>
</li>
<li>
<a href="http://webchat.freenode.net/?channels=immutant">#immutant on IRC</a>
</li>
<li>
<a href="https://github.com/immutant/immutant">Source</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="wrapper">
<div class="container" id="main-content">
<div id="main-intro">
<p><img src='/images/logos/immutant_icon_256px_flipped.png' id='gil' title='Gil' alt='Gil' align='right'/></p>
<p>Immutant is a cohesive suite of Clojure libraries that attempts to
reduce the incidental complexity inherent in non-trivial
applications. Each library can be used <a href="/documentation/current/apidoc/guide-installation.html">on its
own</a>, or in
any combination as needed. And each automatically provides
enhanced functionality when <a href="/documentation/current/apidoc/guide-wildfly.html">deployed to an application
server</a>.</p>
<p>The services backed by the libraries include
<a href="http://undertow.io">Undertow</a> for web,
<a href="http://hornetq.jboss.org/">HornetQ</a> for messaging,
<a href="http://infinispan.org">Infinispan</a> for caching,
<a href="http://www.jboss.org/narayana">Narayana</a> for transactions, and
<a href="http://quartz-scheduler.org">Quartz</a> for scheduling.</p>
<p>Have questions or want to get involved? Come see us in <a href="/community/#irc">IRC</a> or join our
<a href="/community/mailing_lists/">mailing lists</a>.</p>
<a class="btn btn-large btn-success" href="/documentation/2.1.10/apidoc/">Read the Guides</a>
<a class="btn btn-large btn-info" href="https://github.com/immutant/feature-demo/">Clone the Demo App</a>
</div>
<div class="row">
<div class="span6">
<h2 class="underline-header">Latest News</h2>
<div id="latest-news">
<div class="item">
<h3>
<a href="/news/2018/01/22/announcing-2-1-10/">Immutant 2.1.10 Release</a>
</h3>
<h5>Monday, January 22, 2018</h5>
<div class="body">
We just released Immutant 2.1.10. This will prevent the TLS error you
get when fetching dependencies using recent versions of Leiningen.
What is Immutant?
Immutant is an integrated suite of Clojure
libraries backed by...
<a href="/news/2018/01/22/announcing-2-1-10/">Read more »</a>
</div>
</div>
<hr>
<div class="item">
<h3>
<a href="/news/2017/06/23/announcing-2-1-9/">Immutant 2.1.9 Release</a>
</h3>
<h5>Friday, June 23, 2017</h5>
<div class="body">
We just released Immutant 2.1.9. This release includes one fix:
If you tried to call .hashCode on the Ring request, you would get
a NullPointerException. This was caused by a bug in...
<a href="/news/2017/06/23/announcing-2-1-9/">Read more »</a>
</div>
</div>
<hr>
<div class="item">
<h3>
<a href="/news/2017/05/30/announcing-2-1-8/">Immutant 2.1.8 Release</a>
</h3>
<h5>Tuesday, May 30, 2017</h5>
<div class="body">
We just released Immutant 2.1.8. This release includes one fix:
If you abort a WebSocket connection attempt by returning a regular
Ring response map, the body and status of that response are...
<a href="/news/2017/05/30/announcing-2-1-8/">Read more »</a>
</div>
</div>
<hr>
<div class="item">
<h3>
<a href="/news/2017/05/18/announcing-2-1-7/">Immutant 2.1.7 Release</a>
</h3>
<h5>Thursday, May 18, 2017</h5>
<div class="body">
We just released Immutant 2.1.7. This release includes the following changes:
We've upgraded our Undertow dependency to the latest stable
version (1.4.14.Final) to resolve an issue with socket leaks when
using async http...
<a href="/news/2017/05/18/announcing-2-1-7/">Read more »</a>
</div>
</div>
<hr>
<div class="even-more">
<a href="/news">More news »</a>
</div>
</div>
</div>
<div class="span6">
<h2 class="underline-header">Releases</h2>
<div id="latest-release">
<div class="tabbable">
<ul class="nav nav-tabs">
<li class="bold active">
<a data-toggle="tab" href="#stable-2x-release">Latest 2.x Release</a>
</li>
<li class="bold">
<a data-toggle="tab" href="#stable-1x-release">Latest 1.x Release</a>
</li>
<li class="bold">
<a data-toggle="tab" href="#incremental-release">Latest Incremental Build</a>
</li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="stable-2x-release">
<p><strong>Version <em>2.1.10</em> was released on
Monday, January 22, 2018</strong>.
You can <a href="/news/2018/01/22/announcing-2-1-10/">read the announcement</a>
or <a href="/documentation/2.1.10/apidoc/">browse the documentation</a>.</p>
<div class="install-command">
<p>For usage, see the <a href="/documentation/2.1.10/apidoc/guide-installation.html">Installation guide</a>.</p>
</div>
</div>
<div class="tab-pane" id="stable-1x-release">
<p><strong>Version <em>1.1.4</em> was released on
Friday, August 1, 2014</strong>.
You can <a href="/news/2014/08/01/announcing-1-1-4/">read the announcement</a>
or <a href="/documentation/1.1.4/">browse the documentation</a>.</p>
<div class="install-command">
<p>Install via:</p>
<pre><code>$ lein immutant install 1.1.4
</code></pre>
<p>Don't have the <code>lein-immutant</code> plugin installed?
<a href="/tutorials-1x/installation/">Learn how</a>, or
<a href="http://downloads.immutant.org/release/org/immutant/immutant-dist/1.1.4/immutant-dist-1.1.4-slim.zip">download the zip archive</a>.</p>
</div>
</div>
<div class="tab-pane" id="incremental-release">
<p>Every push to our <a href="https://github.com/immutant/immutant">git
repository</a> generates
a build on our <a href="https://projectodd.ci.cloudbees.com/job/immutant-incremental/">CI
server</a>.
You can view the results of those builds on our
<a href="/builds/2x/">2.x</a> or <a href="/builds/">1.x</a> incremental build
pages.</p>
</div>
</div>
</div>
</div>
<h2 class="underline-header">Upcoming Talks</h2>
<div id="upcoming-talks">
<div class="item" effective_date="20151116">
<div class="row">
<div class="span3">
<h3>
<a href="http://clojure-conj.org/">
Clojure/Conj
</a>
</h3>
</div>
<div class="span3">
<div class="event-details">
<div class="event-date">
16-18 November, 2015
</div>
<div class="event-location">
Philadelphia, PA
</div>
</div>
</div>
</div>
<div class="details">
Toby Crawley will be in attendance. Find him if you want to chat about Immutant.
</div>
<hr>
</div>
<div id="get-in-touch">
<p>Interested in hosting or giving a talk on Immutant?
<a href="/community/">Get in touch</a>.</p>
</div>
</div>
<script>
$(document).ready( function() {
$('#upcoming-talks .item').each( function() {
effective_date = $(this).attr( 'effective_date' );
today = new Date();
month = today.getMonth()+1;
if ( month < 10 ) {
month = '0' + month;
}
date = today.getDate();
if ( date < 10 ) {
date = '0' + date;
}
today_str = '' + today.getFullYear() + month + date;
if ( today_str > effective_date ) {
$(this).hide();
}
} );
} );
</script>
</div>
</div>
</div>
<div id="footer-push"></div>
</div>
<div id="footer">
<div class="container">
<div class="row" id="bottom-nav">
<div class="span8">
<div id="legal">
<p>The Immutant project is a member of the <a href="http://jboss.org/">JBoss
Community</a> and produced by the
<a href="/">Project:odd</a> team. It is a
community-driven open-source project, and is licensed under
the <a href="/license-lgpl.txt">GNU LGPL</a> or <a href="/license-asl.txt">Apache Software
License</a>, depending on the version.</p>
<p>Copyright 2011 - 2017 <a href="http://redhat.com/">Red Hat, Inc.</a>
Immutant™ is a trademark of Red Hat, Inc.</p>
<p>Content licensed under <a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.</p>
</div>
</div>
<div class="span4">
<div id="badges">
<a href="http://jboss.org/"><img id="jbosscommunity-logo" src="/images/jbosscommunity-logo.png"></a>
<a href="/"><img id="projectodd-logo" src="http://projectodd.org/images/projectodd-logo.png"></a>
</div>
</div>
</div>
</div>
</div>
<script src="/javascripts/bootstrap-collapse.js" type="text/javascript"></script>
<script src="/javascripts/bootstrap-dropdown.js" type="text/javascript"></script>
<script src="/javascripts/bootstrap-tab.js" type="text/javascript"></script>
<script>
$( function () {
var syntax_root = "/javascripts/jquery-syntax/"
if (!$.browser.msie && $( '.syntax' ).length) {
$.getScript( syntax_root + "jquery.syntax.min.js", function () {
$.syntax( {root: syntax_root,
blockLayout: 'plain'} )
} )
}
} )
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-6435340-7', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>