- 18 Apr, 2018 8 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/12895: Fix additional missing semicolon on sample code Add missing semicolon on sample code
-
Stephane Nicoll authored
Closes gh-12895
-
Jienan Duan authored
See gh-12895
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/12894: Polish "Less object instantiation in WebMvcTags" Less object instantiation in WebMvcTags
-
Stephane Nicoll authored
Closes gh-12894
-
Jon Schneider authored
See gh-12894
-
- 17 Apr, 2018 5 commits
-
-
Stephane Nicoll authored
Closes gh-12608
-
Stephane Nicoll authored
Closes gh-12435
-
Stephane Nicoll authored
* pr/12550: Polish "Add auto-configuration for Hibernate metrics" Add auto-configuration for Hibernate metrics
-
Stephane Nicoll authored
Closes gh-12550
-
Rui Figueira authored
All Hibernate entityManagerFactories are automatically instrumented and their statistics are included into Micrometer using its HibernateMetrics binder. Closes gh-12550
-
- 16 Apr, 2018 9 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit makes sure that `InvalidEndpointRequestException` is wrapped in a `ReflectionException` when invoked via JMX. Closes gh-12857
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-12867
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/12866: Fix duplicate words in comments
-
dreis2211 authored
Closes gh-12866
-
- 13 Apr, 2018 13 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
See gh-12292
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit makes sure to respect the MBeanServer#invoke contract by wrapping any user-defined exception in an MBeanException. Also, any exception not from the JDK is translated, as it may lead to unexpected issue on the client if that class isn't present. This is consistent with our operation result mapping strategy. Closes gh-10448
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-12853
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-12851
-
Brian Clozel authored
-
Brian Clozel authored
This commit also updates tests since UNDERTOW-1260 has been fixed in this release. Closes gh-12852
-
- 12 Apr, 2018 5 commits
-
-
Brian Clozel authored
-
Brian Clozel authored
As pointed out by Rossen in gh-11514 comments, a handler might commit the response and then send an error signal in the pipeline. In this case, adding a callback to `beforeCommit` is useless because it won't be triggered. In those cases, we need to collect metrics right away.
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
-