Stephane Nicoll
211d7aee5d
Upgrade to Spring Integration 5.1.2
...
Closes gh-15413
6 years ago
Stephane Nicoll
3fe3ff7be6
Upgrade to Spring AMQP 2.1.3
...
Closes gh-15407
6 years ago
Stephane Nicoll
01b756fcbc
Merge branch '2.0.x' into 2.1.x
6 years ago
Stephane Nicoll
89fcb8b381
Upgrade to Spring Session Apple-SR8
...
Closes gh-15530
6 years ago
Stephane Nicoll
aaadc620da
Upgrade to Spring Security 5.0.11
...
Closes gh-15416
6 years ago
Stephane Nicoll
3c917bc80f
Upgrade to Spring Integration 5.0.11
...
Closes gh-15412
6 years ago
Stephane Nicoll
e1c2eb04e0
Upgrade to Spring AMQP 2.0.11
...
Closes gh-15406
6 years ago
Madhura Bhave
b345fc8574
Fix validation when key matching the prefix is set
...
Fixes gh-15597
6 years ago
Andy Wilkinson
ce62a962eb
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
b9d2fab70c
Upgrade to Reactor Bom Bismuth-SR15
...
Closes gh-15676
6 years ago
Stephane Nicoll
7529179d39
Upgrade to Spring Data Lovelace SR4
...
Closes gh-15410
6 years ago
Stephane Nicoll
8722d02c1e
Merge branch '2.0.x' into 2.1.x
6 years ago
Stephane Nicoll
c323b840dc
Merge branch '1.5.x' into 2.0.x
6 years ago
Stephane Nicoll
bf0b0d392a
Upgrade to Spring Data Ingalls SR18
...
Closes gh-15408
6 years ago
Stephane Nicoll
c8c047d3d8
Upgrade to Spring Data Kay SR13
...
Closes gh-15409
6 years ago
Stephane Nicoll
a697d641e7
Upgrade to Neo4j Ogm 3.1.6
...
Closes gh-15671
6 years ago
Stephane Nicoll
cdf76e34a9
Merge branch '2.0.x' into 2.1.x
6 years ago
Stephane Nicoll
44dc29901b
Upgrade to Micrometer 1.0.9
...
Closes gh-15669
6 years ago
Stephane Nicoll
9a35a037a9
Upgrade to Spring Web Services 3.0.6.RELEASE
...
Closes gh-15667
6 years ago
Stephane Nicoll
58d545f614
Merge branch '1.5.x' into 2.0.x
6 years ago
Stephane Nicoll
8038c49e0e
Upgrade to Spring Web Services 2.4.4.RELEASE
...
Closes gh-15668
6 years ago
Stephane Nicoll
5a5367591a
Upgrade to Spring Framework 5.1.4.RELEASE
...
Closes gh-15493
6 years ago
Stephane Nicoll
aa01111579
Merge branch '2.0.x' into 2.1.x
6 years ago
Stephane Nicoll
e28b802775
Upgrade to Spring Framework 5.0.12.RELEASE
...
Closes gh-15528
6 years ago
Stephane Nicoll
11459ba914
Merge branch '1.5.x' into 2.0.x
6 years ago
Stephane Nicoll
d08888b197
Upgrade to Spring Framework 4.3.22.RELEASE
...
Closes gh-15529
6 years ago
Brian Clozel
958e08c413
Merge branch '2.0.x' into 2.1.x
6 years ago
dreis2211
95e26ffcb9
Avoid uri tag explosion when use of path variable is undetected
...
This commit aligns the Spring WebFlux instrumentation on Spring MVC
since gh-12447.
From now on, if the best matching path pattern is not found,
the recorded uri tag will be "UNKNOWN".
Note that for WebFlux.fn, the pattern information is properly
recorded as of SPR-17395.
Closes gh-15609
6 years ago
Brian Clozel
6200a319f2
Polish
...
Closes gh-15385
6 years ago
ayudovin
e9588ca04b
Support server.connection-timeout for Netty server
6 years ago
Brian Clozel
c40e61c117
Merge branch '2.0.x' into 2.1.x
6 years ago
Brian Clozel
0e13fd039d
Configure HTTP compression for HTTP/2 with Tomcat
...
This commit ensures that the compression options are also applied on the
`Http2Protocol` when http/2 is enabled with Tomcat.
Closes gh-15591
6 years ago
Stephane Nicoll
c6b42c8e16
Merge pull request #15647 from PeppaLittlePig
...
* pr/15647:
Polish "Remove redundant throws Exception"
Remove redundant throws Exception
6 years ago
Stephane Nicoll
ca7f338a39
Polish "Remove redundant throws Exception"
...
Closes gh-15647
6 years ago
WangZengHuang
a5d2b2cfb4
Remove redundant throws Exception
...
See gh-15647
6 years ago
Stephane Nicoll
ed7cc951f3
Merge pull request #15642 from michael-simons
...
* pr/15642:
Polish "Fix typo"
Fix typo
6 years ago
Stephane Nicoll
02581c005a
Polish "Fix typo"
...
Closes gh-15642
6 years ago
Michael Simons
7a2313892c
Fix typo
...
See gh-15642
6 years ago
Stephane Nicoll
1ccb64c4e8
Merge pull request #15645 from huangdenghe
...
* pr/15645:
Remove redundant throws Exception
6 years ago
小呆
e5b2aeb5da
Remove redundant throws Exception
...
Closes gh-15645
6 years ago
Stephane Nicoll
4670770da9
Merge branch '2.0.x' into 2.1.x
6 years ago
Stephane Nicoll
7330b8b16f
Upgrade to Hibernate Validator 6.0.14.Final
...
Closes gh-15639
6 years ago
Stephane Nicoll
830da28b8c
Fix JPA bootstrap executor detection with multiple candidates
...
Spring Boot provides two separate auto-configurations that can
potentially expose an `AsyncTaskExecutor` implementation so relying on
the presence of a single instance is too weak.
This commit fixes the detection of the AsyncTaskExecutor that can be
used to bootstrap JPA so that a single instance is used and, in the case
more than one exists, the one named `applicationTaskExecutor`.
Closes gh-15447
6 years ago
Stephane Nicoll
d4992777b9
Improve TaskExecution documentation with custom Executor and Spring MVC
...
Closes gh-15447
6 years ago
Stephane Nicoll
6ad01a6dfc
Optimize ConditionalOnEnabledEndpoint usage
...
Closes gh-15451
6 years ago
Stephane Nicoll
2d2aa96c05
Allow ConditionalOnEnabledEndpoint to be set at class level
...
See gh-15451
6 years ago
Stephane Nicoll
580c73a026
Upgrade to Jooq 3.11.9
...
Closes gh-15617
6 years ago
Stephane Nicoll
b0dbe09b8c
Upgrade to Ehcache3 3.6.3
...
Closes gh-15616
6 years ago
Stephane Nicoll
232f0fe894
Upgrade to Groovy 2.5.5
...
Closes gh-15615
6 years ago
Stephane Nicoll
383da2183e
Upgrade to Rxjava2 2.2.5
...
Closes gh-15614
6 years ago