Commit Graph

54471 Commits

Author SHA1 Message Date
Andy Wilkinson
53c4ae813b Merge branch '3.3.x' into 3.4.x
Closes gh-43907
2025-01-21 16:19:59 +00:00
Andy Wilkinson
75d3c2e0e1 Merge pull request #43876 from arefbehboudi
* gh-43876:
  Polish

Closes gh-43876
2025-01-21 16:19:44 +00:00
arefbehboudi
c6b6d0c5ed Polish
See gh-43876

Signed-off-by: arefbehboudi <behboodiaref@gmail.com>
2025-01-21 16:12:52 +00:00
Andy Wilkinson
b053a14a28 Merge pull request #43868 from quaff
* gh-43868:
  Polish "Replace @ConditionalOnProperty with …BooleanProperty where feasible"
  Replace @ConditionalOnProperty with …BooleanProperty where feasible

Closes gh-43868
2025-01-21 16:08:13 +00:00
Andy Wilkinson
766c17fcdd Polish "Replace @ConditionalOnProperty with …BooleanProperty where feasible"
See gh-43868
2025-01-21 15:13:44 +00:00
Yanming Zhou
960c8825e0 Replace @ConditionalOnProperty with …BooleanProperty where feasible
See gh-43868

Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
2025-01-21 15:08:26 +00:00
Andy Wilkinson
88eb74884a Merge branch '3.4.x'
Closes gh-43906
2025-01-21 14:36:55 +00:00
Andy Wilkinson
eea9491c46 Merge branch '3.3.x' into 3.4.x
Closes gh-43905
2025-01-21 14:36:44 +00:00
Andy Wilkinson
96b1dd00c1 Merge pull request #43904 from izeye
* gh-43904:
  Fix description of management.metrics.graphql.autotime.enabled

Closes gh-43904
2025-01-21 14:36:36 +00:00
Johnny Lim
15a6c9affb Fix description of management.metrics.graphql.autotime.enabled
See gh-43904

Signed-off-by: Johnny Lim <izeye@naver.com>
2025-01-21 14:36:20 +00:00
Andy Wilkinson
6c45ae726c Merge branch '3.4.x'
Closes gh-43903
2025-01-21 14:31:28 +00:00
Andy Wilkinson
fc97ed07db Merge branch '3.3.x' into 3.4.x
Closes gh-43902
2025-01-21 14:30:35 +00:00
Andy Wilkinson
7cd1ec7a9f Remove concurrency limits for CI and System Tests
Closes gh-43900
2025-01-21 14:29:01 +00:00
Andy Wilkinson
d391cc1348 Upgrade to Spring Security 6.5.0-M1
Closes gh-43766
2025-01-21 13:34:47 +00:00
Andy Wilkinson
6f0257139a Upgrade to Spring LDAP 3.3.0-M1
Closes gh-43765
2025-01-21 13:34:47 +00:00
Andy Wilkinson
0a0176e85a Upgrade to Selenium 4.28.0
Closes gh-43898
2025-01-21 13:34:47 +00:00
Andy Wilkinson
bf5b244053 Upgrade to Pulsar 3.3.4
Closes gh-43897
2025-01-21 13:34:47 +00:00
Andy Wilkinson
0f5eb465c9 Upgrade to Liquibase 4.31.0
Closes gh-43896
2025-01-21 13:34:47 +00:00
Andy Wilkinson
8159674484 Upgrade to Hibernate 6.6.5.Final
Closes gh-43895
2025-01-21 12:23:27 +00:00
Andy Wilkinson
a4a18baa13 Upgrade to Flyway 11.2.0
Closes gh-43894
2025-01-21 12:23:23 +00:00
Andy Wilkinson
b236b61be2 Upgrade to Caffeine 3.2.0
Closes gh-43893
2025-01-21 12:23:17 +00:00
Andy Wilkinson
77fd91ee94 Upgrade to Byte Buddy 1.16.1
Closes gh-43892
2025-01-21 12:23:13 +00:00
Andy Wilkinson
4296376930 Document that clean on validation error has been removed in Flyway 11
Closes gh-43890
2025-01-21 12:17:19 +00:00
Andy Wilkinson
049fe3eadd Merge branch '3.4.x'
Closes gh-43891
2025-01-21 12:10:35 +00:00
Andy Wilkinson
00f88b9e05 Remove overly specific casts from SslConnectorCustomizer
Closes gh-43849
2025-01-21 12:09:46 +00:00
Andy Wilkinson
3b0275e830 Upgrade to AssertJ 3.27.3
Closes gh-43667
2025-01-20 15:05:19 +00:00
Brian Clozel
2dabd11211 GraphQL should not back off when GrapQlSource is present
Prior to this commit, the GraphQL auto-configuration that defines the
infrastructure beans for base support would only be active when:

* GraphQL schema files are detected in the configured locations
* or if GraphQlSourceBuilderCustomizer beans are present

This would allow some "code first" approaches, but not situations where
developers contribute their own `GraphQlSource`. This commit ensures
that the auto-configuration is processed even if the application only
contributes a custom `GraphQlSource` bean.

