Skip to content

Commit 58c2b99

Browse files
committed
42: Links and References
Task-Url: unitsofmeasurement/unitsofmeasurement-jbake#42
1 parent cf3abbc commit 58c2b99

9 files changed

Lines changed: 230 additions & 25 deletions

File tree

2024/mr2_ballot.html

Lines changed: 167 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>
5+
Units of Measurement
6+
- JSR 385 Maintenance Review Ballot 2
7+
</title>
8+
<meta charset="utf-8">
9+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
10+
<meta name="author" content="keilw">
11+
<meta name="description" content="Static blog generated with JBake">
12+
13+
<!-- Style -->
14+
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
15+
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.css">
16+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
17+
<link rel="stylesheet" href="/css/base.css">
18+
19+
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
20+
<!--[if lt IE 9]>
21+
<script src="/js/html5shiv.js"></script>
22+
<![endif]-->
23+
24+
<!-- Fav icon -->
25+
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon">
26+
<link rel="icon" href="/img/favicon.ico" type="image/x-icon">
27+
</head>
28+
<body>
29+
<nav class="navbar navbar-default navbar-fixed-top " role="navigation">
30+
<div class="container">
31+
<!-- Brand and toggle get grouped for better mobile display -->
32+
<div class="navbar-header">
33+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
34+
<span class="sr-only">Toggle navigation</span>
35+
<span class="icon-bar"></span>
36+
<span class="icon-bar"></span>
37+
<span class="icon-bar"></span>
38+
</button>
39+
<a class="navbar-brand" href="/">Units of Measurement</a>
40+
</div>
41+
42+
<!-- Collect the nav links, forms, and other content for toggling -->
43+
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
44+
<ul class="nav navbar-nav">
45+
<li><a href="/pages/about.html">About</a></li>
46+
<!--li><a href="/pages/contact.html">Contact</a></li-->
47+
<li><a href="/pages/calendar.html">Calendar</a></li>
48+
<li class="dropdown">
49+
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Links <b class="caret"></b></a>
50+
<ul class="dropdown-menu">
51+
<li class="nav-header">JSR 385</li>
52+
<li><a href="https://docs.google.com/document/d/12KhosAFriGCczBs6gwtJJDfg_QlANT92_lhxUWO2gCY">Specification</a></li>
53+
<li><a href="https://unitsofmeasurement.github.io/unit-api">API</a></li>
54+
<li><a href="https://unitsofmeasurement.github.io/unit-api/apidocs/index.html">JavaDoc (API)</a></li>
55+
<li><a href="https://unitsofmeasurement.github.io/indriya">Reference Implementation</a></li>
56+
<li><a href="https://unitsofmeasurement.github.io/unit-tck">TCK (Technical Compatibility Kit)</a></li>
57+
<li><a href="https://jcp.org/en/jsr/detail?id=385">Detail Page</a></li>
58+
<li class="divider"></li>
59+
<li><a href="https://unitsofmeasurement.github.io/uom-demos">Units Demos</a></li>
60+
<li><a href="https://unitsofmeasurement.gitbook.io/uom-guide/">Guide Book</a></li>
61+
<li><a href="/pages/references.html">References</a></li>
62+
<li class="divider"></li>
63+
<li class="nav-header">Extensions</li>
64+
<li><a href="https://unitsofmeasurement.github.io/uom-lib">Units Libraries</a></li>
65+
<li><a href="http://uom.si">SI Units</a></li>
66+
<li><a href="http://www.uom.systems">Unit Systems</a></li>
67+
<!-- FOR LATER USE if necessary
68+
<li class="divider"></li>
69+
<li class="nav-header">Additional Information</li>
70+
-->
71+
</ul>
72+
</li>
73+
</ul>
74+
75+
<!-- Right navigation -->
76+
<ul class="nav navbar-nav navbar-right">
77+
<li><a href="/archive.html"><i class="fa fa-list"></i> Archive</a></li>
78+
<li><a href="/feed.xml" title="Rss"><i class="fa fa-rss"></i> Feed</a></li>
79+
</ul>
80+
<!-- Right navigation end -->
81+
82+
</div><!-- /.navbar-collapse -->
83+
</div><!-- /.container-fluid -->
84+
</nav><!-- /.navbar -->
85+
86+
<!-- Begin page content -->
87+
<div class="container">
88+
89+
<div class="row">
90+
<div class="col-md-12">
91+
<article>
92+
<div class="page-header"><h1>JSR 385 Maintenance Review Ballot 2</h1>
93+
<ol class="breadcrumb tagsbar">
94+
<li><a href="/tags/java.html">java</a></li>
95+
<li><a href="/tags/jcp.html">jcp</a></li>
96+
<li><a href="/tags/jsr.html">jsr</a></li>
97+
<li><a href="/tags/mr.html">mr</a></li>
98+
<li><a href="/tags/maintenance.html">maintenance</a></li>
99+
<li><a href="/tags/release.html">release</a></li>
100+
</ol>
101+
</div>
102+
<p class="post-meta">
103+
<i class="fa fa-calendar"></i>&nbsp;08 January 2024&nbsp;&nbsp;
104+
<i class="fa fa-user"></i>&nbsp;keilw&nbsp;&nbsp;
105+
</p>
106+
<p><p><img src="/img/maintenance-1151312_320.png" alt="JSR 385 MR2" title="Maintenance" /></p>
107+
<p>Today Maintenance Review Ballot for Maintenance Release 2 of JSR 385 at the Java Community Process finished. MR2 of JSR 385 was unanimously approved by the JCP Executive Committee: <a href="https://jcp.org/en/jsr/results?id=6364">https://jcp.org/en/jsr/results?id=6364</a>.<br />
108+
Maintenance Review 2 page: <a href="https://jcp.org/aboutJava/communityprocess/maintenance/jsr385/index2.html">https://jcp.org/aboutJava/communityprocess/maintenance/jsr385/index2.html</a></p>
109+
<p>Corresponding GitHub release tags for API are: <a href="https://github.com/unitsofmeasurement/unit-api/releases/tag/2.2">https://github.com/unitsofmeasurement/unit-api/releases/tag/2.2</a><br />
110+
for the RI: <a href="https://github.com/unitsofmeasurement/indriya/releases/tag/2.2">https://github.com/unitsofmeasurement/indriya/releases/tag/2.2</a><br />
111+
and for the TCK: <a href="https://github.com/unitsofmeasurement/unit-tck/releases/tag/2.2">https://github.com/unitsofmeasurement/unit-tck/releases/tag/2.2</a></p>
112+
<p>Thanks everyone who helped with this release.</p>
113+
</p>
114+
<div class="share">
115+
<!-- Facebook -->
116+
<a href="http://www.facebook.com/sharer.php?u=http://https://unitsofmeasurement.github.io2024/mr2_ballot.html" target="_blank"><img src="/img/sharebuttons/facebook.png" alt="Facebook" /></a>
117+
<!-- Google+ -->
118+
<!-- TODO remove later, see https://github.com/unitsofmeasurement/unitsofmeasurement-jbake/issues/50 -->
119+
<!-- Mastodon -->
120+
<!-- TODO apply https://github.com/unitsofmeasurement/unitsofmeasurement-jbake/issues/50 -->
121+
<!-- Twitter -->
122+
<a href="http://twitter.com/share?url=http://https://unitsofmeasurement.github.io2024/mr2_ballot.html&text=JSR 385 Maintenance Review Ballot 2 https://unitsofmeasurement.github.io2024/mr2_ballot.html" target="_blank"><img src="/img/sharebuttons/twitter.png" alt="Twitter" /></a>
123+
</div>
124+
</article>
125+
</div> <!-- /.col-md-12 -->
126+
</div> <!-- /.row -->
127+
128+
</div><!-- /.container -->
129+
130+
<footer>
131+
<div class="container">
132+
<hr>
133+
<div class="row">
134+
<div class="col-xs-10">
135+
<p class="text-muted credit">&copy; Units of Measurement project 2023 | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.4.1</a> | Baked with <a href="http://jbake.org">JBake v2.7.0-rc.6</a> | <i title="Linux" class="fab fa-linux"></i></p>
136+
</div>
137+
<div class="col-xs-2 gotop">
138+
<a href="#"><i class="fa fa-arrow-circle-up"> top</i></a>
139+
</div>
140+
</div>
141+
</div>
142+
</footer>
143+
144+
<!-- Placed at the end of the document so the pages load faster -->
145+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
146+
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
147+
<script src="//cdnjs.cloudflare.com/ajax/libs/gist-embed/1.6/gist-embed.min.js"></script>
148+
149+
<script src="//cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.js"></script>
150+
<script type="text/javascript">
151+
<!-- load prettify only when needed -->
152+
$(document).ready(function(){
153+
var prettify = false;
154+
var classToAdd = 'prettyprint snippet';
155+
$("pre > code").each(function() {
156+
$("pre > code").parent().addClass(classToAdd);
157+
prettify = true;
158+
});
159+
if(prettify) {
160+
prettyPrint();
161+
}
162+
});
163+
</script>
164+
165+
166+
</body>
167+
</html>

