Stephane Nicoll
cda63b541f
Upgrade to Spring Framework 6.0.0-RC2
...
Closes gh-32696
3 years ago
Andy Wilkinson
26e747d2db
Fix package tangle in spring-boot-gradle-plugin
...
Closes gh-32814
3 years ago
Stephane Nicoll
04d6840ff3
Polish "Upgrade to Spring Security 6.0.0-RC1"
...
See gh-32604
3 years ago
Stephane Nicoll
d8ec24b542
Upgrade to Spring Batch 5.0.0-RC1
...
Closes gh-32618
3 years ago
Stephane Nicoll
d39144232f
Upgrade to Spring Session 3.0.0-RC1
...
Closes gh-32606
3 years ago
Moritz Halbritter
1635f61368
Update GraalVM requirement to 22.3
...
See gh-32813
3 years ago
Phillip Webb
73a34b6c0a
Fix checkstyle issues
...
See gh-32582
3 years ago
Sébastien Deleuze
3002779195
Remove LogbackConfigurationAotContribution from native image
...
Remove `LogbackConfigurationAotContribution` from the reachable
code path from a native image POV.
See gh-32793
3 years ago
Phillip Webb
fb736e8427
Add native image reference documentation
...
Update reference documentation with a new "native image" section.
This commit includes some work derived from the "Spring Native"
project documentation written by Andy Clement, Sébastien Deleuze,
Filip Hanik, Dave Syer, Esteban Ginez, Jay Bryant, Brian Clozel,
Stéphane Nicoll, and Josh Long.
Closes gh-32582
Co-authored-by: Moritz Halbritter <mkammerer@vmware.com>
3 years ago
Phillip Webb
c416c17fe8
Polish documentation title case
3 years ago
Scott Frederick
8acf9afccb
Use String instead of enum for Gradle task Property
...
See gh-32769
3 years ago
Brian Clozel
9948fc3e39
Use GraphQL Observation instrumentation
...
This commit migrates the existing metrics support (added in #29140 ) to
the new `Observation` instrumentation contributed in
spring-projects/spring-graphql#501 .
We cannot have a smoother migration path here as the instrumentation
does not use the same context information for metadata extraction.
Closes gh-32794
3 years ago
Stephane Nicoll
1822ce1ef3
Upgrade to Mockito 4.8.1
...
Closes gh-32799
3 years ago
Stephane Nicoll
5cc9527fde
Upgrade to Infinispan 14.0.1.Final
...
Closes gh-32798
3 years ago
Stephane Nicoll
8a9b679c4c
Upgrade to Groovy 4.0.6
...
Closes gh-32797
3 years ago
Stephane Nicoll
973121db5d
Upgrade to Flyway 9.5.0
...
Closes gh-32796
3 years ago
Madhura Bhave
ce3c933f77
Adapt to Spring Security changes
...
Closes gh-32604
3 years ago
Phillip Webb
2e74878ba4
Downgrade to OpenSAML 4.0.1
...
See gh-32604
3 years ago
Madhura Bhave
cedd553b83
Remove error page security filter
...
Spring Security now re-applies the authorization rules
to the error page by default. Additionally, it configures
RequestAttributeSecurityContextRepository as the default for
stateless applications allowing those applications to have access
to the original authentication during an error dispatch.
Closes gh-31703
3 years ago
Andy Wilkinson
8621be6bba
Make consistent use of Property for Gradle task configuration
...
Closes gh-32769
3 years ago
Brian Clozel
e5c12c2b56
Move HTTP client observation auto-configuration
...
This commit moves the observation auto-configuration from the metrics
package to the observation package for consistency.
See gh-32484
See gh-32518
3 years ago
Brian Clozel
b2fe807d47
Move MVC metrics to Observation auto-configuration
...
This commit moves the entire Metrics auto-configuration for Spring MVC
to the new `Observation` API and the instrumentation contributed in
Spring Framework.
Closes gh-32538
3 years ago
Andy Wilkinson
e6c69061b5
Upgrade to Jackson 2.14.0-rc2
...
Closes gh-32771
3 years ago
Andy Wilkinson
6f787c4b79
Upgrade to Infinispan 13.0.12.Final
...
Closes gh-32788
3 years ago
Andy Wilkinson
3aa835845e
Upgrade to Glassfish JAXB 2.3.7
...
Closes gh-32787
3 years ago
Andy Wilkinson
ba02a64743
Upgrade to Dependency Management Plugin 1.0.15.RELEASE
...
Closes gh-32786
3 years ago
Andy Wilkinson
65bdcdb2a5
Upgrade to Glassfish JAXB 2.3.7
...
Closes gh-32785
3 years ago
Andy Wilkinson
02760ffee4
Upgrade to Dependency Management Plugin 1.0.15.RELEASE
...
Closes gh-32784
3 years ago
Andy Wilkinson
391e2f7a26
Make META-INF/spring/logback-pattern-rules repeatable
...
See gh-32756
3 years ago
Henning Poettker
4ed072a06b
Upgrade MySQL Connector/J and use new Maven identifiers
...
See gh-32747
3 years ago
Stephane Nicoll
b69cf43ec0
Revert "Upgrade to Spring Session 2022.0.0-RC1"
...
This reverts commit e7b3114db7 .
3 years ago
Stephane Nicoll
e7b3114db7
Upgrade to Spring Session 2022.0.0-RC1
...
Closes gh-32606
3 years ago
Phillip Webb
43a44006c9
Update getting started documentation to use @SpringBootApplication
...
Closes gh-32780
3 years ago
Phillip Webb
2c7114fa17
Polish 'Use exclamation character for the document separator prefix'
...
See gh-32521
3 years ago
Guirong Hu
33e379c4a2
Use exclamation character for the document separator prefix
...
See gh-32521
3 years ago
Phillip Webb
de111dba5c
Polish 'Add DataSize serializer for configprops endpoint'
...
See gh-32645
3 years ago
Guirong Hu
3b25132e38
Add DataSize serializer for configprops endpoint
...
See gh-32645
3 years ago
Phillip Webb
b02c702ad1
Polish 'Use more specific bean method return types in KafkaAutoConfiguration'
...
See gh-32770
3 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
3 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
3 years ago
Andy Wilkinson
9d07a09ed4
Upgrade to Spring Integration 6.0.0-RC1
...
Closes gh-32619
3 years ago
Andy Wilkinson
60112e7d90
Upgrade to Spring WS 4.0.0-RC1
...
Closes gh-32621
3 years ago
Andy Wilkinson
d20f582493
Upgrade to Spring GraphQL 1.0.0-RC1
...
Closes gh-32605
3 years ago
Andy Wilkinson
4a76fbf93c
Support logback.xml in a native image
...
Closes gh-32756
3 years ago
Phillip Webb
cb48674536
Switch Java versions used in documentation
...
See gh-32746
3 years ago
Phillip Webb
7d03a201c0
Switch Java version displayed in documentation
...
Closes gh-32746
3 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
3 years ago
Andy Wilkinson
7bae02be2d
Adapt to breaking changes to AotProcessor settings
...
See gh-32696
3 years ago
Stephane Nicoll
d53c2b25d0
Upgrade to Spring Retry 2.0.0-RC2
...
Closes gh-32600
3 years ago
Stephane Nicoll
4b778ff4c1
Polish Maven documentation to mention native profile
3 years ago