Skip to content

Commit 9496e5b

Browse files
committed
402: Reactivate IMF in Moneta BOM
Task-Url: JavaMoney/jsr354-ri#402
1 parent f37ad0c commit 9496e5b

File tree

3 files changed

+171
-2
lines changed

3 files changed

+171
-2
lines changed

archive.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ <h1>Blog</h1>
8282
<h4>Januar 2024</h4>
8383
<ul>
8484

85+
<li>27 - <a href="blog/2024/moneta144.html">Moneta Release 1.4.4</a></li>
86+
8587
<li>24 - <a href="blog/2024/moneta143.html">Moneta Release 1.4.3</a></li>
8688
</ul>
8789
<h4>Februar 2022</h4>

blog/2024/moneta144.html

Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>JavaMoney</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="description" content="">
8+
<meta name="author" content="">
9+
<meta name="keywords" content="">
10+
11+
<!-- Le styles -->
12+
<link href="/css/bootstrap.min.css" rel="stylesheet">
13+
<link href="/css/asciidoctor.css" rel="stylesheet">
14+
<link href="/css/base.css" rel="stylesheet">
15+
<link href="/css/bootstrap-responsive.min.css" rel="stylesheet">
16+
17+
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
18+
<!--[if lt IE 9]>
19+
<script src="/js/html5shiv.js"></script>
20+
<![endif]-->
21+
22+
<!-- Fav and touch icons -->
23+
<!--<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
24+
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
25+
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
26+
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">-->
27+
<link rel="shortcut icon" href="favicon.ico">
28+
</head>
29+
<body>
30+
<div id="wrap">
31+
32+
<!-- Fixed navbar -->
33+
<div class="navbar navbar-fixed-top">
34+
<div class="navbar-inner">
35+
<div class="container">
36+
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
37+
<span class="icon-bar"></span>
38+
<span class="icon-bar"></span>
39+
<span class="icon-bar"></span>
40+
</button>
41+
<a class="brand" href="/">JavaMoney</a>
42+
<div class="nav-collapse collapse">
43+
<ul class="nav">
44+
<li><a href="/archive.html">Blog</a></li>
45+
<li><a href="https://github.com/JavaMoney/" target="_blank">View on GitHub</a></li>
46+
<li><a href="feed.xml" target="_blank">RSS Subscribe</a></li>
47+
<li class="dropdown">
48+
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Links <b class="caret"></b></a>
49+
<ul class="dropdown-menu">
50+
<li class="nav-header">JSR 354</li>
51+
<li><a href="/api.html">API</a></li>
52+
<li><a href="apidocs/">API (JavaDoc)</a></li>
53+
<li><a href="/ri.html">Moneta Reference Implementation (RI)</a></li>
54+
<li><a href="/tck.html">Technical Compatibility Kit (TCK)</a></li>
55+
<li><a href="https://jcp.org/en/jsr/detail?id=354" target="_blank">Detail Page</a></li>
56+
<li class="divider"></li>
57+
<li class="nav-header">JavaMoney</li>
58+
<li><a href="/lib.html">Library</a></li>
59+
<li><a href="/midas.html">Midas</a></li>
60+
<li><a href="https://github.com/JavaMoney/javamoney-examples" target="_blank">Examples</a></li>
61+
<li><a href="/shelter.html">Shelter</a></li>
62+
<li><a href="http://jadira.sourceforge.net/usertype.extended/" target="_blank">Jadira Usertype Extended (Hibernate support)</a></li>
63+
<li><a href="https://github.com/zalando/jackson-datatype-money" target="_blank">Jackson Datatype Money by Zalando</a></li>
64+
<li class="divider"></li>
65+
<li class="nav-header">Additional Information</li>
66+
<li><a href="https://groups.io/g/javamoney/" target="_blank">javamoney@groups.io</a></li>
67+
<li><a href="https://github.com/JavaMoney/jsr354-api-bp" target="_blank">API - Backport to Java 7 (API BP)</a></li>
68+
<li><a href="https://github.com/JavaMoney/jsr354-ri-bp" target="_blank">Moneta Reference Implementation - Backport to Java 7 (RI BP)</a></li>
69+
</ul>
70+
</li>
71+
</ul>
72+
</div><!--/.nav-collapse -->
73+
</div>
74+
</div>
75+
</div>
76+
<div class="container">
77+
<div class="page-header">
78+
<h1>Moneta Release 1.4.4</h1>
79+
</div>
80+
81+
<p><em>27 Januar 2024</em></p>
82+
83+
<p>
84+
85+
<header>
86+
<h1>Release 1.4.4</h1>
87+
</header>
88+
89+
<section id="downloads" class="clearfix"></section>
90+
91+
92+
<section id="main_content">
93+
<h3>1.4 Update 4</h3>
94+
95+
<p>
96+
Update 4 of JSR 354 RI 1.4 was released today.<br>
97+
It is dedicated to the <a href="https://en.wikipedia.org/wiki/International_Holocaust_Remembrance_Day">International Holocaust Remembrance Day</a>.<br>
98+
99+
This release fixed a critical problem with the <b>IMF Exchange Rate Provider</b>. Please update if you want to use both ECB and IMF exchange rates!<br>
100+
For a complete list see <a
101+
href="https://github.com/JavaMoney/jsr354-ri/milestone/10?closed=1">1.4.4 Milestone</a>. And check the release tag <a href="https://github.com/JavaMoney/jsr354-ri/releases/tag/1.4.4">1.4.4</a> in the GitHub repository.<br>
102+
103+
</p><p>
104+
Thanks everyone who helped with this release.
105+
</p>
106+
</section>
107+
</p>
108+
109+
<hr>
110+
111+
</div>
112+
<div id="push"></div>
113+
</div>
114+
115+
<div id="footer">
116+
<div class="container">
117+
<p>Having trouble with JavaMoney?
118+
Ask your question at <a href="https://stackoverflow.com/questions/tagged/java-money+jsr354" target="_blank">StackOverflow</a> with tag <code>java-money</code>.
119+
Join the Gitter chat <a href="https://gitter.im/orgs/JavaMoney/rooms" target="_blank"><img src="https://badges.gitter.im/Join%20Chat.svg"/></a>.
120+
Or contact <a href="mailto:support@javamoney.org">support@javamoney.org</a>
121+
</p>
122+
<p class="muted credit">&copy; 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>
123+
</div>
124+
</div>
125+
126+
<!-- Le javascript
127+
================================================== -->
128+
<!-- Placed at the end of the document so the pages load faster -->
129+
<script src="/js/jquery-1.9.1.min.js"></script>
130+
<script src="/js/bootstrap.min.js"></script>
131+
<script src="/js/run_prettify.js"></script>
132+
133+
</body>
134+
</html>

