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
Sam Brannen
472d79fb4e
SpringSource CLA renamed to Spring ICLA
9 years ago
Sam Brannen
6ea407aa46
SpringSource CLA renamed to Spring ICLA
9 years ago
Sam Brannen
c2bc2b27ea
Suppress varargs warnings when compiling tests w/ Gradle
9 years ago
Juergen Hoeller
1c3a668370
AbstractFileResolvingResource uses extractArchiveURL for last-modified check
...
Issue: SPR-13393
(cherry picked from commit 302a069
)
9 years ago
Juergen Hoeller
8fbba84aca
Optimized support for GlassFish 4.1.1 (Tyrus 1.9 - 1.12)
...
Issue: SPR-13566
9 years ago
Brian Clozel
2e5ddef07d
Upgrade to Jetty 9.3.5
...
Issue: SPR-13564
9 years ago
Rossen Stoyanchev
922e6de788
Avoid filtering if selector header is not in use
9 years ago
Rossen Stoyanchev
7ff915a01a
Enforce cacheLimit in DefaultSubscriptionRegistry
...
When the cacheLimit is reached and there is an eviction from the
updateCache, the accessCache is now also updated.
This change also ensures that adding a destination to the cache is
protected with synchronization on the updateCache.
Issue: SPR-13555
9 years ago
Brian Clozel
0f70ac74cd
Polish
...
Constructor.getParameterCount is JDK8+ only!
9 years ago
Brian Clozel
b7e75c5db4
Fix websocket compatibility with Tyrus 1.9 - 1.12
...
As of Tyrus 1.9, `TyrusEndpointWrapper`'s constructor has a new Boolean
argument (which is mandatory).
This commit reflectively chooses the right constructor method for Tyrus
1.9+ versions.
Issue: SPR-13566
9 years ago
Juergen Hoeller
59637ee708
Support for Jackson's default typing via TypeResolverBuilder
...
Issue: SPR-13569
9 years ago
Juergen Hoeller
155bbf5057
ResourceUtils supports Tomcat's "war:jar:" URL format
...
Issue: SPR-13393
9 years ago
Juergen Hoeller
b15f40472e
Updated compatibility statements in RequestUpgradeStrategy javadocs
9 years ago
Juergen Hoeller
357fab67a1
Upgrade to Tomcat 8.0.28 and Jackson 2.6.3
9 years ago
Juergen Hoeller
a5f81a0433
Clarified that getBody() never returns null
...
As the only place that historically differed, HttpComponents(Async)ClientHttpResponse returns an empty stream instead of null now.
Issue: SPR-13563
9 years ago
Juergen Hoeller
66177dfd8c
StreamUtils.emptyInput() for consistent empty InputStream exposure
...
Issue: SPR-13563
9 years ago
Juergen Hoeller
6256586047
Polishing
9 years ago
Juergen Hoeller
4391b299d9
Annotation-level javadoc for Model parameter on exception handler methods
...
Issue: SPR-13546
9 years ago
Stephane Nicoll
6210ab9208
Upgrade to Undertow 1.3.0.Final
9 years ago
Stephane Nicoll
02e583b1b1
Upgrade to H2 1.4.190
9 years ago
Stephane Nicoll
55f9384c6c
Merge pull request #887 from stoeckmann/master
...
* pr/887:
Fix typo
9 years ago