Skip to content

Commit

Permalink
Merge pull request #19348 from Ladicek/jandex-2.3.1
Browse files Browse the repository at this point in the history
Remove workaround after updating to Jandex 2.3.1.Final
  • Loading branch information
gastaldi authored Aug 11, 2021
2 parents d12bfe1 + 33386ef commit 701fd3e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
* Quarkus defined interceptor for types or methods annotated with {@link Timed @Timed}.
*/
@Interceptor
// For some unknown reason, the default value for Timed#value() is not always available in the Jandex index when the annotation literal is being processed by ArC
// As a workaround we do specify the value explicitly - note that is has no effect on resolution because it's non-binding
@Timed("")
@Timed
@Priority(Interceptor.Priority.LIBRARY_BEFORE + 10)
public class MicrometerTimedInterceptor {

Expand Down

0 comments on commit 701fd3e

Please sign in to comment.