Stéphane Nicoll
46ba13b645
Review Caching infrastructure documentation
...
Closes gh-33288
1 year ago
Stéphane Nicoll
ea665d776d
Polish "Fix reference to configurePathMatching in code sample"
...
See gh-33277
1 year ago
sheip9
7a2fc2ff09
Fix reference to configurePathMatching in code sample
...
See gh-33277
1 year ago
Stéphane Nicoll
af8dc44469
Polish "Stop referring to STRUCT and ARRAY as they are deprecated"
...
See gh-33248
1 year ago
Tran Ngoc Nhan
955602bdbd
Stop referring to STRUCT and ARRAY as they are deprecated
...
See gh-33248
1 year ago
Stéphane Nicoll
a3b737ed00
Polish "Update links in reference manual"
...
See gh-33245
1 year ago
Tran Ngoc Nhan
61d1fde797
Update links in reference manual
...
See gh-33245
1 year ago
Brian Clozel
0bb309f433
Instrument @JmsListener session for response messages
...
Prior to this commit, the observation instrumentation for `@JmsListener`
annotated methods (implemented in `AbstractMessageListenerContainer`
would not instrument the JMS session using the Micrometer JMS support.
This means that response messages returned from the listener method
would be sent but no observation would be recorded. As a result, tracing
message properties would be also missing.
This commit ensures that the session provided to the listener method is
instrumented beforehand, if Micrometer is on the classpath and an
observation registry has been configured.
Fixes gh-33221
1 year ago
rstoyanchev
611d3e5551
Correct type names in docs on Validation in WebFlux
...
Closes gh-33061
1 year ago
Juergen Hoeller
300f4585be
Update spring.jdbc.getParameterType.ignore note for 6.1.2
...
See gh-25679
1 year ago
Hunhee Lee
3d8f1fb00f
Harmonize phrasing in URI Encoding section
...
See gh-33166
1 year ago
Sam Brannen
8b11ee9ee2
Document that ModelMap is not a supported argument type in WebFlux
...
Prior to this commit, the "Method Arguments" documentation for WebFlux
in the reference manual stated that WebFlux controller methods can
accept arguments of type Map, Model, or ModelMap to access the model.
However, ModelMap is actually not supported and results in exception
due to a type mismatch.
This commit updates the documentation to reflect this.
In addition, this commit updates related Javadoc and tests to avoid
mentioning or using ModelMap in WebFlux.
Closes gh-33107
2 years ago
Sam Brannen
1cf5264163
Polishing
2 years ago
Sam Brannen
c68c6faa03
Fix comment in Method Injection example in reference manual
...
Prior to this commit, the comment in the XML configuration example in
the Method Injection section of the reference manual referred to the
wrong bean names.
Closes gh-33096
2 years ago
Juergen Hoeller
4e2fb308f6
Document contentLength() behavior for InputStreamResource and custom subclasses
...
Closes gh-33089
2 years ago
Stéphane Nicoll
3e0849a566
Fix typo
...
Closes gh-33050
2 years ago
Stéphane Nicoll
6fdff201e9
Fix property name in Container Extension Points section
...
Closes gh-33037
2 years ago
Juergen Hoeller
eca2b9657e
Documentation notes for @Bean overriding and bean name matching
...
Closes gh-32825
2 years ago
hlmg
c6c64e6fe7
Fix typo
...
See gh-32993
2 years ago
Sébastien Deleuze
43a113f067
Polishing
...
See gh-32983
2 years ago
Sébastien Deleuze
dc250e1cc1
Remove outdated copyright from index.adoc
...
Closes gh-32983
2 years ago
ypyf
e12d1259d1
Use HttpStatusCode consistently in reference guide
...
See gh-32966
2 years ago
Tony Wen
301087e510
Fix entity name in MappingSqlQuery example of reference guide
...
See gh-32957
2 years ago
Stéphane Nicoll
7102c33661
Add section about using complex data structures with AOT
...
Closes gh-32273
2 years ago
Sébastien Deleuze
31806f3a6b
Fix MethodValidationPostProcessor refdoc
...
Closes gh-32929
2 years ago
Cong-Xin Cynthia Qiu
542ba3517f
Fix typo in Jakarta validation documentation
...
Closes gh-32928
2 years ago
Attacktive
73eb6f0660
Complete a Kotlin code snippet in the refdoc
...
Closes gh-32877
2 years ago
Stéphane Nicoll
c01aab5850
Polish
...
See gh-32874
2 years ago
Seungrae
61ef5a8930
Document using ThreadLocal#remove instead of ThreadLocal#set(null)
...
See gh-32874
2 years ago
rstoyanchev
89dd247b97
Improve docs on controller method validation
...
Closes gh-32807
2 years ago
Sébastien Deleuze
2a2ef443a5
Refine CDS documentation
...
Closes gh-32843
2 years ago
Juergen Hoeller
e509385eae
Add InputStreamResource(InputStreamSource) constructor for lambda expressions
...
Includes notes for reliable InputStream closing, in particular with Spring MVC.
Closes gh-32802
2 years ago
Brian Clozel
09b8feadc2
Document streaming/collecting behavior for Flux return values
...
Closes gh-32630
2 years ago
rstoyanchev
d03ea0bf19
Update docs on HandlerInterceptor
...
Closes gh-32729
2 years ago
rstoyanchev
1b60b86bb2
Update MockMvc section on Streaming in the docs
...
Closes gh-32687
2 years ago
Brian Clozel
89ce63f1f3
Replace RFC7807 by RFC9457 in documentation
...
This commit updates all references to RFC7807 by RFC9457 since the
former is now obsolete.
Closes gh-32806
2 years ago
Juergen Hoeller
22b6d66a28
Document @Order behavior on @Configuration classes versus @Bean methods
...
Includes brief note on self injection (extracted from qualifiers section).
Closes gh-30177
Closes gh-28299
2 years ago
Juergen Hoeller
9376e6322d
Revise IoC container introduction for modern configuration styles
...
Includes @Configuration(proxyBeanMethods=false) documentation.
Closes gh-32429
2 years ago
Juergen Hoeller
0eb937a866
Document limitations of CGLIB proxy class generation in JPMS module setups
...
Includes extended exception messages with common hints and explanations.
Closes gh-32671
2 years ago
Sébastien Deleuze
f17527a48b
Use expectBody<Person>() in WebTestClient documentation
...
Closes gh-32733
2 years ago
Seungrae Kim
32c80d5ae6
Fix incorrect class reference syntax in Kotlin code sample
...
Closes gh-32733
2 years ago
Juergen Hoeller
7263771552
Add documentation for CompletableFuture-driven rollback
...
Closes gh-32709
2 years ago
Juergen Hoeller
fab3633c75
Add notes on constructor and factory method overloading
...
Closes gh-32091
2 years ago
Sam Brannen
546ca9b834
Polishing
2 years ago
Johnny Lim
cc73ccefef
Polish
...
See gh-32696
2 years ago
Stéphane Nicoll
40596d444c
Provide a more explicit link to URI composition examples
...
Closes gh-32685
2 years ago
Stéphane Nicoll
cb5b9dcaed
Document AOT limitation of creating beans with custom arguments
...
Closes gh-32690
2 years ago
Arjen Poutsma
3971632415
Reintroduce SimpleClientHttpRequestFactory limitations
...
Closes gh-32641
2 years ago
Stéphane Nicoll
a942a6e172
Document behavior of profiles enabled for AOT optimizations
...
Closes gh-32543
2 years ago
kexin.an
640b97f33c
Polish reference guide
...
See gh-32557
2 years ago