Commit Graph

38596 Commits

Author SHA1 Message Date
Moritz Halbritter
f5eb76074b Disable loader integration tests on aarch64 linux and mac
See gh-35229
2023-05-03 11:32:39 +02:00
Moritz Halbritter
f3d0bc7a99 Disable launch script integration tests on aarch64 linux and mac
See gh-35229
2023-05-03 11:32:33 +02:00
Phillip Webb
b3226c55d2 Polish 2023-05-02 15:41:55 -07:00
Phillip Webb
6b646f6a8e Update copyright year of changed files 2023-05-02 14:52:12 -07:00
Phillip Webb
5ef0ee0ed4 Prevent early initialization of SessionRepository beans
Replace `SessionRepositoryFilterConfiguration` filter registration bean
with a `DelegatingFilterProxyRegistrationBean` so that
`SessionRepository` beans are not initialized early.

Fixes gh-35240
2023-05-02 14:47:15 -07:00
Andy Wilkinson
7c2c2ebb1b Make ApplicationAvailabilityBean receive events with lazy init
Fixes gh-35161
2023-05-02 16:19:08 +01:00
Moritz Halbritter
091d6204cb Disable build image integration tests on aarch64 linux and mac
See gh-35229
2023-05-02 15:38:42 +02:00
Moritz Halbritter
312f0c17ed Set initial ElasticSearch heap size in integration tests 2023-05-02 14:37:13 +02:00
Moritz Halbritter
c1cef099d2 Limit maximum heap of ElasticSearch in tests 2023-05-02 13:40:59 +02:00
Moritz Halbritter
d7a9f87b64 Disable Neo4j tests on aarch64 linux and mac
See gh-35228
2023-05-02 13:40:59 +02:00
Moritz Halbritter
9f109fe785 Disable Couchbase integration tests on aarch64 linux and mac
See gh-35228
2023-05-02 13:40:59 +02:00
Andy Wilkinson
c768307d79 Merge pull request #35180 from aasaru
* gh-35180:
  Correct list of annotations equivalent to @SpringBootApplication

Closes gh-35180
2023-05-02 11:57:41 +01:00
Juhan Aasaru
3b70286747 Correct list of annotations equivalent to @SpringBootApplication
See gh-35180
2023-05-02 11:57:18 +01:00
Andy Wilkinson
695e58f418 Align buildSrc's Framework version with the main build's version
Closes gh-35224
2023-05-02 08:59:58 +01:00
Andy Wilkinson
d0a354352d Polish buildSrc's build.gradle 2023-05-02 08:41:20 +01:00
Phillip Webb
4e6148f47b Search for main methods from the bottom of the stack
Update `MainMethod` to search from the bottom of the stack rather than
the start. Prior to this commit, an incorrect `main` method would be
found if more than one `main` was in the stack.

Fixes gh-35214
2023-05-01 13:43:40 -07:00
Andy Wilkinson
e7578f0595 Add Docker Hub credentials to system tests task
Closes gh-35213
2023-05-01 20:42:06 +01:00
Andy Wilkinson
de2df9311c Test Gradle plugin against Gradle 8.1.1
Closes gh-35195
2023-04-28 18:05:06 +01:00
Scott Frederick
79673e61e9 Upgrade CI to Docker 23.0.5
Closes gh-35177
2023-04-27 17:03:56 -05:00
Andy Wilkinson
c72b77c08e Polish 2023-04-26 20:36:45 +01:00
Andy Wilkinson
6b9bc012a5 Check that BPP and BFPP bean methods won't cause eager initialization
Closes gh-35164
2023-04-26 11:47:03 +01:00
Andy Wilkinson
472afafd4b Stop WebFilterChainPostProcessor from causing eager init
Fixes gh-35163
2023-04-25 22:08:58 +01:00
Phillip Webb
a707c5e83e Polish "Fix support for default values in banner placeholders"
Reorder methods and add a test to ensure that getPropertyResolvers
can be mutated.

See gh-34764
2023-04-24 17:15:56 -07:00
Scott Frederick
963542e7fc Adapt Paketo system tests to changes in the Tomcat buildpack
Closes gh-35148
2023-04-24 16:18:56 -05:00
Andy Wilkinson
90952a2dd9 Do not turn a null Flyway-specific password into an empty string
It prevents using PGPASS for authentication with Postgres.

