stqp
73e3df5df5
Fix typo in core-beans.adoc
...
Closes gh-25040
2020-05-09 14:06:45 +02:00
Brian Hartung
1658223e58
Fixed typo
...
Fixed another small documentation typo.
2020-04-15 14:20:35 +01:00
Brian Hartung
89775844ed
Fixed typos
...
Fixed a couple of minor documentation typos
2020-04-15 14:20:35 +01:00
Sam Brannen
6c26765985
Document default constructor as fallback for non-@Autowired constructors
...
Prior to this commit, it was unclear in the documentation that a default
constructor will be used by default for autowiring if multiple
constructors are present and none of them is annotated with @Autowired.
This commit improves the documentation in this regard.
Closes gh-24838
2020-04-07 14:35:40 +02:00
Juergen Hoeller
151a18d691
Explicit notes on BeanFactory.getType vs bean class in bean definition
...
Closes gh-24816
2020-04-03 21:11:07 +02:00
Sam Brannen
e26764d249
Remove duplicate words in documentation and polish Javadoc
2020-03-31 12:17:58 +02:00
Juergen Hoeller
bb1699a9d3
Revise documentation for autowiring with annotated constructors
...
Closes gh-24711
2020-03-23 18:01:30 +01:00
Sviatoslav Hryb
018ba92214
Fix formatting in AOP examples in documentation
2020-03-09 14:44:41 +00:00
Sviatoslav Hryb
f5195887c9
Fix ampersands in AOP examples in documentation
2020-03-09 13:27:55 +00:00
Qimiao Chen
7ce22e2f3a
Update IntroductionInfo example in reference manual
...
Closes gh-24650
2020-03-06 12:34:00 +01:00
Rossen Stoyanchev
e1b0296f9e
Polishing contribution
...
See gh-24589
2020-03-03 15:38:47 +00:00
陈其苗
771fbde951
Fix URL to Spring Tool Suite
...
See gh-24589
2020-03-03 15:38:47 +00:00
Sviatoslav Hryb
60fd95a354
Fix formatting for pointcut expression examples in documentation
...
Closes gh-24621
2020-03-02 13:42:09 +01:00
Andreas Volkmann
b30f9a1308
Fix typo in core-aop.adoc
...
Closes gh-24602
2020-02-26 18:33:25 +00:00
Qimiao Chen
8cf70fe509
Improve documentation for @Autowired/@Value in @Configuration classes
...
Closes gh-24585
2020-02-25 11:01:19 +01:00
Rossen Stoyanchev
7e402ba4fe
Improve docs on date and time formatting
...
Closes gh-24370
2020-02-24 19:05:09 +00:00
Sviatoslav Hryb
2ad4602ca0
Correct Ant-style Patterns example in documentation
...
Closes gh-24552
2020-02-19 10:51:16 +01:00
Rossen Stoyanchev
df1145b797
Correct documentation error in section on BeanWrapper
...
Closes gh-24510
2020-02-18 09:44:04 +00:00
Sviatoslav Hryb
9e7ab4d308
Correct formatting of MessageSource example in documentation
...
Closes gh-24531
2020-02-17 15:25:17 +01:00
Christoph Dreis
15b651cdfe
Polish documentation format
...
See gh-24460
2020-01-31 08:55:52 +01:00
Sam Brannen
2c86d6ded2
Polishing
2020-01-28 10:50:15 +01:00
Sviatoslav
eeaae16b17
Remove dated mention of "local" bean attribute
...
Closes gh-24430
2020-01-27 17:47:48 +00:00
Rob Winch
754a8ca05a
Fix Asciidoctor Warnings
...
- Fix "possible invalid reference" errors
- Add <filename>.adoc where necessary
- Remove invalid link to beans-servicelocator This section no longer exists
- Fix "skipping reference to missing attribute" errors
- Add pass macro to escape literals interpreted as attributes
- Add missing :api-spring-framework: attribute
- Remove invalid {JB} attribute
Closes gh-24427
2020-01-24 09:14:07 -06:00
Rossen Stoyanchev
3d33cf3764
Updates to Validation section in reference
...
Closes gh-24338
2020-01-16 15:42:28 +00:00
Sam Brannen
152254ab0a
Document supported characters for identifiers in SpEL expressions
...
Closes gh-24359
2020-01-15 13:53:22 +01:00
Sam Brannen
e3e7d90415
Improve documentation for FullyQualifiedAnnotationBeanNameGenerator
...
See gh-24114
2020-01-08 16:47:39 +01:00
Honnix
8082b338e2
Document that SpEL supports symbolic logical operators
...
Make it clear that symbolic logical operators are supported.
Closes gh-24276
2019-12-31 18:58:48 +01:00
Rossen Stoyanchev
797f618f2b
Remove mismatched marker in core-beans.adoc
...
Closes gh-24132
2019-12-04 16:14:14 +00:00
Wang Xuesong
d1ab81587c
[*.*] is displayed as [bold .] and needs to be escaped
...
execution(* com.xyz.service.*.*(..)) -> execution(* com.xyz.service.\*.*(..))
Closes gh-24108
2019-12-02 19:14:18 +01:00
ryenus
40331eaca3
Fix consecutive-word duplications in documentation
...
See gh-24089
2019-11-27 09:42:44 +01:00
Juergen Hoeller
55011e7a0f
Note on injecting results from local @Bean methods (self references)
...
Closes gh-23934
2019-11-13 16:17:01 +01:00
방성범 (Bang Seongbeom)
89fc0f2713
Fix typo in docs
...
Closes gh-23788
2019-11-01 11:57:03 +00:00
Martin Macko
96930924b2
Fixes broken links to dev.java.net
...
Closes gh-23746
2019-10-02 12:48:34 +02:00
Sam Brannen
f05b4625de
Merge branch '5.1.x'
2019-09-26 10:55:55 +02:00
Sam Brannen
7d126d3288
Improve documentation regarding "annotated classes"
...
See gh-23638
2019-09-26 10:26:36 +02:00
부종민
18eed79d73
Fix typo
...
See gh-23480
2019-08-18 08:09:56 +02:00
Sebastien Deleuze
76645644b1
Polishing
...
See gh-21778
2019-08-14 10:06:04 +02:00
Sebastien Deleuze
db02d38c89
Restore annotated code samples
...
See gh-21778
2019-08-14 10:00:16 +02:00
Sebastien Deleuze
32a942fda9
Polishing
2019-08-13 16:29:47 +02:00
Sebastien Deleuze
b52a50a7e0
Use Kotlin extensions for ClassPathXmlApplicationContext refdoc
...
Closes gh-23456
2019-08-13 09:42:08 +02:00
Sebastien Deleuze
96658235c8
Add Kotlin code snippets to core refdoc
...
This commit introduces Kotlin code snippets, for now
in the core reference documentation. Other sections
will follow, as well as improvements like global
language switch.
See gh-21778
2019-08-12 15:45:18 +02:00
Sam Brannen
1925526df5
Improve reference documentation for ContextClosedEvent
...
Closes gh-23436
2019-08-09 13:58:31 +02:00
Sam Brannen
e4fec9364c
Improve reference documentation for @Autowired's required attribute
...
Prior to this commit, the corresponding documentation was misleading.
Closes gh-23428
2019-08-09 11:37:46 +02:00
Sam Brannen
56eadff34f
Merge branch '5.1.x'
2019-07-17 18:58:08 +02:00
Sam Brannen
74ddf1bee5
Improve documentation for @Autowired constructors
...
Prior to this commit, there was some ambiguity surrounding semantics
for @Autowired constructors and `required = true`, especially for
multiple @Autowired constructors.
This commit improves the documentation in the Javadoc for @Autowired as
well as in the reference manual.
Closes gh-23263
2019-07-17 18:55:58 +02:00
Rob Winch
fde92793b5
Fix http URLs
...
See gh-22839
2019-07-11 18:14:20 +02:00
Sam Brannen
beb454a299
Use HTTPS links in documentation where possible
2019-06-21 16:51:44 +03:00
Sam Brannen
74d520fbfa
Polish @Value documentation in the Reference Manual
...
See gh-23052
2019-06-11 23:07:23 +03:00
Sebastien Deleuze
1af43d7164
Rework @Value documentation
...
See gh-23052
2019-06-11 17:54:43 +02:00
Sylvain Lemoine
74fcb0c5e8
Add proper @Value documentation
...
Closes gh-23052
2019-06-11 12:06:42 +02:00