Skip to content

Commit b173ebd

Browse files
committed
1 parent 56a2741 commit b173ebd

File tree

2 files changed

+124
-3
lines changed

2 files changed

+124
-3
lines changed

archive.html

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

8181
<!--<ul>-->
82-
<h4>November 2019</h4>
82+
<h4>May 2020</h4>
8383
<ul>
8484

85+
<li>23 - <a href="blog/2020/movedbyjava.html">Java 25th Birthday Week</a></li>
86+
87+
<li>13 - <a href="blog/2020/5yearsfinal.html">JSR 354 Final 5th Anniversary</a></li>
88+
89+
<li>04 - <a href="blog/2020/may354.html">May the 354th be with You</a></li>
90+
</ul>
91+
<h4>November 2019</h4>
92+
<ul>
93+
8594
<li>05 - <a href="blog/2019/devoxx19.html">DevoXX BE 2019</a></li>
8695
</ul>
8796
<h4>November 2018</h4>

feed.xml

Lines changed: 114 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,121 @@
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>Sat, 23 May 2020 20:42:40 +0200</pubDate>
10-
<lastBuildDate>Sat, 23 May 2020 20:42:40 +0200</lastBuildDate>
9+
<pubDate>Sun, 24 May 2020 02:20:33 +0200</pubDate>
10+
<lastBuildDate>Sun, 24 May 2020 02:20:33 +0200</lastBuildDate>
1111

