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 "
> [email protected] </ 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.5</ h1 >
79+ </ div >
80+
81+ < p > < em > 22 March 2025</ em > </ p >
82+
83+ < p >
84+
85+ < header >
86+ < h1 > Release 1.4.5</ h1 >
87+ </ header >
88+
89+ < section id ="downloads " class ="clearfix "> </ section >
90+
91+
92+ < section id ="main_content ">
93+ < h3 > 1.4 Update 5</ h3 >
94+
95+ < p >
96+ Update 5 of JSR 354 RI 1.4 was released today.< br >
97+ It is dedicated to the < a href ="https://www.un.org/en/observances/water-day "> World Water Day</ a > .< br >
98+
99+ For a list of improvements and fixes, see the < a
100+ href ="https://github.com/JavaMoney/jsr354-ri/issues?q=state%3Aclosed%20milestone%3A1.4.5 "> 1.4.5 Milestone</ a > . And check the release tag < a href ="https://github.com/JavaMoney/jsr354-ri/releases/tag/1.4.5 "> 1.4.5</ a > in the GitHub repository.< br >
101+
102+ </ p > < p >
103+ Thanks everyone who helped with this release.
104+ </ p >
105+ </ section >
106+ </ p >
107+
108+ < hr >
109+
110+ </ div >
111+ < div id ="push "> </ div >
112+ </ div >
113+
114+ < div id ="footer ">
115+ < div class ="container ">
116+ < p > Having trouble with JavaMoney?
117+ Ask your question at < a href ="https://stackoverflow.com/questions/tagged/java-money+jsr354 " target ="_blank "> StackOverflow</ a > with tag < code > java-money</ code > .
118+ Join the Gitter chat < a href ="https://gitter.im/orgs/JavaMoney/rooms " target ="_blank "> < img src ="https://badges.gitter.im/Join%20Chat.svg "/> </ a > .
119+ 120+ </ p >
121+ < p class ="muted credit "> © 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 >
122+ </ div >
123+ </ div >
124+
125+ <!-- Le javascript
126+ ================================================== -->
127+ <!-- Placed at the end of the document so the pages load faster -->
128+ < script src ="/js/jquery-1.9.1.min.js "> </ script >
129+ < script src ="/js/bootstrap.min.js "> </ script >
130+ < script src ="/js/run_prettify.js "> </ script >
131+
132+ </ body >
133+ </ html >
0 commit comments