Sam Brannen
22bb76d326
Revise documentation for @AspectJ argument name resolution algorithm
...
Closes gh-30057
2023-03-02 17:22:17 +01:00
Sam Brannen
4dc45d551c
Update documentation for @AspectJ argument name resolution algorithm
...
Closes gh-30057
2023-03-01 17:29:50 +01:00
Sam Brannen
28d11aaf64
Polish contribution
...
See gh-30036
2023-02-27 16:47:09 +01:00
1993heqiang
02941127e1
Fix "Configuring a Global Date and Time Format" example
...
Closes gh-30036
2023-02-27 16:47:03 +01:00
Juergen Hoeller
0026338c00
Consistent @Bean method return type for equivalence with XML example
...
Closes gh-29970
2023-02-14 16:57:35 +01:00
Sam Brannen
916539178b
Improve documentation for literals in SpEL expressions
...
Closes gh-29701
2022-12-16 14:51:48 +01:00
David Costanzo
e1df056059
Fix typo: "as describe in" -> "as described in"
2022-10-31 09:07:39 +01:00
Marc Wrobel
ce49068ff9
Fix links in Javadoc and reference docs
...
- Fix broken links (by using a new URL, an alternative URL, or a
Wayback Machine link)
- Use HTTPS where possible
- Remove https://issuetracker.springsource.com/browse/EBR-349 : this
link is dead and is also mentioned in
https://jira.spring.io/browse/SPR-8093
- Clean up nohttp allowlist.lines
Closes gh-28876
2022-09-14 17:00:11 +02:00
Stephane Nicoll
982d8ea84a
Polish "Clarify docs on JNDI properties in Servlet environment"
...
See gh-28488
2022-07-29 17:09:55 +02:00
Arend v. Reinersdorff
67eb2bbf19
Clarify docs on JNDI properties in Servlet environment
...
See gh-28488
2022-07-29 17:05:58 +02:00
Marc Wrobel
165fba868c
Fix typos in reference docs
...
Closes gh-28805
2022-07-13 15:12:31 +02:00
Sébastien Deleuze
1201af20e4
Improve consistency of Kotlin injection code samples
...
Closes gh-28596
2022-07-13 09:42:47 +02:00
Sébastien Deleuze
d1df4d3739
Fix Kotlin code snippets language
...
Closes gh-28810
2022-07-13 09:21:02 +02:00
Sébastien Deleuze
1ef8800c6c
Fix Kotlin example for custom @Production
...
Closes gh-28680
2022-07-13 09:13:47 +02:00
Sébastien Deleuze
4d7e4e0c58
Fix a typo
...
See gh-28630
2022-07-12 18:54:01 +02:00
Sébastien Deleuze
3401359bdf
Refine @Required Kotlin documentation
...
Refine @Required Kotlin documentation to use
annotation use site targets.
Closes gh-28630
2022-06-17 12:25:52 +02:00
Sam Brannen
8b4750e705
Fix Kotlin example for @ComponentScan basePackages attribute
...
Closes gh-28628
2022-06-15 11:27:39 +02:00
Sam Brannen
babff8e635
Fix Kotlin example for dependency injection with static factory method
...
Closes gh-28589
2022-06-09 13:16:19 +02:00
Sam Brannen
290cc73d3d
Fix Kotlin example for @Required
...
Since @Required can only be declared on a method, this commit moves the
@Required declaration from the field to the "set" method.
Closes gh-28590
2022-06-09 13:13:43 +02:00
Sam Brannen
48c797e429
Fix Kotlin example for static factory method
...
Closes gh-28399
2022-05-11 17:33:31 +02:00
Sam Brannen
be782a2197
Polish ref docs regarding the BeanFactory API
...
See gh-28403
2022-05-11 17:16:40 +02:00
Sam Brannen
ed06a6de26
Convert SimpleFormController example to @Controller in reference manual
...
This change is necessary since the SimpleFormController class no longer
exists.
2022-05-03 12:03:04 +02:00
Sam Brannen
64b64d9ba0
Stop referring to features as "Java 5" features
...
With a Java 8 baseline in place for quite some time now, it no longer
makes sense to refer to features such as annotations as "Java 5
annotations".
This commit also removes old `Tiger*Tests` classes, thereby avoiding
duplicate execution of various tests.
2022-03-18 16:32:30 +01:00
Pavel Anisimov
05d3e820f9
Polish reference to ManagedBean annotation
...
See gh-28004
2022-02-04 09:23:32 +01:00
Sam Brannen
6647023151
Document how to register annotated classes in a GenericWebApplicationContext
...
Closes gh-27778
2022-01-27 16:08:16 +01:00
Sam Brannen
7f65e17ff2
Improve documentation for implementing AspectJ around advice
...
Closes gh-27980
2022-01-26 17:32:48 +01:00
Sam Brannen
9095f1d584
Polish AspectJ documentation
2022-01-26 17:32:48 +01:00
Stephane Nicoll
98ce171b30
Revert "Mention explicitly that @EventListener should be put on public methods"
...
This reverts commit 57a5370eec .
See gh-27777
2021-12-09 15:18:56 +01:00
Stephane Nicoll
57a5370eec
Mention explicitly that @EventListener should be put on public methods
...
Closes gh-27777
2021-12-09 14:43:00 +01:00
Rossen Stoyanchev
0d478ca8dd
Add link to WebSocket scope from the Spring Core section
...
Closes gh-25172
2021-11-29 17:37:37 +00:00
julianladisch
1e0bdf95d0
Fix simple data format in appendix
...
See gh-1025
2021-11-22 13:26:57 +01:00
Thomas Darimont
767299c6dd
Document @Bean definitions via default methods
...
See gh-767
Co-authored-by: Stephane Nicoll <snicoll@vmware.com >
2021-11-22 12:55:22 +01:00
Juergen Hoeller
9bc09631d6
Recommend ObjectProvider as alternative to @Lazy for optional dependencies
...
Closes gh-27649
2021-11-09 22:29:56 +01:00
Dmitriy Bogdanov
c46cc666d6
Fix some typos and mistakes in ref docs
...
Closes gh-27388
2021-09-14 15:06:19 +02:00
Radek Crlik
78dd219787
Fix misplaced comma in AOP doc
...
See gh-27387
2021-09-12 08:52:07 +02:00
Grant Fleming
8f33450df2
Fix typo in core-beans.adoc
...
Closes gh-27377
2021-09-09 13:26:44 +02:00
Arjen Poutsma
bf2790498b
Document ResourceBundle limitations
...
This commit adds a note to the documentation saying that ResourceBundle
does not support multiple bundles with the same base name.
Closes gh-27038
2021-07-13 13:45:03 +02:00
Stephane Nicoll
98685e8be7
Fix link to Javadoc API
...
See gh-27151
2021-07-11 09:09:46 +02:00
Hubert Wo
e719bc2cda
Fix link to Javadoc API
...
See gh-27151
2021-07-11 09:05:20 +02:00
devorio
6427a4b5c0
Fix typo in core-beans.adoc
...
See gh-27113
2021-06-30 20:27:55 +02:00
Sam Brannen
3214786757
Define global Asciidoc attributes once
...
This commit defines the doc-root and api-spring-framework attributes
once in docs.gradle instead of duplicating them in each *.adoc file.
This commit also introduces a new docs-spring-framework global
attribute.
2021-06-22 18:39:33 +02:00
jbotuck
491d1c4c78
issue-26994 add missing ) to kotlin example
2021-06-02 12:51:37 +01:00
Sviatoslav Hryb
3b247a9c19
Fix MethodMatcher API doc description
...
Closes gh-26893
2021-05-05 12:21:46 +02:00
Sviatoslav Hryb
ae7d5200e5
Fix @Scope documentation in ref docs
...
Closes gh-26773
2021-04-29 18:08:54 +02:00
Sam Brannen
8456eaca8e
Polish SpEL selection/projection in ref docs
2021-04-28 15:54:39 +02:00
Sviatoslav Hryb
59015344a7
Fix SpEL selection description in ref docs
...
Closes gh-26852
2021-04-28 15:47:16 +02:00
Sam Brannen
c03162e616
Polishing
...
See gh-26862
2021-04-28 15:43:52 +02:00
Sviatoslav Hryb
35196d3c62
Fix aspect autodetection description
...
Closes gh-26862
2021-04-28 15:37:59 +02:00
Sviatoslav Hryb
719e7394d6
Fix MessageSource doc description
2021-04-28 11:04:01 +01:00
Sam Brannen
01e50fb60a
Polish SpEL chapter
2021-04-22 18:55:40 +02:00