Stephane Nicoll
bcfc09a93c
Document sync attribute of Cacheable
...
Closes gh-14366
10 years ago
Stephane Nicoll
b92576d8d9
Merge pull request #1080 from nkjackzhang:patch-2
...
* pr/1080:
Polish contribution
Fix typo in javadoc
10 years ago
Stephane Nicoll
d41178c75a
Polish contribution
...
Closes gh-1080
10 years ago
nkjackzhang
9656015d26
Fix typo in javadoc
...
See gh-1080
10 years ago
Juergen Hoeller
7d39957ec9
SessionFactoryUtils defensively accesses getProperties method via reflection
...
Issue: SPR-14365
10 years ago
Sam Brannen
9001af7efb
Revert build to Gradle 2.13
...
Issue: SPR-14362
10 years ago
Juergen Hoeller
b5364d5f1a
SpringSessionSynchronization uses SessionFactoryUtils.getFlushMode for Hibernate 5.1/5.2 adaptation
...
Issue: SPR-14364
10 years ago
Juergen Hoeller
dcb2c73102
MultipartResolutionDelegate skips Part parameter checks on Servlet 2.5
...
Issue: SPR-14358
10 years ago
Sam Brannen
045ee52232
Invoke target.toString() safely in ReflectionTestUtils
...
ReflectionTestUtils invokes toString() on target objects in order to
build exception and logging messages, and prior to this commit problems
could occur if the invocation of toString() threw an exception.
This commit addresses this issue by ensuring that all invocations of
toString() on target objects within ReflectionTestUtils are performed
safely within try-catch blocks.
Issue: SPR-14363
10 years ago
Sam Brannen
2fd4462268
Upgrade build to Gradle 2.14
...
In the process of upgrading the build to use Gradle 2.14, the
setFieldOnLegacyEntityWithSideEffectsInToString() test method in
ReflectionTestUtilsTests began to fail. The reason is that the log
level for ReflectionTestUtils is now DEBUG by default with Gradle 2.14.
The apparent cause is that log4j was present on the test runtime
classpath for the spring-test module with all previous versions of
Gradle (via a transitive optional dependency from another project that
spring-test depends on). Thus the configuration in log4j.properties in
spring-test was previously honored, but with Gradle 2.14 a different
commons logging implementation is picked up.
Thus, in addition to upgrading the build to Gradle 2.14, this commit
introduces an explicit test runtime dependency on log4j in the
spring-test module.
The discovered bug in ReflectionTestUtils regarding DEBUG log level
will be addressed separately.
Issue: SPR-14362
10 years ago
Sam Brannen
0815560c85
Migrate to Asciidoctor 1.5 syntax
...
Issue: SPR-14355
10 years ago
Spring Buildmaster
d60028caf1
Next Development Version
10 years ago
Juergen Hoeller
ca12e13ef8
ObjectUtils.nullSafeEquals allows for JVM method inlining (through reducing its bytecode size)
...
Issue: SPR-14349
10 years ago
Sam Brannen
57ca8f5347
Document TestContext bootstrapping in the reference manual
...
Issue: SPR-11683
10 years ago
Juergen Hoeller
7c96059ca3
BeanPropertyRowMapper uses ConversionService for date-time support
...
Issue: SPR-13888
10 years ago
Sam Brannen
f0451294de
Improve formatting for test annotations in reference manual
10 years ago
Sam Brannen
53909a5333
Polish key abstractions section for the TCF
10 years ago
Juergen Hoeller
1dfc0ffd43
SpringHandlerInstantiator supports all HandlerInstantiator-provided factory methods
...
Issue: SPR-14347
10 years ago
Juergen Hoeller
d51c22a789
Consistent processing of empty values and catching of RuntimeExceptions for Formatters
...
Issue: SPR-14345
10 years ago
Stephane Nicoll
8432c62b50
Merge pull request #1073 from fisache:master
...
* pr/1073:
Polish contribution
Polish doc
10 years ago
Stephane Nicoll
f7dd8e34b3
Polish contribution
...
Closes gh-1073
10 years ago
fisache
4465e4ff6c
Polish doc
...
See gh-1073
10 years ago
Juergen Hoeller
c6f63bdb30
Assertions for error codes in case of formatting failures
...
Issue: SPR-14345
10 years ago
Juergen Hoeller
d1d29cf699
Documented support for new library and server generations
10 years ago
Juergen Hoeller
a211d1472e
Polishing
10 years ago
Sam Brannen
da051b87e6
Polish documentation for stereotype names
10 years ago
Sam Brannen
c9de6f23ef
Document web scope annotations in the reference manual
...
Issue: SPR-13994
10 years ago
Juergen Hoeller
cc7781ecf3
FormHttpMessageConverter's charset (and its UTF-8 default) applies to part converters as well
...
Issue: SPR-14338
10 years ago
Juergen Hoeller
8fc84e2d6f
Upgrade to Jackson 2.8 RC1, Undertow 1.4 CR1, Netty 4.1.1
...
Issue: SPR-14340
Issue: SPR-14328
Issue: SPR-14143
10 years ago
Juergen Hoeller
981c894acf
@ExceptionHandler matches against cause type as well
...
Issue: SPR-14291
10 years ago
Sam Brannen
99ae7e3bcb
Document web scope annotations in the reference manual
...
Issue: SPR-13994
10 years ago
Sam Brannen
47d77252d3
Document web scope annotations in the reference manual
...
Issue: SPR-13994
10 years ago
Sam Brannen
6804aad06f
Update reference manual regarding supported web scopes
10 years ago
Sam Brannen
e2810904b0
Fix Javadoc formatting
10 years ago
Juergen Hoeller
f5a9d5e076
Upgrade to Groovy 2.4.7
10 years ago
Sam Brannen
01d234f9f3
Use composed @RequestMapping variants in the reference manual
...
Issue: SPR-13995
10 years ago
Sam Brannen
c121f460b1
Document composed @RequestMapping variants in the reference manual
...
Issue: SPR-13995
10 years ago
Juergen Hoeller
31aed61d15
CorsFilter asserts presence of CorsConfigurationSource
10 years ago
Sam Brannen
4432da3659
Update testing improvements in "What's New"
10 years ago
Sam Brannen
de78f05707
Polishing
10 years ago
Sam Brannen
eaa9511921
Avoid ClassCastException in HandlerResultMatchers.methodCall()
10 years ago
Sam Brannen
5a0100111e
Polish HandlerAssertionTests
10 years ago
Juergen Hoeller
8c4bc3656b
Polishing
10 years ago
Juergen Hoeller
6807bcb863
Fixed @since references after SPR-14080 backport
...
Issue: SPR-14305
(cherry picked from commit 9a41774 )
10 years ago
Juergen Hoeller
c412eabb00
Jackson2ObjectMapperBuilder/FactoryBean accepts deserializers by handled type
...
Issue: SPR-14337
10 years ago
Juergen Hoeller
abcfffdde9
Allow JAXB to be registered next to plain Jackson
...
Issue: SPR-14336
10 years ago
Juergen Hoeller
3c987b179d
Upgrade to EhCache 3.0.2 and Castor 1.4.1
10 years ago
Sam Brannen
c19740a020
Clean up warnings in spring-test
10 years ago
Rossen Stoyanchev
c2a50ad1bf
Fine-tune X-Forwarded header in ForwardedHeaderFilter
...
The contextPathOverride property is now gone.
X-Forwarded-Header (if present) is used instead of the contextPath.
Issue: SPR-14270
10 years ago
Juergen Hoeller
9131ebbea6
Synchronized access to method overrides (in particular for @Lookup )
...
Issue: SPR-14333
10 years ago