Commit Graph

18842 Commits

Author SHA1 Message Date
Moritz Halbritter
6cb7fb5897 Add info log message if AOT mode is enabled
Closes gh-32396
2022-10-17 15:29:38 +02:00
Andy Wilkinson
4700a00d94 Auto-configure CompositeSpanHandler with Brave
Closes gh-32753
2022-10-17 13:58:48 +01:00
Andy Wilkinson
ff16f6d6c6 Work around configuration cache problem in NBT Gradle Plugin
See gh-32752
See graalvm/native-build-tools#338
2022-10-17 13:58:07 +01:00
Andy Wilkinson
db2641d20f Upgrade to Spring LDAP 3.0.0-RC1
Closes gh-32624
2022-10-17 10:55:11 +01:00
Andy Wilkinson
8fdd12ffeb Upgrade to Spring REST Docs 3.0.0-RC1
Closes gh-32623
2022-10-17 10:53:50 +01:00
Phillip Webb
76ef540716 Merge branch '2.7.x' 2022-10-15 14:19:18 -07:00
Phillip Webb
0f4a978731 Merge branch '2.6.x' into 2.7.x 2022-10-15 14:19:06 -07:00
Phillip Webb
6641a98913 Improve the phrasing around property source ordering 2022-10-15 14:18:49 -07:00
Phillip Webb
071649360b Generate 'META-INF/native-image/argfile' file for buildpack use
Update the Maven and Gradle plugin to generate an `argfile` file
file under `META-INF/native-image` that contains `--exclude-config`
arguments that should be passed when generating a native image.

The contents of the file is generated for each nested jar that has a
`reachability-metadata.properties` file containing 'override=true'.

The `reachability-metadata.properties` file is expected to be generated
by the Graal native build tools plugin.

Closes gh-32738
2022-10-14 15:23:06 -07:00
Phillip Webb
430c6b7e9f Downgrade to SLF4J 1.7 for spring-boot-gradle-plugin tests
The downgrade is required for tests to run in Eclipse.

Closes gh-32626
2022-10-14 11:58:16 -07:00
Phillip Webb
029aab6b58 Document Log4j2 extensions
See gh-32578
2022-10-14 10:14:43 -07:00
Phillip Webb
cec090c32e Polish 'Resolve URLs using Log4J2 mechanisms'
See gh-32735
2022-10-14 10:13:33 -07:00
Ralph Goers
5286785127 Resolve URLs using Log4j2 mechanisms
Update `Log4J2LoggingSystem` to that non file URLs are resolved using
Log4j2's `UrlConnectionFactory` mechanism rather than directly.

See gh-32735
2022-10-14 10:13:30 -07:00
Phillip Webb
5a7964af2b Polish 'Support profile specific Log4j2 configuration'
See gh-32734
2022-10-14 10:12:31 -07:00
Ralph Goers
27ed30fdbf Support profile specific Log4j2 configuration
Add a `SpringProfileArbiter` Log4j2 plugin which allows Log4j2
configuration to be included or skipped based on the active Spring
`Environment` profiles.

See gh-32734
2022-10-14 10:12:27 -07:00
Phillip Webb
ed424d3adb Polish 'Add Log4J2 PropertySource backed by the Spring Environment'
See gh-32733
2022-10-14 10:11:25 -07:00
Ralph Goers
4f8a9441c2 Add Log4J2 PropertySource backed by the Spring Environment
Register a new `PropertySource` when initializing Log4j2 so that
properties may be resolved against Spring's Environment.

See gh-32733
2022-10-14 10:11:21 -07:00
Phillip Webb
71f5857363 Polish 'Support Log4J2 string lookups from the Spring Environment'
See gh-32732
2022-10-14 10:10:23 -07:00
Ralph Goers
5228b99b22 Support Log4J2 string lookups from the Spring Environment
Add a Log4j2 `SpringLookup` plugin which can be used to resolve strings
from the Spring Environment.

See gh-32732
2022-10-14 10:10:17 -07:00
Phillip Webb
d665441ca9 Polish 'Add Spring Environment to LoggerContext'
See gh-32731
2022-10-14 10:09:02 -07:00
Ralph Goers
05a2bd4585 Add Spring Environment to LoggerContext
Update `Log4J2LoggingSystem` to add the Spring `Environment` to Log4j2's
`LoggerContext`. This allow Log4j2 plugins to access the `Environment`
if they need it.

See gh-32731
2022-10-14 10:08:48 -07:00
Phillip Webb
a08a6378f0 Polish 'Support 'log4j.configurationFile' system property'
See gh-32730
2022-10-14 10:06:01 -07:00
Ralph Goers
64eb36b7a1 Support 'log4j.configurationFile' system property
Update `Log4J2LoggingSystem.getStandardConfigLocations()` so that
any configured 'log4j.configurationFile' system property is also
included as a location.

