Mattias-Sehlstedt
50b1fb0b15
Change the description for the uri client request observation
...
This commit describes what parts that are removed from the URI template
keyvalue.
Closes: gh-34116
Signed-off-by: Mattias-Sehlstedt <60173714+Mattias-Sehlstedt@users.noreply.github.com>
1 year ago
Stéphane Nicoll
0cdb8a1657
Polish contribution
...
Using commas render better than em dashes.
See gh-34165
1 year ago
Brenden Ehlers
fe8c70dddb
Fix grammatical structure in "Basic Concepts"
...
See gh-34165
1 year ago
Sébastien Deleuze
1ed74efa6b
Polishing
...
Closes gh-34148
1 year ago
Brenden Ehlers
eabd574038
Fix XML code snippet
...
See gh-34148
1 year ago
Brenden Ehlers
6c6e8ad831
Fix typo in link
...
See gh-34149
1 year ago
Tran Ngoc Nhan
ebae02a92b
Fix broken links in the web reference documentation
...
Closes gh-34115
1 year ago
Sam Brannen
99cb6ba0a7
Upgrade to Gradle 8.12
1 year ago
Sam Brannen
724700d708
Polishing
1 year ago
Andreas Kruck
83ba7e69ec
Fix minor typo in reference documentation for Kotlin annotations
...
Closes gh-34134
1 year ago
Stéphane Nicoll
2c32601553
Add note about using @EventListener on lazy beans
...
Closes gh-34057
1 year ago
Tran Ngoc Nhan
47c66f4352
Fix link to MockMvcBuilders in reference documentation
...
See gh-34031
1 year ago
Tran Ngoc Nhan
8c0ac8e062
Fix a typo in the filters documentation
...
Closes gh-33959
1 year ago
Sam Brannen
7a6e401d17
Document visibility requirements for Bean Overrides
...
This commit makes it clear that there are no visibility requirements
for @TestBean fields or factory methods as well as @MockitoBean or
@MockitoSpyBean fields.
Closes gh-33923
1 year ago
Sam Brannen
3569cfe990
Reject static Bean Override fields for @MockitoBean, @TestBean, etc.
...
Closes gh-33922
1 year ago
Sam Brannen
dd92eac3ad
Refer to message "receipt" instead of "reception"
1 year ago
Sam Brannen
874f056984
Polishing
1 year ago
Tran Ngoc Nhan
b77db64459
Fix typos and link in Observability documentation
...
Closes gh-33910
1 year ago
Sam Brannen
807e1e6126
Document support for varargs invocations in SpEL
...
Closes gh-33332
1 year ago
Sam Brannen
7196f3f554
Polish SpEL documentation
1 year ago
Sam Brannen
a12d40e10b
Fix SpEL examples in reference guide
...
Closes gh-33907
1 year ago
Sam Brannen
241b8b48f2
Clarify requirements for AOP around advice regarding MethodInterceptor
...
Closes gh-33901
1 year ago
Sam Brannen
173084f81a
Polish Spring AOP documentation
1 year ago
Sam Brannen
fe8573c0ab
Upgrade to antora-ui-spring version 0.4.18
...
Closes gh-33892
1 year ago
Sam Brannen
cca245020d
Improve documentation for SpelCompilerMode
...
Closes gh-33223
1 year ago
Sam Brannen
1e95332f62
Fix link to "Resources" section in reference guide
...
Closes gh-33882
1 year ago
Sam Brannen
b523f3caff
Polish documentation and exception message for @DurationFormat
1 year ago
Sam Brannen
bfde33a514
Document options for Date/Time parsing & formatting issues with JDK 20+
...
This commit updates Javadoc and the reference guide to document options
for handling date/time parsing and formatting issues on JDK 20 and higher.
A new "Date and Time Formatting with JDK 20 and higher" page has also been
introduced in the wiki.
https://github.com/spring-projects/spring-framework/wiki/Date-and-Time-Formatting-with-JDK-20-and-higher
Closes gh-33151
1 year ago
Sam Brannen
4d792d0e45
Remove mentions of Joda-Time support
...
Since Joda-Time support was removed in Spring Framework 6.0, this commit
removes obsolete mentions of Joda-Time in the reference guide and Javadoc.
See gh-27426
Closes gh-33881
1 year ago
Tran Ngoc Nhan
53b9a2cb78
Fix formatting issue in validation section of reference guide
...
Closes gh-33871
1 year ago
Tran Ngoc Nhan
85cf563741
Fix typo in reference documentation
...
See gh-33865
1 year ago
Tran Ngoc Nhan
8afd01ba2c
Fix typo in reference documentation
...
See gh-33865
1 year ago
Sam Brannen
0d9033592b
Document that circular dependencies should be avoided in AOT mode
...
Closes gh-33786
1 year ago
Sam Brannen
fc7b8ae966
Fix anchor name, consistently use title case, and polish wording
...
(cherry picked from commit 2e6c8daec6 )
1 year ago
Sam Brannen
c457131f1c
Fix heading level for "Programmatic bean registration" in AOT chapter
...
(cherry picked from commit 9f0dbc4051 )
1 year ago
Sam Brannen
05a880e3b5
Fix XML bean reference example in reference manual
...
Closes gh-33855
1 year ago
Sam Brannen
2e6c8daec6
Fix anchor name, consistently use title case, and polish wording
1 year ago
Hosam Aly
4ef2b429e0
Fix a typo in beanvalidation.adoc
...
ContraintViolation => ConstraintViolation
Closes gh-33846
1 year ago
Sébastien Deleuze
f4b3520ab3
Suppress Kotlin code sample warnings
1 year ago
Juergen Hoeller
fa21dffcf8
Restore traditional AspectJ behavior through "spring.aop.ajc.ignore=true"
...
Closes gh-33704
1 year ago
Sam Brannen
81d89f478a
Relax singleton enforcement for Bean Overrides in the TestContext framework
...
In gh-33602, we introduced strict singleton enforcement for bean
overrides -- for example, for @MockitoBean, @TestBean, etc. However,
the use of BeanFactory#isSingleton(beanName) can result in a
BeanCreationException for certain beans, such as a Spring Data JPA
FactoryBean for a JpaRepository.
In light of that, this commit relaxes the singleton enforcement in
BeanOverrideBeanFactoryPostProcessor by only checking the result of
BeanDefinition#isSingleton() for existing bean definitions.
This commit also updates the Javadoc and reference documentation to
reflect the status quo.
See gh-33602
Closes gh-33800
1 year ago
Sam Brannen
9f0dbc4051
Fix heading level for "Programmatic bean registration" in AOT chapter
1 year ago
Brian Clozel
acccbbec3f
Document UrlHandler Servlet and reactive filters
...
Closes gh-33784
1 year ago
Sam Brannen
3b82733e1f
Support @Mockito[Spy]Bean & @TestBean w/ @DirtiesContext "before method" modes
...
Closes gh-33783
1 year ago
Brian Clozel
20d21a8251
Rework links to Spring Boot in reference docs
...
Closes gh-33776
1 year ago
Nicklas Wiegandt
a0af708c03
Add cookie support to RestClient
...
See gh-33697
1 year ago
Brian Clozel
d8c153a9d1
Remove support for Resin Servlet container
...
This commit removes all references to the Resin Servlet container, as it
is not supported as of Spring Framework 6.0 because we require a
JakartaEE baseline.
Closes gh-33772
1 year ago
Sébastien Deleuze
2b0c1fa210
Improve the discoverability of Java and Kotlin APIs
...
This commit add external links in the refdoc to Java
and Kotlin APIs to make them more discoverable.
Closes gh-32835
1 year ago
Sehwan Lim
d22924c728
Fix incorrect regex rendering in MVC controller documentation
...
This commit fixes the issue where the regex pattern in the reference documentation
was not rendering correctly for the `/projects/{project:[a-z]+}/versions` mapping.
Closes gh-33766
1 year ago
RollW
6c93c67dd4
Add Kotlin code samples to the AOT documentation
...
Closes gh-33761
1 year ago