Commit Graph

50613 Commits

Author SHA1 Message Date
Andy Wilkinson
91bb5aa222 Move auto-config of ReactiveElasticClient to elasticsearch pkg
Closes gh-28068
2022-06-09 11:42:09 +01:00
Stephane Nicoll
db847e2a82 Merge branch '2.7.x' 2022-06-09 08:06:05 +02:00
Stephane Nicoll
79759f7270 Merge branch '2.6.x' into 2.7.x 2022-06-09 08:05:58 +02:00
Stephane Nicoll
7a15c495a3 Upgrade CI to Docker 20.10.17
Closes gh-31295
2022-06-09 08:05:27 +02:00
Stephane Nicoll
c4bbbcd3e1 Upgrade Java 18 version in CI image
Closes gh-31299
2022-06-09 08:04:49 +02:00
Stephane Nicoll
1bf43fc238 Upgrade Java 17 version in CI image
Closes gh-31298
2022-06-09 08:04:23 +02:00
Stephane Nicoll
a4599e22dd Upgrade Ubuntu version in CI images
Closes gh-31296
2022-06-09 08:03:53 +02:00
Stephane Nicoll
152766c07a Upgrade CI to Docker 20.10.17
Closes gh-31289
2022-06-09 08:02:07 +02:00
Stephane Nicoll
d39f4efb05 Upgrade Java 18 version in CI image
Closes gh-31292
2022-06-09 08:01:32 +02:00
Stephane Nicoll
a932555539 Upgrade Java 17 version in CI image
Closes gh-31284
2022-06-09 08:00:55 +02:00
Stephane Nicoll
1c85e1083a Upgrade Java 11 version in CI image
Closes gh-31285
2022-06-09 08:00:26 +02:00
Stephane Nicoll
87840c755b Upgrade Java 8 version in CI image
Closes gh-31286
2022-06-09 07:59:58 +02:00
Stephane Nicoll
1a8c1217ed Upgrade Ubuntu version in CI images
Closes gh-31288
2022-06-09 07:59:27 +02:00
Stephane Nicoll
b028263663 Upgrade CI to Docker 20.10.17
Closes gh-31297
2022-06-09 07:58:28 +02:00
Stephane Nicoll
f96f21c8a2 Upgrade Java 18 version in CI image
Closes gh-31294
2022-06-09 07:58:28 +02:00
Stephane Nicoll
c07623e040 Upgrade Java 17 version in CI image
Closes gh-31290
2022-06-09 07:58:28 +02:00
Stephane Nicoll
4822c9b809 Upgrade Java 11 version in CI image
Closes gh-31293
2022-06-09 07:58:27 +02:00
Stephane Nicoll
976f1ac355 Upgrade Java 8 version in CI image
Closes gh-31291
2022-06-09 07:58:27 +02:00
Stephane Nicoll
ea85dccd61 Upgrade Ubuntu version in CI images
Closes gh-31287
2022-06-09 07:58:27 +02:00
Phillip Webb
c56783064d Support management contexts with AOT
Refactor child management configuration and add AOT generation support.
A new `ChildManagementContextInitializer` class now performs the child
context initialization and also handles AOT processing concerns.

Closes gh-31163
2022-06-08 19:24:46 -07:00
Phillip Webb
a729f71cba Polish LogbackRuntimeHintsRegistrar 2022-06-08 19:24:45 -07:00
Phillip Webb
e8f9386594 Add Runnable variant of TestPropertyValues.applyToSystemProperties
Closes gh-31303
2022-06-08 19:24:45 -07:00
Phillip Webb
11184aae8d Allow ApplicationContextRunner to return non-refreshed context
Add `AbstractApplicationContextRunner.prepare` which can be used to
test an `ApplicationContext` that has been prepared but not refreshed.

Closes gh-31302
2022-06-08 19:02:12 -07:00
Andy Wilkinson
46c262d3cc Merge branch '2.7.x'
Closes gh-31283
2022-06-08 19:24:49 +01:00
Andy Wilkinson
12eb7a8795 Merge branch '2.6.x' into 2.7.x
Closes gh-31282
2022-06-08 19:24:07 +01:00
Andy Wilkinson
a651061e2c Remove SpringApplicationHierarchyTests
Closes gh-31281
2022-06-08 19:23:26 +01:00
Andy Wilkinson
62f40f2c38 Apply initializers and bean registrations before registering classes
Previously, classes were registered first which meant that their
conditions were evaluated before any initializers and bean
registrations were applied. This prevented the bean registrations and
initializers from affecting the outcome of the condition evaluation.

This commit inverts the ordering so that classes are not registerd,
and therefore their conditions are not evaluated, until after the
bean registrations and initializers have been applied.

