Sam Brannen
2bec54e7b3
Fix Javadoc in [NamedParameter]JdbcOperations.queryForObject methods
...
This commit fixes the Javadoc in all queryForObject(...) methods in
JdbcOperations and NamedParameterJdbcOperations regarding what kinds of
exceptions are thrown under which conditions.
Closes gh-27559
(cherry picked from commit 0853baaa3f )
4 years ago
Rossen Stoyanchev
52e2953de9
Fix checkstyle warning
...
See gh-27569
4 years ago
Rossen Stoyanchev
7b149a68c6
Fix assertion message in DefaultDataBuffer
...
Closes gh-27567
4 years ago
Smile
d1b3b8eaf6
Update Javadoc in DefaultResponseErrorHandler
...
Closes gh-27569
4 years ago
Spring Builds
f94794e5c0
Next development version (v5.2.19.BUILD-SNAPSHOT)
5 years ago
Rossen Stoyanchev
26af506441
DefaultResponseErrorHandler shows full error details
...
Closes gh-27552
5 years ago
Juergen Hoeller
b14a940716
Polishing
5 years ago
Juergen Hoeller
4ecbf6511d
Remove dead fallback code
5 years ago
Juergen Hoeller
5b6a32d1b9
Polishing
5 years ago
Juergen Hoeller
263244f637
Avoid expensive isReadable() check during classpath scan
...
Closes gh-27541
See gh-21372
5 years ago
Juergen Hoeller
3a166ea742
Add efficient existence check to ClassPathResource.isReadable()
...
Includes reduced isReadable() check in PathResourceLookupFunction, aligned with PathResourceResolver.
Closes gh-27538
See gh-21372
5 years ago
Sam Brannen
6d4dfed772
Introduce test for gh-27499 and polish contribution
5 years ago
Nick
09ef597836
Avoid duplicate JCacheOperationSource bean registration in <cache:annotation-driven />
...
In our application we use XML context and <cache:annotation-driven />
declaration. Also we disable bean definition duplication by setting
GenericApplicationContext.setAllowBeanDefinitionOverriding(false) in an
ApplicationContextInitializer. This combination leads to a
BeanDefinitionOverrideException because the
DefaultJCacheOperationSource bean is registered twice.
- once for: parserContext.getReaderContext().registerWithGeneratedName(sourceDef);
- once for: parserContext.registerBeanComponent(new BeanComponentDefinition(sourceDef, sourceName));
This commit refactors JCacheCachingConfigurer.registerCacheAspect(...)
so that the JCacheOperationSource bean is registered only once.
Closes gh-27499
5 years ago
Sam Brannen
50920e1a96
Upgrade to Reactor Dysprosium-SR24
...
Closes gh-27526
5 years ago
Stephane Nicoll
8c4d1d4d29
Upgrade CI to github-release resource 1.5.5
...
Closes gh-27460
5 years ago
Rossen Stoyanchev
82f8d0dfd7
Apply value formatting to resolved exceptions
5 years ago
Stephane Nicoll
38f616a8e8
Start building against Reactor Dysprosium-SR23 snapshots
...
See gh-27526
5 years ago
Rossen Stoyanchev
441c4d5d5c
Generalize formatValue
...
Provide an overload for additional control and compact output.
5 years ago
Sam Brannen
66f4d20fd4
Comment out unused fudgeFactor
5 years ago
Rossen Stoyanchev
2fa44d62b9
ResponseStatusExceptionHandler logs exception message only
...
No need to log the full exception for a resolved exception, and as the
comment suggests that it mirrors Spring MVC equivalent, which also
logs the message only.
5 years ago
Stephane Nicoll
c86ac97267
Upgrade to GitHub Changelog Generator 0.0.7 in CI
...
Closes gh-27513
5 years ago
Juergen Hoeller
fd916baf79
Skip all flaky StopWatch time assertions
5 years ago
Juergen Hoeller
790d56dd18
Backported tests for bean-derived (Auto)Closeable.close() method
...
See gh-27504
5 years ago
Sam Brannen
5a5f118efc
Escape closing curly braces in regular expressions for Android support
...
PR gh-24470 introduced a regression for Android users by no longer
escaping closing curly braces in regular expressions.
This commit therefore partially reverts the changes made in 273812f9c5
for closing curly braces (`}`).
Closes gh27467
5 years ago
Juergen Hoeller
edf664c1cf
Defensively handle fast class generation failure for individual methods
...
Includes rethrowing of last actual defineClass exception encountered.
Closes gh-27490
5 years ago
Juergen Hoeller
137bca129f
Skip flaky StopWatch time assertions
5 years ago
Juergen Hoeller
b01a3aeb6b
Fix invalid characters in source files
...
Closes gh-27475
5 years ago
Juergen Hoeller
195d375964
Polishing
5 years ago
Juergen Hoeller
ebd351753f
Fix contract violations in ConcurrentReferenceHashMap's EntrySet/Iterator
...
Closes gh-27454
(cherry picked from commit 208fafa4a3 )
5 years ago
Juergen Hoeller
9524ecd5b0
Log rejected listener container tasks at warn level
...
Closes gh-27451
5 years ago
Spring Builds
9053613a65
Next development version (v5.2.18.BUILD-SNAPSHOT)
5 years ago
Stephane Nicoll
0aa7ba80e1
Migrate to Spring Builds account
5 years ago
Stephane Nicoll
9a05a8846b
Fix GitHub credentials to use token rather than password
...
Closes gh-27403
5 years ago
Juergen Hoeller
fb97a126a5
Defensive handling of dimensions nullability
5 years ago
Sam Brannen
1ad5b4fbd6
Support char primitive default values in BeanUtils.instantiateClass()
...
Closes gh-27390
5 years ago
Sam Brannen
4d1cdf6379
Introduce test for gh-27390
5 years ago
takeaction21
e1ba3e7dbb
Support float and double primitive default values in BeanUtils.instantiateClass()
...
See gh-27390
5 years ago
Rossen Stoyanchev
2b55b9ccd5
Do not log request parameters for multipart requests
...
Closes gh-27350
5 years ago
Brian Clozel
90bcb2e375
Upgrade to Reactor Dysprosium-SR23
...
Closes gh-27378
5 years ago
Juergen Hoeller
9ad3464c80
Reduce log statement for non-unique JavaBean property to debug level
...
Closes gh-27372
(cherry picked from commit 6c17e9375b )
5 years ago
Stephane Nicoll
1954a22c23
Fix bug fix icon in changelog configuration
...
Closes gh-27385
5 years ago
Brian Clozel
bd90c4d0f0
Switch to Reactor Dysprosium SNAPSHOTs
...
See gh-27378
5 years ago
Juergen Hoeller
e31d66cd2b
Polishing (backported from 5.3.x)
5 years ago
Juergen Hoeller
eb349be1fc
Fix Kotlin example for filtering handler functions
...
Closes gh-27337
5 years ago
Juergen Hoeller
4b3e8619ec
Polishing
5 years ago
Juergen Hoeller
50d597eb41
Avoid unnecessary cause initialization in ResponseStatusException
...
Closes gh-27196
5 years ago
Juergen Hoeller
9c931f669c
Convenient configuration of type permissions for XStream 1.4.18
...
Closes gh-27343
(cherry picked from commit 837301fdb3 )
5 years ago
Sam Brannen
b7e6169e12
Update copyright date
5 years ago
Inmord
9c204dc475
Polish AbstractAspectJAdvisorFactory
...
Closes gh-27340
5 years ago
Sam Brannen
21c0e50b33
Document when prepareTestInstance() is invoked by the SpringMethodRule
...
Closes gh-27305
5 years ago