Skip to content

Commit b36ec4f

Browse files
committed
# WARNING: head commit changed in the meantime
38: MR1 news Task-Url: https://github.com/JavaMoney/JavaMoney.github.io/issues/issues/38
1 parent 45e49ce commit b36ec4f

File tree

4 files changed

+171
-3
lines changed

4 files changed

+171
-3
lines changed

archive.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,14 @@ <h1>Blog</h1>
7979
</div>
8080

8181
<!--<ul>-->
82-
<h4>June 2020</h4>
82+
<h4>July 2020</h4>
8383
<ul>
8484

85+
<li>20 - <a href="blog/2020/moneta141.html">Moneta Release 1.4.1</a></li>
86+
</ul>
87+
<h4>June 2020</h4>
88+
<ul>
89+
8590
<li>16 - <a href="blog/2020/mr1.html">Maintenance Release 1</a></li>
8691
</ul>
8792
<h4>May 2020</h4>

blog/2020/moneta141.html

Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
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 class="divider"></li>
56+
<li class="nav-header">JavaMoney</li>
57+
<li><a href="lib.html">Library</a></li>
58+
<li><a href="midas.html">Midas</a></li>
59+
<li><a href="https://github.com/JavaMoney/javamoney-examples" target="_blank">Examples</a></li>
60+
<li><a href="shelter.html">Shelter</a></li>
61+
<li><a href="http://jadira.sourceforge.net/usertype.extended/" target="_blank">Jadira Usertype Extended (Hibernate support)</a></li>
62+
<li><a href="https://github.com/zalando/jackson-datatype-money" target="_blank">Jackson Datatype Money by Zalando</a></li>
63+
<li class="divider"></li>
64+
<li class="nav-header">Additional Information</li>
65+
<li><a href="https://jcp.org/en/jsr/detail?id=354" target="_blank">JSR 354 Detail Page</a></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.1</h1>
79+
</div>
80+
81+
<p><em>20 July 2020</em></p>
82+
83+
<p>
84+
85+
<header>
86+
<h1>Release 1.4.1</h1>
87+
</header>
88+
89+
<section id="downloads" class="clearfix"></section>
90+
91+
92+
<section id="main_content">
93+
<h3>Valkyrie Update Release</h3>
94+
95+
<p>
96+
Update Release 1 of JSR 354 RI 1.4 was released today.<br>
97+
On this date, the 76th anniversary of the attempted "<a href="https://en.wikipedia.org/wiki/Operation_Valkyrie">Operation Valkyrie</a>" coup by <a href="https://en.wikipedia.org/wiki/Claus_von_Stauffenberg">Claus von Stauffenberg</a> and his co-conspirators we dedicate this release to their courage, sacrifice and memory.<br>
98+
99+
The release fixed a problem with the JPMS (Jigsaw), ensures compatibility with Java 14 and added a few minor improvements, for a complete list see <a
100+
href="https://github.com/JavaMoney/jsr354-ri/milestone/6?closed=1">1.3 Milestone</a>. And check the release tag <a href="https://github.com/JavaMoney/jsr354-ri/releases/tag/1.4.1">1.4.1</a> in the GitHub repository.<br>
101+
</p><p>
102+
Thanks everyone who helped with this release.
103+
</p>
104+
</section>
105+
</p>
106+
107+
<hr>
108+
109+
</div>
110+
<div id="push"></div>
111+
</div>
112+
113+
<div id="footer">
114+
<div class="container">
115+
<p>Having trouble with JavaMoney?
116+
Ask your question at <a href="https://stackoverflow.com/questions/tagged/java-money+jsr354" target="_blank">StackOverflow</a> with tag <code>java-money</code>.
117+
Join the Gitter chat <a href="https://gitter.im/orgs/JavaMoney/rooms" target="_blank"><img src="https://badges.gitter.im/Join%20Chat.svg"/></a>.
118+
Or contact <a href="mailto:support@javamoney.org">support@javamoney.org</a>
119+
</p>
120+
<p class="muted credit">&copy; 2020 JavaMoney | Mixed with <a href="http://twitter.github.com/bootstrap/">Bootstrap v2.3.1</a> | Baked with <a href="http://jbake.org">JBake v2.6.5</a></p>
121+
</div>
122+
</div>
123+
124+
<!-- Le javascript
125+
================================================== -->
126+
<!-- Placed at the end of the document so the pages load faster -->
127+
<script src="/js/jquery-1.9.1.min.js"></script>
128+
<script src="/js/bootstrap.min.js"></script>
129+
<script src="/js/run_prettify.js"></script>
130+
131+
</body>
132+
</html>

feed.xml

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,40 @@
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>Fri, 26 Jun 2020 13:22:26 +0200</pubDate>
10-
<lastBuildDate>Fri, 26 Jun 2020 13:22:26 +0200</lastBuildDate>
9+
<pubDate>Wed, 22 Jul 2020 01:16:10 +0200</pubDate>
10+
<lastBuildDate>Wed, 22 Jul 2020 01:16:10 +0200</lastBuildDate>
1111

12+
<item>
13+
<title>Moneta Release 1.4.1</title>
14+
<link>http://javamoney.orgblog/2020/moneta141.html</link>
15+
<pubDate>Mon, 20 Jul 2020 00:00:00 +0200</pubDate>
16+
<guid isPermaLink="false">blog/2020/moneta141.html</guid>
17+
<description>
18+
19+
20+
&lt;header&gt;
21+
&lt;h1&gt;Release 1.4.1&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;Valkyrie Update Release&lt;/h3&gt;
29+
30+
&lt;p&gt;
31+
Update Release 1 of JSR 354 RI 1.4 was released today.&lt;br&gt;
32+
On this date, the 76th anniversary of the attempted &quot;&lt;a href=&quot;https://en.wikipedia.org/wiki/Operation_Valkyrie&quot;&gt;Operation Valkyrie&lt;/a&gt;&quot; coup by &lt;a href=&quot;https://en.wikipedia.org/wiki/Claus_von_Stauffenberg&quot;&gt;Claus von Stauffenberg&lt;/a&gt; and his co-conspirators we dedicate this release to their courage, sacrifice and memory.&lt;br&gt;
33+
34+
The release fixed a problem with the JPMS (Jigsaw), ensures compatibility with Java 14 and added a few minor improvements, for a complete list see &lt;a
35+
href=&quot;https://github.com/JavaMoney/jsr354-ri/milestone/6?closed=1&quot;&gt;1.3 Milestone&lt;/a&gt;. And check the release tag &lt;a href=&quot;https://github.com/JavaMoney/jsr354-ri/releases/tag/1.4.1&quot;&gt;1.4.1&lt;/a&gt; in the GitHub repository.&lt;br&gt;
36+
&lt;/p&gt;&lt;p&gt;
37+
Thanks everyone who helped with this release.
38+
&lt;/p&gt;
39+
&lt;/section&gt;
40+
41+
</description>
42+
</item>
1243
<item>
1344
<title>Maintenance Release 1</title>
1445
<link>http://javamoney.orgblog/2020/mr1.html</link>

img/371px-Valkyrie.svg.png

5.62 KB
Loading

0 commit comments

Comments
 (0)