Rossen Stoyanchev
598fafd957
Fix failing test
9 years ago
Rossen Stoyanchev
c5995149b3
Further improve detecttion of custom CNVR
...
Refine the approach of having <mvc:view-resolvers> detect and use the
ContentNegotiationManager instance registered with
<mvc:annotation-driven> introduced in the last commit.
Issue: SPR-13559
9 years ago
Rossen Stoyanchev
f84a0c914a
Detect custom ContentNegotiationViewResolver
...
The <mvc:annotation-driven> element now adds an alias when a
ContentNegotiationManager bean is registered with a custom name.
This helps <mvc:view-resolvers> to more reliably find such a custom
ContentNegotiationManager.
Issue: SPR-13559
9 years ago
Rossen Stoyanchev
3e807c297d
Update WebLogicRequestUpgradeStrategy for WLS 12.2.1
...
Issue: SPR-13234
9 years ago
Hronom
1d60a6a6af
Added strict compare mode for Json
...
Issue: SPR-13607
9 years ago
Brian Clozel
9334fabe26
Don't throw NPE when serving webjar directories
...
Prior to this change, serving resources with ResourceHttpRequestHandler
could result in NPE when requesting an existing folder located in a JAR.
This commit swallows those exceptions, as it is not possible to foresee
those cases without reading the actual resource. This result in a HTTP
200 response with a zero Content-Length instead of a HTTP 500 internal
exception.
Issue: SPR-13620
9 years ago
Rossen Stoyanchev
323fa8510d
Call complete() on MockAsyncContext after dispatch
...
Issue: SPR-13615
9 years ago
Brian Clozel
546efc2a91
Upgrade to Undertow 1.3.4.Final
9 years ago
Rossen Stoyanchev
5ac57e8ea6
Restore compatibility with WildFly
...
Issue: SPR-13619
9 years ago
Juergen Hoeller
baae8ddd3e
Upgrade to CGLIB 3.2
...
Issue: SPR-13353
9 years ago
Juergen Hoeller
081905d3b3
Latest dependency updates (Gson 2.4, Joda-Time 2.9, EhCache 2.10.1)
9 years ago
Juergen Hoeller
a778468771
Consistent JSP tag documentation
...
Issue: SPR-13520
9 years ago
Juergen Hoeller
1571829c34
Consistent bracket style in view chapter
9 years ago
Juergen Hoeller
a13a1eb1f1
Reference documentation for ObjectFactory and JSR-330's Provider
...
Issue: SPR-13117
9 years ago
Juergen Hoeller
a268cdb913
Fixed javadoc links to setCacheSeconds
9 years ago
Juergen Hoeller
68308c047e
Explicit notes on programmatic Executor setup in @Bean methods
...
Issue: SPR-8131
9 years ago
Juergen Hoeller
629e2a0396
Explicit notes on programmatic JNDI lookups in @Bean methods
...
Issue: SPR-8129
9 years ago
Stephane Nicoll
0579e61a65
Add API to register collection converters
...
Previously, the only way to add the collection converters to a registry
was to add *all* default converters. A new "addCollectionConverters"
public method is now available to only register them.
Issue: SPR-13618
9 years ago
Juergen Hoeller
91b3caf238
Fixed visibility of 4.2's additional default converters
...
Issue: SPR-12175
Issue: SPR-13020
9 years ago
Juergen Hoeller
93f77f5d51
Note on multiple @Bean methods for same bean
...
Issue: SPR-13438
9 years ago
Stephane Nicoll
48576f2815
Merge pull request #905 from ericbottard/patch-1
...
* pr/905:
Fix elvis operator example
9 years ago
Eric Bottard
bd4aa41fda
Fix elvis operator example
...
Closes gh-905
9 years ago
Juergen Hoeller
f6dd7e4df8
Fixed cron trigger example in reference documentation
...
Issue: SPR-10474
9 years ago
Juergen Hoeller
6d369308cc
Improved SessionLocaleResolver documentation
...
Issue: SPR-13505
9 years ago
Juergen Hoeller
bc1dc9a074
Removed outdated XmlBeanFactory references
...
Issue: SPR-13485
9 years ago
Juergen Hoeller
81342f14d4
Declared JDBC operation compiled flag as volatile
...
Issue: SPR-13617
9 years ago
Juergen Hoeller
c1c07bbeb2
AbstractDispatcherServletInitializer allows for registering any FrameworkServlet subclass
...
Issue: SPR-13616
9 years ago
Stephane Nicoll
9bed389d1f
Harmonize javadoc urls in developer guide
...
Issue: SPR-13613
9 years ago
Juergen Hoeller
400749667a
Polishing
9 years ago
Juergen Hoeller
64a8dfbd12
CharacterEncodingFilter provides convenience constructors for Servlet 3.0 style usage
...
Issue: SPR-13572
9 years ago
Juergen Hoeller
11d1f050e9
NamedParameterUtils skips Postgres-style ?? operator
...
Issue: SPR-13582
9 years ago
Juergen Hoeller
5386e8a9e9
DefaultListableBeanFactory skips resolvableDependencies check for null value
...
Issue: SPR-13599
9 years ago
Juergen Hoeller
8c4b8d253a
Auto-adapt reflective arguments in case of vararg array type mismatch
...
Issue: SPR-13328
9 years ago
Rossen Stoyanchev
1c382be00e
Expose build method in SseEventBuilder
...
Issue: SPR-13591
9 years ago
Rossen Stoyanchev
050e79e45e
Skip Content-Disposition header if status != 2xx
...
Issue: SPR-13588
9 years ago
Sebastien Deleuze
994a11da3e
Document default charset in Jackson message converters Javadoc
...
Issue: SPR-13600
9 years ago
Stephane Nicoll
0039c74649
Add a note on JmsListenerEndpointRegistry
...
Issue: SPR-13606
9 years ago
Stephane Nicoll
7ba67cc3dd
Merge pull request #895 from LinkedList/SPR-10448
...
* pr/895:
Fix missing @EnableScheduling in documentation
9 years ago
Martin Macko
37735b35fc
Fix missing @EnableScheduling in documentation
...
Issue: SPR-10448
9 years ago
Kazuki Shimizu
64790903e9
Add description for two exceptions which handled by DefaultHandlerExceptionResolver in reference document
...
* MissingPathVariableException (Available since 4.2)
* NoHandlerFoundException (Available since 4.0)
9 years ago
Sam Brannen
1bf7249d59
Suppress deprecation warning in HtmlUnitRequestBuilderTests
9 years ago
Sam Brannen
a58b685162
Polish formatting in Web MVC chapter
9 years ago
Sam Brannen
e7adc6810b
Fix broken link in Web MVC chapter
9 years ago
Sam Brannen
6a4cc7e681
Fix typos in Web MVC chapter
9 years ago
Sam Brannen
333cfeb6f0
Polish Testing chapter regarding @Commit
9 years ago
Sam Brannen
f5ee13c5da
Fix formatting in the Testing chapter
9 years ago
Spring Buildmaster
a53e2b0776
Next Development Version
9 years ago
Rossen Stoyanchev
2bd1daa75e
Protect against RFD exploits
...
Issue: SPR-13548
9 years ago
Juergen Hoeller
161fd98656
Upgrade to Apache HttpClient 4.5.1 and Derby 10.12.1.1
9 years ago
Juergen Hoeller
8ac3ec5cf7
Added missing @since tags to DeferredResult
...
(cherry picked from commit 5d36ac0
)
9 years ago