feed.xml

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,42 @@
66
<atom:link href="http://javamoney.org/feed.xml" rel="self" type="application/rss+xml" />
77
<description>Java Money and Currency</description>
88
<language>en-gb</language>
9-
<pubDate>Fr., 26 Jan. 2024 13:29:34 +0100</pubDate>
10-
<lastBuildDate>Fr., 26 Jan. 2024 13:29:34 +0100</lastBuildDate>
9+
<pubDate>Sa., 27 Jan. 2024 22:01:33 +0100</pubDate>
10+
<lastBuildDate>Sa., 27 Jan. 2024 22:01:33 +0100</lastBuildDate>
1111

12+
<item>
13+
<title>Moneta Release 1.4.4</title>
14+
<link>http://javamoney.orgblog/2024/moneta144.html</link>
15+
<pubDate>Sa., 27 Jan. 2024 00:00:00 +0100</pubDate>
16+
<guid isPermaLink="false">blog/2024/moneta144.html</guid>
17+
<description>
18+
19+
20+
&lt;header&gt;
21+
&lt;h1&gt;Release 1.4.4&lt;/h1&gt;
22+
&lt;/header&gt;
23+
24+
&lt;section id=&quot;downloads&quot; class=&quot;clearfix&quot;&gt;&lt;/section&gt;
25+
26+
27+
&lt;section id=&quot;main_content&quot;&gt;
28+
&lt;h3&gt;1.4 Update 4&lt;/h3&gt;
29+
30+
&lt;p&gt;
31+
Update 4 of JSR 354 RI 1.4 was released today.&lt;br&gt;
32+
It is dedicated to the &lt;a href=&quot;https://en.wikipedia.org/wiki/International_Holocaust_Remembrance_Day&quot;&gt;International Holocaust Remembrance Day&lt;/a&gt;.&lt;br&gt;
33+
34+
This release fixed a critical problem with the &lt;b&gt;IMF Exchange Rate Provider&lt;/b&gt;. Please update if you want to use both ECB and IMF exchange rates!&lt;br&gt;
35+
For a complete list see &lt;a
36+
href=&quot;https://github.com/JavaMoney/jsr354-ri/milestone/10?closed=1&quot;&gt;1.4.4 Milestone&lt;/a&gt;. And check the release tag &lt;a href=&quot;https://github.com/JavaMoney/jsr354-ri/releases/tag/1.4.4&quot;&gt;1.4.4&lt;/a&gt; in the GitHub repository.&lt;br&gt;
37+
38+
&lt;/p&gt;&lt;p&gt;
39+
Thanks everyone who helped with this release.
40+
&lt;/p&gt;
41+
&lt;/section&gt;
42+
43+
</description>
44+
</item>
1245
<item>
1346
<title>Moneta Release 1.4.3</title>
1447
<link>http://javamoney.orgblog/2024/moneta143.html</link>

0 commit comments

Comments
 (0)