Juergen Hoeller
e0d7c6be00
Name attributes in method argument annotations allow for placeholders and expressions
...
Issue: SPR-13952
9 years ago
Sam Brannen
c2f704717e
Polish Javadoc for DefaultRequestToViewNameTranslator
9 years ago
Juergen Hoeller
25be5e060c
TaskDecorator callback supported by common TaskExecutor implementations
...
Issue: SPR-13930
9 years ago
Juergen Hoeller
ac44f9edd9
Consistent equals implementations across class hierarchies
...
Issue: SPR-13951
9 years ago
Brian Clozel
ac3847bf4a
Clarify Javadoc for CacheControl.noCache,noStore
...
This change makes clear that this is the intent of the CacheControl API
not to provide a way to configure both "no-cache" and "no-store"
directives for the "Cache-Control" header.
Issue: SPR-13780
9 years ago
Stephane Nicoll
513c1ea3d9
Update @author tag
9 years ago
Rossen Stoyanchev
43d72871bd
Merge pull request #962 from matthew-pearson/master
9 years ago
Rossen Stoyanchev
024bd6e604
Polish
9 years ago
matthew-pearson
57b466fdfc
404 rather than 405 or 200
...
Check that the path is valid and resolvable before checking that the
http method is supported. For invalid or unresolvable paths, always
respond with a 404.
9 years ago
Stephane Nicoll
a6d31d5212
Merge pull request #957 from soldierkam/cache-alloc
...
* pr/957:
Polish contribution
Decrease allocation rate for CacheOperation
9 years ago
Stephane Nicoll
37b3b24578
Polish contribution
...
Closes gh-957
9 years ago
soldierkam
c73e52412a
Decrease allocation rate for CacheOperation
9 years ago
Stephane Nicoll
7dac2e3256
Merge pull request #960 from logicg8/master
...
* pr/960:
Polish doc
9 years ago
logicg8
6ce76314e7
Polish doc
...
Closes gh-960
9 years ago
Juergen Hoeller
5c87afc51d
Polishing
9 years ago
Juergen Hoeller
1253b451f5
DefaultMessageListenerContainer stops if recovery failed after interrupt signal
...
Issue: SPR-11787
9 years ago
Juergen Hoeller
51c35bf81c
SpringValidatorAdapter exposes String attributes as MessageSourceResolvable
...
Issue: SPR-13406
9 years ago
Juergen Hoeller
a9d62372bf
Upgrade to Hibernate ORM 5.1
...
Issue: SPR-13480
9 years ago
Juergen Hoeller
5e5bf7f518
Polishing
9 years ago
Juergen Hoeller
e36b7531d8
Merge pull request #963 from poutsma/SPR-13942
...
Use synchonous API for synchonous OkHttp requests
9 years ago
Arjen Poutsma
37b32d38bc
Use synchonous API for synchonous OkHttp requests
...
This commit changes the OkHttpClientHttpRequestFactory to use the
synchronous OkHttp API for non-async requests, as opposed to
synchronizing the async API (which it used to do).
Issue: SPR-13942
9 years ago
Juergen Hoeller
343bb2f130
Support for SmartObjectFactory injection points with programmatic optionality and lenient not-unique handling
...
Issue: SPR-13943
9 years ago
Juergen Hoeller
b79e8a5cbc
Support for Common Annotations 1.1 Resource.lookup() attribute
...
Issue: SPR-13941
9 years ago
Stephane Nicoll
268ebd7e89
Merge pull request #961 from gregturn/SPR-13940
...
* pr/961:
Remove duplicate method from reference docs
9 years ago
Greg Turnquist
8cb35197ef
Remove duplicate method from reference docs
...
Closes gh-681
Issue: SPR-13940
9 years ago
Juergen Hoeller
0dff782402
Fixed addProtocolResolver signature in ConfigurableApplicationContext
...
Issue: SPR-12857
Issue: SPR-13905
9 years ago
Juergen Hoeller
f6ebc4ce97
Polishing
9 years ago
Juergen Hoeller
27c1280949
Consider negative contentLength() result as not resolvable
...
Issue: SPR-13571
9 years ago
Juergen Hoeller
37de0b241d
ProtocolResolver SPI allows for custom resource resolution
...
Issue: SPR-12857
Issue: SPR-13905
9 years ago
Rossen Stoyanchev
a1e9e6f53e
Polish MVC Java config tests
9 years ago
Rossen Stoyanchev
d53c04b4df
Add option to extend exception resolvers
...
Issue: SPR-13931
9 years ago
Rossen Stoyanchev
c45ad3022b
Add "hosts" property to RedirectView
...
Issue: SPR-13693
9 years ago
Rossen Stoyanchev
aba04d576f
Polish RedirectViewTests
9 years ago
Juergen Hoeller
8558cbc9bf
Polishing
9 years ago
Rossen Stoyanchev
b11d345c0d
Common base class for [Unknown]HttpStatusCodeException
...
Issue: SPR-13928
9 years ago
Juergen Hoeller
901c2d5f74
Consistent API between spring-web and spring-messaging HandlerMethod infrastructure
...
Issue: SPR-13929
9 years ago
Juergen Hoeller
f61b998447
AbstractMarshaller defensively uses DocumentBuilderFactory within synchronized block
...
Issue: SPR-13935
9 years ago
Juergen Hoeller
c788a8a260
Latest dependency updates (Joda-Time 2.9.2, OkHttp 2.7.4, SLF4J 1.7.15)
9 years ago
Brian Clozel
0ab3f6092c
Fix failing tests
...
Issue: SPR-13913
9 years ago
Stephane Nicoll
a4a3cda29f
Upgrade to undertow 1.3.17
9 years ago
soldierkam
e77ff3c991
Improve AntPathMatcher matching performance
...
This commit speeds up the AntPathMatcher implementation by
pre-processing patterns and checking that candidates are likely
matches if they start with the static prefix of the pattern.
Those changes can result in a small performance penalty for positive
matches, but with a significant boost for checking candidates that don't
match. Overall, this tradeoff is acceptable since this feature is often
used to select a few matching patterns in a much bigger list.
This will lead to small but consistent performance improvements in
Spring MVC when matching a given request with the available routes.
Issue: SPR-13913
9 years ago
Rossen Stoyanchev
cdfcc23b6f
Reduce log level for @ExceptionHandler failure
...
Issue: SPR-13932
9 years ago
Rossen Stoyanchev
29cd1808b7
Upgrade to Tomcat 8.0.32
9 years ago
Juergen Hoeller
43bcab9c1a
ReflectiveMethodResolver lets local static methods override java.lang.Class methods
...
Issue: SPR-13918
9 years ago
Juergen Hoeller
903ae48382
DisposableBeanAdapter ignores bridge method conflicts
...
Issue: SPR-13922
9 years ago
Juergen Hoeller
449f704650
PathMatchingResourcePatternResolver consistently logs retrieval results
...
Issue: SPR-13923
9 years ago
Juergen Hoeller
afe7bf2695
Latest dependency updates (Hibernate Validator 5.2.3, OkHttp 2.7.2, Netty 4.0.34, Undertow 1.3.16)
9 years ago
Rossen Stoyanchev
e4539d9f40
Add protected method for required RequestBody
9 years ago
Rossen Stoyanchev
7756feacd8
Polish
9 years ago
Rossen Stoyanchev
1291d6e1bd
Support CharSequence for response body
...
Issue: SPR-13423
9 years ago