Juergen Hoeller
216e4eeba4
General doc revision: configuration updates, consistent formatting etc
7 years ago
Juergen Hoeller
3eb1042a53
Revised AOP documentation: load-time weaving, CGLIB etc
...
Includes removal of outdated Spring 1.2/2.0 references.
Closes gh-22429
7 years ago
Sebastien Deleuze
9e873af6ab
Remove infix qualifier from ResultActionsDsl methods
...
The infix form limits the extensibility of the API and
prevents calling `andReturn()`.
See gh-1951
7 years ago
Sebastien Deleuze
0c332286f1
Add MockMvc Kotlin DSL
...
This commit introduces a `MockMvc` Kotlin DSL via a set of
extensions like `MockMvc.get` or `MockMvc.request`
that provide a Kotlin idiomatic and easily discoverable
API while staying close to the original Java API design.
Closes gh-1951
7 years ago
Sam Brannen
b7d60b9b89
Improve @EventListener documentation
7 years ago
DamianChlod
fe458aabde
Fix typo in `my-property'
...
Closes gh-22500
7 years ago
Sam Brannen
9f751ef914
Polish contribution
...
See: gh-456
7 years ago
Adib Saikali
b4fc7b410b
Document that @Transactional is not supported on test lifecycle methods
...
This commit adds a tip clarifying that TestNG's @BeforeClass and
@BeforeSuite methods can not be annotated with Spring's @Transactional
annotation.
Closes: gh-456
7 years ago
Sebastien Deleuze
25d7f09f8d
Polishing
7 years ago
Sebastien Deleuze
caa1730169
Polishing
7 years ago
Sebastien Deleuze
19f792db66
Add Coroutines support for WebClient and WebFlux.fn
...
This commit is the first part of a more complete Coroutines
support coming in Spring Framework 5.2. It introduces suspendable
Kotlin extensions for Mono based methods in WebFlux classes like
WebClient, ServerRequest, ServerResponse as well as a Coroutines
router usable via `coRouter { }`.
Coroutines extensions use `await` prefix or `AndAwait` suffix,
and most are using names close to their Reactive counterparts,
except `exchange` in `WebClient.RequestHeadersSpec`
which translates to `awaitResponse`.
Upcoming expected changes are:
- Leverage `Dispatchers.Unconfined` (Kotlin/kotlinx.coroutines#972 )
- Expose extensions for `Flux` based API (Kotlin/kotlinx.coroutines#254 )
- Introduce interop with `CoroutineContext` (Kotlin/kotlinx.coroutines#284 )
- Support Coroutines in `ReactiveAdapterRegistry`
- Support Coroutines for WebFlux annotated controllers
- Fix return type of Kotlin suspending functions (gh-21058)
See gh-19975
7 years ago
Sam Brannen
7c65b57530
Polish Kotlin chapter
7 years ago
Sebastien Deleuze
ab32dc8937
Document checked exceptions with proxies in Kotlin
...
Closes gh-22412
7 years ago
Sebastien Deleuze
6089ec1161
Add a warning in Kotlin Script Templates documentation
7 years ago
Juergen Hoeller
c2bd229d4c
Clarify role of 'aware' callback interfaces
7 years ago
Sebastien Deleuze
2a0a002bd3
Improve Kotlin documentation
...
Closes gh-22400
7 years ago
dzou
514f7e3328
Add link to Kotlin sample for Spring Cloud GCP
...
Closes gh-2070
7 years ago
Juergen Hoeller
15af0d9787
Polishing
7 years ago
Juergen Hoeller
0b617a8c93
Deprecate PreferencesPlaceholderConfigurer along with its base class
...
Also removing common PropertyPlaceholderConfigurer doc references.
See gh-22181
7 years ago
Juergen Hoeller
5f4c461d4f
Documentation revision for @PostConstruct/PreDestroy and @Required
...
Closes gh-22348
7 years ago
Juergen Hoeller
5eca512c46
Ref doc mentions SimpleTransactionScope next to SimpleThreadScope
...
Closes gh-22180
7 years ago
Stephane Nicoll
229f354df1
Polish "Improve spring-context-indexer documentation"
...
Closes gh-22339
7 years ago
Vedran Pavic
43ea25e413
Improve spring-context-indexer documentation
...
See gh-22339
7 years ago
Sam Brannen
edadb9efb6
Remove obsolete PetClinic Example section of Testing chapter
...
Issue: #22288
7 years ago
Rossen Stoyanchev
810b615471
Correct issus in Spring MVC section
...
Fixes #22282
7 years ago
Rossen Stoyanchev
51f9e0aaca
Typo in webmvc.adoc
7 years ago
Sebastien Deleuze
fc6cff53bb
Clarify documentation about JSON Views
...
This commit intends to clarify the documentation by avoiding confusion
between @JsonView and Spring MVC JSON views.
Fixes #22280
7 years ago
Rossen Stoyanchev
020c537c03
Add note to CorsFilter section
...
Fixes #19841
7 years ago
Rossen Stoyanchev
a77eee899a
Document synchronous use of the WebClient
...
Fixes #22173
7 years ago
Rossen Stoyanchev
bdac937a43
Replace more references to issue tracker
...
Fixes #22254
7 years ago
Rossen Stoyanchev
189e1afc6e
Use try-with-resources in documentation samples
...
Fixes #22269
7 years ago
Rossen Stoyanchev
d1862a26dd
Typo in web documentation
...
Fixes #22270
7 years ago
Stefan Penndorf
04ce61968d
Fix typo in cache abstraction chapter
...
Closes gh-22256
7 years ago
Arjen Poutsma
89a7e752ef
Remove Castor marshaller
...
Resolves #22250
7 years ago
Arjen Poutsma
bfff9ca0ce
Fix typo
...
Resolves #22241
7 years ago
Brian Clozel
33cbe2e77a
Remove admonitions surrounding code snippets
7 years ago
Brian Clozel
8c768e48fa
Use Spring Doc Resources for reference docs
...
This commit removes the custom static resources for the reference
documentation and instead uses the new Spring Doc Resources project
https://github.com/spring-io/spring-doc-resources
The asciidoctor theme is now shared between Spring projects and
integrated in the project build.
7 years ago
Sam Brannen
e1e6224acb
Document effect of preemptive timeouts on transactional tests
...
Issue: SPR-17647
7 years ago
Sam Brannen
df13e4dd5e
Document effect of preemptive timeouts on transactional tests
...
Issue: SPR-17647
7 years ago
Sam Brannen
cf565067fe
Document effect of @DirtiesContext when used with constructor injection
...
Issue: SPR-17654
7 years ago
Sam Brannen
2159518252
Improve documentation for DI options in the TestContext framework
7 years ago
Sam Brannen
bd9d3334a2
Document effect of @DirtiesContext when used with constructor injection
...
Issue: SPR-17654
7 years ago
Sam Brannen
9ea618ede9
Improve documentation for DI options in the TestContext framework
7 years ago
Pier Dipi
d459e1ad61
Fix typo
...
Closes gh-2064
7 years ago
Chen Dayu
bd6432cb79
Fix formatting in data-access.adoc ( #2062 )
7 years ago
Gyllsdorff
56d93bac89
Fix spelling of "reactive HttpClient" in doc
7 years ago
Sam Brannen
44f39d4ce0
Fix Java comment in Reference Manual
7 years ago
Stephane Nicoll
e42cf9dc56
Polish "Fix method name in comment"
...
Closes gh-2057
7 years ago
Kim Saabye Pedersen
65cb935333
Fix method name in comment
...
See gh-2057
7 years ago
Juergen Hoeller
fc9d1760be
Revised c-namespace example
...
Issue: SPR-17601
7 years ago