Andy Wilkinson
f8130791ea
Update docs to reflect new no handler found exception behavior
...
Closes gh-42164
2024-09-06 10:17:20 +01:00
Andy Wilkinson
4f576031bc
Polish configuration property reference
...
Closes gh-42162
2024-09-06 10:11:43 +01:00
Brian Clozel
d0c9e0e9e7
List types of OpenTelemetry support in Spring Boot
...
Closes gh-41227
2024-09-03 21:12:14 +02:00
Leszek Jasek
0cd99a7435
Improve "Command-line Completion" section
...
Replaced deprecated Spring CLI options with the current ones,
improved section related to completion setup for zsh.
See gh-42091
2024-09-03 15:02:46 +01:00
Moritz Halbritter
5ee522598f
Explain that enabling virtual threads disables traditional thread pools
...
Closes gh-41937
2024-08-21 11:58:53 +02:00
Stéphane Nicoll
8243c7ba98
Polish "Harmonize web handler code sample"
...
See gh-41948
2024-08-20 08:41:54 +02:00
Furkan ÖZBEK
bfce07894c
Harmonize web handler code sample
...
See gh-41948
2024-08-20 08:40:53 +02:00
Andy Wilkinson
f4b73da657
Document when environment variable property mapping applies
...
Closes gh-41877
2024-08-19 17:51:11 +01:00
Christoph Dreis
393ec8ae51
Fix duplicate words
...
See gh-41916
2024-08-19 09:44:29 +02:00
Moritz Halbritter
7386908ce0
Document that username and password are not used when Redis url is set
...
Closes gh-41231
2024-08-09 14:10:20 +02:00
Stéphane Nicoll
9817201833
Mention that meta-annotations are not supported
...
See gh-18517
2024-08-07 17:21:33 +02:00
Andy Wilkinson
9f1c4b71aa
Fix inconsistency for effect on Actuator of defining security filter
...
Closes gh-41569
2024-07-29 12:46:20 +01:00
Phillip Webb
1a8e9c14b1
Fix "Use Spring Data repositories" how-to to refer to interfaces
...
The previous how-to accidentally referenced the `@Repository` annotation
and not the Spring Data `Repository` interface.
Closes gh-41625
2024-07-26 16:20:09 +01:00
Tran Ngoc Nhan
13023665dc
Fix link to documentation for log4j-spring-boot
...
See gh-41612
2024-07-26 09:22:34 +02:00
Andy Wilkinson
5f666eec5b
Reduce warnings reported by Eclipse
...
Closes gh-41598
2024-07-25 14:55:00 +01:00
LamTrinh.Dev
b469c743e1
Fix link to Flyway reference documentation
...
See gh-41591
2024-07-23 16:41:44 +02:00
Andy Wilkinson
9bb0c45ddb
Add tip about using @Name
to rename constructor bound property
...
Closes gh-41577
2024-07-23 09:08:42 +01:00
Andy Wilkinson
17d6f90468
Document types to which format properties apply
...
Closes gh-41482
2024-07-16 08:47:30 +01:00
Andy Wilkinson
6941d0e84b
Document that logging.file.path if logging.file.name is set
...
Closes gh-41351
2024-07-16 08:45:01 +01:00
Andy Wilkinson
270f364aef
Polish "Make conversion mechanism plural"
...
See gh-41244
2024-06-26 14:26:51 +01:00
Mateus Scheper
068b159799
Make conversion mechanism plural
...
Fixing typo for the "mechanism" word and improving readability by
adding ".".
See gh-41244
2024-06-26 14:26:00 +01:00
Moritz Halbritter
013a4dd2b7
Document tracing support for RestClient
...
Closes gh-41182
2024-06-21 11:03:54 +02:00
Andy Wilkinson
03a87ccd69
Clarify how Container's Docker image name is used to name a connection
...
Closes gh-41111
2024-06-17 10:45:03 +01:00
Phillip Webb
dcccb3b2b1
Polish "Use method references when possible"
...
See gh-40974
2024-06-11 12:57:59 -07:00
Ahmed Ashour
507229eef8
Use method references when possible
...
See gh-40974
2024-06-11 12:57:55 -07:00
Phillip Webb
d37098153c
Polish
2024-06-11 09:35:59 -07:00
Mateus Scheper
80b7107c56
Improve readability of the documentation
...
See gh-41051
2024-06-11 14:54:30 +02:00
Mateus Scheper
6c5ae329f3
Fix typo in Dev Services reference docs
...
See gh-40951
2024-05-30 14:27:27 -05:00
erie0210
2e1ad6bdcc
Add Kotlin example for @Testcontainers
...
See gh-40905
2024-05-29 14:28:11 +02:00
Khan, C M Abdullah
ab2ba674b6
Fix various minor inconsistencies in the documentation
...
See gh-40900
2024-05-29 14:12:04 +02:00
vsanna
3ae1c111a0
Warn in the documentation that spring.profiles.group can only be used in non-profile-specific documents
...
See gh-40918
2024-05-29 14:02:14 +02:00
Phillip Webb
39ab959af8
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40845
2024-05-20 21:06:59 -07:00
Phillip Webb
f743dc82fc
Improve graceful shutdown documentation to remove ambiguity
...
Closes gh-40108
2024-05-20 21:06:22 -07:00
Phillip Webb
44619a9eef
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40843
2024-05-20 18:58:09 -07:00
Phillip Webb
f5f02d6df1
Document that a private constructor opts-out of constructor binding
...
Closes gh-34820
2024-05-20 18:56:46 -07:00
Andy Wilkinson
b718e5806f
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40838
2024-05-20 15:55:00 +01:00
Andy Wilkinson
1d91757061
Document that HttpMessageConverters can be used for reordering/removal
...
Closes gh-40767
2024-05-20 15:54:12 +01:00
Andy Wilkinson
c0296c28bb
Fully-qualify KafkaContainer to make it clear which one we support
...
Testcontainers now has org.testcontainers.containers.KafkaContainer
(that we support) and org.testcontainers.kafka.KafkaContainer (that
we don't yet support). This commit fully-qualifies the name so that
it's clear which KafkaContainer we're referring to.
Closes gh-40699
2024-05-13 17:13:37 +01:00
Moritz Halbritter
46ab60cc43
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40607
2024-05-02 10:59:43 +02:00
Dave Syer
421b8e23c4
Clarify devtools restart class loader documentation
...
See gh-40604
2024-05-02 10:58:30 +02:00
Moritz Halbritter
7ac0d0cde6
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40564
2024-04-29 11:56:32 +02:00
Moritz Halbritter
d716d99d1b
Note that Docker Compose is excluded by default from packaged jars
...
Closes gh-40556
2024-04-29 11:54:17 +02:00
Andy Wilkinson
79c3f0335b
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40522
2024-04-25 13:43:03 +01:00
Andy Wilkinson
27418edeb0
Remove references to s.j.generate-ddl in favor of s.j.hibernate.ddl-auto
...
Closes gh-40503
2024-04-25 13:39:28 +01:00
Andy Wilkinson
f1d0bcda2f
Revert "Remove references to s.j.generate-ddl in favor of s.j.hibernate.ddl-auto"
...
This reverts commit 273f8e20c22f676868d1dfb94de7e3273efac6c7.
2024-04-25 12:44:51 +01:00
Andy Wilkinson
273f8e20c2
Remove references to s.j.generate-ddl in favor of s.j.hibernate.ddl-auto
2024-04-25 12:24:47 +01:00
Moritz Halbritter
503d8c1273
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40514
2024-04-25 09:44:51 +02:00
Moritz Halbritter
8be85611e0
Clarify the directory that's used by default to find Docker Compose file
...
Closes gh-40512
2024-04-25 09:44:35 +02:00
Scott Frederick
08bc0460ed
Document usage of Docker Compose support in tests
...
Closes gh-40171
2024-04-22 16:47:29 -05:00
Moritz Halbritter
4b61ae415b
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40470
2024-04-22 14:34:36 +02:00