Sam Brannen
5c4497a96c
Fix additional links to Selenium documentation
...
See gh-36875
(cherry picked from commit b4a378186f )
2026-06-05 14:58:22 +02:00
leestana01
0fadafa9bc
Fix broken links to Selenium documentation
...
The links to docs.seleniumhq.org no longer resolve, since the host was
retired.
This commit changes those links to use the current Selenium
documentation at selenium.dev.
Closes gh-36875
Signed-off-by: leestana01 <leestana01@naver.com >
(cherry picked from commit 220fcaa1e3 )
2026-06-05 14:58:14 +02:00
Sam Brannen
a22818564b
Update antora-extensions to 1.14.12
...
Closes gh-36851
(cherry picked from commit 6985d00fce )
2026-05-28 11:00:21 +02:00
Sam Brannen
cc48200b65
Upgrade Antora dependencies
...
(cherry picked from commit b95caa8331 )
2026-05-27 12:17:18 +02:00
Sam Brannen
44150f2523
Pin Node.js version to 24.15.0
...
Prior to this commit, the `antora` Gradle task silently failed to build
the reference documentation, since Antora uses the latest LTS release
for Node.js by default, and the latest LTS apparently does not work for
us.
(cherry picked from commit 7651d5841f )
2026-05-27 12:05:48 +02:00
dependabot[bot]
89ecaea937
Upgrade fast-xml-parser to 5.7.0
...
Closes gh-36691
(cherry picked from commit ac24766510 )
2026-05-20 16:54:45 +02:00
Yanming Zhou
5f661f1b64
Fix typos for validateExistingTransaction
...
Closes gh-36767
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com >
(cherry picked from commit cfb8dc6cc8 )
2026-05-09 16:41:51 +02:00
Sam Brannen
438b1011fe
Revise documentation for @ActiveProfiles and ActiveProfilesResolver
...
See gh-36269
See gh-36600
(cherry picked from commit 99b78adce3 )
2026-04-09 12:59:42 +02:00
Mohak-Nagaraju
c5e560574c
Document that spring.profiles.active is ignored by @ActiveProfiles
...
The Spring TestContext Framework does not honor the
`spring.profiles.active` system property when determining
active profiles for a test class if @ActiveProfiles is
used.
This commit documents that behavior in the @ActiveProfiles
and DefaultActiveProfilesResolver Javadoc, as well as in
the reference manual. A SystemPropertyActiveProfilesResolver
example is also added showing how to allow
`spring.profiles.active` to override @ActiveProfiles.
See gh-36269
Closes gh-36600
Signed-off-by: Mohak Nagaraju <98132980+Mohak-Nagaraju@users.noreply.github.com >
(cherry picked from commit 644731c9f6 )
2026-04-09 12:59:34 +02:00
Brian Clozel
2a9afd6ede
Document valid SpEL separators for tokenizer
...
(cherry picked from commit 14466eef4c )
(cherry picked from commit 8d390f4e5a )
2026-04-07 18:23:46 +02:00
Sam Brannen
522a2e2e80
Introduce Kotlin examples for Bean Overrides (@MockitoBean, etc.)
...
This commit introduces Kotlin examples in the reference manual for
@MockitoBean, @MockitoSpyBean, and @TestBean.
Closes gh-36541
(cherry picked from commit 6d3d3d11c4 )
2026-03-26 14:30:17 +01:00
Sam Brannen
315591f18e
Sync changes to antora-playbook.yml from docs-build branch
...
(cherry picked from commit 9fba394b8a )
2026-03-23 11:37:25 +01:00
Juergen Hoeller
96a028a028
Consistent IOException spelling in class/method names
2026-03-21 12:19:07 +01:00
github-actions[bot]
40562e2485
Update Antora Spring UI to v0.4.26
2026-03-17 09:21:37 +01:00
Sam Brannen
e598df8c60
Fix common typos and grammatical mistakes
...
Closes gh-36471
(cherry picked from commit 5eb0e99d58 )
2026-03-15 17:19:28 +01:00
Sam Brannen
0c4ed55fd2
Consistently use American English spelling
...
Since the Spring Framework uses American English spelling, this commit
updates Javadoc and the reference manual to ensure consistency in that
regard. However, there are two exceptions to this rule that arise due
to their use within a technical context.
- We use "cancelled/cancelling" instead of "canceled/canceling" in
numerous places (including error messages).
- We use "implementor" instead of "implementer".
Closes gh-36470
(cherry picked from commit 17699103dc )
2026-03-15 17:16:39 +01:00
Sam Brannen
d4f4c69318
Document @Fallback alongside Primary in the reference docs and @Bean Javadoc
...
Closes gh-36439
(cherry picked from commit 27686dc2e2 )
2026-03-10 17:28:49 +01:00
Sam Brannen
74ab6625ac
Document registration recommendations for BeanPostProcessor and BeanFactoryPostProcessor
...
Closes gh-34964
(cherry picked from commit 3b8efbe5a6 )
2026-03-10 13:09:35 +01:00
Sam Brannen
526f67cd83
Polish @Bean Javadoc and reference docs
...
(cherry picked from commit 644a20ae2a )
2026-03-10 13:09:17 +01:00
dependabot[bot]
b9517b8ed7
Upgrade fast-xml-parser to 5.3.8
...
Closes gh-36402
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit a87b2e0146 )
2026-03-01 13:14:49 +01:00
Sam Brannen
2d10d513e1
Consistently refer to URLs and URIs in documentation
...
(cherry picked from commit 04186fdf0e )
2026-03-01 13:06:56 +01:00
Tran Ngoc Nhan
c83fb69d9b
Fix links to UriComponentsBuilder and polish examples
...
Closes gh-36403
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com >
(cherry picked from commit b2b731b0ba )
2026-03-01 13:06:51 +01:00
Sam Brannen
455cb766a9
Further emphasize @Configuration classes over XML and Groovy in testing chapter
...
See gh-36393
(cherry picked from commit 9eea227ab9 )
2026-02-25 15:49:19 +01:00
Sam Brannen
c77993acac
Emphasize @Configuration classes over XML and Groovy in testing chapter
...
Closes gh-36393
(cherry picked from commit 706c98228d )
2026-02-25 15:27:25 +01:00
dependabot[bot]
688975e327
Upgrade fast-xml-parser to 5.3.6
...
Closes gh-36348
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit ee6a115a18 )
2026-02-25 10:29:02 +01:00
Sam Brannen
f87b5ee326
Polish contribution
...
See gh-36367
(cherry picked from commit b1cb9c5052 )
2026-02-23 17:33:15 +01:00
Tran Ngoc Nhan
7768cee7a0
Polish SpEL operator examples in reference docs
...
Closes gh-36367
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com >
(cherry picked from commit 057633edb5 )
2026-02-23 17:33:07 +01:00
Juergen Hoeller
a391db2ef5
Upgrade to ASM 9.9.1 and Objenesis 3.5
...
Closes gh-36244
(cherry picked from commit 40350653e1 )
2026-02-02 12:42:53 +01:00
dependabot[bot]
957202523c
Upgrade fast-xml-parser from 4.5.2 to 5.3.4 in /framework-docs
...
Closes gh-36234
(cherry picked from commit 6fd84e4c2f )
2026-01-31 15:33:14 +01:00
Sam Brannen
91ff706e8c
Fix formatting and spelling
...
(cherry picked from commit 4dacc64a30 )
2026-01-28 14:31:44 +01:00
Sam Brannen
103057de2a
Fix links to JUnit User Guide
...
Closes gh-36217
(cherry picked from commit ba47dd0714 )
2026-01-28 14:31:34 +01:00
rstoyanchev
b6d1e88563
Fix unfinished edit from previous commit
...
See gh-36198
2026-01-28 12:27:30 +00:00
rstoyanchev
af1e9da3d7
Update docs on trailing slash handling
...
Closes gh-36198
2026-01-28 12:23:47 +00:00
rstoyanchev
bc5e395a42
Update docs content types for ProblemDetail
...
Closes gh-36192
2026-01-28 12:21:56 +00:00
Sébastien Deleuze
7482ccc18f
Upgrade Antora dependencies
...
Closes gh-36106
2026-01-07 09:57:09 +01:00
Sam Brannen
c0e8a36592
Polishing
...
(cherry picked from commit ed451c107f )
2025-12-13 17:17:46 +01:00
Sam Brannen
836289315d
Revise contribution
...
See gh-36022
(cherry picked from commit 452257eb96 )
2025-12-13 17:16:49 +01:00
Tran Ngoc Nhan
08b77dd0ad
Fix typos and grammar in reference manual
...
Closes gh-36022
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com >
(cherry picked from commit a7863a0877 )
2025-12-13 17:16:04 +01:00
Sam Brannen
3eb1df0ac0
Update antora-extensions to 1.14.7
...
Closes gh-35949
(cherry picked from commit c7e24a5c26 )
2025-12-02 15:36:45 +01:00
Sam Brannen
3121daf553
Stop linking to 6.1.22-SNAPSHOT reference docs
...
With this commit, we now include snapshots for main (which currently
correlates to 7.0.x), 6.2.x, and 7.0.x to 9.*.x.
Closes gh-35923
(cherry picked from commit 305a512a55 )
2025-11-28 14:06:48 +01:00
Sam Brannen
c2f7cd3401
Convert sentence to tip in Kotlin testing chapter
...
This commit also moves the text to a more appropriate section of the
chapter.
(cherry picked from commit 24d152cdab )
2025-11-27 12:38:55 +01:00
Tran Ngoc Nhan
b39055f293
Fix broken Javadoc links to methods
...
Closes gh-35904
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com >
2025-11-26 17:12:18 +01:00
Sam Brannen
140933400d
Refer to "Spring Tools" instead of "Spring Tools for Eclipse"
...
Closes gh-35901
(cherry picked from commit 6504177e7b )
2025-11-26 16:12:27 +01:00
rstoyanchev
f9b4fba97a
Add required type to TypeMismatchException message args
...
Closes gh-35837
2025-11-26 12:50:26 +00:00
Sam Brannen
37e26e0377
Use current links to JUnit documentation
...
Closes gh-35892
(cherry picked from commit f4ee120a42 )
2025-11-26 13:25:54 +01:00
Sam Brannen
85c47a73dd
Fix formatting for backticks in Kotlin docs
...
(cherry picked from commit e625a28f6d )
2025-11-26 13:24:27 +01:00
Sam Brannen
ab93020263
Link to Spring Framework Artifacts wiki page
...
This commit revises the Integration Testing chapter to reference the
"Spring Framework Artifacts" wiki page instead of the nonexistent
"Dependency Management" section of the reference manual.
Closes gh-35890
(cherry picked from commit 45c1cd9295 )
2025-11-26 12:55:46 +01:00
github-actions[bot]
a4134663a6
Update Antora Spring UI to v0.4.25
...
Closes gh-35877
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-11-24 14:44:14 +01:00
github-actions[bot]
a4b1155ca6
Update Antora Spring UI to v0.4.22
...
Closes gh-35859
2025-11-24 10:14:50 +01:00
Sam Brannen
e5de8b9bc6
Fix link to MockMvc test in HtmlUnit section
...
See gh-35853
(cherry picked from commit 9fe4e7798d )
2025-11-19 17:19:34 +01:00