Rossen Stoyanchev
8dc8d88f88
Pre-calculated RequestMappingInfo hashcode
...
See gh-25143
5 years ago
Rossen Stoyanchev
1e25556049
Shared PathPatternParser instance
...
See gh-25143
5 years ago
Sam Brannen
0f0b1ffe0d
Use computeIfAbsent in ScriptFactoryPostProcessor
5 years ago
Yoo In Keun
2549674f41
Refactor method name dispatching to switch statements
...
This commit refactors method name dispatching to switch statements in
WebSphereClassPreDefinePlugin.
Closes gh-25170
5 years ago
Sam Brannen
2a5fc08629
Merge branch '5.2.x'
5 years ago
Sam Brannen
1ced9370cd
Configure Gradle wrapper validation action
...
This commit configures the Gradle Wrapper Validation Action
for GitHub actions.
See: https://github.com/gradle/wrapper-validation-action
Closes gh-25175
5 years ago
Juergen Hoeller
e955e52f2f
Refactor method name dispatching to switch statements
...
Closes gh-25163
5 years ago
Juergen Hoeller
7207f7645c
Deprecate InstantiationAwareBeanPostProcessorAdapter
...
Consistently relying on default methods in the corresponding interfaces.
Closes gh-25165
5 years ago
Rossen Stoyanchev
1175b7eb52
Deprecate HandlerInterceptorAdapter
...
Closes gh-25147
5 years ago
Rossen Stoyanchev
8d449471c7
Polishing contribution
...
See gh-25148
5 years ago
Mihai Dumitrescu
b31b8ce6c1
Polishing in MockServerHttpRequest
...
Closes gh-25109
5 years ago
Johnny Lim
30351c257c
Deprecate methods in ReactorNettyWebSocketClient
...
Closes gh-25049
5 years ago
Rossen Stoyanchev
6d6269f1ee
Switch to Reactor 2020.0.0 snapshots
...
A switch to RSocket 1.0.1 snapshots is also required to pick up a
for froward compatibility with Reactor Netty 1.0.
See gh-25085
5 years ago
Juergen Hoeller
42ff01b5aa
Merge branch '5.2.x'
5 years ago
Juergen Hoeller
914425eefa
Polishing
5 years ago
Juergen Hoeller
cd4ef6f781
Consistently refer to FlushMode.MANUAL instead of outdated NEVER
...
Closes gh-25158
5 years ago
Juergen Hoeller
08474aa921
Clarify JDBC-defined negative values returned from batchUpdate
...
Closes gh-25138
5 years ago
Juergen Hoeller
2ff22510d9
Avoid earlyApplicationEvents iteration in case of empty Set
...
Closes gh-25161
5 years ago
Juergen Hoeller
ef626e992d
Document that MapPropertySource should not contain null values
...
Closes gh-25142
5 years ago
Juergen Hoeller
bec89dba4c
Consistent MultiValueMap behavior for empty list values
...
This commit extracts MultiValueMapAdapter from CollectionUtils and reuses its implementation as base class of LinkedMultiValueMap.
Closes gh-25140
5 years ago
Sam Brannen
5f9e9513ef
Merge branch '5.2.x'
5 years ago
Sam Brannen
768257567d
Make use of custom types configurable in YamlProcessor
...
Prior to this commit, there was no easy way to restrict what types could
be loaded from a YAML document in subclasses of YamlProcessor such as
YamlPropertiesFactoryBean and YamlMapFactoryBean.
This commit introduces a setSupportedTypes(Class<?>...) method in
YamlProcessor in order to address this. If no supported types are
configured, all types encountered in YAML documents will be supported.
If an unsupported type is encountered, an IllegalStateException will be
thrown when the corresponding YAML node is processed.
Closes gh-25152
5 years ago
Sam Brannen
7e2b81729e
Polish ContentDisposition
5 years ago
Sam Brannen
967478b3a7
Merge branch '5.2.x'
5 years ago
Sam Brannen
3201671ceb
Polish contribution
...
See gh-25149
5 years ago
dlsrb6342
fce972eec8
Fix BaseCodecConfigurer clone bug
...
Prior to this commit, ExchangeStrategies custom codec's reader and
writer were not registered due to a bug in BaseCodecConfigurer.
This commit fixes this by correcting the implementation of the
DefaultCustomCodecs constructor used within BaseCodecConfigurer.
Closes gh-25149
5 years ago
Rossen Stoyanchev
d706899b7e
Merge branch '5.2.x'
5 years ago
Rossen Stoyanchev
a92f425529
Also use constant for custom mapping condition
...
See gh-25143
5 years ago
Rossen Stoyanchev
90ccabd60b
Merge branch '5.2.x'
5 years ago
Rossen Stoyanchev
c0c3c01afd
Fix race condition in WriteResultPublisher
...
between subscription and error from the Publish
Closes gh-25096
5 years ago
Rossen Stoyanchev
955f77bf5d
Add error message to MockServerHttpRequest
...
Closes gh-25109
5 years ago
Rossen Stoyanchev
e9a9883aa9
Optimal initialization of empty request mapping conditions
...
Closes gh-25143
5 years ago
Sam Brannen
cc061ca716
Merge branch '5.2.x'
5 years ago
Sam Brannen
3cbc297fc6
Polish contribution
...
See gh-25137
5 years ago
limo520
d6cab259c3
Fix URI pattern example in webflux.adoc
...
Closes gh-25137
5 years ago
Sam Brannen
763f7b9be8
Make TaskExecutor and TaskScheduler tests more robust
5 years ago
Sam Brannen
c4ef002392
Stop to writing to STD_OUT in tests
5 years ago
Sam Brannen
83b564781f
Upgrade to Gradle 6.4.1
5 years ago
Juergen Hoeller
929244215c
Merge branch '5.2.x'
...
# Conflicts:
# build.gradle
5 years ago
Juergen Hoeller
ae8d0d4a12
Upgrade to Groovy 2.5.12, Caffeine 2.8.4, Apache Johnzon 1.2.6
5 years ago
Juergen Hoeller
27d5fdc5aa
Polishing
5 years ago
Juergen Hoeller
1dea55dc20
WebSphereUowTransactionManager sets timeout for actual transaction only
...
Closes gh-25132
5 years ago
Juergen Hoeller
dfa948c2ca
Introduce AutowireCandidateResolver.cloneIfNecessary() method
...
Closes gh-25131
5 years ago
Juergen Hoeller
f9aae8dd5a
Consistently determine minimum number of arguments from specified index
...
Closes gh-25130
5 years ago
Yanming Zhou
94f1d77e22
Polish StringHttpMessageConverter.getContentTypeCharset()
...
Closes gh-25126
5 years ago
Juergen Hoeller
67533a1b29
Upgrade to Groovy 3.0.4, RxJava 3.0.4, Undertow 2.1.1, EclipseLink 2.7.7, Caffeine 2.8.4, Apache Johnzon 1.2.6, Protobuf 3.12.1
5 years ago
Juergen Hoeller
9bf7ff23c0
Introduce EntityManager initialization callbacks
...
JpaVendorAdapter.postProcessEntityManager and EntityManagerFactoryInfo.createNativeEntityManager SPI, plus convenient setEntityManagerInitializer configuration options.
Closes gh-25125
5 years ago
Sam Brannen
a853a58c62
Avoid duplicate addition of void.class in ClassUtils
...
This commit avoids duplicate addition of void.class to the temporary
primitiveTypes Set in the static initialization block in ClassUtils.
Closes gh-25128
5 years ago
Sam Brannen
5392ac2e07
Add dependency on BouncyCastle for JDK 15+
...
With a recent upgrade to an early access build for JDK 15,
ServerHttpsRequestIntegrationTests began failing since Netty's
SelfSignedCertificate could not be properly initialized.
This commit adds a test fixture dependency on BouncyCastle which is now
needed by Netty's SelfSignedCertificate on JDK 15 or higher, since JDK 15
no longer supports the javax.security.cert.X509Certificate.
See: https://bugs.openjdk.java.net/browse/JDK-8241039
5 years ago
Rossen Stoyanchev
b5d9f27ca4
Merge branch '5.2.x'
5 years ago