Juergen Hoeller
e8a082fbe1
Clarified setAutowireCandidate semantics (plus attribute reordering in BeanDefinition)
...
Issue: SPR-15072
2016-12-30 11:30:18 +01:00
Juergen Hoeller
fc629bb508
Polishing
2016-12-29 22:39:36 +01:00
Juergen Hoeller
edc62be231
@Scheduled reliably applies after other post-processors and shuts down before TaskScheduler
...
Issue: SPR-14692
Issue: SPR-15067
2016-12-29 22:35:10 +01:00
Rossen Stoyanchev
a30ceafc2c
Update image
2016-12-29 13:17:13 -05:00
Rossen Stoyanchev
58d79fffd8
Doc updates
2016-12-29 13:07:36 -05:00
Rossen Stoyanchev
5333f9cbf1
Doc updates
2016-12-29 13:01:36 -05:00
Rossen Stoyanchev
6bf12812f1
More documentation updates
2016-12-29 12:35:01 -05:00
Sebastien Deleuze
963ea062e4
Update Spring Web Reactive reference documentation
...
Issue: SPR-14912
2016-12-28 18:48:35 +01:00
Rossen Stoyanchev
2191d80a31
Allow athentication at the STOMP level
...
This commit makes it possible for a ChannelInterceptor to override the
user header in a Spring Message that contains a STOMP CONNECT frame.
After the message is sent, the updated user header is observed and
saved to be associated with session thereafter.
Issue: SPR-14690
2016-12-13 17:59:51 -05:00
Juergen Hoeller
2f80b8485a
JPA/Hibernate docs: transaction management, JTA setup
...
Issue: SPR-14957
2016-12-08 18:24:12 +01:00
Juergen Hoeller
05579fd1b9
SpEL docs: supported literals, null comparisons
...
Issue: SPR-14361
Issue: SPR-14987
2016-12-08 18:16:48 +01:00
Juergen Hoeller
6517c53768
Consistent use of "URI variables" terminology
...
Issue: SPR-14969
2016-12-08 18:11:21 +01:00
Stephane Nicoll
f0ceefba0e
Polish doc
2016-11-17 07:25:11 +09:00
Juergen Hoeller
8df45dd274
@Async docs explicitly mention ListenableFuture and CompletableFuture
...
Issue: SPR-14881
2016-11-04 12:54:24 +01:00
Eric Jain
d7b68f8b91
Escape (( and )) to prevent asciidoc processing
...
See http://asciidoctor.org/docs/user-manual/#user-index
Closes gh-1225
2016-10-27 08:49:26 +02:00
Stephane Nicoll
19db0424d2
Clarify SpEL usage on @EventListener
...
Issue: SPR-14812
2016-10-25 17:45:12 +02:00
Andriy Kryvtsun
50a44aab54
Import format fix according to Code Style
...
Closes gh-1222
2016-10-25 17:22:38 +02:00
Brian Clozel
31af6783a5
Update reference doc after WebClient changes
...
Issue: SPR-14827
2016-10-20 15:41:29 +02:00
Philippe Marschall
f7c79295f3
Fix NativeJdbcExtractors documentation
...
The documentation mentions various NativeJdbcExtractors that no longer
exist. To be specific CommonsDbcpNativeJdbcExtractor and
XAPoolNativeJdbcExtractor no longer exist.
This commit includes the following changes:
* remove CommonsDbcpNativeJdbcExtractor references from Asciidoctor
* remove CommonsDbcpNativeJdbcExtractor references from Javadoc
* remove XAPoolNativeJdbcExtractor references from Asciidoctor
Issue: SPR-14810
Closes gh-1205
2016-10-15 11:56:57 +03:00
Rossen Stoyanchev
c7fb851e5a
Polish
2016-10-14 18:11:16 -04:00
Philippe Marschall
eee742da7f
Remove OracleLobHandler from documentation
...
Now that OracleLobHandler has finally been removed it should also be
removed from the documentation.
This commit includes the following changes:
* remove OracleLobHandler references from Javadoc
* remove OracleLobHandler references from Asciidoctor
Issue: SPR-14809
Closes gh-1204
2016-10-14 18:00:26 +03:00
Rossen Stoyanchev
e3ecf012f9
Add docs on error handling in REST scenarios
2016-10-13 13:56:40 -04:00
Juergen Hoeller
69116c2acc
Documentation for InjectionPoint argument on @Bean method
...
Issue: SPR-14797
2016-10-12 17:14:24 +02:00
Stephane Nicoll
715006d5df
Fix table layout
2016-10-06 15:26:26 +02:00
Juergen Hoeller
684d6ab553
@Lookup reference documentation
...
Issue: SPR-14765
2016-10-04 22:39:08 +02:00
Juergen Hoeller
89717e1783
Reactive setup refinements
2016-09-21 11:24:20 +02:00
Stephane Nicoll
ec865d27d8
Polish
2016-09-19 14:58:00 +02:00
Krzysztof Kosmatka
0ada3f2dab
Documentation formatting fix
...
Removed unnecessary quotation marks that caused improper rendering
of in-line code.
Closes gh-1180
2016-09-19 14:52:06 +02:00
Krzysztof Kosmatka
906827ea92
Add missing quotation mark
...
Closes gh-1181
2016-09-19 14:46:05 +02:00
Rossen Stoyanchev
cf2112f539
Update intializer for the reactive servlet adapter
...
Move the AbstractServletHttpHandlerAdapterInitializer together with
the other two base classes in spring-web-reactive. Since the
interface is in the web package, this avoids a package cycle.
Also add a mention in the reference.
Issue: SPR-14713
2016-09-16 12:57:16 -04:00
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