Brian Clozel
2c8f670d5f
Support Validation in @MessageMapping annotated methods
...
Payload parameters in @MessageMapping annotated
methods can now also be validated when annotated
with a Validation annotation (@Valid, @Validated...).
A default Validator is registered by the MessageBroker
Configurer, but it is possible to provide a list of custom
validators as well.
Issue: SPR-11185
2014-01-03 15:25:33 +01:00
Juergen Hoeller
6183683041
Fixed typos
...
Issue: SPR-11232
Issue: SPR-11242
2013-12-17 18:26:23 +01:00
Sam Brannen
1c04dcbe17
Update readme.txt with current links
2013-12-13 18:00:06 +01:00
Sam Brannen
0b6bd46863
Polish reference manual
2013-12-13 15:58:45 +01:00
Sam Brannen
f199d5187b
Polish reference manual
2013-12-13 15:35:38 +01:00
Phillip Webb
421292acf4
Final documentation polish before 4.0
2013-12-11 22:31:29 -08:00
Rossen Stoyanchev
e637418010
Update stomp/websocket documentation
2013-12-11 23:36:55 -05:00
Rossen Stoyanchev
f36863947d
Update STOMP/WebSocket documentation
2013-12-11 21:18:06 -05:00
Juergen Hoeller
50b8a53415
What's New overhaul
2013-12-12 03:09:40 +01:00
Sam Brannen
6ee725031c
Document meta-annotation support in the TCF
...
This commit documents meta-annotation support for test-related
annotations in the TestContext framework within the reference manual.
Issue: SPR-11109
2013-12-12 02:39:44 +01:00
Sam Brannen
341854fb56
Revised wording around “new in 3.2”
2013-12-12 01:53:29 +01:00
Sam Brannen
48ecf0af57
Do not format TestContext unless referring to class
2013-12-12 01:39:05 +01:00
Brian Clozel
a9a20e297b
changed Sun references and links to Oracle
2013-12-12 01:32:52 +01:00
Sam Brannen
a83fb13fc4
Add Testing Improvements section to reference manual
2013-12-12 01:29:53 +01:00
Phillip Webb
b085ec90b2
Replace references to VMware with Pivotal
...
Replace references to VMware in license, notices and maven generation
with Pivotal, Inc.
Issue: SPR-11073
2013-12-11 14:08:55 -08:00
Phillip Webb
b124066d63
Add What's new in 4.0 to reference documentation
...
Update the reference documentation with "What's new in Spring 4.0".
2013-12-11 13:52:49 -08:00
Brian Clozel
309fe9ceb1
Document MVC concepts introduced in Spring 4.0
...
Update the MVC reference documentation with the new concepts and classes
introduced in Spring 4.0
This reverts commit 6f874d734a2a38431c74444894f54797ecf74933.
2013-12-11 13:52:49 -08:00
Rossen Stoyanchev
01a78bbbac
Add WebSocket reference documentation
...
Update reference documentation with a new section for Spring 4's
WebSocket support.
2013-12-11 13:52:48 -08:00
Brian Clozel
0a52c86559
Clean MVC reference documentation
...
Remove reference to removed deprecations and generally cleanup the MVC
documentation.
Cleanup Struts
2013-12-11 13:52:48 -08:00
Phillip Webb
d6b4d92eed
Clean reference docs and prepare for Spring 4
...
Polish and cleanup the asciidoc source and prepare the reference guide
for the upcoming Spring 4.0 release.
2013-12-11 13:52:48 -08:00
Brian Clozel
8b48ba2af3
Remove the What's new in Spring 3 from docs
...
Remove the entire What's new in Spring 3 section from the reference
documentation.
2013-12-11 13:52:47 -08:00
Phillip Webb
7e1e99d272
Extract appendix from main index.adoc
...
Extract the appendix into a separate asciidoc file in order to make the
main index.adoc easier to work with.
2013-12-11 13:52:47 -08:00
Brian Clozel
efc5074395
Document ControllerAdvice annotation
...
Issue: SPR-11149
2013-12-04 17:14:55 +01:00
Phillip Webb
59002f2456
Fix remaining compiler warnings
...
Fix remaining Java compiler warnings, mainly around missing
generics or deprecated code.
Also add the `-Werror` compiler option to ensure that any future
warnings will fail the build.
Issue: SPR-11064
2013-11-25 12:52:42 -08:00
Phillip Webb
f3504b2fd5
Fix docs sample for ConversionServiceFactoryBean
...
Fix the reference documentation example for ConversionServiceFactoryBean
to use a `<set>` instead of a `<list>`.
Issue: SPR-10802
2013-11-21 15:53:22 -08:00
Phillip Webb
5c7eaaa969
Fix SpEL docs indicating +/- is Supported on Date
...
Issue: SPR-11057
2013-11-20 13:13:27 -08:00
Phillip Webb
6f2004f4f8
Restore multi-page and PDF reference documentation
...
Generate docbook xml from the asciidoc reference guide and use the
docbook-reference-plugin to generate HTML (single and multi-page) and
PDF documentation.
Issue: SPR-11096
2013-11-19 16:50:56 -08:00
Phillip Webb
e54fc7bbdc
Add whitespace to improve asciidoc readability
...
Issue: SPR-11096
2013-11-19 16:50:46 -08:00
Phillip Webb
5d8b008a8b
Remove superfluous spaces in asciidoc
...
Remove the superfluous spaces that appear in the asciidoc source.
Issue: SPR-11096
2013-11-19 16:39:37 -08:00
Phillip Webb
a7251041f1
Fix broken reference guide links
...
Remove or replace broken links from the reference documentation.
Issue: SPR-11096
2013-11-18 20:20:23 -08:00
Phillip Webb
99cf06bfc9
Remove superfluous space before 'http' in asciidoc
...
Remove the superfluous space that appears before each 'http' reference
in the asciidoc source. Presumably there due to some quirk of the
docbook conversion.
Issue: SPR-11096
2013-11-18 20:17:54 -08:00
Phillip Webb
13bef4fd2d
Specify asciidoc type
...
Specify a specific asciidoc type of 'docbook' to prevent
'multiple titles at level 0' errors during generation.
Issue: SPR-11096
2013-11-18 20:14:24 -08:00
Phillip Webb
8e60bbc3ee
Replace asciidoc authors convention with attribute
...
Replace the second line of the asciidoc reference guide that, by
convention, specifies authors with an 'author' explicit attribute.
Issue: SPR-11096
2013-11-18 20:11:49 -08:00
Phillip Webb
7d7f0063f8
Wrap reference asciidoc at 90 characters
...
Reformat the asciidoc source for the reference guide to wrap at about
90 characters.
Issue: SPR-11096
2013-11-18 20:08:41 -08:00
Phillip Webb
cb858a3b01
Replace springsource.org links with spring.io
...
Update reference documentation links to use the new spring.io domain.
Issue: SPR-11096
2013-11-18 10:12:19 -08:00
Phillip Webb
4b0de69246
Replace non UTF-8 characters in asciidoc source
...
Replace the odd instance of non UTF-8 characters in the reference
asciidoc source, mainly smart-quotes.
Issue: SPR-11096
2013-11-18 10:11:49 -08:00
Biju Kunjummen
dfa7483812
Fix broken javadoc links in reference guide
...
Replace links in the reference documentation from
`http://static.springsource.org/spring/docs/current/api/ ..` to
`http://docs.spring.io/spring/docs/current/javadoc-api/ ..`
Issue: SPR-11087
2013-11-18 09:33:48 -08:00
Sam Brannen
c09f85172b
Use AsciiDoctor special characters
...
- Replaced ellipsis with "..."
- Replaced em dash with "--"
- Fixed issue with italics migration in the Standard Annotation Support
section of the Testing chapter
2013-11-07 13:18:31 +01:00
Rob Winch
dcc6ef262d
Poish asciidoctor
...
Issues: SPR-10960
2013-11-05 16:50:06 -06:00
Rob Winch
7bf4324f0f
Poish asciidoctor
...
Issues: SPR-10960
2013-11-05 13:52:25 -06:00
Rob Winch
3476d11fb8
Poish asciidoctor
...
Issues: SPR-10960
grate documentation to # deleted: src/reference/docbook/index.xml
2013-11-05 11:01:30 -06:00
Rossen Stoyanchev
2e57cf8bfc
Fold spring-test-mvc sources into spring-test
...
With spring-test compiling against Servlet 3.0 it is no longer required
to compile Spring MVC Test sources separately (from spring-test).
2013-11-05 11:44:13 -05:00
Rob Winch
fd0b6caf9e
Migrate documentation to asciidoctor
...
This commit migrates to asciidoctor to ease writing documentation.
Issues: SPR-10960
2013-11-04 11:49:52 -06:00
Sam Brannen
7ffd05a8e3
Document 'annotated classes' in Testing chapter
...
In order to help developers avoid surprises from unintended use of
"@Bean Lite Mode" when referencing classes via @ContextConfiguration in
the TestContext framework, this commit duplicates the previous
discussion of "annotated classes" from the Javadoc for
@ContextConfiguration as a tip in the "Context configuration with
annotated classes" section of the Testing chapter in the reference
manual.
Issue: SPR-10971
2013-10-16 18:10:47 +02:00
Gary Russell
0e7769b5bb
Add Reference to Spring AMQP Remoting in docs
...
Beginning with 1.2.0, Spring AMQP now supports remoting over AMQP with
a proxy factory bean an invoker service exporter.
Add documentation to the Spring Framework remoting section with a link
to the Spring AMQP documentation.
Issue: SPR-10501
2013-10-11 09:33:09 -07:00
Grzegorz Rożniecki
03daf593b2
Fix Cache documentation
...
Fixed malformed code snippets, formatted whitespace and changed invalid
external link.
2013-10-11 09:27:49 -07:00
Brian Clozel
62d6a43c61
Add NoHandlerFoundException to DispatcherServlet
...
Prior to this commit, the DispatcherServlet would send an error
response using the HttpServlet API when no Handler was found to
handle this request.
Now the DispatcherServlet can be configured to throw a
NoHandlerFoundException, when the throwExceptionIfNoHandlerFound
property is set to "true".
Those exceptions can be later on caught by default or custom
HandlerExceptionResolvers/ExceptionHandlers.
Issue: SPR-10481
2013-09-25 14:11:01 -04:00
Phillip Webb
371d255581
Fix typo in MVC reference documentation
...
Fix ContentNeogitatingViewResolver typo in MVC reference documentation.
Issue: SPR-10927
2013-09-23 16:05:00 -07:00
Grzegorz Rożniecki
00c744ba1a
Fix malformed code in documentation
...
Fixed code snippets in "Handling complex types for stored procedure
calls" paragraph.
Issue: SPR-10798
2013-08-28 14:25:57 -07:00
clemp6r
84242f1aff
Fix elvis operator mistake in reference docs
...
In the given example the expression using the Elvis operator will
return "Nikola Tesla" and not "Mike Tesla".
Issue: SPR-10850
2013-08-28 14:16:01 -07:00