Qimiao Chen
f8ff4e42b9
Use try-with-resource to close resources
...
Closes gh-24807
5 years ago
Qimiao Chen
7c831d2ef4
Replace anonymous inner classes with lambdas in tests
...
Closes gh-24808
5 years ago
Qimiao Chen
7db00c9e22
Remove incorrect @Nullable in DynamicPropertiesContextCustomizer
...
Closes gh-24796
5 years ago
Qimiao Chen
5d6139eb7a
Set initialValue of NamedThreadLocal in XmlBeanDefinitionReader
...
This commit overrides initialValue() of NamedThreadLocal to lazily initialize
the set used in XmlBeanDefinitionReader.
Closes gh-24800
5 years ago
Sam Brannen
06fa8692cd
Attempt to make MBeanClientInterceptorTests more robust
5 years ago
Qimiao Chen
c77853b766
Remove unnecessary mem alloc in CollectingReaderEventListener
...
Closes gh-24799
5 years ago
Rossen Stoyanchev
a606fb4b21
Fix checkstyle errors
5 years ago
Rossen Stoyanchev
6f1ea14718
Merge pull request #24786 from stsypanov/data-buffer
...
Closes gh-24786
5 years ago
Rossen Stoyanchev
3175f0771e
Remove dumpString from DataBufferTestUtils
...
See gh-24786
5 years ago
Rossen Stoyanchev
7aa06b8610
Polishing contribution
...
See gh-24786
5 years ago
Сергей Цыпанов
f17b0125ff
Simplify conversion of DataBuffer to String
...
See gh-24786
5 years ago
Sam Brannen
ac11acb532
Optimize sorting in PostProcessorRegistrationDelegate
...
Closes gh-24776
5 years ago
Rossen Stoyanchev
dd3dd5d67d
UriComponentsBuilder.cloneBuilder copies uriVariables
...
Closes gh-24772
5 years ago
Juergen Hoeller
593a2ade91
Expose context class for interface-based CGLIB proxies as well
...
Closes gh-24657
5 years ago
Rossen Stoyanchev
f720225c22
Merge toBodilessEntity fix and refactoring
...
Closes gh-24788
5 years ago
Rossen Stoyanchev
1822f272c7
toBodilessEntity() actually drains response body
...
See gh-24788
5 years ago
Rossen Stoyanchev
5309757026
WebClientIntegrationTests refactoring
...
- consistent test naming
- grouping by category and logical ordering within category
- consolidate overlapping tests
- polishing
See gh-24788
5 years ago
Rossen Stoyanchev
d1cf16320b
Minor refactoring and polishing in WebClientUtils
...
See: gh-24788
5 years ago
Sam Brannen
6222efc54b
Polish contribution
...
See gh-24785
5 years ago
Сергей Цыпанов
65aa2d03f0
Simplify conversion of ByteArrayOutputStream to String
...
Closes gh-24785
5 years ago
Andy Wilkinson
62c545d0ed
Upgrade to Gradle Build Scan Plugin 3.2
...
Closes gh-24793
5 years ago
Qimiao Chen
9f2fd4f0d5
Fix broken link in Javadoc for DynamicPropertySource
...
Closes gh-24792
Co-authored-by: Sam Brannen <sbrannen@pivotal.io>
5 years ago
Qimiao Chen
1f9fa3bab8
Remove useless .gitignore files
...
Closes gh-24790
5 years ago
Sam Brannen
fb0b915e3d
Remove obsolete comment in BeanDefinitionParserDelegate ( #24789 )
...
* Fix typo in BeanDefinitionParserDelegate
* Update spring-beans/src/main/java/org/springframework/beans/factory/xml/BeanDefinitionParserDelegate.java
Co-authored-by: Sam Brannen <sbrannen@pivotal.io>
5 years ago
Sam Brannen
3e9d51220d
Update spring-beans/src/main/java/org/springframework/beans/factory/xml/BeanDefinitionParserDelegate.java
5 years ago
Mikael Elm
822ca0130a
Fix typos and improve readability in Webflux documentation
...
Closes gh-24781
5 years ago
陈其苗
072961b91a
Fix typo in BeanDefinitionParserDelegate
5 years ago
Sam Brannen
5c977ce119
Make remaining static fields final in CommonAnnotationBPP
5 years ago
Sam Brannen
6d0bab332c
Polishing
5 years ago
Arjen Poutsma
9fb614a5c6
Clarify the role of views with Spring MVC
...
This commit adds a section to the reference docs that explains
views live within the trust boundary of the application, and the
security implications thereof.
Closes gh-24777
5 years ago
Qimiao Chen
c42a0eeb38
Make resourceAnnotationTypes field final in CommonAnnotationBPP
...
Closes gh-24774
5 years ago
Johnny Lim
0f50a9a60a
Fix empty domain handling in ResponseCookie
...
This commit also updates its test to use its intended inputs.
5 years ago
Sam Brannen
c24fa22a1b
Polishing
5 years ago
Sam Brannen
4be358e47f
Cross reference Dynamic Property Sources section
5 years ago
Spring Buildmaster
d26b84acd6
Next Development Version
5 years ago
Brian Clozel
d97eabba2f
Do not cache multipart MIME types in cache
...
Prior to this commmit, "mutipart/*" MIME types would be cached by the
`MimeTypeUtils` LRU cache. Since those MIME types are likely to have
random boundaries in them, they can waste space in the LRU cache.
This is not improving things since we're parsing them anyway.
This commit skips the caching step for all "multipart" MIME types.
Fixes gh-24767
5 years ago
Sébastien Deleuze
1cd0e720f7
Specify that Kotlin code samples leverage kotlin-allopen
5 years ago
Sébastien Deleuze
60dca027e7
Add Kotlin documentation and tests for @DynamicPropertySource
...
See gh-24540
5 years ago
Juergen Hoeller
2209e7cb92
Reuse empty class array constant in ClassUtils
...
Closes gh-24221
5 years ago
Juergen Hoeller
fdc60311ed
Avoid unnecessary trace logging in ProxyFactoryBean
...
Closes gh-24669
5 years ago
Christoph Dreis
1c6dda3ca4
Improve performance of StringUtils#cleanPath
5 years ago
Sam Brannen
ac0363c94e
Document @DynamicPropertySource support in the reference manual
...
Closes gh-24540
5 years ago
Sam Brannen
a90716522c
Include Testcontainers in Further Resources section
5 years ago
Rossen Stoyanchev
b2fa574879
Upgrade to Reactor Dysprosium-SR6
...
Closes gh-24725
5 years ago
Juergen Hoeller
910d2788e9
Polishing
5 years ago
Juergen Hoeller
2e23cf32ce
Clarify name generation responsibility for PropertySourceFactory impls
...
Closes gh-24757
5 years ago
Juergen Hoeller
bb1699a9d3
Revise documentation for autowiring with annotated constructors
...
Closes gh-24711
5 years ago
Juergen Hoeller
10d47d4d21
Enable ASM8_EXPERIMENTAL for Java 14 record support
...
Closes gh-24722
5 years ago
Juergen Hoeller
1800b10717
Expose parameter annotations from interfaces across entire class hierarchy
...
Closes gh-24127
5 years ago
Juergen Hoeller
7ebd850b85
Mark MediaTypeNotSupportedStatusException as deprecated
...
Closes gh-24743
5 years ago