You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/src/main/asciidoc/changelog.adoc
+10-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
//
2
-
// Copyright (c) 2016, 2021 Contributors to the Eclipse Foundation
2
+
// Copyright (c) 2016, 2023 Contributors to the Eclipse Foundation
3
3
//
4
4
// See the NOTICE file(s) distributed with this work for additional
5
5
// information regarding copyright ownership.
@@ -25,6 +25,8 @@
25
25
[[release_notes_5_0]]
26
26
== Changes in 5.0
27
27
28
+
A full list of changes may be found on the link:https://github.com/eclipse/microprofile-metrics/milestone/15[MicroProfile Metrics 5.0 Milestone] and link:https://github.com/eclipse/microprofile-metrics/milestone/17[MicroProfile Metrics 5.0.1 Milestone]
29
+
28
30
=== Incompatible Changes
29
31
** This release aligns with Jakarta EE 10, so it won’t work with earlier versions of Jakarta or Java EE
30
32
@@ -142,7 +144,14 @@
142
144
** changed REST.request metric from SimpleTimer to Timer type
143
145
** changed the base metrics to be optional (https://github.com/eclipse/microprofile-metrics/issues/680[680])
144
146
147
+
=== Specification Changes
148
+
* (5.0.1) Clarify naming convention when `@Metric` applies to a parameter (https://github.com/eclipse/microprofile-metrics/issues/767[767])
149
+
145
150
151
+
=== Other Changes
152
+
* (5.0.1) Removed private gauges from TCK (https://github.com/eclipse/microprofile-metrics/pull/770[770])
153
+
* (5.0.1) The `@Timed` annotation defaults to SECONDS when it should be NANOSECONDS (https://github.com/eclipse/microprofile-metrics/issues/760[760])
154
+
* (5.0.1) Errors in MicroProfile 6.0 javadoc generation (https://github.com/eclipse/microprofile-metrics/issues/764[764])
0 commit comments