Stephane Nicoll
639f980876
Avoid proxy on Validator in ValidationAutoConfiguration
...
Closes gh-32134
2 years ago
Stephane Nicoll
82a9c219e1
Merge branch '2.7.x'
...
Closes gh-32129
2 years ago
Stephane Nicoll
a6350b5992
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32128
2 years ago
Stephane Nicoll
6d80b601b6
Upgrade to Testcontainers 1.17.3
...
Closes gh-32127
2 years ago
Scott Frederick
2cdaab59f6
Merge branch '2.7.x'
...
Closes gh-32122
2 years ago
Scott Frederick
c16094e04b
Disable SELinux label security policy when building images
...
When using the Gradle `bootBuildImage` task or Maven
`spring-boot:build-image` goal on a Linux distribution with SELinux
enabled, binding the Docker socket in the builder container might
fail. This commit disables the `label` security policy in the builder
container to prevent this type of failure.
Fixes gh-32000
2 years ago
Stephane Nicoll
e3ddb54cb8
Adapt JPA auto-configuration to PersistenceManagedTypes
...
This commit exposes a PersistenceManagedTypes bean with the entities
to consider in a typical auto-configuration scenario. This allows the
result of the scanning to be optimized AOT, if necessary.
Closes gh-32119
2 years ago
Stephane Nicoll
f2f5bae314
Add native hints for default LDIF file
...
Closes gh-32084
2 years ago
Stephane Nicoll
c41609d01d
Polish
2 years ago
Stephane Nicoll
9630f853be
Merge branch '2.7.x'
2 years ago
Stephane Nicoll
238493a7d4
Merge branch '2.6.x' into 2.7.x
2 years ago
Spring Builds
e8eeec1c3d
Next development version (v2.7.4-SNAPSHOT)
2 years ago
Spring Builds
a9c71a7b86
Next development version (v2.6.12-SNAPSHOT)
2 years ago
Phillip Webb
07c0a8bced
Fix SecurityManager deprecation issues
...
See gh-32086
2 years ago
Phillip Webb
4ec2e357d9
Merge branch '2.7.x'
...
See gh-32086
2 years ago
Phillip Webb
60e1cc510c
Merge branch '2.6.x' into 2.7.x
...
See gh-32085
2 years ago
Phillip Webb
13bd61b6fe
Revert nested jar fixes
...
Revert the recent updates to nested jar support that were intended
to allow verification of signed unpacked nested jars on Oracle JDK.
Unfortunately the changes caused a number of regressions which
affected a larger number of users than those that have issues with
signed jars.
Closes gh-31853
2 years ago
Phillip Webb
bd74344025
Revert "Don't close jar files early"
...
This reverts commit b42f056ddb
.
2 years ago
Phillip Webb
674022d401
Revert "Don't close nested jars or wrapper when parent is closed"
...
This reverts commit 360eb027be
.
2 years ago
Stephane Nicoll
24a52aa66d
Annotate actuator internal infrastructure with @Reflective
...
This commit simplifies the registration of hints for the infrastructure
of the Actuator that is invoked via reflection.
2 years ago
Stephane Nicoll
6d6270edaf
Start building against Spring LDAP 3.0.0-M4 snapshots
...
See gh-32105
2 years ago
Stephane Nicoll
4823b8ef7b
Merge branch '2.7.x'
...
Closes gh-32104
2 years ago
Stephane Nicoll
3fcfcc4a3b
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32103
2 years ago
Stephane Nicoll
3b01325c6b
Use asList consistently
...
Closes gh-32102
2 years ago
Stephane Nicoll
e6977777cc
Merge branch '2.7.x'
...
Closes gh-32100
2 years ago
Stephane Nicoll
ca63a6e9ad
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32099
2 years ago
Stephane Nicoll
191593cf15
Review Git contribution documentation
...
Closes gh-31904
2 years ago
Stephane Nicoll
2e3c3efd44
Merge branch '2.7.x'
...
Closes gh-32098
2 years ago
Stephane Nicoll
1c6624db44
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32097
2 years ago
Stephane Nicoll
f7fba30345
Merge pull request #31997 from nilshartmann
...
* pr/31997:
Polish "Explicit error message if source is not an archive"
Explicit error message if source is not an archive
Closes gh-31997
2 years ago
Stephane Nicoll
e94ddfa589
Polish "Explicit error message if source is not an archive"
...
See gh-31997
2 years ago
Nils Hartmann
a0f273a041
Explicit error message if source is not an archive
...
This commit split the existing assertion to provide an explicit error
message if the source file is not an archive.
See gh-31997
2 years ago
Stephane Nicoll
bb07eec4ed
Merge pull request #32051 from puppylpg
...
* pr/32051:
Polish "Add socketKeepAlive configuration property for Elasticsearch"
Add socketKeepAlive configuration property for Elasticsearch
Closes gh-32051
2 years ago
Stephane Nicoll
d6f6bcb770
Polish "Add socketKeepAlive configuration property for Elasticsearch"
...
See gh-32051
2 years ago
puppylpg
122d40a110
Add socketKeepAlive configuration property for Elasticsearch
...
See gh-32051
2 years ago
Stephane Nicoll
f58012395c
Merge pull request #32030 from mdeinum
...
* pr/32030:
Remove use of reflection in MustacheViewResolver
Closes gh-32030
2 years ago
Marten Deinum
3b410719e6
Remove use of reflection in MustacheViewResolver
...
Prior to this commit the MustacheViewResolver used reflection
to instantiate a MustacheView class, which fails when using AOT.
Creating the view without reflection (analogous to the
FreemarkerViewResolver) will fix this without the need for additional
constructor hints.
See gh-32030
2 years ago
Madhura Bhave
cea6492c4a
Align default JMX and WEB endpoint exposures
...
Closes gh-32005
2 years ago
Madhura Bhave
1f6a966336
Start building against Spring Integration 6.0.0-SNAPSHOT
...
See gh-32096
2 years ago
Stephane Nicoll
888ccfea2d
Adapt to changes in Spring Framework
2 years ago
Stephane Nicoll
12d9864e41
Merge branch '2.7.x'
2 years ago
Stephane Nicoll
a912b727a6
Merge branch '2.6.x' into 2.7.x
2 years ago
Stephane Nicoll
1b12ea71ee
Upgrade to Undertow 2.2.19.Final
...
Closes gh-32090
2 years ago
Stephane Nicoll
464c2ed83a
Upgrade to Maven Javadoc Plugin 3.4.1
...
Closes gh-32089
2 years ago
Stephane Nicoll
2550763669
Upgrade to Undertow 2.2.19.Final
...
Closes gh-32087
2 years ago
Stephane Nicoll
6e580dac83
Merge branch '2.7.x'
2 years ago
Stephane Nicoll
18aabde1b0
Merge branch '2.6.x' into 2.7.x
2 years ago
Stephane Nicoll
542267e244
Upgrade to Spring Security 5.7.3
...
Closes gh-32040
2 years ago
Stephane Nicoll
fd89ced078
Upgrade to Spring Security 5.6.7
...
Closes gh-32039
2 years ago
Phillip Webb
ee2bd9e065
Merge branch '2.7.x'
...
Closes gh-32086
2 years ago