Phillip Webb
a6c9c92f2e
Merge branch '2.0.x'
6 years ago
Phillip Webb
7fc455654a
Fix checkstyle ternary issues
...
Fix checkstyle issues with ternary expressions following the
spring-javaformat upgrade.
See gh-13932
6 years ago
Stephane Nicoll
e9a42e27d6
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
2a0d1918f1
Merge branch '1.5.x' into 2.0.x
6 years ago
Stephane Nicoll
a2494df596
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
e6cf082dbc
Fix typo
6 years ago
Stephane Nicoll
af0aa11d15
Polish "Add reactive health indicator for Cassandra"
...
Closes gh-13864
6 years ago
Brian Clozel
dd79143d1a
Support http/2 configuration with Reactor-Netty
...
Just like Jetty, Reactor Netty supports ALPN with JDK8 or with a
dependency that delegates TLS to a native library using boringSSL.
Closes gh-13333
6 years ago
Stephane Nicoll
5fb2060566
Polish "Add configuration for Tomcat's cachingAllowed property"
...
Closes gh-13614
6 years ago
Rob Tompkins
200ac6db30
Add configuration for Tomcat's cachingAllowed property
...
See gh-13614
6 years ago
Stephane Nicoll
dcd230fc00
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
7d2e25f6f8
Merge branch '1.5.x' into 2.0.x
6 years ago
Stephane Nicoll
6dc0cb4f67
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
ecb8da2536
Polish "Upgrade to Micrometer 1.0.6"
...
Closes gh-13819
6 years ago
Madhura Bhave
14a0064c53
Merge branch '2.0.x'
6 years ago
Madhura Bhave
660d284f45
Document when and how to use brackets when binding to maps
...
Closes gh-13506
6 years ago
Stephane Nicoll
5be84dd32b
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
cdbe6fa122
Document properties migrator usage
...
Closes gh-13600
6 years ago
Stephane Nicoll
1c0eb8de36
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
a1ef3f070a
Improve documentation for using a mock environment with @SpringBootTest
...
Closes gh-13827
6 years ago
Madhura Bhave
ceaac98847
Update docs with OIDC provider configuration
...
See gh-13210
6 years ago
Madhura Bhave
ddce819e6f
Merge branch '2.0.x'
6 years ago
Madhura Bhave
c36804908c
Merge branch '1.5.x' into 2.0.x
6 years ago
Stephane Nicoll
c0b9c72d74
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
e679690a74
Clarify the WebTestClient requires WebFlux on the classpath
...
Closes gh-13469
6 years ago
Stephane Nicoll
ada699a9f6
Allow to customize the RabbitMQ RetryTemplate
...
This commit adds the ability to customize the RetryTemplate used in the
RabbitMQ infrastructure. The customizer is slightly unusual and offer
a `Target` enum that define the component that will use the retry
template: `SENDER` for the auto-configured `RabbitTemplate` and
`LISTENER` for a listener container created by a
`RabbitListenerContainerFactoryConfigurer`.
Closes gh-13793
6 years ago
Stephane Nicoll
fd6023fe49
Polish contribution
...
Closes gh-13790
6 years ago
Johnny Lim
58df752af4
Polish
...
See gh-13790
6 years ago
Stephane Nicoll
3c67edafcd
Expose more Quartz properties
...
Closes gh-13782
6 years ago
Stephane Nicoll
66cb4ce3c7
Polish "Allow to configure Quartz's "overwriteExistingJobs" property"
...
Closes gh-13582
6 years ago
Taras Danylchuk
910e6dc4cc
Allow to configure Quartz's "overwriteExistingJobs" property
...
See gh-13582
6 years ago
Brian Clozel
0654dd4de2
Add JUnit Jupiter API to spring-boot-docs build
...
This is required for the docs module to inspect Spring Boot
annotations for meta-annotations.
See gh-13739
6 years ago
Johnny Lim
1ae420670a
Polish
...
Closes gh-13776
6 years ago
Andy Wilkinson
ac1f2a5817
Polish
6 years ago
Madhura Bhave
c0574c8437
Update docs to reflect new health & info security
...
See gh-13722
6 years ago
Stephane Nicoll
42bba4e1c5
Document Liquibase default values
...
Closes gh-13765
6 years ago
Miguel Gomes
b5cb074219
Upgrade to Liquibase 3.6.2
...
See gh-13625
6 years ago
Stephane Nicoll
8fc1e0ed4e
Merge branch '2.0.x'
6 years ago
dreis2211
ac8eebfbad
Fix typos
...
Closes gh-13762
6 years ago
Stephane Nicoll
04bca3f37f
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
19709f7dea
Polish
6 years ago
Andy Wilkinson
6a48a440b2
Annotate our test annotations with @ExtendWith(SpringExtension.class)
...
Closes gh-13739
6 years ago
Stephane Nicoll
611f2332e6
Polish Flyway keys
6 years ago
Stephane Nicoll
42f4f2ded8
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
331775d6c0
Document latest version of gradle-git-properties plugin
...
Closes gh-13747
6 years ago
Andy Wilkinson
c1a81cfca0
Prohibit bean overriding by default and analyze override failures
...
Closes gh-13609
6 years ago
Madhura Bhave
63ae682a95
Merge branch '2.0.x'
6 years ago
Madhura Bhave
4e7719f1c7
Fix typo
6 years ago
Andy Wilkinson
063e8e4dc6
Revert "Prohibit bean overriding by default and analyze override failures"
...
This reverts commit 710cdbab92
.
6 years ago
Andy Wilkinson
710cdbab92
Prohibit bean overriding by default and analyze override failures
...
Closes gh-13609
6 years ago