See gh-32730
2022-10-14 10:05:44 -07:00
Stephane Nicoll
0ae448eae6 Upgrade to Spring Retry 2.0.0-RC1
Closes gh-32600
2022-10-14 10:29:20 +02:00
Stephane Nicoll
040c78062e Upgrade to Spring Retry 1.3.4
Closes gh-32594
2022-10-14 10:28:30 +02:00
Stephane Nicoll
c858c1e998 Upgrade to Spring Retry 1.3.4
Closes gh-32593
2022-10-14 10:23:47 +02:00
Andy Wilkinson
1900dc7566 Upgrade to Jackson Bom 2.13.4.20221013
Closes gh-32725
2022-10-13 21:34:34 +01:00
Andy Wilkinson
9fd3d78bae Upgrade to Jackson Bom 2.13.4.20221013
Closes gh-32724
2022-10-13 21:18:15 +01:00
Scott Frederick
3ea18f07fa Polish "Use NBT plugin version from gradle.properties in image tests"
See gh-32643
2022-10-13 15:05:06 -05:00
Scott Frederick
fc93e6bf8b Adapt to changes in Spring Framework snapshots
See gh-32696
2022-10-13 15:04:05 -05:00
Andy Wilkinson
936cb41c6e Upgrade to Jetty Reactive HTTPClient 1.1.13
Closes gh-32723
2022-10-13 20:10:11 +01:00
Andy Wilkinson
0411ebeeaf Upgrade to Jackson Bom 2.13.4.20221013
Closes gh-32722
2022-10-13 20:10:07 +01:00
Andy Wilkinson
3a34916bde Remove dependency management for slf4j-jcl
The module was removing in SLF4J 2.0

See gh-12649
2022-10-13 18:09:46 +01:00
Andy Wilkinson
653309cd5d Upgrade to Undertow 2.2.20.Final
Closes gh-32720
2022-10-13 17:20:02 +01:00
Andy Wilkinson
93a51d0f79 Upgrade to Thymeleaf Extras SpringSecurity 3.1.0.RC1
Closes gh-32718
2022-10-13 17:20:01 +01:00
Andy Wilkinson
2084b41cd3 Upgrade to SLF4J 2.0.3
Closes gh-32717
2022-10-13 17:20:01 +01:00
Andy Wilkinson
809a3b73ba Upgrade to Selenium HtmlUnit 4.5.0
Closes gh-32716
2022-10-13 17:20:01 +01:00
Andy Wilkinson
bca00bf0e8 Upgrade to Selenium 4.5.0
Closes gh-32715
2022-10-13 17:20:00 +01:00
Andy Wilkinson
a6338f8e20 Upgrade to Rabbit Stream Client 0.8.0
Closes gh-32714
2022-10-13 17:15:22 +01:00
Andy Wilkinson
23028ebc36 Upgrade to OpenTelemetry 1.19.0
Closes gh-32713
2022-10-13 17:15:19 +01:00
Andy Wilkinson
7e80f6268e Upgrade to Netty 4.1.84.Final
Closes gh-32712
2022-10-13 17:15:16 +01:00
Andy Wilkinson
29cb323762 Upgrade to Neo4j Java Driver 5.1.0
Closes gh-32711
2022-10-13 17:15:13 +01:00
Andy Wilkinson
dd39e09a51 Upgrade to Logback 1.4.4
Closes gh-32710
2022-10-13 17:15:10 +01:00
Andy Wilkinson
df02ec88f5 Upgrade to Liquibase 4.17.0
Closes gh-32709
2022-10-13 17:15:07 +01:00
Andy Wilkinson
ef97e5e803 Upgrade to Jetty Reactive HTTPClient 3.0.7
Closes gh-32707
2022-10-13 17:15:02 +01:00
Andy Wilkinson
37c4cfbe34 Upgrade to HtmlUnit 2.65.1
Closes gh-32706
2022-10-13 17:14:59 +01:00
Andy Wilkinson
9247de804b Upgrade to Hazelcast 5.1.4
Closes gh-32705
2022-10-13 17:14:56 +01:00
Andy Wilkinson
3a1e3b35d5 Upgrade to Flyway 9.4.0
Closes gh-32704
2022-10-13 17:14:53 +01:00
Andy Wilkinson
9a398549e9 Upgrade to Ehcache3 3.10.2
Closes gh-32703
2022-10-13 17:14:51 +01:00
Andy Wilkinson
d1d9750f23 Upgrade to Byte Buddy 1.12.18
Closes gh-32702
2022-10-13 17:14:48 +01:00