David Costanzo
e1df056059
Fix typo: "as describe in" -> "as described in"
3 years ago
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
4 years ago
Stephane Nicoll
982d8ea84a
Polish "Clarify docs on JNDI properties in Servlet environment"
...
See gh-28488
4 years ago
Arend v. Reinersdorff
67eb2bbf19
Clarify docs on JNDI properties in Servlet environment
...
See gh-28488
4 years ago
Marc Wrobel
165fba868c
Fix typos in reference docs
...
Closes gh-28805
4 years ago
Sébastien Deleuze
1201af20e4
Improve consistency of Kotlin injection code samples
...
Closes gh-28596
4 years ago
Sébastien Deleuze
d1df4d3739
Fix Kotlin code snippets language
...
Closes gh-28810
4 years ago
Sébastien Deleuze
1ef8800c6c
Fix Kotlin example for custom @Production
...
Closes gh-28680
4 years ago
Sébastien Deleuze
4d7e4e0c58
Fix a typo
...
See gh-28630
4 years ago
Sébastien Deleuze
3401359bdf
Refine @Required Kotlin documentation
...
Refine @Required Kotlin documentation to use
annotation use site targets.
Closes gh-28630
4 years ago
Sam Brannen
8b4750e705
Fix Kotlin example for @ComponentScan basePackages attribute
...
Closes gh-28628
4 years ago
Sam Brannen
babff8e635
Fix Kotlin example for dependency injection with static factory method
...
Closes gh-28589
4 years ago
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
4 years ago
Sam Brannen
48c797e429
Fix Kotlin example for static factory method
...
Closes gh-28399
4 years ago
Sam Brannen
be782a2197
Polish ref docs regarding the BeanFactory API
...
See gh-28403
4 years ago
Sam Brannen
ed06a6de26
Convert SimpleFormController example to @Controller in reference manual
...
This change is necessary since the SimpleFormController class no longer
exists.
4 years ago
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.
4 years ago
Pavel Anisimov
05d3e820f9
Polish reference to ManagedBean annotation
...
See gh-28004
4 years ago
Sam Brannen
6647023151
Document how to register annotated classes in a GenericWebApplicationContext
...
Closes gh-27778
4 years ago
Sam Brannen
7f65e17ff2
Improve documentation for implementing AspectJ around advice
...
Closes gh-27980
4 years ago
Sam Brannen
9095f1d584
Polish AspectJ documentation
4 years ago
Stephane Nicoll
98ce171b30
Revert "Mention explicitly that @EventListener should be put on public methods"
...
This reverts commit 57a5370eec .
See gh-27777
4 years ago
Stephane Nicoll
57a5370eec
Mention explicitly that @EventListener should be put on public methods
...
Closes gh-27777
4 years ago
Rossen Stoyanchev
0d478ca8dd
Add link to WebSocket scope from the Spring Core section
...
Closes gh-25172
4 years ago
julianladisch
1e0bdf95d0
Fix simple data format in appendix
...
See gh-1025
4 years ago
Thomas Darimont
767299c6dd
Document @Bean definitions via default methods
...
See gh-767
Co-authored-by: Stephane Nicoll <snicoll@vmware.com>
4 years ago
Juergen Hoeller
9bc09631d6
Recommend ObjectProvider as alternative to @Lazy for optional dependencies
...
Closes gh-27649
4 years ago
Dmitriy Bogdanov
c46cc666d6
Fix some typos and mistakes in ref docs
...
Closes gh-27388
5 years ago
Radek Crlik
78dd219787
Fix misplaced comma in AOP doc
...
See gh-27387
5 years ago
Grant Fleming
8f33450df2
Fix typo in core-beans.adoc
...
Closes gh-27377
5 years ago
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
5 years ago
Stephane Nicoll
98685e8be7
Fix link to Javadoc API
...
See gh-27151
5 years ago
Hubert Wo
e719bc2cda
Fix link to Javadoc API
...
See gh-27151
5 years ago
devorio
6427a4b5c0
Fix typo in core-beans.adoc
...
See gh-27113
5 years ago
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.
5 years ago
jbotuck
491d1c4c78
issue-26994 add missing ) to kotlin example
5 years ago
Sviatoslav Hryb
3b247a9c19
Fix MethodMatcher API doc description
...
Closes gh-26893
5 years ago
Sviatoslav Hryb
ae7d5200e5
Fix @Scope documentation in ref docs
...
Closes gh-26773
5 years ago
Sam Brannen
8456eaca8e
Polish SpEL selection/projection in ref docs
5 years ago
Sviatoslav Hryb
59015344a7
Fix SpEL selection description in ref docs
...
Closes gh-26852
5 years ago
Sam Brannen
c03162e616
Polishing
...
See gh-26862
5 years ago
Sviatoslav Hryb
35196d3c62
Fix aspect autodetection description
...
Closes gh-26862
5 years ago
Sviatoslav Hryb
719e7394d6
Fix MessageSource doc description
5 years ago
Sam Brannen
01e50fb60a
Polish SpEL chapter
5 years ago
Sviatoslav Hryb
3bded7659a
Improve documentation for SpEL constructor support
...
Closes gh-26846
5 years ago
Sam Brannen
5740eaf33e
Polishing
5 years ago
Sviatoslav Hryb
80d46ba80e
Update FactoryBean generic description in ref docs
...
Closes gh-26758
5 years ago
Sviatoslav Hryb
b153b5e53b
Fix Kotlin code formatting for Inline Maps section of ref docs
...
Closes gh-26836
5 years ago
Sviatoslav Hryb
e03fdeaf8b
Improve ref docs regarding @Bean method visibility constraints
...
Closes gh-26797
5 years ago
Sviatoslav Hryb
0286549466
Fix formatting for PersonValidator Kotlin example in ref docs
...
Closes gh-26832
5 years ago