-
22256966fb
Ignore delimiter enclosed in double quotes in ScriptUtils
Sam Brannen
2021-05-12 12:07:55 +02:00
-
84e56bb5d9
Sync ScriptUtilsUnitTests implementations to simplify maintenance
Sam Brannen
2021-05-12 12:54:35 +02:00
-
6f5e66f00c
Add missing tests for multiple comment prefixes in R2DBC ScriptUtils
Sam Brannen
2021-05-12 12:23:54 +02:00
-
cda72e4a70
Ignore delimiter enclosed in double quotes in ScriptUtils
Sam Brannen
2021-05-12 12:07:55 +02:00
-
e31a4c4c77
Polishing
Sam Brannen
2021-05-12 11:31:15 +02:00
-
7c74459cb0
Next development version (v5.2.16.BUILD-SNAPSHOT)
Spring Buildmaster
2021-05-12 06:16:21 +00:00
-
4809632f44
Next development version (v5.3.8-SNAPSHOT)
Spring Buildmaster
2021-05-12 05:50:28 +00:00
-
85ad63bd35
Ensure Synchronoss temp directories do not collide
Arjen Poutsma
2021-05-10 17:30:58 +02:00
-
0d0d75e253
Ensure DefaultPartHttpMessageReader temp directories do not collide
Arjen Poutsma
2021-05-10 17:31:42 +02:00
-
cce60c479c
Ensure Synchronoss temp directories do not collide
Arjen Poutsma
2021-05-10 17:30:58 +02:00
-
a2ff769bc1
Polishing (backported from master)
Juergen Hoeller
2021-05-11 17:32:23 +02:00
-
9523f1ffd6
Correct clientInboundChannel assertion (includes constructor javadoc)
Juergen Hoeller
2021-05-11 15:49:38 +02:00
-
cd0570ee39
Log resource path resolution failure at debug level (instead of warn)
Juergen Hoeller
2021-05-11 15:46:21 +02:00
-
05d767b1cf
Always propagate checked exceptions from Kotlin code behind CGLIB proxies
Juergen Hoeller
2020-12-18 11:55:20 +01:00
-
1469bdbc70
Nullability refinements and related polishing
Juergen Hoeller
2021-05-11 16:50:19 +02:00
-
be52ec8bd5
DataClassRowMapper exposes generic constructor parameters for type conversion
Juergen Hoeller
2021-05-11 16:49:25 +02:00
-
30655555bd
Remove .RELEASE suffix before querying GitHub
Stephane Nicoll
2021-05-11 16:20:28 +02:00
-
cd9cad31f9
Increase the likelihood that timed tests pass on CI server
Sam Brannen
2021-05-11 16:16:18 +02:00
-
60c551a95b
Correct clientInboundChannel assertion (includes constructor javadoc)
Juergen Hoeller
2021-05-11 15:49:38 +02:00
-
4164fc63b1
CandidateComponentsIndexer introspects any kind of class (including records)
Juergen Hoeller
2021-05-11 15:49:15 +02:00
-
0865abef83
Expose current cached session count
Juergen Hoeller
2021-05-11 15:47:15 +02:00
-
90af2d5794
Log delegate service initialization at debug level (instead of info)
Juergen Hoeller
2021-05-11 15:46:41 +02:00
-
5f5cd8a7c4
Log resource path resolution failure at debug level (instead of warn)
Juergen Hoeller
2021-05-11 15:46:21 +02:00
-
46b7cd54a1
Log missing web application context at warn level (instead of debug)
Juergen Hoeller
2021-05-11 15:45:36 +02:00
-
7f670bbe68
TransactionSynchronization does not support @Order (just Ordered interface)
Juergen Hoeller
2021-05-11 15:45:05 +02:00
-
0ee8790a9a
Upgrade to Reactor Dysprosium-SR20
Stephane Nicoll
2021-05-11 15:35:50 +02:00
-
6aaf7596c0
Upgrade to Reactor 2020.0.7
Stephane Nicoll
2021-05-11 15:34:41 +02:00
-
4f2c589fe6
Upgrade to Jackson 2.12.3, Jetty 9.4.40, Hibernate ORM 5.4.31, Groovy 3.0.8, Caffeine 2.9.1, Woodstox 6.2.6, Protobuf 3.15.8, XStream 1.4.16, OpenPDF 1.3.26, Checkstyle 8.42, Mockito 3.9, HtmlUnit 2.49.1
Juergen Hoeller
2021-05-11 00:19:43 +02:00
-
aa51ed1940
Fix failing tests
Rossen Stoyanchev
2021-05-10 14:15:16 +01:00
-
dc4e053d59
CorsConfiguration ignores trailing "/" in pattern
Rossen Stoyanchev
2021-05-10 12:02:08 +01:00
-
bcd8896689
Polish contribution
Sam Brannen
2021-05-08 19:37:21 +02:00
-
53b8d73078
Support single-value request param resolution for data class constructors
Vlad Kisel
2020-06-07 00:11:34 +02:00
-
3ab270e0f1
Fix parameter bug of handler inside the filterFunction DSL
ShindongLee
2021-04-24 22:27:01 +09:00
-
07ba95739b
Fix parameter bug of handler inside the filterFunction DSL
ShindongLee
2021-04-24 22:27:01 +09:00
-
0468ef46ac
Follow-up fix for recent change to PORT_PATTERN
Rossen Stoyanchev
2021-05-10 07:18:50 +01:00
-
eb03144e9d
RSocketRequester implements Disposable
Rossen Stoyanchev
2021-05-07 21:38:39 +01:00
-
29790d5bb1
Update docs on how a
@ModelAttribute is sourced
Rossen Stoyanchev
2021-05-07 21:30:24 +01:00
-
355d394d7f
Polish contribution
Sam Brannen
2021-05-08 19:37:21 +02:00
-
9ddab9e69b
Support single-value request param resolution for data class constructors
Vlad Kisel
2020-06-07 00:11:34 +02:00
-
c20a43f72b
Polish WebRequestDataBinderIntegrationTests
Sam Brannen
2021-05-08 18:12:55 +02:00
-
e0fa58aa0f
Polishing contribution
Rossen Stoyanchev
2021-05-07 17:30:40 +01:00
-
65797d04f2
UriComponentsBuilder handles invalid port correctly
Jeon Ilwoong
2021-05-07 18:31:45 +09:00
-
5811212a9f
Add PreFlightRequestWebFilter
Rossen Stoyanchev
2021-05-07 16:47:53 +01:00
-
d79e33b5a0
Handle empty file input in HtmlUnitRequestBuilder
Sam Brannen
2021-05-07 15:46:42 +02:00
-
dddcc5e9ad
Ignore trailing slash in Origin header
Rossen Stoyanchev
2021-05-07 14:56:56 +01:00
-
582b94d50e
Allow charset input in WebClientResponseException
Rossen Stoyanchev
2021-05-06 16:58:42 +01:00
-
443c34cc90
CorsRegistry implements combine correctly
Rossen Stoyanchev
2021-05-05 20:57:25 +01:00
-
959e6d1745
Handle empty file input in HtmlUnitRequestBuilder
Sam Brannen
2021-05-05 18:07:23 +02:00
-
38b592444d
Store resolved toolchain info as custom values in build scan
Sam Brannen
2021-05-05 15:19:27 +02:00
-
2c2464b1e7
Make script executable
Stephane Nicoll
2021-05-05 14:26:12 +02:00
-
3b247a9c19
Fix MethodMatcher API doc description
Sviatoslav Hryb
2021-05-05 13:21:46 +03:00
-
d30432b6c0
Fix syntax in toolchains example
Sam Brannen
2021-05-04 18:42:21 +02:00
-
ddb727bee8
Switch to Reactor Dysprosium snapshots
Rossen Stoyanchev
2021-05-04 17:12:19 +01:00
-
c70aed58bf
Switch to Reactor 2020.0.7 snapshots
Rossen Stoyanchev
2021-05-04 16:24:38 +01:00
-
2de7bf6e2b
Exclude empty toolchain versions from Gradle build scan
Sam Brannen
2021-05-04 15:20:38 +02:00
-
a28511cdbd
Polish Jaxb2MarshallerTests
Sam Brannen
2021-05-04 13:46:31 +02:00
-
668b938832
Remove obsolete order.xsd file
Sam Brannen
2021-05-04 13:34:42 +02:00
-
091e7bb891
Remove duplicate copy of flight.xsd
Sam Brannen
2021-05-04 13:19:04 +02:00
-
b76e0c4826
HttpMethod#matches compares by String equality
Rossen Stoyanchev
2021-05-03 21:06:16 +01:00
-
55faf6e320
Use HttpMethod enums
Bryce Yang
2021-04-24 08:58:56 +09:00
-
a522ed0788
Fix task parameters in CI build pipeline
Brian Clozel
2021-05-04 11:48:17 +02:00
-
4152ebc2f3
Remove Eclipse resource filter for 'build' folder
Sam Brannen
2021-05-04 11:35:37 +02:00
-
21c90829df
Polishing
Rossen Stoyanchev
2021-05-04 10:34:40 +01:00
-
5b96c9b87e
Update @since tag due to backport
Sam Brannen
2021-05-04 10:59:49 +02:00
-
a33adac6c8
Support @ModelAttribute(binding=false) with WebFlux
Sam Brannen
2021-04-29 15:20:28 +02:00
-
08663d4792
Polish Javadoc
Sam Brannen
2021-04-30 15:35:13 +02:00
-
08855fee51
Upgrade to Kotlin 1.5.0
Sébastien Deleuze
2021-05-03 17:45:26 +02:00
-
66cd979ce4
Support @ModelAttribute(binding=false) with WebFlux
Sam Brannen
2021-04-29 15:20:28 +02:00
-
5667d459a7
Polish Javadoc
Sam Brannen
2021-04-30 15:35:13 +02:00
-
85eb589c2e
Fix Gradle Java Toolchain configuration
Brian Clozel
2021-05-03 14:52:28 +02:00
-
b18cf3c873
Follow contract of computeIfAbsent LinkedCaseInsensitiveMap
Arjen Poutsma
2021-04-30 15:49:00 +02:00
-
399e7ebf22
Follow contract of putIfAbsent LinkedCaseInsensitiveMap
Arjen Poutsma
2021-04-30 15:15:30 +02:00
-
b5d6e53e50
Avoid memory leak when PropertyComparator is reused
Florian Kirmaier
2021-04-27 14:56:38 +02:00
-
865969400b
Polish
Stephane Nicoll
2021-04-30 12:52:16 +02:00
-
6f4fb08bf8
Invoke WebMvc.fn error handlers for async errors
Arjen Poutsma
2021-04-30 11:38:37 +02:00
-
4c7cc705de
Build PRs on CI
Stephane Nicoll
2021-04-30 09:38:30 +02:00
-
f7fc36250e
Properly handle completion while in READING state
Rossen Stoyanchev
2021-04-29 22:09:03 +01:00
-
ae7d5200e5
Fix @Scope documentation in ref docs
Sviatoslav Hryb
2021-04-29 19:08:54 +03:00
-
ff9b68c1b6
Update copyright date for StaxEventXMLReader
Sam Brannen
2021-04-29 18:01:27 +02:00
-
36c829386b
Use an import instead of FQCN in StaxEventXMLReader
Tasuku Nakagawa
2021-04-30 00:59:26 +09:00
-
7316dc726a
Polish Javadoc for MessageSourceSupport
Sam Brannen
2021-04-29 17:49:29 +02:00
-
118c7f969b
Improve readability of MessageSourceSupport Javadoc
Sviatoslav Hryb
2021-04-29 18:42:41 +03:00
-
26ed6d8bce
Fix syntax for RequestEntity headers example in ref docs
K
2021-04-30 00:34:04 +09:00
-
98770b15e7
Polishing
Johnny Lim
2021-04-29 23:53:53 +09:00
-
697108cc42
Support safe-updates mode in MySQLMaxValueIncrementer
Sam Brannen
2021-04-29 15:37:40 +02:00
-
607d918340
Provide nested cause when a suitable CacheManager cannot be found
Stephane Nicoll
2021-04-29 08:48:34 +02:00
-
8456eaca8e
Polish SpEL selection/projection in ref docs
Sam Brannen
2021-04-28 15:54:39 +02:00
-
59015344a7
Fix SpEL selection description in ref docs
Sviatoslav Hryb
2021-04-28 16:47:16 +03:00
-
c03162e616
Polishing
Sam Brannen
2021-04-28 15:43:52 +02:00
-
1dde30a7fd
Fix grammar in ref docs
Sam Brannen
2021-04-28 15:39:07 +02:00
-
35196d3c62
Fix aspect autodetection description
Sviatoslav Hryb
2021-04-28 16:37:59 +03:00
-
d7f67b3dc3
Fix a typo in PropertyResolverExtensions documentation
Sébastien Deleuze
2021-04-28 12:16:35 +02:00
-
719e7394d6
Fix MessageSource doc description
Sviatoslav Hryb
2021-04-27 12:50:38 +03:00
-
e4a5d2aaa5
Fix reference to assets on the default branch in ref doc
Stephane Nicoll
2021-04-27 07:18:23 +02:00
-
ab64607420
Update CI to use main as default branch name
Stephane Nicoll
2021-04-27 07:09:41 +02:00
-
b595dc1dfa
Add advice on Spring MVC path matching for 5.3+
Rossen Stoyanchev
2021-04-22 18:29:07 +01:00
-
86123de883
HandlerMappingIntrospector handles attribute changes properly
Rossen Stoyanchev
2021-04-22 17:21:03 +01:00
-
7c3a18490b
Polish SpEL SelectionAndProjectionTests
Sam Brannen
2021-04-26 16:23:21 +02:00
-
01e50fb60a
Polish SpEL chapter
Sam Brannen
2021-04-22 18:55:40 +02:00
-
6c3a0a9026
Polishing
Sam Brannen
2021-04-22 18:53:31 +02:00