Commit Graph

16425 Commits (0819822eb69f994491baf8e5b3890967a092769a)
 

Author SHA1 Message Date
dreis2211 2bbf438c36 Fix duplicate words in comments
Closes gh-12866
7 years ago
Madhura Bhave 982a110fc1 Merge branch '2.0.x' 7 years ago
Madhura Bhave df7ddeefc4 Polish promotion script
See gh-12292
7 years ago
Stephane Nicoll 1583d342cc Merge branch '2.0.x' 7 years ago
Stephane Nicoll bfe31e6688 Fix broken build 7 years ago
Stephane Nicoll d0b2b9b1a5 Merge branch '2.0.x' 7 years ago
Stephane Nicoll fa542bacc0 Translate user-defined exception when invoking JMX operation
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
7 years ago
Stephane Nicoll fb60716e1b Merge branch '2.0.x' 7 years ago
Stephane Nicoll 2204d5f750 Polish 7 years ago
Stephane Nicoll 31441a7590 Add a note to explain how to disable the web server
See gh-12853
7 years ago
Stephane Nicoll 2fd5cebe31 Merge branch '2.0.x' 7 years ago
Stephane Nicoll 7550f92ea5 Clarify DataSource metrics section for custom DataSources
Closes gh-12851
7 years ago
Brian Clozel 02b0b6ff9c Merge branch '2.0.x' 7 years ago
Brian Clozel 29a719dfb3 Upgrade to Undertow 1.4.24.Final
This commit also updates tests since UNDERTOW-1260 has been fixed in
this release.

Closes gh-12852
7 years ago
Brian Clozel 33c7401e10 Merge branch '2.0.x' 7 years ago
Brian Clozel b2e7be17ab Polish gh-11514
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.
7 years ago
Madhura Bhave 20acd2a89b Merge branch '2.0.x' 7 years ago
Madhura Bhave 9c7612e681 Fix NPE in WaitStrategy used for test containers 7 years ago
Madhura Bhave 3f34f25d10 Use the right image 7 years ago
Madhura Bhave 0ffede920e Merge branch '2.0.x' 7 years ago
Madhura Bhave eaa8faae09 Apply email notification config to jdk9 & 10 builds
See gh-10790
7 years ago
Brian Clozel 5e1d0d7bdd Merge branch '2.0.x' 7 years ago
Brian Clozel b7695fabab Switch to Reactor Bismuth SNAPSHOTs 7 years ago
Stephane Nicoll c322930671 Merge pull request #12082 from vpavic:jersey-bom
* pr/12082:
  Use Jersey BOM in dependency management
  Upgrade to Jersey 2.27
7 years ago
Vedran Pavic 7b9c5a3dc3 Use Jersey BOM in dependency management
Closes gh-12847
7 years ago
Vedran Pavic ec4f054497 Upgrade to Jersey 2.27
Closes gh-12847
7 years ago
Stephane Nicoll ed19f20ca0 Merge branch '2.0.x' 7 years ago
Stephane Nicoll 38bd4bd58c Stop associating an Executor bean to Quartz
This commits make sure that the Quartz auto-configuration no longer
associates an `Executor` bean if present in the context as Quartz offers
properties to tune it, which would mutate and lead to unexpected
results.

Closes gh-12823
7 years ago
Stephane Nicoll e4e56bbcc3 Migrate to ApplicationContextRunner 7 years ago
Brian Clozel 70826f5478 Merge branch '2.0.x' 7 years ago
Brian Clozel 3fa8fe85af Deprecate RouterFunctionMetrics
Spring Boot now deploys both annotation-based and functional endpoints
under the same `HttpHandler`; this means the currently auto-configured
`MetricsWebFilter` is instrumenting all endpoints to produce metrics.

There is no need for a WebFlux functional specific support.
This commit removes mentions of `RouterFunctionMetrics` in the docs and
deprecates that class.

Closes gh-12833
7 years ago
Brian Clozel efd4245785 Merge branch '2.0.x' 7 years ago
Brian Clozel 77be10e7bc Fix "status" metrics tag for error responses
Prior to this commit, the metrics `WebFilter` would handle exceptions
flowing through the pipeline and extract tag information right away.
Since error handling turns the exception information into error HTTP
responses later in the chain, the information extracted from the
response earlier is invalid.
In this case, the "status" information could be "200" whereas error
handlers would later set that status to "500".

This commit delays the tags extraction later in the process, right
before the response is comitted. The happy path is not changed, as
handlers signal that the response is fully taken care of at that point.

Fixes gh-11514
7 years ago
Stephane Nicoll 7198b038aa Merge branch '2.0.x' 7 years ago
Stephane Nicoll 68c6860d88 Merge pull request #12842 from origoni:document-fix-typo-constructor-name
* pr/12842:
  Fix WebClient example constructor name
7 years ago
DK Lee 1f91ae541f Fix WebClient example constructor name
Closes gh-12842
7 years ago
Madhura Bhave 94362d51ec Merge branch '2.0.x' 7 years ago
Madhura Bhave 62a8f60bb3 Second attempt at fixing email notification script 7 years ago
Madhura Bhave d375808d42 Merge branch '2.0.x' 7 years ago
Madhura Bhave 68a9aa56f0 Fix determine email body script 7 years ago
Madhura Bhave eff6ce5c3c Merge branch '2.0.x' 7 years ago
Madhura Bhave 8d4e5cbfb7 No need to create output directory 7 years ago
Madhura Bhave ad5b8e8bfb Merge branch '2.0.x' 7 years ago
Madhura Bhave ee8188a19c Send email if build is successful after failure
See gh-10790
7 years ago
Madhura Bhave d27ad41a88 Merge branch '2.0.x' 7 years ago
Madhura Bhave 4fab679829 Upgrade testcontainers to 1.7.0
Closes gh-12821
7 years ago
Stephane Nicoll 8944fa503b Upgrade to AspectJ 1.9.0
Closes gh-12834
7 years ago
Stephane Nicoll eabe9949dd Merge branch '2.0.x' 7 years ago
Stephane Nicoll f55753c1dc Add reference to Axon Framework 7 years ago
Stephane Nicoll 2d0e3fb81c Merge branch '2.0.x' 7 years ago