-
Notifications
You must be signed in to change notification settings - Fork 0
/
legacy.html
177 lines (177 loc) · 6.52 KB
/
legacy.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>IronJacamar.org - Legacy releases</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Old versions of IronJacamar" name="description">
<link href="/stylesheets/styles.css" rel="stylesheet" type="text/css">
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon">
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
</head>
<body>
<header>
<section style="padding: -20px auto;">
<a href="/">
<img alt="IronJacamar" src="/images/banner.png">
</a>
</section>
</header>
<article>
<h1>Legacy releases</h1>
This page contains the IronJacamar releases that are no longer supported in the community, since a newer stable version exists.
<p></p>
So, if you are experiencing an issue be sure to test the latest available version before reporting any issues.
<h2>Downloads</h2>
<div class="download-table">
<table width="100%">
<thead>
<th>Version</th>
<th>Date</th>
<th>Description</th>
<th>License</th>
<th>Size</th>
<th>Format</th>
</thead>
<tbody>
<tr>
<td>1.1.10.Final</td>
<td>2015-07-20</td>
<td>Stable</td>
<td>LGPL</td>
<td class="download-table-right">23 MB</td>
<td class="download-table">
<a href="http://sourceforge.net/projects/ironjacamar/files/1.1.10.Final/ironjacamar-1.1.10.Final.zip">ZIP</a>
</td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td class="download-table-right">23 MB</td>
<td class="download-table">
<a href="http://sourceforge.net/projects/ironjacamar/files/1.1.10.Final/ironjacamar-1.1.10.Final.tar.gz">TGZ</a>
</td>
</tr>
<tr>
<td></td>
<td></td>
<td>Release Notes</td>
<td></td>
<td></td>
<td>
<a href="https://issues.jboss.org/secure/ReleaseNote.jspa?projectId=12310691&version=12326057">JIRA</a>
</td>
</tr>
<tr>
<td>1.0.19.Final</td>
<td>2013-07-10</td>
<td>Stable</td>
<td>LGPL</td>
<td class="download-table-right">17 MB</td>
<td class="download-table">
<a href="http://sourceforge.net/projects/ironjacamar/files/1.0.19.Final/ironjacamar-1.0.19.Final.zip">ZIP</a>
</td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td class="download-table-right">17 MB</td>
<td class="download-table">
<a href="http://sourceforge.net/projects/ironjacamar/files/1.0.19.Final/ironjacamar-1.0.19.Final.tar.gz">TGZ</a>
</td>
</tr>
<tr>
<td></td>
<td></td>
<td>Release Notes</td>
<td></td>
<td></td>
<td>
<a href="http://issues.jboss.org/secure/ReleaseNote.jspa?projectId=12310691&version=12321694">JIRA</a>
</td>
</tr>
</tbody>
</table>
</div>
<p></p>
You will find all of our releases on
<a href="http://sourceforge.net/projects/ironjacamar/files">SourceForge.net</a>
<h3>Maven</h3>
Maven repository:
<a href="http://repository.jboss.org/nexus/content/groups/public/">http://repository.jboss.org/nexus/content/groups/public/</a>
<p></p>
Group Id:
<a href="http://repository.jboss.org/nexus/content/groups/public/org/jboss/ironjacamar">org.jboss.ironjacamar</a>
<h2>Documentation</h2>
The documentation for IronJacamar is located inside the distribution in the doc/ directory.
<p></p>
This will provide you with a start point for using the container.
<h3>User guide</h3>
<ul>
<li>
1.1
<a href="http://www.ironjacamar.org/doc/userguide/1.1/en-US/html/index.html">[HTML]</a>
<a href="http://www.ironjacamar.org/doc/userguide/1.1/en-US/html_single/index.html">[HTML Single]</a>
<a href="http://www.ironjacamar.org/doc/userguide/1.1/en-US/pdf/IronJacamarUserGuide.pdf">[PDF]</a>
</li>
<li>
1.0
<a href="http://www.ironjacamar.org/doc/userguide/1.0/en-US/html/index.html">[HTML]</a>
<a href="http://www.ironjacamar.org/doc/userguide/1.0/en-US/html_single/index.html">[HTML Single]</a>
<a href="http://www.ironjacamar.org/doc/userguide/1.0/en-US/pdf/IronJacamarUserGuide.pdf">[PDF]</a>
</li>
</ul>
<h3>Developer guide</h3>
<ul>
<li>
1.1
<a href="http://www.ironjacamar.org/doc/developerguide/1.1/en-US/html/index.html">[HTML]</a>
<a href="http://www.ironjacamar.org/doc/developerguide/1.1/en-US/html_single/index.html">[HTML Single]</a>
<a href="http://www.ironjacamar.org/doc/developerguide/1.1/en-US/pdf/IronJacamarDeveloperGuide.pdf">[PDF]</a>
</li>
<li>
1.0
<a href="http://www.ironjacamar.org/doc/developerguide/1.0/en-US/html/index.html">[HTML]</a>
<a href="http://www.ironjacamar.org/doc/developerguide/1.0/en-US/html_single/index.html">[HTML Single]</a>
<a href="http://www.ironjacamar.org/doc/developerguide/1.0/en-US/pdf/IronJacamarDeveloperGuide.pdf">[PDF]</a>
</li>
</ul>
<br>
<br>
</article>
<footer>
<ul>
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/about.html">About</a>
</li>
<li>
<a href="/download.html">Download</a>
</li>
<li>
<a href="/documentation.html">Documentation</a>
</li>
<li>
<a href="/community.html">Community</a>
</li>
<li>
<a href="/sourcecode.html">Source Code</a>
</li>
<li>
<a href="/issues.html">Issues</a>
</li>
</ul>
<a href="http://www.redhat.com">
<img alt="Proudly sponsored by Red Hat" src="/images/redhat_logo.png">
</a>
</footer>
</body>
</html>