Skip to content

Commit 2e28280

Browse files
authored
Merge pull request #773 from Channyboy/501-changelog
Changelog 5.0.1
2 parents 244843e + 526689a commit 2e28280

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

spec/src/main/asciidoc/changelog.adoc

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2016, 2021 Contributors to the Eclipse Foundation
2+
// Copyright (c) 2016, 2023 Contributors to the Eclipse Foundation
33
//
44
// See the NOTICE file(s) distributed with this work for additional
55
// information regarding copyright ownership.
@@ -25,6 +25,8 @@
2525
[[release_notes_5_0]]
2626
== Changes in 5.0
2727

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+
2830
=== Incompatible Changes
2931
** This release aligns with Jakarta EE 10, so it won’t work with earlier versions of Jakarta or Java EE
3032

@@ -142,7 +144,14 @@
142144
** changed REST.request metric from SimpleTimer to Timer type
143145
** changed the base metrics to be optional (https://github.com/eclipse/microprofile-metrics/issues/680[680])
144146

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+
145150

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])
146155

147156
[[release_notes_4_0]]
148157
== Changes in 4.0

0 commit comments

Comments
 (0)