Claudio Nave
4a6564c0a9
Add Liquibase show-summary and show-summary-output properties
...
Update `LiquibaseProperties` and `LiquibaseAutoConfiguration` to
support the recently added `setShowSummary` and
`setShowSummaryOutput` methods.
See gh-38274
2023-11-09 11:48:36 -08:00
Claudio Nave
61aecdedd6
Remove Liquibase javax.activation excludes
...
Liquibse no longer declares a dependency on `javax.activation`
(see https://github.com/liquibase/liquibase/issues/4487 ) so we
can now remove our exclusions.
See gh-38274
2023-11-09 11:44:31 -08:00
Andy Wilkinson
c95b5409b1
Start building against Spring Data Bom 2021.2.18 snapshots
...
See gh-38282
2023-11-09 17:00:03 +00:00
Andy Wilkinson
edc6da27f2
Start building against Spring Batch 4.3.10 snapshots
...
See gh-38281
2023-11-09 16:59:58 +00:00
Andy Wilkinson
274ac907d2
Start building against Reactor Bom 2020.0.38 snapshots
...
See gh-38280
2023-11-09 16:59:54 +00:00
Andy Wilkinson
9c72da0724
Start building against Micrometer 1.9.17 snapshots
...
See gh-38279
2023-11-09 16:59:49 +00:00
Phillip Webb
897ba513fe
Merge branch '3.1.x'
...
Closes gh-38272
2023-11-08 12:54:46 -08:00
Phillip Webb
445d0a22db
Merge branch '3.0.x' into 3.1.x
...
Closes gh-38271
2023-11-08 12:54:38 -08:00
Phillip Webb
45e9804495
Merge branch '2.7.x' into 3.0.x
...
Closes gh-38270
2023-11-08 12:54:28 -08:00
Phillip Webb
61dbf45628
Fix package declaration of sample in reference docs
...
Update the "Developing Your First Spring Boot Application" sample so
that the package is not removed.
Closes gh-34513
2023-11-08 12:53:23 -08:00
Andy Wilkinson
82c9ab4cbd
Merge branch '3.1.x'
...
Closes gh-38268
2023-11-08 17:10:19 +00:00
Andy Wilkinson
1e1effe131
Merge branch '3.0.x' into 3.1.x
...
Closes gh-38267
2023-11-08 16:59:15 +00:00
Andy Wilkinson
6d46c24db7
Merge branch '2.7.x' into 3.0.x
...
Closes gh-38266
2023-11-08 15:58:40 +00:00
Andy Wilkinson
7c73a034b6
Improve backwards- and forwards-compatibility of Flyway auto-config
...
Closes gh-38164
2023-11-08 15:17:49 +00:00
Phillip Webb
dbbde18d41
Attempt to fix Windows build failure due to open files
...
See gh-38204
2023-11-08 07:04:46 -08:00
Moritz Halbritter
4a851c1c90
Merge branch '3.1.x'
2023-11-08 09:53:53 +01:00
Moritz Halbritter
357c2124c4
Merge branch '3.0.x' into 3.1.x
2023-11-08 09:53:40 +01:00
Moritz Halbritter
0a6b723098
Merge branch '2.7.x' into 3.0.x
2023-11-08 09:53:29 +01:00
Moritz Halbritter
66ed4fe519
Remove system property dependency from MockBeanContextCachingTests
...
Now this test can be run regardless of the
'spring.test.context.cache.maxSize' system property value.
See gh-38236
2023-11-08 09:49:35 +01:00
Phillip Webb
690cfa220a
Provide a way to create custom ApplicationContextFactory
...
Update `SpringBootContextLoader` so that `getApplicationContextFactory`
is now a protected that may be overridden to provide a custom
`ApplicationContextFactory` instance.
Closes gh-38205
2023-11-07 11:53:10 -08:00
Andy Wilkinson
47cac96dfe
Merge branch '3.1.x'
...
Closes gh-38253
2023-11-07 11:25:09 +00:00
Andy Wilkinson
b2c5976920
Merge branch '3.0.x' into 3.1.x
...
Closes gh-38252
2023-11-07 11:23:06 +00:00
Andy Wilkinson
36161719e3
Merge branch '2.7.x' into 3.0.x
...
Closes gh-38251
2023-11-07 11:22:49 +00:00
Andy Wilkinson
8fc59e3367
Improve bom checking and address reported problems
...
Closes gh-38250
2023-11-07 11:18:19 +00:00
Moritz Halbritter
b9a5bdc294
Merge branch '3.1.x'
...
Closes gh-38249
2023-11-07 11:28:52 +01:00
Moritz Halbritter
e549380a59
Merge branch '3.0.x' into 3.1.x
...
Closes gh-38248
2023-11-07 11:28:20 +01:00
Moritz Halbritter
3664877d80
Merge branch '2.7.x' into 3.0.x
...
Closes gh-38247
2023-11-07 11:24:16 +01:00
Moritz Halbritter
fc6d4ef2c0
Improve commandline help for encodepassword command in the CLI
...
Closes gh-38203
2023-11-07 11:22:22 +01:00
Moritz Halbritter
e3210e72d5
Polish "Report friendly error when failing to find AOT initializer"
...
See gh-38188
2023-11-07 10:37:27 +01:00
Yanming Zhou
8126d2652d
Report friendly error when failing to find AOT initializer
...
See gh-38188
2023-11-07 10:37:13 +01:00
Johnny Lim
1f22f6ed64
Remove obsolete prohibit for Undertow library
...
See gh-38228
2023-11-07 10:22:47 +01:00
Moritz Halbritter
b9946bd029
Merge branch '3.1.x'
...
Closes gh-38243
2023-11-07 10:21:13 +01:00
Jake
8932de0fe2
Fix typo
...
See gh-38241
2023-11-07 10:07:14 +01:00
Andy Wilkinson
08a4a836aa
Merge branch '3.1.x'
...
Closes gh-38233
2023-11-06 14:26:09 +00:00
Andy Wilkinson
b01235e68d
Copy attributes from runtimeClasspath to productionRuntimeClasspath
...
Fixes gh-38209
2023-11-06 11:50:27 +00:00
Moritz Halbritter
dbe882aced
Merge branch '3.1.x'
...
Closes gh-38231
2023-11-06 12:11:25 +01:00
Moritz Halbritter
f381a9c69d
Merge branch '3.0.x' into 3.1.x
...
Closes gh-38230
2023-11-06 12:11:17 +01:00
Moritz Halbritter
0d5a658932
Merge branch '2.7.x' into 3.0.x
...
Closes gh-38229
2023-11-06 12:11:07 +01:00
Moritz Halbritter
6c5cb57afd
Document how to populate test data using Flyway and Liquibase
...
Closes gh-26796
2023-11-06 12:07:49 +01:00
Moritz Halbritter
d59b385304
Merge branch '3.1.x'
...
Closes gh-38226
2023-11-06 10:27:50 +01:00
Moritz Halbritter
3560a13d57
Merge branch '3.0.x' into 3.1.x
...
Closes gh-38225
2023-11-06 10:27:42 +01:00
Yanming Zhou
d7ab153559
Use switch expression where feasible
...
See gh-38217
2023-11-06 10:27:04 +01:00
Moritz Halbritter
a944815e3c
Merge branch '3.1.x'
...
Closes gh-38221
2023-11-06 08:58:16 +01:00
Eddú Meléndez
674f8fbb8d
Polish RabbitAutoConfiguration
...
See gh-38216
2023-11-06 08:57:19 +01:00
Moritz Halbritter
9fc3ef7c93
Merge branch '3.1.x'
...
Closes gh-38220
2023-11-06 08:45:06 +01:00
Moritz Halbritter
7829e760da
Switch JsonMapper in Docker JSON parsing to english locale
...
Closes gh-37648
2023-11-06 08:41:10 +01:00
Phillip Webb
4bc63b579a
Merge branch '3.1.x'
...
Closes gh-38215
2023-11-05 13:37:02 -08:00
Phillip Webb
f6910bae16
Document that PEM content can be used directly in application.yaml
...
Closes gh-38210
2023-11-05 13:36:38 -08:00
Phillip Webb
06e196c4a6
Merge branch '3.1.x'
...
Closes gh-38214
2023-11-05 13:34:21 -08:00
Phillip Webb
4aba45d9fb
Merge branch '3.0.x' into 3.1.x
...
Closes gh-38213
2023-11-05 13:33:59 -08:00