Closes gh-33096
2025-01-20 08:04:27 +01:00
Stéphane Nicoll
44f5fb2a4f Merge branch '3.4.x'
Closes gh-43880
2025-01-19 08:46:19 +01:00
Stéphane Nicoll
903624911f Merge pull request #43863 from nosan
* pr/43863:
  Polish "Fix potential NPE in GraylogExtendedLogFormatProperties"
  Fix potential NPE in GraylogExtendedLogFormatProperties

Closes gh-43863
2025-01-19 08:46:13 +01:00
Stéphane Nicoll
7c52938168 Polish "Fix potential NPE in GraylogExtendedLogFormatProperties"
See gh-43863
2025-01-19 08:29:45 +01:00
Dmytro Nosan
9de517281e Fix potential NPE in GraylogExtendedLogFormatProperties
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>

See gh-43863
2025-01-19 08:06:40 +01:00
Stéphane Nicoll
af29ff56a8 Merge branch '3.4.x'
Closes gh-43878
2025-01-19 08:05:02 +01:00
Stéphane Nicoll
ae2ca013b2 Merge pull request #43877 from izeye
* pr/43877:
  Fix Javadoc since for GsonProperties.Strictness

Closes gh-43877
2025-01-19 08:04:52 +01:00
Johnny Lim
1e39af27d4 Fix Javadoc since for GsonProperties.Strictness
See gh-43877

Signed-off-by: Johnny Lim <izeye@naver.com>
2025-01-19 08:04:35 +01:00
Andy Wilkinson
33aa8f721a Merge branch '3.4.x'
Closes gh-43873
2025-01-17 16:29:21 +00:00
Andy Wilkinson
5e1585f627 Merge branch '3.3.x' into 3.4.x
Closes gh-43872
2025-01-17 16:29:01 +00:00
Andy Wilkinson
c27156d7b3 Upgrade to release verification tests 0.0.8
Closes gh-43871
2025-01-17 16:28:37 +00:00
Andy Wilkinson
239a6e8901 Merge branch '3.4.x'
Closes gh-43870
2025-01-17 16:23:56 +00:00
Andy Wilkinson
86818b0e45 Ensure that junit-platform-launcher is on classpath
When testing with Gradle 7.6, junit-platform-launcher won't be
on the test runtime classpath unless it's declared as a dependency.
When testing with Gradle 8.x the dependency is added implicitly but
starting with Gradle 8.3 relying on this will result in a warning.

When junit-platform-launcher is absent, a failure occurs when testing
with Gradle as the class loader structure is such that JUnit tries
to load any test execution listeners, finds the listener declared in
spring-boot-actuator-autoconfigure but cannot then load the
implemented TestExecutionListener interface.

This problem is addressed by augmenting the component metadata for
spring-boot-starter-test to add a dependency on
junit-platform-launcher. This addresses the problem with
spring-boot-actuator-autoconfigure while also addressing a warning
with Gradle 8.3+.

Closes gh-43340
2025-01-17 16:01:41 +00:00
Stéphane Nicoll
96d90eb63d Fix formatting 2025-01-17 14:42:25 +01:00
Stéphane Nicoll
44996ee0f1 Merge branch '3.4.x' 2025-01-17 14:38:49 +01:00
Stéphane Nicoll
108119244f Merge branch '3.3.x' into 3.4.x 2025-01-17 14:38:41 +01:00
Stéphane Nicoll
c3b887c8bf Upgrade to Spring Data Bom 2024.1.2
Closes gh-43761
2025-01-17 14:38:24 +01:00
Stéphane Nicoll
9a05521c0f Upgrade to Spring Data Bom 2024.1.2
Closes gh-43749
2025-01-17 14:37:25 +01:00
Stéphane Nicoll
03dfc1ad22 Upgrade to Spring Data Bom 2024.0.8
Closes gh-43743
2025-01-17 14:37:12 +01:00
Andy Wilkinson
fd13a2e1c9 Avoid unclosed resource false positive 2025-01-17 10:08:45 +00:00
Moritz Halbritter
3beec788f9 Adapt to Spring Security deprecations 2025-01-17 08:47:14 +01:00
Brian Clozel
6957557fd7 Configure additional GraphQL schema files
Prior to this commit, the GraphQL auto-configuration would provide
configuration properties for specifying the locations and file
extensions of schema files to be scanned during startup.

This commit adds a new "spring.graphql.schema.additional-files" that
applications can use to point at particular files, like
"classpath:mylocation/schema.graphqls". These files will be parsed and
considered for the schema in addition to the scanned ones.

Closes gh-42792
2025-01-16 18:15:51 +01:00
Stéphane Nicoll
af499705e4 Merge branch '3.4.x' 2025-01-16 15:11:00 +01:00
Stéphane Nicoll
19496cd466 Upgrade to SQLite JDBC 3.48.0.0
Closes gh-43857
2025-01-16 14:51:21 +01:00