Yoo In Keun
e706fcba1f
Fix typo in testing.adoc
...
Closes gh-24627
5 years ago
Johnny Lim
8285666ee8
Polish ReactorResourceFactory
...
Closes gh-24620
5 years ago
Sviatoslav Hryb
60fd95a354
Fix formatting for pointcut expression examples in documentation
...
Closes gh-24621
5 years ago
Adrian Cole
7f5395a216
Fix typos in AbstractClientHttpRequest
...
Closes gh-24623
5 years ago
陈其苗
8a7bb49436
Improve WebClient.Builder Javadoc
5 years ago
Rossen Stoyanchev
5f1e4ffc4f
WebClient.Builder javadoc updates
...
Closes gh-24611
5 years ago
Brian Clozel
89560777e4
Upgrade Guava for API Diff plugin
...
Fixes gh-24606
5 years ago
Andreas Volkmann
b30f9a1308
Fix typo in core-aop.adoc
...
Closes gh-24602
5 years ago
Florian Berger
d4de3396f7
Fix typo about URI Encoding in docs
...
Closes gh-24603
5 years ago
wonwoo
5c2d65b8ef
Fix typo in reference manual
...
Closes gh-24597
5 years ago
Sam Brannen
787b09b202
Relax GraalVM check in DefaultParameterNameDiscoverer
...
Prior to this commit, DefaultParameterNameDiscoverer did not register
any discovers when compiling or running as a GraalVM native image.
This commit relaxes the GraalVM check so that it is only applied to the
registration of KotlinReflectionParameterNameDiscoverer.
Consequently, StandardReflectionParameterNameDiscoverer and
LocalVariableTableParameterNameDiscoverer are once again always
registered by DefaultParameterNameDiscoverer.
Closes gh-24600
5 years ago
Sam Brannen
c3bc28762e
Delete unused import in ExpressionLanguageScenarioTests
...
See gh-24586
5 years ago
ZhangT
c5fb7b9fb7
Simplify some redundant code
...
Closes gh-24586
Co-authored-by: Sam Brannen <sbrannen@pivotal.io>
5 years ago
Spring Buildmaster
0ad942f337
Next Development Version
5 years ago
Juergen Hoeller
d72c90cd7a
Assign TokenBuffer field with createToken() result
5 years ago
Juergen Hoeller
6db20eb773
Avoid package import cycles
5 years ago
Rossen Stoyanchev
2f12351292
Refine BlockHound support
...
- disable for Java 14/15 for now until BlockHound support
- targeted installation of required integrations only
5 years ago
Rossen Stoyanchev
b6f502db4e
Polishing
5 years ago
Qimiao Chen
8cf70fe509
Improve documentation for @Autowired/@Value in @Configuration classes
...
Closes gh-24585
5 years ago
Rossen Stoyanchev
7e402ba4fe
Improve docs on date and time formatting
...
Closes gh-24370
5 years ago
Juergen Hoeller
c0fbf6fca1
Polishing
5 years ago
Juergen Hoeller
399b846458
Upgrade to Groovy 3.0.1, RxJava 2.2.18, Hibernate ORM 5.4.12, Protobuf 3.11.4
5 years ago
Juergen Hoeller
0e95282153
Polishing
5 years ago
Juergen Hoeller
2afe5802c0
Clarify setCacheMillis/setCacheSeconds vs java.util.ResourceBundle
...
Closes gh-24563
5 years ago
Rossen Stoyanchev
2ae91404d1
BlockHoundIntegration for spring-core
5 years ago
Brian Clozel
f048f27d80
Configure Reactor Netty quiet shutdown period in tests
...
See gh-24538
5 years ago
Brian Clozel
f1680e5cee
Configure quiet period for shutting down Reactor resources
...
This commit adds two new properties to the `ReactorResourceFactory`.
This allows to configure the quiet and timeout periods when shutting
down Reactor resources. While we'll retain Reactor Netty's default for
production use, this option is useful for tests and developement
environments when developers want to avoid long waiting times when
shutting down resources.
Fixes gh-24538
5 years ago
Rossen Stoyanchev
96de4b3cee
Upgrade to Reactor Dysprosium-SR5
...
Closes gh-24355
5 years ago
Sam Brannen
7778508e69
Fix typos in ResolvableTypeTests
...
See gh-24529
Co-authored-by: Qimiao Chen <chenqimiao1994@126.com>
5 years ago
Qimiao Chen
1de2e0a4a7
Fix formatting in webflux-webclient.adoc
...
Closes gh-24578
5 years ago
Hyunjin Choi
ede2a1d4b2
Remove unnecessary semicolon in some enum classes
5 years ago
Sam Brannen
d1a6e49475
Reset SecurityManager in finally-block and polish
5 years ago
Sam Brannen
809ed9d469
Rename PropertyResolverExtensionsTests to Kotlin*
5 years ago
Qimiao Chen
f78c21e40b
Fix typos in tests
...
Closes gh-24566
5 years ago
Rossen Stoyanchev
8219d06ae1
Merge pull request #24493 from chenqimiao-pr/AbstractPlatformTransactionManager
...
Closes gh-24493
5 years ago
Rossen Stoyanchev
adc13f2030
Polishing contribution
...
See gh-24493
5 years ago
陈其苗
a09f02f64e
Minor refactoring in AbstractPlatformTransactionManager
...
See gh-24493
5 years ago
Rossen Stoyanchev
97ba00eff2
Use try-with-resource in XmlBeanDefinitionReader
...
Closes gh-24492
5 years ago
Rossen Stoyanchev
96e77d417b
Update WebFlux section on HTTP/2
...
Closes gh-24558
5 years ago
Rossen Stoyanchev
ca6241a093
Merge pull request #24518 from pulse00-patch/web-session-debug-logs
...
Closes gh-24518
5 years ago
Rossen Stoyanchev
de608a08ed
Polishing contribution
...
See gh-24518
5 years ago
Robert Gründler
ae9268004d
Added debug logging to DefaultWebSessionManager
...
See gh-24518
5 years ago
Rossen Stoyanchev
a134e92e7f
Improve checks on URI string in MockMvc request builder
...
Closes gh-24556
5 years ago
Arjen Poutsma
4882eb278d
Convert non-UTF-8 JSON
...
Jackson's asynchronous parser does not support any encoding except UTF-8
(or ASCII). This commit converts non-UTF-8/ASCII encoded JSON to UTF-8.
Closes gh-24489
5 years ago
Hyunjin Choi
7528b9487d
Simplify code in spring-test by using Collections.addAll
...
Closes gh-24555
5 years ago
Sam Brannen
e029dbf607
Polish Javadoc for ClientHttpResponse
5 years ago
Sam Brannen
8ff1ac59e0
Polishing
5 years ago
Qimiao Chen
acae174f8f
Fix javadoc in DependencyDescriptor
...
Closes gh-24551
5 years ago
Sviatoslav Hryb
2ad4602ca0
Correct Ant-style Patterns example in documentation
...
Closes gh-24552
5 years ago
Rossen Stoyanchev
68b980f849
Remove producible request attribute before mapping
...
The attribute was previously removed only before exception resolution
in the DispatcherServlet in order to allow error rendering to make an
independent choice on content negotation.
However, Boot rendering happens later in an ERROR dispatch which could
also be a nested dispatch on some servers. So the attribute must also
generally be removed prior to mapping.
We also move the methods where this is done to the base
RequestMappingInfoHandlerMapping class which also deals with the
produces condition and where the producible attribute is added in the
first place.
Closes gh-24466
5 years ago