12+
<item>
13+
<title>Java 25th Birthday Week</title>
14+
<link>http://javamoney.orgblog/2020/movedbyjava.html</link>
15+
<pubDate>Sat, 23 May 2020 00:00:00 +0200</pubDate>
16+
<guid isPermaLink="false">blog/2020/movedbyjava.html</guid>
17+
<description>
18+
19+
20+
&lt;header&gt;
21+
&lt;h1&gt;Moved by Java&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;Java 25th Birthday Week Release Train&lt;/h3&gt;
29+
30+
&lt;p&gt;
31+
Today Java turned 25. Oracle dedicated a &lt;a
32+
href=&quot;https://www.oracle.com/de/java/moved-by-java/&quot;&gt;Moved by Java&lt;/a&gt; anniversary page and kicked off the #MovedbyJava campaign on social media.&lt;br&gt;
33+
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 &lt;b&gt;release train&lt;/b&gt;:
34+
&lt;ul&gt;
35+
&lt;li&gt;&lt;a href=&quot;https://github.com/JavaMoney/jsr354-api/releases/tag/1.1&quot;&gt;Money API 1.1&lt;/a&gt;&lt;/li&gt;
36+
&lt;li&gt;&lt;a href=&quot;https://github.com/JavaMoney/javamoney-parent/releases/tag/1.1&quot;&gt;JavaMoney Parent 1.1&lt;/a&gt;&lt;/li&gt;
37+
&lt;li&gt;&lt;a href=&quot;https://github.com/JavaMoney/jsr354-ri/releases/tag/1.4&quot;&gt;Moneta 1.4&lt;/a&gt;&lt;/li&gt;
38+
&lt;li&gt;&lt;a href=&quot;https://github.com/JavaMoney/jsr354-tck/releases/tag/1.1&quot;&gt;TCK 1.1&lt;/a&gt;&lt;/li&gt;
39+
&lt;li&gt;&lt;a href=&quot;https://github.com/JavaMoney/javamoney-lib/releases/tag/1.1&quot;&gt;JavaMoney Library 1.1&lt;/a&gt;&lt;/li&gt;
40+
&lt;/ul&gt;
41+
Check the issues resolved by the MR1 &lt;a href=&quot;https://github.com/JavaMoney/jsr354-api/milestone/1&quot;&gt;API&lt;/a&gt; and &lt;a href=&quot;https://github.com/JavaMoney/jsr354-ri/milestone/4&quot;&gt;RI&lt;/a&gt; on GitHub.&lt;br&gt;
42+
&lt;/p&gt;
43+
&lt;p&gt;
44+
While they are not parts of the actual JSR, the backports:
45+
&lt;ul&gt;
46+
&lt;li&gt;&lt;a href=&quot;https://github.com/JavaMoney/jsr354-api-bp/releases/tag/1.0.4&quot;&gt;API BP 1.0.4&lt;/a&gt;&lt;/li&gt;
47+
&lt;li&gt;&lt;a href=&quot;https://github.com/JavaMoney/jsr354-ri-bp/releases/tag/1.4&quot;&gt;Moneta BP 1.4&lt;/a&gt;&lt;/li&gt;
48+
&lt;/ul&gt;
49+
also got updates.
50+
&lt;/p&gt;
51+
&lt;p&gt;
52+
To the next 5, 10 or 25 years of Java and JavaMoney.
53+
&lt;/p&gt;
54+
&lt;/section&gt;
55+
56+
57+
58+
</description>
59+
</item>
60+
<item>
61+
<title>JSR 354 Final 5th Anniversary</title>
62+
<link>http://javamoney.orgblog/2020/5yearsfinal.html</link>
63+
<pubDate>Wed, 13 May 2020 00:00:00 +0200</pubDate>
64+
<guid isPermaLink="false">blog/2020/5yearsfinal.html</guid>
65+
<description>
66+
67+
68+
&lt;header&gt;
69+
&lt;h1&gt;5th Anniversary of the Final Release&lt;/h1&gt;
70+
&lt;/header&gt;
71+
72+
&lt;section id=&quot;downloads&quot; class=&quot;clearfix&quot;&gt;&lt;/section&gt;
73+
74+
75+
&lt;section id=&quot;main_content&quot;&gt;
76+
&lt;h3&gt;JSR 354 Final 5th Anniversary&lt;/h3&gt;
77+
78+
&lt;p&gt;
79+
Today marks the fifth anniversary of the JSR 354 &lt;a
80+
href=&quot;https://jcp.org/aboutJava/communityprocess/final/jsr354/index.html&quot;&gt;Final Release&lt;/a&gt;.&lt;br&gt;
81+
The same year, Java will be turning 25 precisely 10 days from now.&lt;br&gt;
82+
After The Maintenance Release 1 of JSR 354 was code complete on &lt;a href=&quot;may354.html&quot;&gt;Star Wars Day&lt;/a&gt; we expect to submit the MR1 to the JCP in the next couple of days.&lt;br&gt;
83+
&lt;/p&gt;
84+
&lt;/section&gt;
85+
86+
87+
88+
</description>
89+
</item>
90+
<item>
91+
<title>May the 354th be with You</title>
92+
<link>http://javamoney.orgblog/2020/may354.html</link>
93+
<pubDate>Mon, 4 May 2020 00:00:00 +0200</pubDate>
94+
<guid isPermaLink="false">blog/2020/may354.html</guid>
95+
<description>
96+
97+
98+
&lt;header&gt;
99+
&lt;h1&gt;May the 354th be with You&lt;/h1&gt;
100+
&lt;/header&gt;
101+
102+
&lt;section id=&quot;downloads&quot; class=&quot;clearfix&quot;&gt;&lt;/section&gt;
103+
104+
105+
&lt;section id=&quot;main_content&quot;&gt;
106+
&lt;h3&gt;Maintenance Release Code Complete on Star Wars Day&lt;/h3&gt;
107+
108+
&lt;img src=&quot;https://upload.wikimedia.org/wikipedia/commons/7/7b/May_the_4th_be_with_you_%28Star_Wars_Day%29.gif&quot; alt=&quot;Star Wars Day&quot; width=&quot;440&quot; height=&quot;440&quot;&gt;
109+
110+
&lt;p&gt;
111+
Today the Maintenance Release 1 of JSR 354 was tagged code complete on &lt;a
112+
href=&quot;https://en.wikipedia.org/wiki/Star_Wars_Day&quot;&gt;Star Wars Day&lt;/a&gt;.&lt;br&gt;
113+
Check the &lt;a href=&quot;https://github.com/JavaMoney/jsr354-api/milestone/1&quot;&gt;issues resolved by MR1&lt;/a&gt; on GitHub.&lt;br&gt;
114+
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 &lt;a href=&quot;https://dl.bintray.com/javamoney/maven/&quot;&gt;Bintray&lt;/a&gt;.
115+
&lt;/p&gt;&lt;p&gt;
116+
Thanks everyone who made this possible.
117+
&lt;/p&gt;
118+
&lt;/section&gt;
119+
120+
121+
122+
</description>
123+
</item>
12124
<item>
13125
<title>DevoXX BE 2019</title>
14126
<link>http://javamoney.orgblog/2019/devoxx19.html</link>

0 commit comments

Comments
 (0)