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
Moritz Halbritter
5510c6f61b
Clarify that all named properties must match for @ConditionalOnProperty to match
...
Closes gh-40110
2024-04-22 14:27:54 +02:00
Andy Wilkinson
3a6f83e2d6
Fix links to Batch's javadoc
...
Closes gh-40468
2024-04-22 12:39:56 +01:00
Stéphane Nicoll
ab22b15535
Clarify requirements for -parameters and constructor binding
...
See gh-40157
2024-04-03 15:53:26 -05:00
Andy Wilkinson
ddbefd91d1
Document support for Java 22
...
Closes gh-40046
2024-03-21 08:07:44 +00:00
Moritz Halbritter
28e7f1d4a4
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39784
2024-02-28 13:00:36 +01:00
Piyal Ahmed
3028fe703e
Fix Typo in Spring Boot Docs Section 10.1 Custom HTTP Exchange Recording
...
See gh-39777
2024-02-28 12:58:53 +01:00
Andy Wilkinson
490161c0ed
Polish warning about virtual threads and the JVM exiting
...
Closes gh-39732
2024-02-23 09:39:48 +00:00
Scott Frederick
60d2b3ea43
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39641
2024-02-20 11:58:39 -06:00
Scott Frederick
eb4d6e7c15
Polish "Add note regarding mixing of bundle-based and direct SSL configuration"
...
See gh-39616
2024-02-20 11:57:06 -06:00
Jakob Wanger
4c069f0079
Add note regarding mixing of bundle-based and direct SSL configuration
...
Signed-off-by: Jakob Wanger <jakobwanger@gmail.com>
See gh-39616
2024-02-20 11:57:05 -06:00
Moritz Halbritter
cd27dd9fd4
Polish "Clarify that pool size properties are ignored with task executor"
...
See gh-39629
2024-02-20 09:38:48 +01:00
Jakob Wanger
35e2a12ed8
Clarify that pool size properties are ignored with task executor
...
Signed-off-by: Jakob Wanger <jakobwanger@gmail.com>
See gh-39629
2024-02-20 09:34:23 +01:00
Chris Bono
642bd696dd
Add link to Pulsar env var workaround
...
There is a section in the Pulsar client authentication reference guide
that warns users of the lack of relaxed binding for authentication
parameter map keys.
This lack of relaxed binding prevents users from setting these auth
parameters directly via env var as the casing is lost in translation.
The commit adds a link in this area of the reference guide to a
workaround in the Spring Pulsar framework reference guide.
See gh-39630
2024-02-20 09:21:22 +01:00
Brian Clozel
59693f2b12
Move "micrometer.observations.*" configuration properties
...
This commit moves the "micrometer.observations.*" configuration
properties to "management.observations.*" namespace, as it was
introduced in the wrong namespace initially.
The former configuration property is deprecated and will be removed in a
future version.
Fixes gh-39600
2024-02-16 15:03:18 +01:00
Moritz Halbritter
6163308fbc
Polish "Clarify that auto-configured OpenTelemetry Resource behaviour"
...
See gh-39509
2024-02-12 08:20:24 +01:00
Jakob Wanger
02765bc9f0
Clarify that auto-configured OpenTelemetry Resource behaviour
...
The documentation does not describe that exposing a Resource bean,
will prevent the property from being able to provide attributes
(unless the newly exposed Resource bean, implements it).
Signed-off-by: Jakob Wanger <jakobwanger@gmail.com>
See gh-39509
2024-02-12 08:18:42 +01:00
Moritz Halbritter
976152b244
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39422
2024-02-06 13:10:15 +01:00
lukasdooo
b25d52c896
Update the Debugging Documentation of the Spring Boot Maven Plugin
...
See gh-39392
2024-02-06 13:06:57 +01:00
Ramil Sayetov
be851aaee0
Fix awaitility link
...
See gh-39415
2024-02-06 12:57:23 +01:00
Phillip Webb
3fb25f4d4b
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39280
2024-01-23 08:14:26 -08:00
Jan Engehausen
c99daf5de4
Fix typo 'Unuthorized'
...
See gh-39279
2024-01-23 08:13:13 -08:00
Phillip Webb
cff8cb98c7
Merge branch '3.1.x' into 3.2.x
2024-01-22 12:20:24 -08:00
Phillip Webb
e1986ea11e
Update copyright year of changed files
2024-01-22 12:20:06 -08:00
Phillip Webb
b890515ce1
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39199
2024-01-17 10:20:30 -08:00
Phillip Webb
bec84959ed
Improve "Sanitize Sensitive Values" section in reference documentation
...
Closes gh-39094
2024-01-17 10:19:40 -08:00
Sébastien Deleuze
cfc9b5109a
Update CRaC support status link
...
See gh-39170
2024-01-17 13:52:56 +00:00
Andy Wilkinson
2ba2ecedec
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39171
2024-01-17 13:51:23 +00:00
Wzy19930507
37a0e24f24
Update link to docs for Log4j 2's JDK logging adapter
...
See gh-39163
2024-01-17 13:50:29 +00:00
Brian Clozel
6845f42f70
Document virtual threads limitations
...
This commit adds a new section in the Spring Boot reference
documentation to mention potential throughput limitations with Java
virtual threads support.
This section links to the official Java documentation which expands much
more on this matter.
Closes gh-38883
2024-01-17 14:12:34 +01:00
Phillip Webb
ac00a0c28b
Polish 'Improve reference documentation'
...
See gh-38942
2024-01-16 12:45:03 -08:00
Won Joon Thomas Choi
6ed8dc2970
Improve reference documentation
...
Address a series of minor typos and phrasing inconsistencies
identified in few sections of documentation to enhance overall
clarity and readability.
See gh-38942
2024-01-16 12:43:38 -08:00
Phillip Webb
267b7ab248
Polish formatting
2024-01-16 11:20:05 -08:00
Phillip Webb
5a38662f5f
Polish 'Use the term "tags" in documentation consistently'
...
See gh-39125
2024-01-16 11:16:02 -08:00
Wzy19930507
3274205709
Use the term "tags" in documentation consistently
...
See gh-39125
2024-01-16 11:15:42 -08:00
Andy Wilkinson
f59fa2e3f7
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39149
2024-01-16 16:07:37 +00:00
Andy Wilkinson
ea727f056a
Polish "Update links to Micrometer reference docs"
...
See gh-39114
2024-01-16 16:05:09 +00:00
Tobias Lippert
6c5fea7341
Update links to Micrometer reference docs
...
See gh-39114
2024-01-16 15:51:08 +00:00