Skip to content

Commit b6b5e49

Browse files
committed
1 parent 82f449b commit b6b5e49

File tree

3 files changed

+103
-0
lines changed

3 files changed

+103
-0
lines changed

content/blog/2020/5yearsfinal.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
title=JSR 354 Final 5th Anniversary
2+
date=2020-05-13
3+
type=post
4+
tags=blog
5+
status=published
6+
~~~~~~
7+
8+
9+
<header>
10+
<h1>5th Anniversary of the Final Release</h1>
11+
</header>
12+
13+
<section id="downloads" class="clearfix"></section>
14+
15+
16+
<section id="main_content">
17+
<h3>JSR 354 Final 5th Anniversary</h3>
18+
19+
<p>
20+
Today marks the fifth anniversary of the JSR 354 <a
21+
href="https://jcp.org/aboutJava/communityprocess/final/jsr354/index.html">Final Release</a>.<br>
22+
The same year, Java will be turning 25 precisely 10 days from now.<br>
23+
After The Maintenance Release 1 of JSR 354 was code complete on <a href="may354.html">Star Wars Day</a> we expect to submit the MR1 to the JCP in the next couple of days.<br>
24+
</p>
25+
</section>
26+
27+

content/blog/2020/may354.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
title=May the 354th be with You
2+
date=2020-05-04
3+
type=post
4+
tags=blog
5+
status=published
6+
~~~~~~
7+
8+
9+
<header>
10+
<h1>May the 354th be with You</h1>
11+
</header>
12+
13+
<section id="downloads" class="clearfix"></section>
14+
15+
16+
<section id="main_content">
17+
<h3>Maintenance Release Code Complete on Star Wars Day</h3>
18+
19+
<img src="https://upload.wikimedia.org/wikipedia/commons/7/7b/May_the_4th_be_with_you_%28Star_Wars_Day%29.gif" alt="Star Wars Day" width="440" height="440">
20+
21+
<p>
22+
Today the Maintenance Release 1 of JSR 354 was tagged code complete on <a
23+
href="https://en.wikipedia.org/wiki/Star_Wars_Day">Star Wars Day</a>.<br>
24+
Check the <a href="https://github.com/JavaMoney/jsr354-api/milestone/1">issues resolved by MR1</a> on GitHub.<br>
25+
We still have to clarify a few things like the PGP keys to use for Sonatype/MavenCentral, but within a couple of days we should also have them on Sonatype Nexus after we deployed them on <a href="https://dl.bintray.com/javamoney/maven/">Bintray</a>.
26+
</p><p>
27+
Thanks everyone who made this possible.
28+
</p>
29+
</section>
30+
31+

content/blog/2020/movedbyjava.html

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
title=Java 25th Birthday Week
2+
date=2020-05-23
3+
type=post
4+
tags=blog
5+
status=published
6+
~~~~~~
7+
8+
9+
<header>
10+
<h1>Moved by Java</h1>
11+
</header>
12+
13+
<section id="downloads" class="clearfix"></section>
14+
15+
16+
<section id="main_content">
17+
<h3>Java 25th Birthday Week Release Train</h3>
18+
19+
<p>
20+
Today Java turned 25. Oracle dedicated a <a
21+
href="https://www.oracle.com/de/java/moved-by-java/">Moved by Java</a> anniversary page and kicked off the #MovedbyJava campaign on social media.<br>
22+
As JSR 354 Maintenance Leads we celebrated the 25th birthday of Java and the 5th anniversary of the Final Release ten days ago our own way by delivering a whole <b>release train</b>:
23+
<ul>
24+
<li><a href="https://github.com/JavaMoney/jsr354-api/releases/tag/1.1">Money API 1.1</a></li>
25+
<li><a href="https://github.com/JavaMoney/javamoney-parent/releases/tag/1.1">JavaMoney Parent 1.1</a></li>
26+
<li><a href="https://github.com/JavaMoney/jsr354-ri/releases/tag/1.4">Moneta 1.4</a></li>
27+
<li><a href="https://github.com/JavaMoney/jsr354-tck/releases/tag/1.1">TCK 1.1</a></li>
28+
<li><a href="https://github.com/JavaMoney/javamoney-lib/releases/tag/1.1">JavaMoney Library 1.1</a></li>
29+
</ul>
30+
Check the issues resolved by the MR1 <a href="https://github.com/JavaMoney/jsr354-api/milestone/1">API</a> and <a href="https://github.com/JavaMoney/jsr354-ri/milestone/4">RI</a> on GitHub.<br>
31+
</p>
32+
<p>
33+
While they are not parts of the actual JSR, the backports:
34+
<ul>
35+
<li><a href="https://github.com/JavaMoney/jsr354-api-bp/releases/tag/1.0.4">API BP 1.0.4</a></li>
36+
<li><a href="https://github.com/JavaMoney/jsr354-ri-bp/releases/tag/1.4">Moneta BP 1.4</a></li>
37+
</ul>
38+
also got updates.
39+
</p>
40+
<p>
41+
To the next 5, 10 or 25 years of Java and JavaMoney.
42+
</p>
43+
</section>
44+
45+

0 commit comments

Comments
 (0)