-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy patharchive.html
230 lines (192 loc) · 8.21 KB
/
archive.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JavaMoney</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<meta name="keywords" content="">
<!-- Le styles -->
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/asciidoctor.css" rel="stylesheet">
<link href="/css/base.css" rel="stylesheet">
<link href="/css/bootstrap-responsive.min.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="/js/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<!--<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">-->
<link rel="shortcut icon" href="favicon.ico">
</head>
<body>
<div id="wrap">
<!-- Fixed navbar -->
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="/">JavaMoney</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="/archive.html">Blog</a></li>
<li><a href="https://github.com/JavaMoney/" target="_blank">View on GitHub</a></li>
<li><a href="feed.xml" target="_blank">RSS Subscribe</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Links <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="nav-header">JSR 354</li>
<li><a href="/api.html">API</a></li>
<li><a href="apidocs/">API (JavaDoc)</a></li>
<li><a href="/ri.html">Moneta Reference Implementation (RI)</a></li>
<li><a href="/tck.html">Technical Compatibility Kit (TCK)</a></li>
<li><a href="https://jcp.org/en/jsr/detail?id=354" target="_blank">Detail Page</a></li>
<li class="divider"></li>
<li class="nav-header">JavaMoney</li>
<li><a href="/lib.html">Library</a></li>
<li><a href="/midas.html">Midas</a></li>
<li><a href="https://github.com/JavaMoney/javamoney-examples" target="_blank">Examples</a></li>
<li><a href="/shelter.html">Shelter</a></li>
<li><a href="http://jadira.sourceforge.net/usertype.extended/" target="_blank">Jadira Usertype Extended (Hibernate support)</a></li>
<li><a href="https://github.com/zalando/jackson-datatype-money" target="_blank">Jackson Datatype Money by Zalando</a></li>
<li class="divider"></li>
<li class="nav-header">Additional Information</li>
<li><a href="https://groups.io/g/javamoney/" target="_blank">[email protected]</a></li>
<li><a href="https://github.com/JavaMoney/jsr354-api-bp" target="_blank">API - Backport to Java 7 (API BP)</a></li>
<li><a href="https://github.com/JavaMoney/jsr354-ri-bp" target="_blank">Moneta Reference Implementation - Backport to Java 7 (RI BP)</a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">
<div class="page-header">
<h1>Blog</h1>
</div>
<!--<ul>-->
<h4>Januar 2024</h4>
<ul>
<li>27 - <a href="blog/2024/moneta144.html">Moneta Release 1.4.4</a></li>
<li>24 - <a href="blog/2024/moneta143.html">Moneta Release 1.4.3</a></li>
</ul>
<h4>Februar 2022</h4>
<ul>
<li>21 - <a href="blog/2022/10yjsr354formation.html">JSR 354 EG Turns 10</a></li>
</ul>
<h4>Juli 2020</h4>
<ul>
<li>27 - <a href="blog/2020/moneta142.html">Moneta Release 1.4.2</a></li>
<li>20 - <a href="blog/2020/moneta141.html">Moneta Release 1.4.1</a></li>
</ul>
<h4>Juni 2020</h4>
<ul>
<li>16 - <a href="blog/2020/mr1.html">Maintenance Release 1</a></li>
</ul>
<h4>Mai 2020</h4>
<ul>
<li>23 - <a href="blog/2020/movedbyjava.html">Java 25th Birthday Week</a></li>
<li>13 - <a href="blog/2020/5yearsfinal.html">JSR 354 Final 5th Anniversary</a></li>
<li>04 - <a href="blog/2020/may354.html">May the 354th be with You</a></li>
</ul>
<h4>November 2019</h4>
<ul>
<li>05 - <a href="blog/2019/devoxx19.html">DevoXX BE 2019</a></li>
</ul>
<h4>September 2019</h4>
<ul>
<li>26 - <a href="blog/2019/jcon19.html">JCON 2019</a></li>
</ul>
<h4>November 2018</h4>
<ul>
<li>05 - <a href="blog/2018/transfer.html">Transfer Ballot</a></li>
</ul>
<h4>Juli 2018</h4>
<ul>
<li>13 - <a href="blog/2018/moneta13.html">Moneta Release 1.3</a></li>
</ul>
<h4>Juni 2018</h4>
<ul>
<li>05 - <a href="blog/2018/xs2a.html">PSD2 XS2A</a></li>
</ul>
<h4>April 2018</h4>
<ul>
<li>18 - <a href="blog/2018/api103.html">API Release 1.0.3</a></li>
<li>13 - <a href="blog/2018/moneta12.html">Moneta Release 1.2</a></li>
<li>10 - <a href="blog/2018/api102.html">API Release 1.0.2</a></li>
</ul>
<h4>Mai 2016</h4>
<ul>
<li>20 - <a href="blog/2016/moneta11.html">Moneta Release 1.1</a></li>
</ul>
<h4>April 2016</h4>
<ul>
<li>17 - <a href="blog/2016/clojug16.html">CloJUG April 2016</a></li>
</ul>
<h4>Februar 2016</h4>
<ul>
<li>16 - <a href="blog/2016/api101.html">API Release 1.0.1</a></li>
</ul>
<h4>Mai 2015</h4>
<ul>
<li>12 - <a href="blog/2015/final.html">Final Release</a></li>
<li>05 - <a href="blog/2015/star-spec-lead.html">Star Spec Lead</a></li>
</ul>
<h4>März 2015</h4>
<ul>
<li>13 - <a href="blog/2015/pfd.html">Proposed Final Draft</a></li>
</ul>
<h4>November 2014</h4>
<ul>
<li>12 - <a href="blog/2014/devoxx14.html">DevoXX 2014</a></li>
</ul>
<h4>September 2014</h4>
<ul>
<li>30 - <a href="blog/2014/javaone14.html">JavaOne 2014</a></li>
</ul>
<h4>März 2014</h4>
<ul>
<li>26 - <a href="blog/2014/pr2.html">Public Review 2</a></li>
</ul>
<h4>November 2013</h4>
<ul>
<li>24 - <a href="blog/2013/gimmeshelter.html">Gimme Shelter</a></li>
</ul>
<h4>Oktober 2013</h4>
<ul>
<li>24 - <a href="blog/2013/pdr.html">Public Draft</a></li>
</ul>
<h4>Mai 2013</h4>
<ul>
<li>01 - <a href="blog/2013/edr.html">Early Draft</a></li>
</ul>
</div>
<div id="push"></div>
</div>
<div id="footer">
<div class="container">
<p>Having trouble with JavaMoney?
Ask your question at <a href="https://stackoverflow.com/questions/tagged/java-money+jsr354" target="_blank">StackOverflow</a> with tag <code>java-money</code>.
Join the Gitter chat <a href="https://gitter.im/orgs/JavaMoney/rooms" target="_blank"><img src="https://badges.gitter.im/Join%20Chat.svg"/></a>.
Or contact <a href="mailto:[email protected]">[email protected]</a>
</p>
<p class="muted credit">© 2024 JavaMoney | Mixed with <a href="https://getbootstrap.com/">Bootstrap v2.3.2</a> | Baked with <a href="http://jbake.org">JBake v2.6.7</a></p>
</div>
</div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="/js/jquery-1.9.1.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/run_prettify.js"></script>
</body>
</html>