kosmaty
eef41fd8ab
Fix doc style
...
Closes gh-1172
2016-09-14 11:07:26 +02:00
nkjackzhang
802a4c6d02
Remove unnecessary "method" in reference manual ( #1166 )
...
From context, It seems that the first word "method" is needless,
2016-09-12 11:47:26 +02:00
nkjackzhang
170d8ba5c4
Fix typo
...
There is no attribute named `path` in `@RequestParam`, so I change it to
`name`.
Closes gh-1165
2016-09-10 07:48:25 +02:00
nkjackzhang
00bc0b455e
Fix typo
...
Closes gh-1158
2016-09-07 09:37:00 +02:00
Sam Brannen
3dc6f1133c
Fix section ID for parallel test execution
...
Issue: SPR-5863
2016-09-05 19:03:26 +02:00
Sam Brannen
3e96cab0bb
Document parallel test execution support in the reference manual
...
Issue: SPR-5863
2016-09-05 18:58:39 +02:00
Sam Brannen
6efb166c36
Document before/after test execution callbacks in reference manual
...
Issue: SPR-4365
2016-09-05 17:48:47 +02:00
Rossen Stoyanchev
f3dd554dbe
Fix typos in docs and polish
2016-09-02 09:26:15 -04:00
sylvainlaurent
dc3f62d576
Fix class literal in instanceof
...
Closes gh-1151
2016-09-01 16:22:39 +02:00
Sebastien Deleuze
76ed101a23
Update Web Reactive documentation
2016-09-01 15:42:50 +02:00
Juergen Hoeller
aff914c98e
Documentation updates around configuration classes
2016-09-01 12:41:55 +02:00
Rossen Stoyanchev
391752abc2
Polish and update reactive getting started reference
...
This commit updates the instructions on getting started with
Spring Web Reactive and also updates constructors and setters to
streamline the getting started procedure.
Issue: SPR-14640
2016-08-30 14:36:19 -04:00
Sebastien Deleuze
e8530c917e
Add Smile and CBOR Jackson data formats support
...
This commit adds Smile and CBOR Jackson HttpMessageConverters
and make it possible to create Smile and CBOR ObjectMapper via
Jackson2ObjectMapperBuilder, which now allows to specify any
custom JsonFactory.
Like with JSON and XML Jackson support, the relevant
HttpMessageConverters are automaticially configurered by
Spring MVC WebMvcConfigurationSupport if jackson-dataformat-smile
or jackson-dataformat-cbor dependencies are found in the classpath.
Issue: SPR-14435
2016-08-30 11:06:40 +02:00
Brian Clozel
50040e6139
Revert "Consistently use annotation attributes in refdoc"
...
This reverts commit bbd5993945 .
2016-08-26 13:57:18 +02:00
Brian Clozel
bbd5993945
Consistently use annotation attributes in refdoc
2016-08-26 09:38:19 +02:00
Stephane Nicoll
b183934ed4
Remove reference to PayloadApplicationEvent
...
Issue: SPR-14594
2016-08-19 14:22:21 +02:00
Stephane Nicoll
74511181de
Document support for @ManagedBean
...
Issue: SPR-14600
2016-08-19 13:52:39 +02:00
Juergen Hoeller
53819c472f
Updated note on CompilationCustomizer and CompilerConfiguration
...
Issue: SPR-14585
(cherry picked from commit da56758 )
2016-08-17 22:33:21 +02:00
Juergen Hoeller
cf9b4d1e0b
Removed duplicate NoHandlerFoundException entry
...
Issue: SPR-14598
(cherry picked from commit 188e532 )
2016-08-17 21:54:40 +02:00
Juergen Hoeller
433764d217
GroovyScriptFactory supports CompilationCustomizer next to GroovyObjectCustomizer
...
Issue: SPR-14585
2016-08-17 00:47:50 +02:00
Stephane Nicoll
e802f0e731
Clarify use of Ehcache
...
Since we have a dedicated section regarding Ehcache that is only
applicable to Ehcache 2.x, this commit clarifies that Ehcache 3.x is
JSR-107 compliant and the JCache support should be used with it
rather than attempting to configure the Ehcache 2.x support.
2016-08-16 14:00:13 +02:00
Stephane Nicoll
0d59a15849
Better document #result semantic
...
Commit 240f254 has introduced support for `java.util.Optional` in the
cache abstraction. If such type is present, the contained value is cached
if it is present.
This new feature slightly changed the semantic of `#result` that was
documented up till this commit as the "return value of the method
invocation". This is no longer true as `#result` for `Optional<T>`
refers to the `T` instance and not the `Optional` instance.
This commit clarifies both the javadoc and the documentation.
Issue: SPR-14587
2016-08-16 13:45:10 +02:00
Sam Brannen
ed467f542a
Fix formatting in Web MVC chapter of reference manual
2016-08-15 21:07:35 +02:00
wolverine.kim
a3062dfe78
Fix typo
...
Closes gh-1129
2016-08-10 10:44:07 +02:00
Rossen Stoyanchev
62e08a5ebe
Minor update to Spring Web Reactive chapter
...
Issue: SPR-14565
2016-08-08 16:48:44 -04:00
Juergen Hoeller
aeec1245eb
ClientWebRequestBuilders documentation fix
...
Issue: SPR-14561
2016-08-08 13:20:27 +02:00
Juergen Hoeller
e03dea1d64
Polishing
2016-07-26 17:15:19 +02:00
Rossen Stoyanchev
7b564b72a1
Polish Spring Web Reactive content
2016-07-26 10:23:26 -04:00
Rossen Stoyanchev
5cf8b695cb
Add chapter on Spring Web Reactive support
...
Issue: SPR-14497
2016-07-25 18:34:39 -04:00
Rossen Stoyanchev
af4415e1ba
Move up CORS section
...
The CORS section is now ahead of
"Integrating with other web frameworks" and "WebSocket Support".
2016-07-25 18:34:39 -04:00
Juergen Hoeller
aae4874b85
Revised spring-orm test suite (no AbstractJpaTests anymore)
...
Issue: SPR-13515
2016-07-19 17:50:57 +02:00
Do Nhu Vy
a76a6b5c29
Fix broken hyperlink
...
Closes gh-1114
2016-07-18 08:16:58 +02:00
Juergen Hoeller
dc1664939c
Javadoc fixes and pruning of outdated references
2016-07-15 22:12:11 +02:00
fisache
9aa35a8b5f
Polish doc
...
Closes gh-1108
2016-07-14 19:15:38 +02:00
nkjackzhang
e2b8a786ff
Polish doc
...
Closes gh-1110
2016-07-14 11:56:46 +02:00
Sam Brannen
c341b39f71
Move "What's New" reference manual chapter to the wiki
...
A "What's New" page has been created in the Spring Framework wiki:
https://github.com/spring-projects/spring-framework/wiki/What's-New-in-the-Spring-Framework
This commit therefore links to the new wiki page from the appendix of
the reference manual and deletes the existing "What's New" chapter from
the reference manual.
Issue: SPR-14449
2016-07-12 17:35:49 +02:00
fisache
55ad5a448e
Polish doc
...
Closes gh-1105
2016-07-12 08:52:15 +02:00
nkjackzhang
1fb93044af
Polish doc
...
Closes gh-1107
2016-07-12 08:50:35 +02:00
Rossen Stoyanchev
d84b989025
Update notes on deps for broker relay
2016-07-08 09:20:49 -04:00
Stephane Nicoll
2bf9bc312e
Remove Guava cache support
...
This commit removes `GuavaCache` and support classes. Caffeine supersedes
the caching support in the Google Guava library with an actively maintained
Java 8+ version in standalone form.
As it is the only Guava feature Spring framework integrates with, this
commit removes effectively any reference to Guava.
Issue: SPR-13797
2016-07-08 10:57:05 +02:00
Stephane Nicoll
1103a9cd16
Remove trailing whitespaces
...
Closes gh-1100
2016-07-07 10:34:50 +02:00
nkjackzhang
6aeaa1976d
Add the injection point for the Provider
...
See gh-1100
2016-07-07 10:31:49 +02:00
nkjackzhang
7dfbc16f1f
Polish doc
...
Closes gh-1099
2016-07-06 11:20:32 +02:00
Juergen Hoeller
7dda9fbd8c
Drop JasperReports support
...
Issue: SPR-13294
2016-07-05 23:06:15 +02:00
Juergen Hoeller
bc2c22d51e
Streamline XML namespace support towards unversioned schemas
...
This commit also removes support code for outdated options which were only available in older schema versions.
Issue: SPR-13499
2016-07-05 20:50:03 +02:00
Stephane Nicoll
00d2606b00
Explicit type can be replaced by <>
...
Issue: SPR-13188
2016-07-05 17:00:34 +02:00
Juergen Hoeller
51252ebbca
Avoid defensive checks against Java 8 API (java.util.Optional etc)
...
This commit also fixes broken javadoc links and code references.
Issue: SPR-13188
2016-07-05 02:09:00 +02:00
Juergen Hoeller
d341624e91
Drop JDO support
...
Issue: SPR-14130
2016-07-04 23:34:48 +02:00
Juergen Hoeller
2b3445df81
Drop Portlet MVC support
...
This commit also removes the corresponding deprecated Servlet MVC variant and updates DispatcherServlet.properties to point to RequestMappingHandlerMapping/Adapter by default.
Issue: SPR-14129
2016-07-04 23:33:47 +02:00
Juergen Hoeller
ff6ead1fff
Remove Velocity support
...
Issue: SPR-13795
2016-07-04 23:30:58 +02:00