archive.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,13 @@
9191
<article>
9292
<h2>Archive</h2>
9393
<hr>
94-
<h3 class="well well-sm archive-month">October 2023</h3>
94+
<h3 class="well well-sm archive-month">January 2024</h3>
95+
<ul>
96+
<li>
97+
<p>08 - <a href="2024/mr2_ballot.html">JSR 385 Maintenance Review Ballot 2</a></p>
98+
</li>
99+
</ul>
100+
<h4 class="well well-sm archive-month">October 2023</h4>
95101
<ul>
96102
<li>
97103
<p>31 - <a href="2023/halloween23.html">Halloween 2023</a></p>
@@ -274,10 +280,10 @@ <h4 class="well well-sm archive-month">November 2018</h4>
274280
<h4 class="well well-sm archive-month">September 2018</h4>
275281
<ul>
276282
<li>
277-
<p>13 - <a href="2018/edr.html">Early Draft of JSR 385</a></p>
283+
<p>13 - <a href="2018/javazone18.html">JavaZone 2018</a></p>
278284
</li>
279285
<li>
280-
<p>13 - <a href="2018/javazone18.html">JavaZone 2018</a></p>
286+
<p>13 - <a href="2018/edr.html">Early Draft of JSR 385</a></p>
281287
</li>
282288
</ul>
283289
<h4 class="well well-sm archive-month">May 2018</h4>

