Sébastien Deleuze
01ae0a7c26
Fix broken antora task
...
See https://github.com/spring-io/antora-extensions/pull/43
Closes gh-34455
10 months ago
Sam Brannen
b7a996a64b
Clarify component scanning of abstract classes with @Lookup methods
...
Due to changes in gh-19118, classes that contain @Lookup methods are
no longer required to be concrete classes for use with component
scanning; however, the reference documentation still states that such
classes must not be abstract.
This commit therefore removes the outdated reference documentation and
updates the corresponding Javadoc.
See gh-19118
Closes gh-34367
(cherry picked from commit 819a7c86c1 )
11 months ago
Tran Ngoc Nhan
8ccaabe778
Fix broken links in the web reference documentation
...
Backport of gh-34115.
Closes gh-34139
1 year ago
Tran Ngoc Nhan
75a920bc9f
Fix a typo in the filters documentation
...
Backport of gh-33959
Closes gh-33971
1 year ago
Sam Brannen
92874adae9
Polish SpEL documentation
...
(cherry picked from commit 7196f3f554 )
1 year ago
Sam Brannen
55167b7f50
Fix SpEL examples in reference guide
...
Closes gh-33907
(cherry picked from commit a12d40e10b )
1 year ago
Sam Brannen
1366d2926b
Upgrade to antora-ui-spring version 0.4.18
...
Closes gh-33892
(cherry picked from commit fe8573c0ab )
1 year ago
Sam Brannen
1e95332f62
Fix link to "Resources" section in reference guide
...
Closes gh-33882
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
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
Hosam Aly
4ef2b429e0
Fix a typo in beanvalidation.adoc
...
ContraintViolation => ConstraintViolation
Closes gh-33846
1 year ago
Juergen Hoeller
fa21dffcf8
Restore traditional AspectJ behavior through "spring.aop.ajc.ignore=true"
...
Closes gh-33704
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
Habin Song
5302e7aa25
Update fallback.adoc
...
Fix a typo.
Closes gh-33721
1 year ago
github-actions[bot]
cad02c1743
Update Antora Spring UI to v0.4.17
1 year ago
rstoyanchev
23656aebc6
Use Locale.ROOT consistently for toLower/toUpperCase
...
See gh-33708
1 year ago
Habin Song
7c2c4d7c9a
Update scheduling.adoc
...
Change 'OutOfMemoryErrors' to 'OutOfMemoryError'.
Closes gh-33703
1 year ago
Hosam Aly
97bce6d361
Fix link in testing/support-jdbc.adoc
...
Fix the link to "Testing Data Access Logic with an Embedded Database".
Closes gh-33686
1 year ago
Juergen Hoeller
2622db1dbe
Consistent references to annotation-based autowiring
1 year ago
Antoine Rey
daea92397f
Reference the spring-framework-petclinic repository
...
Closes gh-33539
1 year ago
Juergen Hoeller
54dbb9f52a
Upgrade to Objenesis 3.4
...
Closes gh-33526
1 year ago
Sébastien Deleuze
9150c81d92
Document fixed rate scheduling with CRaC
...
Closes gh-33490
1 year ago
Sam Brannen
46655f367e
Polishing
1 year ago
Sébastien Deleuze
83be0f2dac
Improve documentation on reading form data
...
`@RequestParam` should be favored over `@RequestBody`
which can't always be used reliably due to how the Servlet
API behaves.
Closes gh-33409
1 year ago
Sam Brannen
5927b70dfe
Update information in SpEL Evaluation chapter in reference manual
...
This commit updates the Evaluation chapter to reflect the following.
- SimpleEvaluationContext no longer has a create() method. Instead it
has forPropertyAccessors(), forReadOnlyDataBinding(), and
forReadWriteDataBinding() factory methods.
- SpEL cannot automatically create missing array elements or grow the
size of an array like it can for a collection.
Closes gh-33456
1 year ago
Sam Brannen
dca55236c4
Stop documenting use of -debug compiler flag in reference manual
...
Closes gh-33453
1 year ago
Sam Brannen
61b5b1edd8
Fix example for @ImportResource in the reference manual
...
Prior to this commit, the main() method attempted to retrieve a
TransferService bean from the context, but no such bean had been
configured in the context.
This commit addresses that by configuring a TransferService bean in the
context.
Closes gh-33446
1 year ago
Sam Brannen
22abcf9aef
Update examples to use Environment#matchesProfiles()
1 year ago
Sam Brannen
4fa27197a7
Fix titles for code listings and improve wording
1 year ago
Sam Brannen
acf82e7c6d
Use discrete headings instead of titled blocks in reference manual
...
This code switches from titled blocks to discrete headings in order to
properly format pseudo-section headers in the reference manual.
Closes gh-33447
1 year ago
Sam Brannen
29fdcf56eb
Polishing
1 year ago
Sébastien Deleuze
871539ab28
Fix a typo in the CDS documentation
...
Closes gh-33437
1 year ago
alfredo-toledano
aca5db817d
Fix link to core container introduction in ref docs
...
Closes gh-33417
1 year ago
Sébastien Deleuze
e0cb7aa0a0
Build documentation branches only for 6.1 and later
...
To avoid a duplication error caused by a conflict between the
6.0.x branch and the v6.0.23 tag.
Closes gh-33398
1 year ago
Stéphane Nicoll
7a250aa8ea
Polish
...
See gh-33354
1 year ago
Stéphane Nicoll
df7ac9b308
Polish "Fix error codes in Customizing Validation Errors section"
...
See gh-33354
1 year ago
Gonçalo Silva
43217bdf06
Fix error codes in Customizing Validation Errors section
...
See gh-33354
1 year ago
Robert Danczak
a31945f8b6
Fix syntax error in RestClient documentation
...
Closes gh-33350
1 year ago
Paul-Christian Volkmer
7e4884fcfa
Add missing Kotlin example for expectAll()
...
See gh-33341
1 year ago
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
cbdaafd409
Order dependencies
1 year ago
Stéphane Nicoll
af8dc44469
Polish "Stop referring to STRUCT and ARRAY as they are deprecated"
...
See gh-33248
1 year ago