Juergen Hoeller
e72b0a04cd
Document limitations for MessageProducer/Consumer caching with WebLogic JMS
...
Closes gh-28500
4 years ago
Arjen Poutsma
27738cc20f
Fix code samples for nested router functions
...
Closes gh-28603
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
Stephane Nicoll
e18a118f8b
Polish contribution
...
See gh-28572
4 years ago
Lee, Kyutae
77aac7768d
Update reference docs to use PropertySourcesPlaceholderConfigurer
...
See gh-28572
4 years ago
Ikko Ashimine
6e3b3c5419
Fix typo in webflux.adoc
...
See gh-28542
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
Juergen Hoeller
f963fc5f98
Check that nullable annotations are from org.springframework.lang
...
Closes gh-28410
4 years ago
Lee, Kyutae
7a75b94556
Fix typo in reference docs regarding RequestMappingHandlerAdapter
...
Closes gh-28370
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
a7cf19cec5
Improve documentation and matching algorithm in data binders
4 years ago
Sam Brannen
d927e37364
Add "Testing ORM entity lifecycle callbacks" note to Testing chapter
...
Closes gh-28228
4 years ago
Stephane Nicoll
4b150fd451
Update copyright date in reference manual
...
Closes gh-28237
4 years ago
Yanming Zhou
acf2955b96
Ban jetbrains annotations imports
...
Closes gh-28226
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
Sam Brannen
c462fe30ed
Use Named arguments in parameterized tests
4 years ago
Sam Brannen
d9c22e657f
Document the effect of @DirtiesContext on test execution events
...
See gh-27757
4 years ago
Sam Brannen
af977c0891
Improve documentation for @EnabledIf and @DisabledIf test support
...
Closes gh-28157
4 years ago
Sam Brannen
a2f02dbfc0
Improve documentation for TestContext events
...
This commit improves the documentation for test execution events,
especially with regard to the fact that, by default, a
BeforeTestClassEvent is not published for the first test class using a
particular ApplicationContext.
This commit also introduces tests that verify the default behavior and
the ability to change the default behavior with a custom
TestExecutionListener that eagerly loads the context.
Closes gh-27757
4 years ago
Sam Brannen
8cbb188455
Fix links to Spring Security in the reference guide
...
Closes gh-28135
4 years ago
Sam Brannen
bc973d7001
Fix broken link to "CORS WebFilter" in ref docs
4 years ago
Sam Brannen
fa3130d716
Document that TX rollback rules may result in unintentional matches
...
Closes gh-28125
4 years ago
Stephane Nicoll
453c6d41f7
Fix Objenesis version
...
See gh-28100
4 years ago
Sam Brannen
97582fd0a1
Update Eclipse template to @since 5.3.16
4 years ago
Sam Brannen
5d7a632965
Ensure Spring AOP generates JDK dynamic proxies for lambdas
...
Prior to this commit, if AOP proxy generation was configured with
proxyTargetClass=true (which is the default behavior in recent versions
of Spring Boot), beans implemented as lambda expressions or method
references could not be proxied with CGLIB on Java 16 or higher without
specifying `--add-opens java.base/java.lang=ALL-UNNAMED`.
This commit addresses this shortcoming by ensuring that beans
implemented as lambda expressions or method references are always
proxied using a JDK dynamic proxy even if proxyTargetClass=true.
Closes gh-27971
4 years ago
Pavel Anisimov
05d3e820f9
Polish reference to ManagedBean annotation
...
See gh-28004
4 years ago
Sam Brannen
0e670b1c15
Polish contribution
...
See gh-27984
4 years ago
wkwkhautbois
fadfcf4e43
Fix ServletUriComponentsBuilder examples in ref docs
...
Closes gh-27984
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
Antoine Rey
316764cad0
Fix CaffeineCacheManager configuration example in reference doc
...
See gh-27967
4 years ago
rstoyanchev
01231fe923
Minor refactoring in STOMP documentation
...
Closes gh-27906
4 years ago
waahhh
edabde8a11
Fix syntax in WebFlux Validation example
...
Closes gh-27907
4 years ago
Sam Brannen
709a41fd43
Fix broken links to WebSocket support in Spring Security & Spring Session
4 years ago
Johannes Wengert
fdd6e50721
Correct not compiling example code in Data Access docs
...
The EntityManager interface does not implement AutoCloseable until
JPA 3.1.
This commit therefore partially reverts 189e1afc6e so that the
example code compiles with the supported JPA version.
See gh-22269
Closes gh-27886
4 years ago
Sam Brannen
c942d789c3
Ignore unsupported @SuppressWarnings tokens in Eclipse IDE
...
This helps to reduce noise in the "Problems" view by not displaying
warnings resulting from @SuppressWarnings tokens that Eclipse does not
understand -- for example, tokens supported by IntelliJ IDEA or other
tools.
4 years ago
Juergen Hoeller
d7b9270672
Clarify SchedulerFactoryBean's LocalDataSourceJobStore overriding
...
Includes clarification of interface-level cache annotations for target-class proxies.
Closes gh-27709
See gh-27726
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
5649a6f8ef
Update exchangeToMono Javadoc
...
This time showing a more representative example.
See gh-27645
4 years ago
Arjen Poutsma
be6eeafe78
Revert change createException to createError
...
createError is not available in 5.3.
See gh-27645
4 years ago
Arjen Poutsma
b77b45434f
Change createException to createError
...
See gh-27645
4 years ago
Rossen Stoyanchev
8b89128c7b
Update createException example for WebClient
...
Closes gh-27645
4 years ago
Rossen Stoyanchev
0d478ca8dd
Add link to WebSocket scope from the Spring Core section
...
Closes gh-25172
4 years ago
Rossen Stoyanchev
445c0def0c
Update docs on heartbeats with simple broker
...
Closes gh-27746
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