index.html

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,22 @@
8787

8888
<div class="row">
8989
<div class="col-md-9">
90+
<article>
91+
<h2><a href="2024/mr2_ballot.html">JSR 385 Maintenance Review Ballot 2</a></h2>
92+
<p class="post-meta">
93+
<i class="fa fa-calendar"></i>&nbsp;08 January 2024&nbsp;&nbsp;
94+
<i class="fa fa-user"></i>&nbsp;keilw&nbsp;&nbsp;
95+
</p>
96+
<p><img src="/img/maintenance-1151312_320.png" alt="JSR 385 MR2" title="Maintenance" /></p>
97+
<p>Today Maintenance Review Ballot for Maintenance Release 2 of JSR 385 at the Java Community Process finished. MR2 of JSR 385 was unanimously approved by the JCP Executive Committee: <a href="https://jcp.org/en/jsr/results?id=6364">https://jcp.org/en/jsr/results?id=6364</a>.<br />
98+
Maintenance Review 2 page: <a href="https://jcp.org/aboutJava/communityprocess/maintenance/jsr385/index2.html">https://jcp.org/aboutJava/communityprocess/maintenance/jsr385/index2.html</a></p>
99+
<p>Corresponding GitHub release tags for API are: <a href="https://github.com/unitsofmeasurement/unit-api/releases/tag/2.2">https://github.com/unitsofmeasurement/unit-api/releases/tag/2.2</a><br />
100+
for the RI: <a href="https://github.com/unitsofmeasurement/indriya/releases/tag/2.2">https://github.com/unitsofmeasurement/indriya/releases/tag/2.2</a><br />
101+
and for the TCK: <a href="https://github.com/unitsofmeasurement/unit-tck/releases/tag/2.2">https://github.com/unitsofmeasurement/unit-tck/releases/tag/2.2</a></p>
102+
<p>Thanks everyone who helped with this release.</p>
103+
104+
<br>
105+
</article>
90106
<article>
91107
<h2><a href="2023/halloween23.html">Halloween 2023</a></h2>
92108
<p class="post-meta">
@@ -251,20 +267,6 @@ <h2><a href="2021/mr1_published.html">2.0 Maintenance Release 1 Published</a></h
251267

252268
<br>
253269
</article>
254-
<article>
255-
<h2><a href="2021/wmd21.html">World Metrology Day 2021</a></h2>
256-
<p class="post-meta">
257-
<i class="fa fa-calendar"></i>&nbsp;20 May 2021&nbsp;&nbsp;
258-
<i class="fa fa-user"></i>&nbsp;keilw&nbsp;&nbsp;
259-
</p>
260-
<p><img src="/img/banner_pic_2021_s.jpg" alt="World Metrology Day 2021 is Measurement for Health" title="World Metrology Day 2021" /></p>
261-
<p>May 20 is <a href="http://www.worldmetrologyday.org">World Metrology Day</a>, commemorating the anniversary of the signing of the Metre Convention in 1875.</p>
262-
<p>The theme for World Metrology Day 2021 is Measurement for Health. For somewhat obvious reasons.</p>
263-
<p>As a nice coincidence, <a href="https://www.majug.de/">Mannheim JUG</a> held a Meetup (in German) <a href="https://www.meetup.com/de-DE/mannheim-java-usergroup/events/277421859">javax.measure bringt verständliche Einheiten in die Software</a> allowing me to share insight and experience with the audience especially during Q&amp;A.<br />
264-
The presentation looked more at domain specific use cases for JSR 385 and how to integrate Units of Measurement support in your applications from the backend or middleware to the UI frontend using UI frameworks like React or Angular.</p>
265-
266-
<br>
267-
</article>
268270
<br>
269271
<ul class="pager">
270272
Older posts can be found in <li><a href="/archive.html"> Archive</a></li>

