-
Notifications
You must be signed in to change notification settings - Fork 4
/
feed.xml
908 lines (655 loc) · 32.7 KB
/
feed.xml
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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
<?xml version="1.0"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>JavaMoney</title>
<link>http://javamoney.org</link>
<atom:link href="http://javamoney.org/feed.xml" rel="self" type="application/rss+xml" />
<description>Java Money and Currency</description>
<language>en-gb</language>
<pubDate>Sa., 27 Jan. 2024 22:46:45 +0100</pubDate>
<lastBuildDate>Sa., 27 Jan. 2024 22:46:45 +0100</lastBuildDate>
<item>
<title>Moneta Release 1.4.4</title>
<link>http://javamoney.orgblog/2024/moneta144.html</link>
<pubDate>Sa., 27 Jan. 2024 00:00:00 +0100</pubDate>
<guid isPermaLink="false">blog/2024/moneta144.html</guid>
<description>
<header>
<h1>Release 1.4.4</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>1.4 Update 4</h3>
<p>
Update 4 of JSR 354 RI 1.4 was released today.<br>
It is dedicated to the <a href="https://en.wikipedia.org/wiki/International_Holocaust_Remembrance_Day">International Holocaust Remembrance Day</a>.<br>
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>
For a complete list see <a
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>
</p><p>
Thanks everyone who helped with this release.
</p>
</section>
</description>
</item>
<item>
<title>Moneta Release 1.4.3</title>
<link>http://javamoney.orgblog/2024/moneta143.html</link>
<pubDate>Mi., 24 Jan. 2024 00:00:00 +0100</pubDate>
<guid isPermaLink="false">blog/2024/moneta143.html</guid>
<description>
<header>
<h1>Release 1.4.3</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>Mac40 Update Release</h3>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/6f/Apple_Mac_128K_%28Little_Apple_Museum%29_%288032166846%29.jpg/640px-Apple_Mac_128K_%28Little_Apple_Museum%29_%288032166846%29.jpg" alt="Valkyrie" width="640" height="480">
<p>
Update 3 of JSR 354 RI 1.4 was released today.<br>
On this date, the <a href="https://www.macworld.com/article/2216095/40-years-mac-immortal.html">Apple Macintosh turned 40</a>.<br>
A complete list of all issues fixed by the <a
href="https://github.com/JavaMoney/jsr354-ri/milestone/8?closed=1">1.4.3 Milestone</a>. And check the release tag <a href="https://github.com/JavaMoney/jsr354-ri/releases/tag/1.4.3">1.4.3</a> in the GitHub repository.<br>
</p><p>
Thanks everyone who helped with this release.
</p>
</section>
</description>
</item>
<item>
<title>JSR 354 EG Turns 10</title>
<link>http://javamoney.orgblog/2022/10yjsr354formation.html</link>
<pubDate>Mo., 21 Feb. 2022 00:00:00 +0100</pubDate>
<guid isPermaLink="false">blog/2022/10yjsr354formation.html</guid>
<description>
<header>
<h1>10 Years JSR 354 EG Formation</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>10th Anniversary of JSR 354 Formation</h3>
<p>
Today the EG Formation of JSR 354 has been 10 years ago. Following the <a href="https://jcp.org/en/jsr/results?id=5295">JSR Review Ballot</a>.<br>
To the next decades of JavaMoney.
</p>
</section>
</description>
</item>
<item>
<title>Moneta Release 1.4.2</title>
<link>http://javamoney.orgblog/2020/moneta142.html</link>
<pubDate>Mo., 27 Juli 2020 00:00:00 +0200</pubDate>
<guid isPermaLink="false">blog/2020/moneta142.html</guid>
<description>
<header>
<h1>Release 1.4.2</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>1.4 Update 2</h3>
<p>
Update Release 2 of JSR 354 RI 1.4 was released today.<br>
The release fixed problem with the configuration and improved the monetary context, see <a
href="https://github.com/JavaMoney/jsr354-ri/milestone/7?closed=1">1.4.2 Milestone</a>. And check the release tag <a href="https://github.com/JavaMoney/jsr354-ri/releases/tag/1.4.2">1.4.2</a> in the GitHub repository.<br>
</p><p>
Thanks everyone who helped with this release.
</p>
</section>
</description>
</item>
<item>
<title>Moneta Release 1.4.1</title>
<link>http://javamoney.orgblog/2020/moneta141.html</link>
<pubDate>Mo., 20 Juli 2020 00:00:00 +0200</pubDate>
<guid isPermaLink="false">blog/2020/moneta141.html</guid>
<description>
<header>
<h1>Release 1.4.1</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>Valkyrie Update Release</h3>
<img src="/img/371px-Valkyrie.svg.png" alt="Valkyrie" width="371" height="70">
<p>
Update Release 1 of JSR 354 RI 1.4 was released today.<br>
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>
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
href="https://github.com/JavaMoney/jsr354-ri/milestone/6?closed=1">1.4.1 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>
</p><p>
Thanks everyone who helped with this release.
</p>
</section>
</description>
</item>
<item>
<title>Maintenance Release 1</title>
<link>http://javamoney.orgblog/2020/mr1.html</link>
<pubDate>Di., 16 Juni 2020 00:00:00 +0200</pubDate>
<guid isPermaLink="false">blog/2020/mr1.html</guid>
<description>
<header>
<h1>MR 1</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>Maintenance Release 1</h3>
<p>
JSR 354 just passed <b>Maintenance Review Ballot</b> by the JCP EC. Check out the <a
href="https://jcp.org/en/jsr/results?id=6240">results</a>.<br>
Maintenance Release 1 of JSR 354 will be made available soon on jcp.org after it's already been to popular Maven repositories.<br>
Get it e.g. via MavenCentral Repository Search for <a href="https://search.maven.org/artifact/javax.money/money-api/1.1/jar">money-api-1.1</a>.<br>
</p><p>
Thanks everyone who helped with JSR 354 and the wider JavaMoney project.
</p>
</section>
</description>
</item>
<item>
<title>Java 25th Birthday Week</title>
<link>http://javamoney.orgblog/2020/movedbyjava.html</link>
<pubDate>Sa., 23 Mai 2020 00:00:00 +0200</pubDate>
<guid isPermaLink="false">blog/2020/movedbyjava.html</guid>
<description>
<header>
<h1>Moved by Java</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>Java 25th Birthday Week Release Train</h3>
<p>
Today Java turned 25. Oracle dedicated a <a
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>
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>:
<ul>
<li><a href="https://github.com/JavaMoney/jsr354-api/releases/tag/1.1">Money API 1.1</a></li>
<li><a href="https://github.com/JavaMoney/javamoney-parent/releases/tag/1.1">JavaMoney Parent 1.1</a></li>
<li><a href="https://github.com/JavaMoney/jsr354-ri/releases/tag/1.4">Moneta 1.4</a></li>
<li><a href="https://github.com/JavaMoney/jsr354-tck/releases/tag/1.1">TCK 1.1</a></li>
<li><a href="https://github.com/JavaMoney/javamoney-lib/releases/tag/1.1">JavaMoney Library 1.1</a></li>
</ul>
Check the issues resolved by the MR1 <a href="https://github.com/JavaMoney/jsr354-api/milestone/1?closed=1">API</a> and <a href="https://github.com/JavaMoney/jsr354-ri/milestone/4?closed=1">RI</a> on GitHub.<br>
</p>
<p>
While they are not parts of the actual JSR, the backports:
<ul>
<li><a href="https://github.com/JavaMoney/jsr354-api-bp/releases/tag/1.0.4">API BP 1.0.4</a></li>
<li><a href="https://github.com/JavaMoney/jsr354-ri-bp/releases/tag/1.4">Moneta BP 1.4</a></li>
</ul>
also got updates.
</p>
<p>
To the next 5, 10 or 25 years of Java and JavaMoney.
</p>
</section>
</description>
</item>
<item>
<title>JSR 354 Final 5th Anniversary</title>
<link>http://javamoney.orgblog/2020/5yearsfinal.html</link>
<pubDate>Mi., 13 Mai 2020 00:00:00 +0200</pubDate>
<guid isPermaLink="false">blog/2020/5yearsfinal.html</guid>
<description>
<header>
<h1>5th Anniversary of the Final Release</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>JSR 354 Final 5th Anniversary</h3>
<p>
Today marks the fifth anniversary of the JSR 354 <a
href="https://jcp.org/aboutJava/communityprocess/final/jsr354/index.html">Final Release</a>.<br>
The same year, Java will be turning 25 precisely 10 days from now.<br>
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>
</p>
</section>
</description>
</item>
<item>
<title>May the 354th be with You</title>
<link>http://javamoney.orgblog/2020/may354.html</link>
<pubDate>Mo., 4 Mai 2020 00:00:00 +0200</pubDate>
<guid isPermaLink="false">blog/2020/may354.html</guid>
<description>
<header>
<h1>MR 1 Code Complete</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>Maintenance Release Code Complete on Star Wars Day</h3>
<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">
<p>
Today the Maintenance Release 1 of JSR 354 was tagged code complete on <a
href="https://en.wikipedia.org/wiki/Star_Wars_Day">Star Wars Day</a>.<br>
Check the <a href="https://github.com/orgs/JavaMoney/projects/1">issues resolved by MR1</a> on GitHub.<br>
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 Bintray.
</p><p>
Thanks everyone who made this possible.
</p>
</section>
</description>
</item>
<item>
<title>DevoXX BE 2019</title>
<link>http://javamoney.orgblog/2019/devoxx19.html</link>
<pubDate>Di., 5 Nov. 2019 00:00:00 +0100</pubDate>
<guid isPermaLink="false">blog/2019/devoxx19.html</guid>
<description>
<header>
<h1>DevoXX BE 2019</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>JSR 354 at Tools-in-Action session of Devoxx BE 2019</h3>
<p>
Werner held a Tools-in-Action session about JSR 354 on the first day of <a
href="https://devoxx.be/">DevoXX BE 2019</a>.<br>
<iframe allowfullscreen="" frameborder="0" height="270" src="https://www.youtube.com/embed/heH08CROmb0" width="480"></iframe>
</br>
</section>
</description>
</item>
<item>
<title>JCON 2019</title>
<link>http://javamoney.orgblog/2019/jcon19.html</link>
<pubDate>Do., 26 Sept. 2019 00:00:00 +0200</pubDate>
<guid isPermaLink="false">blog/2019/jcon19.html</guid>
<description>
<header>
<h1>JCON 2019</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>JSR 354 at JCON 2019</h3>
<p>
Werner and Anatole held a session about JSR 354 on the last day of <a
href="https://jcon.one/">JCON 2019</a>.<br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/5vdhdFQczHY" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</br>
</section>
</description>
</item>
<item>
<title>Transfer Ballot</title>
<link>http://javamoney.orgblog/2018/transfer.html</link>
<pubDate>Mo., 5 Nov. 2018 00:00:00 +0100</pubDate>
<guid isPermaLink="false">blog/2018/transfer.html</guid>
<description>
<header>
<h1>Maintenance Lead Transfer</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>Transfer Ballot</h3>
<p>
Today the Maintenance Lead <b>Transfer Ballot</b> for JSR 354 was unanimously approved by the JCP EC. Check out the <a
href="https://jcp.org/en/jsr/results?id=6153">results</a>.<br>
We (the 3 Maintenance Leads approved by the ballot) plan to post a Maintenance Release 1 of JSR 354 (which will also be reviewed and voted on by the EC) before the end of the year.
Once the JCP EC Elections are over and the new or returning EC members resume duty.<br>
Check the <a href="https://github.com/JavaMoney/jsr354-api/milestone/1">issues targeted for MR1</a> on GitHub and please let us know, if you feel anything you face could be missing.<br>
</p><p>
Thanks everyone in the JCP EC, the PMO and Credit Suisse for allowing further progress of JSR 354 and the wider JavaMoney project.
</p>
</section>
</description>
</item>
<item>
<title>Moneta Release 1.3</title>
<link>http://javamoney.orgblog/2018/moneta13.html</link>
<pubDate>Fr., 13 Juli 2018 00:00:00 +0200</pubDate>
<guid isPermaLink="false">blog/2018/moneta13.html</guid>
<description>
<header>
<h1>Release 1.3</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>RI Release 1.3</h3>
<p>
Friday the 13th happened again this year in July. And another Service Release of the JSR 354 RI was released today.<br>
Partly because enough issues were fixed, partly because it's a nice date, especially for a release 1.3 ;-)<br>
Fixing some issues, for a complete list see <a
href="https://github.com/JavaMoney/jsr354-ri/milestone/3?closed=1">1.3 Milestone</a> for further details. And check the release tag <a href="https://github.com/JavaMoney/jsr354-ri/releases/tag/1.3">1.3</a> in the GitHub repository.<br>
</p><p>
Thanks everyone who helped with this release.
</p>
</section>
</description>
</item>
<item>
<title>PSD2 XS2A</title>
<link>http://javamoney.orgblog/2018/xs2a.html</link>
<pubDate>Di., 5 Juni 2018 00:00:00 +0200</pubDate>
<guid isPermaLink="false">blog/2018/xs2a.html</guid>
<description>
<header>
<h1>PSD2</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>XS2A</h3>
<p>
To support the EU directive <a
href="https://en.wikipedia.org/wiki/Payment_Services_Directive#Revised_Directive_on_Payment_Services_(PSD2)">PSD2</a> the <a
href="https://www.berlin-group.org/">Berlin Group</a> initiative described and specified the process to implement PSD2 in an open and transparent manner.
</p><p>
<a href="https://www.adorsys.de/en/index.html">Adorsys</a>, a development consultancy specialized in the financial and insurance sector made an <a href="https://github.com/adorsys/xs2a">XS2A</a> blueprint and Java reference implementation of the Berlin Group specification available on GitHub.
We created a fork at JavaMoney and contributed some improvements back to the upstream repository by Adorsys via PRs.
</p>
</section>
</description>
</item>
<item>
<title>API Release 1.0.3</title>
<link>http://javamoney.orgblog/2018/api103.html</link>
<pubDate>Mi., 18 Apr. 2018 00:00:00 +0200</pubDate>
<guid isPermaLink="false">blog/2018/api103.html</guid>
<description>
<header>
<h1>Service Release 3</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>API Release 1.0.3</h3>
<p>
A new service release of JSR 354 API was released today.<br>
The major improvement was embracing the Java 9 module system. As usual This patch release 1.0.3 of JSR 354 was be made available on popular Maven repositories.<br>
There are no structural API changes nor JavaDoc, etc. therefore no MR was necessary for this and jcp.org won't be updated. Check the <a href="https://github.com/JavaMoney/jsr354-api/releases/tag/1.0.3">1.0.3</a> release tag.<br>
</p><p>
Thanks everyone who helped publish this release.
</p>
</section>
</description>
</item>
<item>
<title>Moneta Release 1.2</title>
<link>http://javamoney.orgblog/2018/moneta12.html</link>
<pubDate>Fr., 13 Apr. 2018 00:00:00 +0200</pubDate>
<guid isPermaLink="false">blog/2018/moneta12.html</guid>
<description>
<header>
<h1>Release 1.2</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>RI Release 1.2</h3>
<p>
Friday the 13th was a lucky day this year. A Service Release of the JSR 354 RI was released today.<br>
Fixing some issues, for a complete list see <a
href="https://github.com/JavaMoney/jsr354-ri/milestone/2?closed=1">1.2 Milestone</a> for further details. And check the release tag <a href="https://github.com/JavaMoney/jsr354-ri/releases/tag/1.2">1.2</a> in the GitHub repository.<br>
</p><p>
Thanks everyone who helped publish this release.
</p>
</section>
</description>
</item>
<item>
<title>API Release 1.0.2</title>
<link>http://javamoney.orgblog/2018/api102.html</link>
<pubDate>Di., 10 Apr. 2018 00:00:00 +0200</pubDate>
<guid isPermaLink="false">blog/2018/api102.html</guid>
<description>
<header>
<h1>Service Release 2</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>API Release 1.0.2</h3>
<p>
A new service release of JSR 354 API was released today.<br>
The major improvement was embracing the Java 9 module system. As usual This patch release 1.0.2 of JSR 354 was be made available on popular Maven repositories.<br>
There are no structural API changes nor JavaDoc, etc. therefore no MR was necessary for this and jcp.org won't be updated. Check the <a href="https://github.com/JavaMoney/jsr354-api/releases/tag/1.0.2">1.0.2</a> release tag.<br>
</p><p>
Thanks everyone who helped publish this release.
</p>
</section>
</description>
</item>
<item>
<title>Moneta Release 1.1</title>
<link>http://javamoney.orgblog/2016/moneta11.html</link>
<pubDate>Fr., 20 Mai 2016 00:00:00 +0200</pubDate>
<guid isPermaLink="false">blog/2016/moneta11.html</guid>
<description>
<header>
<h1>Service Release</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>RI Release 1.1</h3>
<p>
A Service Release of the JSR 354 RIs was released today.<br>
Fixing a few issues, e.g. differences between Moneta and Moneta-BP. See <a
href="https://github.com/JavaMoney/jsr354-ri/issues?q=is%3Aissue+is%3Aclosed">Github issue tracker</a> for further details. And check the MavenCentral status badge in the <a href="http://github.com/JavaMoney/jsr354-ri">JSR 354 RI</a> GitHub repository.<br>
</p><p>
Thanks everyone who helped publish this release.
</p>
</section>
</description>
</item>
<item>
<title>CloJUG April 2016</title>
<link>http://javamoney.orgblog/2016/clojug16.html</link>
<pubDate>So., 17 Apr. 2016 00:00:00 +0200</pubDate>
<guid isPermaLink="false">blog/2016/clojug16.html</guid>
<description>
<header>
<h1>Alexis Lopez - JSR354: Currency and Money</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<p>Alexis Lopez gave a live presentation to the Cali Java Users Group.<br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/ZE3SLcKKbPo" frameborder="0" allowfullscreen></iframe>
<br>This presentation is recorded to satisfy the JavaOne CFP submission requirement.
It has been already delivered to the Cali Java Users Group in Spanish.
</p>
</section>
</description>
</item>
<item>
<title>API Release 1.0.1</title>
<link>http://javamoney.orgblog/2016/api101.html</link>
<pubDate>Di., 16 Feb. 2016 00:00:00 +0100</pubDate>
<guid isPermaLink="false">blog/2016/api101.html</guid>
<description>
<header>
<h1>Patch Release</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>API Release 1.0.1</h3>
<p>
A small patch of JSR 354 API was released yesterday.<br>
The major fix was building the Java 7 (BP) API with Java 7 instead of Java 8. To ensure there are no class version compatibility problems running API-BP and Moneta-BP under Java 7. This patch release 1.0.1 of JSR 354 was be made available on popular Maven repositories.<br>
There are no structural API changes nor JavaDoc, etc. therefore no MR was necessary for this and jcp.org won't be updated. Check the MavenCentral status badge in the <a href="http://github.com/JavaMoney/jsr354-api">JSR 354 API</a> GitHub repository.<br>
</p><p>
Thanks everyone who helped publish this release.
</p>
</section>
</description>
</item>
<item>
<title>Final Release</title>
<link>http://javamoney.orgblog/2015/final.html</link>
<pubDate>Di., 12 Mai 2015 00:00:00 +0200</pubDate>
<guid isPermaLink="false">blog/2015/final.html</guid>
<description>
<header>
<h1>Final Release</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>Final Release</h3>
<p>
JSR 354 just passed <b>Final Approval Ballot</b> by the JCP EC. Check out the <a
href="https://jcp.org/en/jsr/results?id=5782">results</a>.<br>
Final Release 1.0 of JSR 354 will be made available soon on jcp.org as well as popular Maven repositories.<br>
Check for it e.g. via MavenCentral status badge in the <a href="http://github.com/JavaMoney/jsr354-api">JSR 354 API</a> GitHub repository.<br>
</p><p>
Thanks everyone who helped with JSR 354 and the wider JavaMoney project.
</p>
</section>
</description>
</item>
<item>
<title>Star Spec Lead</title>
<link>http://javamoney.orgblog/2015/star-spec-lead.html</link>
<pubDate>Di., 5 Mai 2015 00:00:00 +0200</pubDate>
<guid isPermaLink="false">blog/2015/star-spec-lead.html</guid>
<description>
<header>
<h1>Star Spec Lead 2014</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<p>
The JCP program recognized JSR 354 Spec Lead Anatole Tresch as <a
href="https://jcp.org/en/press/news/specLeadStars/commFocus_stars_tresch">2014 Star Spec Lead</a>.
<br>Congratulations Anatole and thanks for your great work on JSR 354.
</p>
</section>
</description>
</item>
<item>
<title>Proposed Final Draft</title>
<link>http://javamoney.orgblog/2015/pfd.html</link>
<pubDate>Fr., 13 März 2015 00:00:00 +0100</pubDate>
<guid isPermaLink="false">blog/2015/pfd.html</guid>
<description>
<header>
<h1>Proposed Final Draft</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<p>
The JSR 354 <b>Proposed Final Draft</b> started on JCP.org. Check out the <a
href="https://jcp.org/aboutJava/communityprocess/pfd/jsr354/index.html">PFD
Download Page</a>
</p>
</section>
</description>
</item>
<item>
<title>DevoXX 2014</title>
<link>http://javamoney.orgblog/2014/devoxx14.html</link>
<pubDate>Mi., 12 Nov. 2014 00:00:00 +0100</pubDate>
<guid isPermaLink="false">blog/2014/devoxx14.html</guid>
<description>
<header>
<h1>DevoXX BE 2014</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>JSR 354 at Hackergarten </h3>
<p>
Anatole hosted a <b>Hackergarten</b> session on JSR 354 at <a
href="https://java.net/projects/hackgarten/pages/Home">DevoXX BE 2014</a>.
</p>
</section>
</description>
</item>
<item>
<title>JavaOne 2014</title>
<link>http://javamoney.orgblog/2014/javaone14.html</link>
<pubDate>Di., 30 Sept. 2014 00:00:00 +0200</pubDate>
<guid isPermaLink="false">blog/2014/javaone14.html</guid>
<description>
<header>
<h1>JavaOne 2014</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>JSR 354 at Hackergarten </h3>
<p>
Anatole hosted a <b>Hackergarten</b> session on JSR 354 at <a
href="https://blogs.oracle.com/javaone/entry/hackergarten_at_javaone_2014">JavaOne 2014</a>.
</p>
<h3>Bitcoin Panel about JavaMoney</h3>
<p>
Two leading JavaMoney contributors (though Anatole must have caught a bit too much "Java Feaver" in the Hackergarten it seems;-) and Payward COO Micchael Gronager were on an expert panel on <a
href="https://oracleus.activeevents.com/2014/connect/sessionDetail.ww?SESSION_ID=6297">Java and Digital Currencies, Friend or Foe?</a> at JavaOne 2014.
</p>
</section>
</description>
</item>
<item>
<title>Public Review 2</title>
<link>http://javamoney.orgblog/2014/pr2.html</link>
<pubDate>Mi., 26 März 2014 00:00:00 +0100</pubDate>
<guid isPermaLink="false">blog/2014/pr2.html</guid>
<description>
<header>
<h1>Public Review 2</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>Public Review 2</h3>
<p>
The JSR 354 <b>Public Review 2</b> started on JCP.org. Check out the <a
href="https://jcp.org/aboutJava/communityprocess/pr/jsr354/index2.html">PR 2
Download Page</a>
</p>
</section>
</description>
</item>
<item>
<title>Gimme Shelter</title>
<link>http://javamoney.orgblog/2013/gimmeshelter.html</link>
<pubDate>So., 24 Nov. 2013 00:00:00 +0100</pubDate>
<guid isPermaLink="false">blog/2013/gimmeshelter.html</guid>
<description>
<header>
<h1>JavaMoney Shelter</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>Shelter Opened</h3>
<p>
The <b>JavaMoney Shelter</b> opened for incubating modules and those in need of adoption.<br>
Check out <a
href="../../shelter.html">javamoney-shelter</a> to <b>Adopt-a-JSR</b> and related projects before <b>Christmas</b>;-)
</p>
</section>
</description>
</item>
<item>
<title>Public Draft</title>
<link>http://javamoney.orgblog/2013/pdr.html</link>
<pubDate>Do., 24 Okt. 2013 00:00:00 +0200</pubDate>
<guid isPermaLink="false">blog/2013/pdr.html</guid>
<description>
<header>
<h1>Public Draft Review</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>Public Draft</h3>
<p>
The JSR 354 <b>Public Review</b> started on JCP.org. Check out the <a
href="http://jcp.org/aboutJava/communityprocess/pr/jsr354/index.html">PR
Download Page</a>
</p>
</section>
</description>
</item>
<item>
<title>Early Draft</title>
<link>http://javamoney.orgblog/2013/edr.html</link>
<pubDate>Mi., 1 Mai 2013 00:00:00 +0200</pubDate>
<guid isPermaLink="false">blog/2013/edr.html</guid>
<description>
<header>
<h1>Early Draft Review</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>Early Draft</h3>
<p>
The JSR 354 <b>Early Draft</b> started on JCP.org. Check out the <a
href="http://jcp.org/aboutJava/communityprocess/edr/jsr354/index.html">EDR
Download Page</a>
</p>
</section>
</description>
</item>
</channel>
</rss>