Phillip Webb
07dd388b58
Merge branch '2.7.x'
...
Closes gh-32776
2 years ago
Phillip Webb
8dec296dfd
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32775
2 years ago
Phillip Webb
eaf854bd9c
Merge pull request #32645 from terminux
...
* pr/32645:
Polish 'Add DataSize serializer for configprops endpoint'
Add DataSize serializer for configprops endpoint
Closes gh-32645
2 years ago
Phillip Webb
de111dba5c
Polish 'Add DataSize serializer for configprops endpoint'
...
See gh-32645
2 years ago
Guirong Hu
3b25132e38
Add DataSize serializer for configprops endpoint
...
See gh-32645
2 years ago
Phillip Webb
02cd910f5a
Merge branch '2.7.x'
...
Closes gh-32774
2 years ago
Phillip Webb
fbd416adc6
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32773
2 years ago
Phillip Webb
e35de7164e
Merge pull request #32770 from YuanHao97
...
* pr/32770:
Polish 'Use more specific bean method return types in KafkaAutoConfiguration'
Use more specific bean method return types in KafkaAutoConfiguration
Closes gh-32770
2 years ago
Phillip Webb
b02c702ad1
Polish 'Use more specific bean method return types in KafkaAutoConfiguration'
...
See gh-32770
2 years ago
yuanhao18
c498ad0320
Use more specific bean method return types in KafkaAutoConfiguration
...
Update `KafkaAutoConfiguration` so that more specific bean types are
returned.
See gh-32770
2 years ago
Scott Frederick
76c7263eff
Provide default groupId for AOT processing
...
Framework requires the `groupId` passed to the AOT processing
to be non-empty, so a default should be used if the build
system does not provide a value.
See gh-32696
2 years ago
Andy Wilkinson
9d07a09ed4
Upgrade to Spring Integration 6.0.0-RC1
...
Closes gh-32619
2 years ago
Andy Wilkinson
60112e7d90
Upgrade to Spring WS 4.0.0-RC1
...
Closes gh-32621
2 years ago
Andy Wilkinson
d20f582493
Upgrade to Spring GraphQL 1.0.0-RC1
...
Closes gh-32605
2 years ago
Andy Wilkinson
1d78100ba8
Fix Checkstyle suppressions on Windows
2 years ago
Andy Wilkinson
4a76fbf93c
Support logback.xml in a native image
...
Closes gh-32756
2 years ago
Phillip Webb
cb48674536
Switch Java versions used in documentation
...
See gh-32746
2 years ago
Phillip Webb
7d03a201c0
Switch Java version displayed in documentation
...
Closes gh-32746
2 years ago
Phillip Webb
45ce096b6b
Replace our TestCompiler with Spring Framework's version
...
Replace the last use of our `TestCompiler` with Spring Framework's
version.
See gh-31266
2 years ago
Andy Wilkinson
7bae02be2d
Adapt to breaking changes to AotProcessor settings
...
See gh-32696
2 years ago
Stephane Nicoll
d53c2b25d0
Upgrade to Spring Retry 2.0.0-RC2
...
Closes gh-32600
2 years ago
Stephane Nicoll
4b778ff4c1
Polish Maven documentation to mention native profile
2 years ago
Stephane Nicoll
f0d1eb7891
Configure the Native buildpack when enabling the native Maven profile
...
This commit makes sure that the Native Cloud Native Buildpacks is
configured when the native Maven profile is enabled. Doing so lets
users generate a native image with a single command-line by default:
$ ./mvnw -Pnative spring-boot:build-image
Closes gh-32764
2 years ago
Moritz Halbritter
8cd9f49fad
Add runtime hints for ConfigDataProperties
...
Closes gh-32608
2 years ago
Andy Wilkinson
2dacddb4d7
Make bootBuildImage produce native image when NBT plugin is applied
...
Closes gh-32768
2 years ago
Andy Wilkinson
2c756ea874
Use collectReachabilityMetadata task to add metadata to bootJar
...
Closes gh-32737
2 years ago
Moritz Halbritter
b986a9b12e
Add Flyway native-image support
...
The ResourceProviderCustomizer, which is used by FlywayAutoConfiguration
gets replaced with NativeImageResourceProviderCustomizer when running
in AOT mode. The NativeImageResourceProvider does the heavy lifting when
running in a native image: it uses PathMatchingResourcePatternResolver
to find the migration files.
Closes gh-31999
2 years ago
Andy Wilkinson
3acdf590b7
Upgrade to Dependency Management Plugin 1.1.0
...
Closes gh-32760
2 years ago
Andy Wilkinson
93436f29dd
Correct assertion in test for member with private constructor
...
See gh-32639
2 years ago
Phillip Webb
a34b1d3c6e
Don't detect private constructors on member classes for binding
...
Refine constructor binding detection logic so that `private`
constructors on member classes are no longer automatically picked for
constructor binding. This provides users a way of signalling that
they wish to use the constructor directly.
Closes gh-32639
2 years ago
Phillip Webb
754f39e6ef
Polish
2 years ago
Phillip Webb
e3df6c5b6f
Move @ConstructorBinding annotation and support add default support
...
Relocate `@ConstructorBinding` from the `boot.context.properties`
package to `boot.context.properties.bind` and update the
`DefaultBindConstructorProvider` to support it.
Closes gh-32660
2 years ago
Moritz Halbritter
db248b80bb
Add info log message if AOT mode is enabled
...
Closes gh-32396
2 years ago
Moritz Halbritter
99765e785f
Revert "Add info log message if AOT mode is enabled"
...
This reverts commit 6cb7fb5897
.
2 years ago
Phillip Webb
c16c6bc3b5
Fix reachability argfile format
...
Update the argfile to a format that actually works when
passed to the `native-image` command.
See gh-32738
2 years ago
Phillip Webb
a8e701cee2
Provide maven configuration for add-reachability-metadata goal
...
Update `spring-boot-starter-parent` to execute the native build tools
`add-reachability-metadata` goal when the 'native' profile is active.
Closes gh-32736
2 years ago
Phillip Webb
8358a0e3f3
Fix reachability-metadata.properties location
...
Update tools to use the correct `reachability-metadata.properties`
location which should include the version number.
See gh-32738
2 years ago
Phillip Webb
9aa2854e00
Remove the execution of NBT in the native maven profile
...
Update `spring-boot-starter-parent` to remove the `native-compile`
execution.
Closes gh-31770
2 years ago
Brian Clozel
5cee828546
Fix javadoc warnings in HTTP Observation support
2 years ago
Brian Clozel
cbca457eff
Adapt to HTTP Observation changes in Framework
...
This commit adapts to the renames/package changes in the HTTP
Observation support in Spring Framework.
See spring-projects/spring-framework#29334
2 years ago
Andy Wilkinson
ed1695f109
Merge branch '2.7.x'
2 years ago
Andy Wilkinson
99f0a5e01d
Upgrade to Spring Security 5.7.4
...
Closes gh-32597
2 years ago
Andy Wilkinson
c4746b2cef
Merge branch '2.6.x' into 2.7.x
2 years ago
Andy Wilkinson
a92388cbee
Upgrade to Spring Security 5.6.8
...
Closes gh-32590
2 years ago
Andy Wilkinson
3b156872a9
Merge branch '2.7.x'
2 years ago
Andy Wilkinson
bdb4f24300
Upgrade to Spring Kafka 2.8.10
...
Closes gh-32596
2 years ago
Andy Wilkinson
9a74cf6d8e
Merge branch '2.6.x' into 2.7.x
2 years ago
Andy Wilkinson
a16e3e6688
Upgrade to Spring Kafka 2.8.10
...
Closes gh-32589
2 years ago
Andy Wilkinson
68ea7299f6
Upgrade to Spring Kafka 3.0.0-RC1
...
Closes gh-32603
2 years ago
Andy Wilkinson
5fbcdfc393
Upgrade to Spring AMQP 3.0.0-RC1
...
Closes gh-32602
2 years ago