Fixes gh-35110
2023-04-24 14:44:04 +01:00
Stephane Nicoll
be698cf6ed Merge pull request #34628 from ivandimitrov8080
* pr/34628:
  Harmonize references to application.yaml files in reference docs

Closes gh-34628
2023-04-24 13:45:58 +02:00
Ivan Dimitrov
f4db73ead9 Harmonize references to application.yaml files in reference docs
See gh-34628
2023-04-24 13:42:05 +02:00
Stephane Nicoll
81ade5d3b5 Upgrade Java 20 version in CI image
Closes gh-35073
2023-04-20 14:27:39 +02:00
Stephane Nicoll
b6705b7f45 Upgrade Java 17 version in CI image
Closes gh-35079
2023-04-20 14:26:36 +02:00
Stephane Nicoll
8195700c96 Upgrade Java 11 version in CI image
Closes gh-35076
2023-04-20 14:25:56 +02:00
Stephane Nicoll
59ac9295fa Upgrade Java 8 version in CI image and .sdkmanrc
Closes gh-35074
2023-04-20 14:25:21 +02:00
Stephane Nicoll
573aec7d3a Upgrade CI to Docker 23.0.4
Closes gh-35075
2023-04-20 14:22:04 +02:00
Spring Builds
253cbad49d Next development version (v2.7.12-SNAPSHOT) 2023-04-20 08:26:47 +00:00
Madhura Bhave
3522714c13 Use endpoint mappings in CloudFoundry integration
Closes gh-35085
2023-04-20 07:50:44 +01:00
Stephane Nicoll
da10c4e98b Merge pull request #34347 from acktsap
* pr/34347:
  Polish "Back off if a custom ApplicationAvailability bean is present"
  Back off if a custom ApplicationAvailability bean is present

Closes gh-34347
2023-04-19 17:39:00 +02:00
Stephane Nicoll
1b832d82f8 Polish "Back off if a custom ApplicationAvailability bean is present"
See gh-34347
2023-04-19 17:25:10 +02:00
Taeik Lim
5e95ba8448 Back off if a custom ApplicationAvailability bean is present
See gh-34347
2023-04-19 17:24:59 +02:00
Stephane Nicoll
098d338d7c Upgrade to Spring WS 3.1.6
Closes gh-34949
2023-04-19 10:56:09 +02:00
Phillip Webb
cb56035bcc Setup docker config.json on CI when building project 2023-04-18 10:04:20 -07:00
Stephane Nicoll
caaef89aff Upgrade to Tomcat 9.0.74
Closes gh-35058
2023-04-18 13:22:33 +02:00
Stephane Nicoll
b30d9d9961 Upgrade to MySQL 8.0.33
Closes gh-35057
2023-04-18 13:22:28 +02:00
Stephane Nicoll
71ff5f4a41 Upgrade to Spring Security 5.7.8
Closes gh-34948
2023-04-17 20:39:38 +02:00
Stephane Nicoll
29484e5129 Upgrade to Spring AMQP 2.4.12
Closes gh-34947
2023-04-17 20:39:37 +02:00
Andy Wilkinson
88ec47ff2b Test Gradle plugin against Gradle 8.1
Closes gh-35034
2023-04-17 17:38:28 +01:00
Andy Wilkinson
751fc9fe54 Fix includeProjectDependencies with Kotlin DSL 2023-04-17 17:35:15 +01:00
Andy Wilkinson
4095f4ea82 Upgrade CI images to Docker 23.0.3
Closes gh-34960
2023-04-17 17:35:15 +01:00
Stephane Nicoll
ae0767d345 Upgrade to Spring Data Bom 2021.2.11
Closes gh-34902
2023-04-15 15:54:41 +02:00
Andy Wilkinson
7729aef9c0 Upgrade to GraphQL Java 18.5
Closes gh-34995
2023-04-14 17:36:23 +01:00
Andy Wilkinson
e70226b48e Adapt to breaking changes in Spring Security internals
See gh-34948
2023-04-13 14:11:20 +01:00
Stephane Nicoll
4535f4a39c Upgrade to Spring Framework 5.3.27
Closes gh-34857
2023-04-13 12:13:22 +02:00