tags/java.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,14 @@ <h1>Tag: java</h1>
9191
</div>
9292

9393
<!--<ul>-->
94-
<h4>February 2022</h4>
94+
<h4>January 2024</h4>
9595
<ul>
9696

97+
<li>08 - <a href="../2024/mr2_ballot.html">JSR 385 Maintenance Review Ballot 2</a></li>
98+
</ul>
99+
<h4>February 2022</h4>
100+
<ul>
101+
97102
<li>22 - <a href="../2022/stormy_monday_ukr.html">Stormy Monday Ukraine</a></li>
98103
</ul>
99104
<h4>July 2021</h4>
@@ -189,9 +194,9 @@ <h4>February 2019</h4>
189194
<h4>September 2018</h4>
190195
<ul>
191196

192-
<li>13 - <a href="../2018/edr.html">Early Draft of JSR 385</a></li>
193-
194197
<li>13 - <a href="../2018/javazone18.html">JavaZone 2018</a></li>
198+
199+
<li>13 - <a href="../2018/edr.html">Early Draft of JSR 385</a></li>
195200
</ul>
196201
<h4>May 2018</h4>
197202
<ul>

tags/jcp.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,14 @@ <h1>Tag: jcp</h1>
9191
</div>
9292

9393
<!--<ul>-->
94-
<h4>July 2021</h4>
94+
<h4>January 2024</h4>
9595
<ul>
9696

97+
<li>08 - <a href="../2024/mr2_ballot.html">JSR 385 Maintenance Review Ballot 2</a></li>
98+
</ul>
99+
<h4>July 2021</h4>
100+
<ul>
101+
97102
<li>15 - <a href="../2021/mr1_published.html">2.0 Maintenance Release 1 Published</a></li>
98103
</ul>
99104
<h4>March 2021</h4>

tags/jsr.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,14 @@ <h1>Tag: jsr</h1>
9191
</div>
9292

9393
<!--<ul>-->
94-
<h4>July 2021</h4>
94+
<h4>January 2024</h4>
9595
<ul>
9696

97+
<li>08 - <a href="../2024/mr2_ballot.html">JSR 385 Maintenance Review Ballot 2</a></li>
98+
</ul>
99+
<h4>July 2021</h4>
100+
<ul>
101+
97102
<li>15 - <a href="../2021/mr1_published.html">2.0 Maintenance Release 1 Published</a></li>
98103
</ul>
99104
<h4>March 2021</h4>

tags/maintenance.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,14 @@ <h1>Tag: maintenance</h1>
9191
</div>
9292

9393
<!--<ul>-->
94-
<h4>July 2021</h4>
94+
<h4>January 2024</h4>
9595
<ul>
9696

97+
<li>08 - <a href="../2024/mr2_ballot.html">JSR 385 Maintenance Review Ballot 2</a></li>
98+
</ul>
99+
<h4>July 2021</h4>
100+
<ul>
101+
97102
<li>15 - <a href="../2021/mr1_published.html">2.0 Maintenance Release 1 Published</a></li>
98103
</ul>
99104
<h4>January 2021</h4>

tags/mr.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,14 @@ <h1>Tag: mr</h1>
9191
</div>
9292

9393
<!--<ul>-->
94-
<h4>July 2021</h4>
94+
<h4>January 2024</h4>
9595
<ul>
9696

97+
<li>08 - <a href="../2024/mr2_ballot.html">JSR 385 Maintenance Review Ballot 2</a></li>
98+
</ul>
99+
<h4>July 2021</h4>
100+
<ul>
101+
97102
<li>15 - <a href="../2021/mr1_published.html">2.0 Maintenance Release 1 Published</a></li>
98103
</ul>
99104
<h4>January 2021</h4>

tags/release.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,14 @@ <h1>Tag: release</h1>
9191
</div>
9292

9393
<!--<ul>-->
94-
<h4>February 2022</h4>
94+
<h4>January 2024</h4>
9595
<ul>
9696

97+
<li>08 - <a href="../2024/mr2_ballot.html">JSR 385 Maintenance Review Ballot 2</a></li>
98+
</ul>
99+
<h4>February 2022</h4>
100+
<ul>
101+
97102
<li>22 - <a href="../2022/stormy_monday_ukr.html">Stormy Monday Ukraine</a></li>
98103
</ul>
99104
<h4>July 2021</h4>

0 commit comments

Comments
 (0)