Closes gh-31280
2022-06-08 18:45:54 +01:00
Stephane Nicoll
e30391ca7a Use Application as target for generated code
Closes gh-31274
2022-06-08 14:51:17 +02:00
Andy Wilkinson
ab93bc26c7 Merge branch '2.7.x'
Closes gh-31271
2022-06-08 12:18:36 +01:00
Andy Wilkinson
a0fee42740 Merge branch '2.6.x' into 2.7.x
Closes gh-31270
2022-06-08 12:09:14 +01:00
Andy Wilkinson
4c23d2c45b Merge pull request #31267 from vpavic
* gh-31267:
  Polish "Update smoke tests to avoid conflicts with NAME environment variable"
  Update smoke tests to avoid conflicts with NAME environment variable

Closes gh-31267
2022-06-08 12:08:57 +01:00
Andy Wilkinson
0834dc5b01 Polish "Update smoke tests to avoid conflicts with NAME environment variable"
See gh-31267
2022-06-08 12:08:40 +01:00
Vedran Pavic
95e0d6c0f7 Update smoke tests to avoid conflicts with NAME environment variable
This commit updates several smoke tests in order to avoid conflicts
with NAME environment variable that is present in WSL and causes
project build to fail. Previous attempt to fix this in 7da42d71 was
incomplete.

See gh-31267
2022-06-08 11:34:19 +01:00
Stephane Nicoll
8413002bcb Polish
See gh-31247
2022-06-07 20:02:06 +02:00
Andy Wilkinson
869bb91c80 Polish 2022-06-07 17:52:11 +01:00
Stephane Nicoll
ac16432fad Add AOT support for immutable ConfigurationProperties bean definitions
This commit introduces a dedicated AotProcessors for immutable
configuration properties beans as their bean definition use an
instance supplier that needs special handling. If such a bean definition
is detected, dedicated code is generated that replicates the behavior
of the instance supplier.

Closes gh-31247
2022-06-07 14:26:35 +02:00
Brian Clozel
3f0c14187a Register runtime hints for @ConfigurationProperties
Prior to this commit, the `@ConfigurationProperties` annotation would
not be registered for reflection hints: this means it could be missing
at runtime in a native image and would not be registered for JDK
proxying - this can fail the synthesized annotation resolution.

This commit ensures that hints are registered for this annotation if
configuration properties are declared in the bean factory.

Fixes gh-31227
2022-06-07 09:50:56 +02:00
Stephane Nicoll
e2c42e4bbf Merge branch '2.7.x'
Closes gh-31262
2022-06-07 09:16:19 +02:00
Stephane Nicoll
8e550933a8 Merge branch '2.6.x' into 2.7.x
Closes gh-31261
2022-06-07 09:16:10 +02:00
Stephane Nicoll
bbb5966bca Upgrade integration tests to Apache Maven 3.8.5
Closes gh-31260
2022-06-07 09:15:41 +02:00
Stephane Nicoll
1c94f835c7 Copy AOT-generated classes
Closes gh-31245
2022-06-07 08:59:57 +02:00
Andy Wilkinson
11cbb2549e Merge branch '2.7.x'
Closes gh-31256
2022-06-06 17:03:41 +01:00
Andy Wilkinson
c379456722 Remove dependency management for spring-ldap-ldif-batch
The spring-ldap-ldif-batch module was removed in Spring LDAP 2.4.0 in
favor of the equivalent code that already exists in Spring Batch.
This commit aligns Boot's dependency management with this removal.

Closes gh-31254
2022-06-06 17:01:28 +01:00
Stephane Nicoll
c996e4335a Fix singleton handling of ConfigurationProperties hints
Closes gh-31248
2022-06-04 12:29:45 +02:00
Stephane Nicoll
cf19c176f6 Adapt test to change in Spring Framework snapshots 2022-06-03 18:11:10 +02:00
Stephane Nicoll
2a405c94a8 Add missing test
Closes gh-31249
2022-06-03 17:41:29 +02:00
Stephane Nicoll
fb439b6824 Permit AOT-generated code to run on the JVM as well
This commit updates the codebase so that AOT-generated code can run on
the JVM in an opt-in fashion alongside the existing support of native
images.

When optimizations have been generated, setting the "spring.aot.enabled"
spring property (JVM or spring.properties) allows to opt-in for that
behavior on the JVM.

Closes gh-31244
2022-06-03 10:10:56 +02:00
Stephane Nicoll
0dbcb5f6d3 Start building against Spring Framework 6.0.0-M5 snapshots
See gh-31241
2022-06-02 16:19:58 +02:00
Phillip Webb
13fba65638 Polish 2022-06-01 09:53:21 -07:00
Phillip Webb
6d80723598 Relocate AotProcessingHook
Relocate `AotProcessingHook` to be an static class of `AotProcessor`.
2022-05-31 15:51:12 -07:00