Stephane Nicoll
01cef2d7b6
Merge pull request #32504 from dreis2211
...
* pr/32504:
Polish "Avoid using JUnit 4 assertions"
Avoid using JUnit 4 assertions
Closes gh-32504
2 years ago
Stephane Nicoll
0457536d72
Polish "Avoid using JUnit 4 assertions"
...
See gh-32504
2 years ago
dreis2211
cee353fba6
Avoid using JUnit 4 assertions
...
See gh-32504
2 years ago
Scott Frederick
b191bf1c09
Merge branch '2.7.x'
...
Closes gh-32508
2 years ago
Scott Frederick
4ecc6656f3
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32507
2 years ago
Scott Frederick
81598b51f9
Use task outputs in distZip Paketo system tests
...
Using the outputs from `distZip` and `bootDistZip` as input to the
`bootBuildImage` task instead of indirectly using the output file
path prevents Gradle warnings about implicit task dependencies.
Fixes gh-32506
2 years ago
Andy Wilkinson
0f44e69995
Merge branch '2.7.x'
...
Closes gh-32500
2 years ago
Andy Wilkinson
5124ae94ae
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32499
2 years ago
Andy Wilkinson
cfac7f55a4
Correct annotations on BootBuildImage's file-based inputs
...
Closes gh-32495
2 years ago
Andy Wilkinson
f9b12ca01a
Upgrade to Log4j2 2.19.0
...
Closes gh-32498
2 years ago
Andy Wilkinson
7d583939ff
Auto-configure stream template and env irrespective of listener type
...
Closes gh-32477
2 years ago
Andy Wilkinson
9d30de9966
Exclude all tools projects from the aggregated javadoc
...
Closes gh-31955
2 years ago
Andy Wilkinson
f67db3d9ad
Move spring-boot-cli into spring-boot-tools
...
Closes gh-32492
2 years ago
Stephane Nicoll
0c5d0ac717
Merge pull request #32489 from izeye
...
* pr/32489:
Polish JavaVersionTests.currentJavaVersionNineteen()
Closes gh-32489
2 years ago
Johnny Lim
7f36fb155d
Polish JavaVersionTests.currentJavaVersionNineteen()
...
See gh-32489
2 years ago
Andy Wilkinson
4a05230d5d
Move spring-boot-properties-migrator into spring-boot-tools
...
Closes gh-32491
2 years ago
Stephane Nicoll
bd8f53a989
Use Native Build Tools new goal name
...
Closes gh-32482
2 years ago
Andy Wilkinson
26eff5ae7a
Publish ApplicationPreparedEvent before AOT processing abandons run
2 years ago
Madhura Bhave
afce559050
Remove unused dependency from Maven integration test
2 years ago
Andy Wilkinson
6e3a87d315
Merge pull request #31255 from vpavic
...
* gh-31255:
Migrate to AuthorizationFilter in Spring Security auto-config
Closes gh-31255
2 years ago
Vedran Pavic
230f2cda84
Migrate to AuthorizationFilter in Spring Security auto-config
...
This commit updates Servlet based Spring Security auto-configuration
to use AuthorizationFilter, which is intended to supersede
FilterSecurityInterceptor.
See gh-31255
2 years ago
Andy Wilkinson
5543fba57e
Merge branch '2.7.x'
2 years ago
Andy Wilkinson
50040bd748
Merge branch '2.6.x' into 2.7.x
2 years ago
Andy Wilkinson
2662490b76
Revert "Upgrade to Dependency Management Plugin 1.1.0-RC1"
...
This reverts commit 67cc99111c
.
2 years ago
Andy Wilkinson
7c7c34cda1
Fix classpath roots of AOT test processing
...
This was regressed in 6175c4210d
so that
each class on the classpath was passed in as a "root". This commit
corrects this so that only the roots are passed to the AOT test
processor.
See gh-32424
2 years ago
Spring Builds
f1d7e21752
Next development version (v2.7.5-SNAPSHOT)
2 years ago
Spring Builds
33afbcc092
Next development version (v2.6.13-SNAPSHOT)
2 years ago
Stephane Nicoll
d7537bf66a
Use latest Native Build Tools Plugin version
...
See gh-32474
2 years ago
Stephane Nicoll
b13159a346
Upgrade to Native Build Tools Plugin 0.9.14
...
Close gh-32473
2 years ago
Stephane Nicoll
256f5fb081
Merge branch '2.7.x'
2 years ago
Stephane Nicoll
88723b784e
Merge branch '2.6.x' into 2.7.x
2 years ago
Stephane Nicoll
ca830240fa
Upgrade to Spring Batch 4.3.7
...
Closes gh-32278
2 years ago
Stephane Nicoll
82763deb93
Upgrade to Spring Batch 4.3.7
...
Closes gh-32271
2 years ago
Stephane Nicoll
c535172cd3
Upgrade to Spring Batch 5.0.0-M6
...
Closes gh-32237
2 years ago
Scott Frederick
08022ba86e
Remove support for locating imports using spring.factories
...
With this commit, loading `@AutoConfiguration`,
`@ImportAutoConfiguration`, and `@ManagementContextConfiguration`
classes is supported with `.imports` files only. Support for loading
these classes with `spring.factories` is removed.
Closes gh-29699
2 years ago
Andy Wilkinson
6b8575b001
Fix constructor binding to Kotlin data class with default values
...
Closes gh-32416
2 years ago
Scott Frederick
f9c341c75a
Revert "Generate the AutoConfiguration.imports file from annotations"
...
This reverts commit da4de7d67d
.
2 years ago
Scott Frederick
d62d7ca75d
Revert "Generate ManagementContextConfiguration.imports file from annotations"
...
This reverts commit 6b3b0dd3a6
.
2 years ago
Scott Frederick
1f53eb7df9
Revert "Sort the contents of generated imports files"
...
This reverts commit 95e62b7ff8
.
2 years ago
Scott Frederick
910e9c9fcc
Revert "Fix windows build"
...
This reverts commit 9fe24fe692
.
2 years ago
Brian Clozel
56dcae8a3c
Merge branch '2.7.x'
...
Closes gh-32471
2 years ago
Brian Clozel
8f9323d66c
Document "classpath:*" location for GraphQL Schemas
...
This commit mentions the `"classpath*:graphql/**` schema location in
case the application needs to find schemas across multiple classpath
roots, for example across multiple modules.
Closes gh-31772
2 years ago
Andy Wilkinson
94ea63f43f
Merge branch '2.7.x'
...
Closes gh-32470
2 years ago
Andy Wilkinson
c5a4b1f71d
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32468
2 years ago
Andy Wilkinson
856bd84df9
Remove JDK 18 CI
...
Closes gh-32290
2 years ago
Andy Wilkinson
d2cf7a3cff
Merge branch '2.7.x'
2 years ago
Andy Wilkinson
7566666304
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32467
2 years ago
Andy Wilkinson
5affcecd24
Update Java 19 CI to use Bellsoft Liberica
...
Closes gh-32289
2 years ago
Andy Wilkinson
b084019d34
Reverse the order of tracing and metrics handlers
...
Closes gh-32463
Co-authored-by: Jonatan Ivanov <jonatan.ivanov@gmail.com>
2 years ago
Andy Wilkinson
78a64d7f61
Allow DefaultMeterObservationHandler to be replaced by user's bean
...
Closes gh-32462
Co-authored-by: Jonatan Ivanov <jonatan.ivanov@gmail.com>
2 years ago