Phillip Webb
199606da4e
Merge pull request #17069 from izeye
...
* pr/17069:
Add missing @Test annotations
Closes gh-17069
6 years ago
Johnny Lim
3b3a92c563
Add missing @Test annotations
...
This commit also restores assertion accidentally removed in
commit 44d832158a
.
See gh-17069
6 years ago
Phillip Webb
1d5647b922
Merge pull request #17106 from ielatif
...
* pr/17106:
Fix deployment tests JUnit 5 checkstyle issues
Closes gh-17106
6 years ago
Issam El-atif
35dc7982d2
Fix deployment tests JUnit 5 checkstyle issues
...
See gh-17106
6 years ago
Andy Wilkinson
c11f25bf8b
Merge branch '2.1.x'
...
Closes gh-17104
6 years ago
Andy Wilkinson
95d0e26c35
Fix command DevTools uses to shut down in-memory Derby DB
...
Closes gh-17099
6 years ago
Phillip Webb
b3d5cd538d
Add JUnit 5 checkstyle rules
...
Add a rule to enforce JUnit 5 usage and conventions.
Closes gh-17093
6 years ago
Madhura Bhave
2560b54f7c
Add configuration support for Opaque Token authentication
...
Closes gh-15872
6 years ago
Phillip Webb
8d44e31898
Fix composite property source filtering
...
Update `ConfigFileApplicationListener` so that property filtering works
against the original `PropertySource`, rather than the underling `Map`.
Prior to this commit, it was impossible for a `CompositePropertySource`
to be used as the `defaultPropertySource`.
Closes gh-17011
6 years ago
Andy Wilkinson
75e45fd239
Switch to @DisableWithoutTestcontainers
...
Closes gh-17092
6 years ago
Andy Wilkinson
d9c93bd354
Merge branch '2.1.x'
6 years ago
Andy Wilkinson
a243b56ade
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
9d28238598
Update formatting of spring-boot-samples
6 years ago
Phillip Webb
7ed0faa574
Merge branch '2.1.x'
...
Closes gh-17088
6 years ago
Phillip Webb
80e5762457
Merge branch '2.0.x' into 2.1.x
...
Closes gh-17087
6 years ago
Phillip Webb
da1d4b8c3b
Run root nohttp checkstyle on CI
...
Closes gh-17081
6 years ago
Phillip Webb
dd3d8b43cd
Polish checkstyle settings
6 years ago
Phillip Webb
266d6334b2
Fix checkstyle RedundantModifier test violations
6 years ago
Phillip Webb
cde4f0d688
Fix checkstyle violations
6 years ago
Phillip Webb
4c21dc1c31
Merge branch '2.1.x'
6 years ago
Phillip Webb
fed11febec
Fix checkstyle violations
6 years ago
Phillip Webb
866e2b712e
Merge branch '2.0.x' into 2.1.x
6 years ago
Phillip Webb
2c8881a908
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
fb24b5a684
Separate nottp checkstyle configuration
...
See gh-16682
6 years ago
Andy Wilkinson
ede197fa55
Polish formatting
...
Fix formatting issues, primarily around header comments.
6 years ago
Andy Wilkinson
56adc6957a
Merge branch '2.1.x'
6 years ago
Andy Wilkinson
1098c60a44
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
fad3644b68
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
5a22ae6340
Suppress NoHTTP checks on Shade-generated reduced dependency pom
...
Closes gh-17080
6 years ago
Andy Wilkinson
137de1a2d9
Merge branch '2.1.x'
...
Closes gh-17084
6 years ago
Andy Wilkinson
39b74b17f6
Merge branch '2.0.x' into 2.1.x
...
Closes gh-17083
6 years ago
Andy Wilkinson
bdf5f48c71
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
1e863c082a
Fix suppression for .jar, .git, .ico, .p12, .svg, and .png files
...
Closes gh-17082
6 years ago
Andy Wilkinson
b18fffaf14
Move tests to JUnit 5 wherever possible
6 years ago
Andy Wilkinson
36f56d034a
Merge branch '2.1.x'
6 years ago
Andy Wilkinson
612a929c19
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
5c21c68146
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
0c74b3cd14
Format deployment integration test source code
...
Closes gh-17077
6 years ago
Andy Wilkinson
aef92b9295
Merge branch '2.1.x'
...
Closes gh-17079
6 years ago
Andy Wilkinson
24925c3dae
Merge branch '2.0.x' into 2.1.x
...
Closes gh-17078
6 years ago
Andy Wilkinson
c6c139d980
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
8f1be4cded
Upgrade to spring-javaformat 0.0.11
6 years ago
Brian Clozel
5b2de5c81d
Configure PathPattern for RSocket routing
...
This commit configures a `PathPatternRouteMatcher` in the RSocket
support if spring-web is on the classpath. This `RouteMatcher`
implementation is more efficient than the `SimpleRouteMatcher`, which is
based on the `AntPathMatcher`.
Closes gh-16865
6 years ago
Brian Clozel
a6fdfaccaa
Switch to Spring HATEOAS SNAPSHOTs
...
See gh-17075
6 years ago
Brian Clozel
16c521a9e6
Auto-configure reactive Elasticsearch components
...
As of Spring Data Moore, a new reactive template and the
corresponding repositories support have been added.
This commit auto-configures a `ReactiveElasticsearchTemplate`
with the configuration properties under the
`spring.data.elasticsearch.client.reactive` namespace.
To enable this feature, applications require both Spring Data
Elasticsearch dependencies (typically
`spring-boot-starter-data-elasticsearch`) and dependencies
for a `WebClient` (often `spring-boot-starter-webflux`).
The support for the reactive Elasticsearch repositories is
also provided.
Closes gh-16214
6 years ago
Phillip Webb
05ad95548b
Merge pull request #16717 from dreis2211
...
* pr/16717:
Polish "Optimize CacheKey handling for immutable sources"
Optimize CacheKey handling for immutable sources
Closes gh-16717
6 years ago
Phillip Webb
3bfc9235df
Polish "Optimize CacheKey handling for immutable sources"
...
Make immutable properties more explicit and trust that they
truly won't change.
See gh-16717
6 years ago
dreis2211
44d832158a
Optimize CacheKey handling for immutable sources
...
Update `SpringIterableConfigurationPropertySource` so that cache keys
do not need to be checked if property sources are immutable.
See gh-16717
6 years ago
Phillip Webb
071410c437
Merge branch '2.1.x'
6 years ago
Phillip Webb
857b96b77d
Merge branch '2.0.x' into 2.1.x
6 years ago