Andy Wilkinson
95f45eab1f
Create service connections from Testcontainers-managed containers
...
Building upon the auto-configuration support for service connections,
this commit adds support for deriving connection details from a
Testcontainers-managed container. Several service-specific
annotations have been introduced. These annotations can be used on a
container field to indicate that it is a source of the details for
a service connection.
See gh-34658
Co-Authored-By: Phillip Webb <pwebb@vmware.com>
Co-Authored-By: Mortitz Halbritter <mkammerer@vmware.com>
2023-03-24 10:04:21 +00:00
swapy
a450d8582d
Fix typo in Spring Batch auto-configuration documentation
...
See gh-34646
2023-03-21 15:16:09 -05:00
Mahmoud Ben Hassine
04bbbb4e4a
Update Batch documentation
...
This commit updates the documentation about how
to configure Spring Batch v5 with Spring Boot v3.
See gh-34437
2023-03-03 09:46:37 +01:00
Johnny Lim
0bca966c19
Update "Customizing Sanitization" documentation
...
See gh-34051
2023-02-06 11:57:25 +01:00
Moritz Halbritter
94f4a4396c
Merge branch '2.7.x'
...
Closes gh-33880
2023-01-18 17:35:52 +01:00
Moritz Halbritter
e8d809fe65
Replace 'via' with 'over' or 'through' in the documentation
...
Closes gh-33878
2023-01-18 16:56:42 +01:00
Moritz Halbritter
21f360bae9
Merge branch '2.7.x'
...
Closes gh-33857
2023-01-17 14:38:17 +01:00
Johnny Lim
3983d49523
Update com.gorylenko.gradle-git-properties version to 2.4.1 in doc
...
See gh-33838
2023-01-17 14:37:34 +01:00
Moritz Halbritter
17d4fb1e60
Fix HTTP/2 documentation
...
Closes gh-33734
2023-01-10 16:01:13 +01:00
Moritz Halbritter
7922ac63bc
Polish documentation
2023-01-09 15:23:27 +01:00
Johnny Lim
78b43279a7
Polish
...
See gh-33455
2022-12-05 11:14:38 +01:00
Andy Wilkinson
92415c996a
Fix formatting of NEVER's description
...
Closes gh-33398
2022-11-28 14:17:03 +00:00
Phillip Webb
2c193e7736
Remove legacy cookie processor documentation
...
Remove legacy processor documentation since support will be removed
in Tomcat 10.1.
Closes gh-33021
2022-11-05 18:50:33 -07:00
Stephane Nicoll
010891a3c6
Merge branch '2.7.x'
...
Closes gh-32821
2022-10-20 16:43:25 +02:00
Stephane Nicoll
7bd9754ce1
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32820
2022-10-20 16:43:14 +02:00
James Seung Hyun Son
5e0a67ac66
Fix typos in logging.adoc
...
See gh-32812
2022-10-20 16:41:24 +02:00
Phillip Webb
0219b222c2
Merge branch '2.7.x'
2022-10-19 22:03:18 -07:00
Phillip Webb
d3750c4991
Merge branch '2.6.x' into 2.7.x
2022-10-19 22:01:13 -07:00
Phillip Webb
c416c17fe8
Polish documentation title case
2022-10-19 21:53:21 -07:00
Madhura Bhave
ce3c933f77
Adapt to Spring Security changes
...
Closes gh-32604
2022-10-19 11:46:27 -07:00
Phillip Webb
cb48674536
Switch Java versions used in documentation
...
See gh-32746
2022-10-18 13:28:29 -07:00
Madhura Bhave
47effdcade
Support role-based sanitization for actuator endpoints
...
Closes gh-32156
2022-08-24 16:03:58 -07:00
Andy Wilkinson
ba93e6c0ed
Restore support for Jersey
...
Closes gh-28637
2022-08-08 15:45:20 +01:00
Andy Wilkinson
74283c3549
Merge branch '2.7.x'
...
Closes gh-31977
2022-08-03 19:42:46 +01:00
Andy Wilkinson
f6ce25f9c5
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31976
2022-08-03 19:42:34 +01:00
Andy Wilkinson
c500d8e784
Note need to record req start time to use %D with Undertow access log
...
Closes gh-31103
2022-08-03 19:42:19 +01:00
Andy Wilkinson
ae86707bca
Merge branch '2.7.x'
...
Closes gh-31975
2022-08-03 19:34:32 +01:00
Andy Wilkinson
3e6b4e68ad
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31974
2022-08-03 19:34:15 +01:00
Andy Wilkinson
591cd0feb3
Mention TLS-terminating proxy as a usecase for h2c
...
Closes gh-25855
2022-08-03 19:33:34 +01:00
Phillip Webb
49a8e81dc3
Merge branch '2.7.x'
...
Closes gh-31902
2022-07-28 10:44:57 +01:00
Phillip Webb
5c52882f76
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31901
2022-07-28 10:44:42 +01:00
Phillip Webb
9a2ad6d42d
Remove references to ConfigFileApplicationListener
...
Update documentation and meta-data to remove referenced to the now
deprecated `ConfigFileApplicationListener` class.
Closes gh-31895
2022-07-28 10:43:48 +01:00
Oliver Drotbohm
b10c57551c
Upgrade to Hibernate 6.1.1.Final
...
This commit makes the following potentially breaking changes:
- Dependency management for modules that do not exist in Hibernate
6.1 has been removed.
- Hibernate's modules are now in the org.hibernate.orm group. Users
not using the starter or using modules that are not in the starter
will have to update their build configuration accordingly.
- spring.jpa.hibernate.use-new-id-generator-mappings has been removed
as Hibernate no longer supports switching back to the old ID
generator mappings.
Co-authored-by: Andy Wilkinson <wilkinsona@vmware.com>
Closes gh-31674
2022-07-12 09:36:34 +01:00
Andy Wilkinson
a28ca4594b
Merge branch '2.7.x'
...
Closes gh-31529
2022-06-24 18:01:31 +01:00
Andy Wilkinson
7abc7df7b8
Allow PEM certificates to be used without a key store password
...
Closes gh-31253
2022-06-24 18:01:20 +01:00
Madhura Bhave
55d6a87fef
Remove support for multiple batch jobs
...
Closes gh-25373
2022-06-15 09:34:10 -07:00
Stephane Nicoll
a27427b977
Merge branch '2.7.x'
...
Closes gh-31207
2022-05-30 14:57:57 +02:00
Stephane Nicoll
95dad34482
Merge branch '2.6.x' into 2.7.x
...
Closes gh-31206
2022-05-30 14:57:45 +02:00
Matei Cernăianu
eb8b9e17c5
Fix "spring.factories" typos in database initialization documentation
...
See gh-31203
2022-05-30 14:55:15 +02:00
Andy Wilkinson
541ab69aff
Merge branch '2.7.x'
2022-05-03 15:18:20 +01:00
Andy Wilkinson
4cd850cfc0
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30851
2022-05-03 15:17:13 +01:00
Andy Wilkinson
fa327a783d
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30850
2022-05-03 15:14:00 +01:00
Scott Frederick
f5f7fc8e9a
Merge branch '2.7.x'
2022-04-13 16:29:00 -05:00
Scott Frederick
d387b3fa81
Support configuration of web SSL using PEM-encoded certificates
...
This commit adds the ability to configure SSL in embedded web containers
using PEM-encoded certificate and private key files, as an alternative
to configuring SSL with Java KeyStore files.
Closes gh-29273
2022-04-13 16:28:04 -05:00
Andy Wilkinson
2dcc1ea257
Merge branch '2.7.x'
2022-04-07 20:44:38 +01:00
Andy Wilkinson
612e4114d2
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30584
2022-04-07 20:44:29 +01:00
Andy Wilkinson
f027faafa2
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30583
2022-04-07 20:44:10 +01:00
izeye
618d113fad
Move Jetty 9 specific exclusions to correct dependency
...
See gh-30522
2022-04-07 20:41:42 +01:00
Andy Wilkinson
a70249e368
Merge branch '2.7.x'
2022-04-05 15:11:41 +01:00
Andy Wilkinson
ffc0fafe1a
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30545
2022-04-05 15:11:25 +01:00