Andy Wilkinson
552345fcd1
Disable more @Bean method proxying
...
Previously, due to a quirk in Spring Framework, it was necessary to use bean method
proxying in @Configuration classes that define one or more FactoryBeans. This quirk has
now been addressed so this commit disables bean method proxying where it is now no longer
needed.
Closes gh-16533
6 years ago
Gary Russell
ef39ff8988
Start building against Spring Kafka 2.3.0.M2 snapshots
...
See gh-16739
See gh-16752
6 years ago
Andy Wilkinson
5514192672
Merge branch '2.1.x'
...
Closes gh-16809
6 years ago
Andy Wilkinson
96f3a482f0
Polish "Enable minIdle by allowing timeBetweenEviction runs to be configured"
...
See gh-16703
6 years ago
Gemini Kim
1659d46028
Enable minIdle by allowing timeBetweenEviction runs to be configured
...
See gh-16703
6 years ago
Andy Wilkinson
bf294a762a
Polish
6 years ago
Johnny Lim
a56867da27
Consistent use of PropertyMapper::asInt
...
See gh-16738
6 years ago
Johnny Lim
1548fb655c
Polish FlywayProperties
...
See gh-16737
6 years ago
Andy Wilkinson
ece87cc4cc
Polish "Provide control over how a Cassandra Cluster is created"
...
See gh-16702
6 years ago
Steffen Folman Qvistgaard
5daf310bf4
Provide control over how a Cassandra Cluster is created
...
See gh-16702
6 years ago
Madhura Bhave
684a1c7a3c
Migrate tests to JUnit5 testcontainer extensions
...
Closes gh-15456
6 years ago
Madhura Bhave
1db1c8b03c
Validate our own tests work with JUnit5 and the vintage engine
...
Closes gh-14737
Co-authored-by: Stephane Nicoll <snicoll@pivotal.io>
6 years ago
Brian Clozel
1f897ad923
Fix DefaultErrorWebExceptionHandler test
6 years ago
Johnny Lim
21b05bbafc
Polish RSocketServerBootstrap bean name
...
Closes gh-16700
6 years ago
Johnny Lim
cb0e3c793b
Polish
...
Closes gh-16688
6 years ago
Stephane Nicoll
922ceed63a
Polish "Auto-configure ReactiveStringRedisTemplate if necessary"
...
Closes gh-16604
6 years ago
Qiang Lee
866233bd2f
Auto-configure ReactiveStringRedisTemplate if necessary
...
See gh-16604
6 years ago
Toshiaki Maki
e203f6a5f5
Fix typo
...
Closes gh-16684
6 years ago
Johnny Lim
e22c2e5687
Polish
...
Closes gh-16685
6 years ago
Stephane Nicoll
704da1750b
Polish "Add support for Hazelcast YAML configuration"
...
Closes gh-16632
6 years ago
Rafal Leszko
82e18ae88f
Add support for Hazelcast YAML configuration
...
Since Hazlecast 3.12, YAML configuration format is supported in
addition to XML. Therefore, this change makes Spring Boot automatically
discover not only `hazelcast.xml` (and `hazelcast-client.xml`), but also
`hazelcast.yaml` (and `hazelcast-client.yaml`).
See gh-16632
6 years ago
Phillip Webb
17aaf26590
Use consistent javadoc style for annotation links
...
Closes gh-13920
6 years ago
Phillip Webb
1e44aba772
Fix compiler warnings and polish
...
Fix various compiler warnings and apply a little polish.
6 years ago
Andy Wilkinson
a0999dadb7
Merge branch '2.1.x'
...
Closes gh-16642
6 years ago
Andy Wilkinson
ba0279be14
Remove race condition in TaskSchedulingAutoConfigurationTests
...
Closes gh-16640
6 years ago
Andy Wilkinson
915bde0e62
Use MIME decoder to read OAuth2 resource server public key
...
Fixes gh-16624
6 years ago
Madhura Bhave
23cf8565b1
Polish "Apply server customizer beans automatically"
...
Closes gh-16584
6 years ago
Sergey Serdyuk
8ff78ed4c3
Apply server customizer beans automatically
...
See gh-16584
6 years ago
Stephane Nicoll
d55d6b35d9
Merge branch '2.1.x'
6 years ago
Stephane Nicoll
7b9471836b
Polish "Improve DefaultCookieSerializer auto-configuration"
...
Closes gh-16513
6 years ago
Vedran Pavic
5e02541195
Improve DefaultCookieSerializer auto-configuration
...
Spring Session's own configuration support (i.e.
SpringHttpSessionConfiguration) will configure the default
DefaultCookieSerializer with rememberMeRequestAttribute if
SpringSessionRememberMeServices bean has been detected in the
application context.
In contrast, Spring Boot's auto-configured DefaultCookieSerializer does
not do this which results in a different out-of-the-box experience for
users that rely on Spring Session's remember-me integration.
This commit improves Spring Session DefaultCookieSerializer
auto-configuration to match Spring Session's behavior and make the
auto-configured DefaultCookieSerializer aware of
SpringSessionRememberMeServices bean.
See gh-16513
6 years ago
Phillip Webb
b879972d0d
Migrate to MergedAnnotations API
...
Migrate away from `AnnotationUtils` and `AnnotatedElementUtils`
when possible to the new `MergedAnnotations` API.
Closes gh-16551
6 years ago
Andy Wilkinson
ca1a666f58
Polish "Add support for configuring remaining Undertow server options"
...
See gh-16278
6 years ago
Rafiullah Hamedy
186b1fae6d
Add support for configuring remaining Undertow server options
...
This commit adds support for configuring Undertow's server options that were previously
not configurable via application properties. The additions are the following:
- allow-encoded-slash
- always-set-keep-alive
- decode-url
- max-cookies
- max-headers
- max-parameters,
- url-charset
See gh-16278
6 years ago
Stephane Nicoll
2cfcd2690e
Polish "Allow to configure the Elasticsearch rest client timeouts"
...
Closes gh-15965
6 years ago
Dmytro Nosan
5bacb32557
Allow to configure the Elasticsearch rest client timeouts
...
See gh-15965
6 years ago
Stephane Nicoll
e24c17d524
Polish "Add auto-configuration support for ReactiveGridFsTemplate"
...
Closes gh-16467
6 years ago
ayudovin
d9c9ed1d52
Add auto-configuration support for ReactiveGridFsTemplate
...
See gh-16467
6 years ago
Stephane Nicoll
0f60555031
Polish "Complete Jetty Access Log configuration properties support"
...
Closes gh-16080
6 years ago
nicolas
55a5a26b95
Complete Jetty Access Log configuration properties support
...
See gh-16080
6 years ago
Andy Wilkinson
1eac4d6046
Support configuration of Flyway's Pro properties
...
Closes gh-14989
6 years ago
Johnny Lim
2b2afd785b
Polish
...
Closes gh-16575
6 years ago
Stephane Nicoll
b710dc71fe
Polish "Use BatchErrorHandler when Kafka listener type is batch"
...
Closes gh-16499
6 years ago
Madhura Bhave
bb7940f8e4
Use BatchErrorHandler when Kafka listener type is batch
...
Closes gh-16499
6 years ago
Phillip Webb
5f1bbf8c72
Update copyright header of changed files
6 years ago
Phillip Webb
2dfd916c96
Polish
6 years ago
Madhura Bhave
bf6f9b4c43
Polish "Add property for mongo auto-index creation"
...
See gh-16454
6 years ago
ayudovin
2e9005de14
Add property to configure Mongo auto index creation
...
Closes gh-16454
6 years ago
Brian Clozel
c0a360fd71
Fix imports ordering
6 years ago
Brian Clozel
71362299ae
Polish RSocket server bootstrap
...
See gh-16021
6 years ago