Commit Graph

23848 Commits

Author SHA1 Message Date
Swamy Mavuri c3e3372336 Add support for Pulsar cluster-level failover
See gh-38559
2024-01-10 13:28:33 +01:00
Andy Wilkinson 4b157ceaf2 Make web servers' started log messages more consistent
Closes gh-36149
2024-01-10 12:11:57 +00:00
Moritz Halbritter 3e705e8d56 Polish "Use unknown_service as default application name for OpenTelemetry"
See gh-38219
2024-01-10 11:42:22 +01:00
Lenin Jaganathan 470029aff1 Use unknown_service as default application name for OpenTelemetry
See gh-38219
2024-01-10 11:42:12 +01:00
Moritz Halbritter e5b2ad9b8a Add possibility to configure a custom ExecutionContextSerializer in BatchAutoConfiguration
See gh-38328
2024-01-10 11:08:43 +01:00
John Niang 49c6bacd44 Support configuring maximum number of sessions for reactive server
Signed-off-by: John Niang <johnniang@foxmail.com>

See gh-38703
2024-01-10 11:03:55 +01:00
Andy Wilkinson d2a3c8703a Add missing since javadoc to acceptTasksAfterContextClose
See gh-38968
2024-01-10 09:58:23 +00:00
Moritz Halbritter 1c411c2fc3 Polish "Add configuration property "spring.task.execution.pool.shutdown.accept-tasks-after-context-close""
See gh-38968
2024-01-10 10:38:28 +01:00
Yanming Zhou 0e53c0098f Add configuration property "spring.task.execution.pool.shutdown.accept-tasks-after-context-close"
ExecutorConfigurationSupport::setAcceptTasksAfterContextClose is
introduced since Spring Framework 6.1

See gh-38968
2024-01-10 10:37:15 +01:00
Moritz Halbritter 5650a547cf Merge branch '3.2.x'
Closes gh-39080
2024-01-10 10:31:33 +01:00
Moritz Halbritter 66dc72da46 Polish "Fix Jetty ConnectionLimit configuration"
See gh-39052
2024-01-10 10:17:38 +01:00
Onur Kagan Ozcan 7113c10b08 Fix Jetty ConnectionLimit configuration
See gh-39052
2024-01-10 10:12:27 +01:00
Moritz Halbritter d610955b9d Merge branch '3.2.x'
Closes gh-39079
2024-01-10 09:58:24 +01:00
Moritz Halbritter 793801b9cb Merge branch '3.1.x' into 3.2.x
Closes gh-39078
2024-01-10 09:53:45 +01:00
BenchmarkingBuffalo 56f00c4c21 Move autoStartup property
Move the property 'autoStartup' from BaseContainer to AmqpContainer.

See gh-39072
2024-01-10 09:52:28 +01:00
Moritz Halbritter ffe31cfe55 Merge branch '3.2.x'
Closes gh-39077
2024-01-10 09:49:54 +01:00
skcskitano dc8b55c0ef Fix connection leak in SqlDialectLookup
See gh-38924
2024-01-10 09:46:39 +01:00
Moritz Halbritter 70eb941416 Merge branch '3.2.x'
Closes gh-39076
2024-01-10 09:41:48 +01:00
Moritz Halbritter 748a80c448 Merge branch '3.1.x' into 3.2.x
Closes gh-39075
2024-01-10 09:41:41 +01:00
Moritz Halbritter 47e8f6168f Polish "Fix error mark position for PatternParseException"
See gh-38944
2024-01-10 09:21:03 +01:00
Fabrice Bibonne fccce54d52 Fix error mark position for PatternParseException
PatternParseException.toDetailedString() return a String
with a mark to specify the error position in the pattern.
The mark takes place in the second line in the String
returned. Because PatternParseFailureAnalyzer.analyze
appended "Invalid mapping pattern detected:" at the
beginning of the returned String, the mark was not well
positioned.

Now, a "\n" is inserted after "Invalid mapping pattern detected:"
and the mark is well positioned

See gh-38944
2024-01-10 09:14:04 +01:00
Moritz Halbritter eda2261665 Merge branch '3.2.x'
Closes gh-39074
2024-01-10 09:12:04 +01:00
Moritz Halbritter 8504b6e0a7 Merge branch '3.1.x' into 3.2.x
Closes gh-39073
2024-01-10 09:11:53 +01:00
Christoph Dreis 68b9f0c643 Update copyright year to 2024
See gh-38946
2024-01-10 09:11:29 +01:00
Christoph Dreis b7c9c82180 Fix typos
See gh-38983
2024-01-10 09:06:45 +01:00
Jonatan Ivanov 820396fdff Add ProcessInfoContributor
This InfoContributor exposes information about
the process of the application.

See gh-38371
2024-01-10 08:45:49 +01:00
Phillip Webb 2d12fa073d Merge branch '3.2.x'
Closes gh-39071
2024-01-09 12:38:24 -08:00
Phillip Webb e5f489f338 Restore manifest support for nested directory jars
Update `NestedJarFile` so that the `getManifest()` method returns the
manifest from the parent jar file for nested jars based on directory
entries.

This restores the previous behavior supported by Spring Boot 3.1 and
allows class methods such as `getPackage().getImplementationVersion()`
to return non `null` results.

Fixes gh-38996
2024-01-09 12:33:10 -08:00
Moritz Halbritter 25614710d5 Fail if superfluous properties are used in property metadata
Closes gh-37597
2024-01-09 13:59:51 +01:00
Moritz Halbritter 970c226847 Polish 2024-01-09 13:59:14 +01:00
Andy Wilkinson bef0ce244e Upgrade to Micrometer Tracing 1.2.2
Closes gh-38979
2024-01-09 12:54:51 +00:00
Andy Wilkinson 1f636adb34 Upgrade to Micrometer 1.12.2
Closes gh-38978
2024-01-09 12:54:50 +00:00
Andy Wilkinson 284dc2070c Upgrade to Micrometer Tracing 1.1.9
Closes gh-38975
2024-01-09 12:52:58 +00:00
Andy Wilkinson c1a147474c Upgrade to Micrometer 1.11.8
Closes gh-38974
2024-01-09 12:52:58 +00:00
Andy Wilkinson c805f6ad0f Revert "Start building against Micrometer Tracing 1.3.0 snapshots"
This reverts commit f31bbbbeaa.

See gh-38985
2024-01-09 12:47:37 +00:00
Andy Wilkinson bfa84f2355 Revert "Start building against Micrometer 1.13.0 snapshots"
This reverts commit 2e7e8cf61a.

See gh-38984
2024-01-09 12:46:34 +00:00
Moritz Halbritter 7120dc07ae Adapt to changes in Brave tagged fields handling
See gh-38724

See gh-37435
2024-01-09 11:37:15 +01:00
adispezo 0ca55bf0a6 Add local and tagged correlation fields
Local fields only work in Brave and not with OpenTelemetry.

Tagged fields work both with Brave and with OpenTelemetry.

See gh-37435
2024-01-09 11:35:40 +01:00
Moritz Halbritter 91d187ca38 Add property for max queue size for Tomcat
Co-authored-by: Ahmed A. Hussein <ahmedhussein411@gmail.com>

Closes gh-36087
2024-01-09 10:38:46 +01:00
Moritz Halbritter 98609e875d Include context path in reactive DefaultErrorAttributes
Closes gh-37269
2024-01-09 09:54:59 +01:00
Moritz Halbritter 2cce123bb5 Add property to control 'path' field inclusion in error responses
By default it is included.

Closes gh-38619
2024-01-09 09:33:00 +01:00
Moritz Halbritter c4be302fdb Auto-configure SpanTagAnnotationHandler
Closes gh-38662
2024-01-09 09:03:51 +01:00
Moritz Halbritter a7d88b69d4 Add RabbitMQ properties to enable observations
Observations can be enabled for the simple, direct and stream listener
and on the RabbitTemplate.

Closes gh-36451
2024-01-08 15:58:13 +01:00
Andy Wilkinson 93a2b1cda0 Remove dependency management for Dropwizard Metrics
Closes gh-39034
2024-01-08 09:43:37 +00:00
Andy Wilkinson c3a5e7695a Polish "Treat null as CloudPlatform.NONE"
See gh-38510
2024-01-05 16:29:10 +00:00
Yanming Zhou 01bb806672 Treat null as CloudPlatform.NONE
See gh-38510
2024-01-05 16:23:39 +00:00
Andrei Navrotski 49e9fe66a7 Align Health.down with Health.Builder.down
See gh-38550
2024-01-05 15:41:50 +00:00
Andy Wilkinson ec889b2be0 Merge branch '3.2.x'
Closes gh-39042
2024-01-05 15:39:38 +00:00
Chris Bono af89c2bb5f Use Spring Pulsar BOM
See gh-38966
2024-01-05 14:55:52 +00:00
Andy Wilkinson c87c710f79 Prohibit upgrades to HttpClient5 5.3
Closes gh-39007
2024-01-05 11:41:47 +00:00
Andy Wilkinson 28490738ae Revert "Upgrade to HttpClient5 5.3"
This reverts commit 31f3f31ac1.

See gh-39007
2024-01-05 11:40:41 +00:00
Andy Wilkinson 4b89723861 Remove APIs that were deprecated for removal in 3.3.0
Closes gh-39039
2024-01-05 11:20:35 +00:00
Andy Wilkinson 5c88f500fe Merge branch '3.2.x'
Closes gh-39038
2024-01-05 10:34:12 +00:00
Andy Wilkinson 2acb90cbb5 Prohibit upgrades to Jetty Reactive HTTPClient 4.0.2
Closes gh-39010
2024-01-05 10:33:23 +00:00
Andy Wilkinson b2aa7e5e8c Prohibit upgrades to Derby 10.17
Closes gh-39004
2024-01-05 10:30:23 +00:00
Andy Wilkinson 88f4c72ef4 Upgrade to SQLite JDBC 3.44.1.0
Closes gh-39033
2024-01-05 10:30:22 +00:00
Andy Wilkinson 383750a309 Upgrade to SLF4J 2.0.10
Closes gh-39032
2024-01-05 10:30:22 +00:00
Andy Wilkinson 1e6627d458 Upgrade to SendGrid 4.10.1
Closes gh-39031
2024-01-05 10:30:22 +00:00
Andy Wilkinson de3cae50cd Upgrade to Selenium 4.16.1
Closes gh-39030
2024-01-05 10:30:21 +00:00
Andy Wilkinson e733ebcc5a Upgrade to REST Assured 5.4.0
Closes gh-39029
2024-01-05 10:30:21 +00:00
Andy Wilkinson c392a102f2 Upgrade to Rabbit Stream Client 0.15.0
Closes gh-39028
2024-01-05 10:30:21 +00:00
Andy Wilkinson 7cc385f57c Upgrade to Rabbit AMQP Client 5.20.0
Closes gh-39027
2024-01-05 10:30:20 +00:00
Andy Wilkinson 4543a55790 Upgrade to Pulsar 3.1.2
Closes gh-39026
2024-01-05 10:30:20 +00:00
Andy Wilkinson f355830b09 Upgrade to Postgresql 42.7.1
Closes gh-39025
2024-01-05 10:30:20 +00:00
Andy Wilkinson cd2c415e6d Upgrade to Oracle R2DBC 1.2.0
Closes gh-39024
2024-01-05 10:30:19 +00:00
Andy Wilkinson 2e9ef73cc5 Upgrade to OpenTelemetry 1.33.0
Closes gh-39023
2024-01-05 10:30:19 +00:00
Andy Wilkinson 6fa8094b79 Upgrade to Neo4j Java Driver 5.15.0
Closes gh-39022
2024-01-05 10:30:19 +00:00
Andy Wilkinson 52723d4629 Upgrade to MySQL 8.2.0
Closes gh-39021
2024-01-05 10:30:18 +00:00
Andy Wilkinson 80ad4930d8 Upgrade to Mockito 5.8.0
Closes gh-39020
2024-01-05 10:30:18 +00:00
Andy Wilkinson 1517d865e2 Upgrade to Maven Surefire Plugin 3.2.3
Closes gh-39019
2024-01-05 10:30:18 +00:00
Andy Wilkinson fa5cfa8ec7 Upgrade to Maven Failsafe Plugin 3.2.3
Closes gh-39018
2024-01-05 10:30:18 +00:00
Andy Wilkinson eb18365f90 Upgrade to Maven Compiler Plugin 3.12.1
Closes gh-39017
2024-01-05 10:30:17 +00:00
Andy Wilkinson 3bc6b92636 Upgrade to MariaDB 3.3.2
Closes gh-39016
2024-01-05 10:30:17 +00:00
Andy Wilkinson ce08985bd4 Upgrade to Log4j2 2.22.1
Closes gh-39015
2024-01-05 10:30:17 +00:00
Andy Wilkinson b2c98a028e Upgrade to Liquibase 4.25.1
Closes gh-39014
2024-01-05 10:30:16 +00:00
Andy Wilkinson a01977b888 Upgrade to jOOQ 3.19.1
Closes gh-39012
2024-01-05 10:30:16 +00:00
Andy Wilkinson fc478d5c25 Upgrade to JMustache 1.16
Closes gh-39011
2024-01-05 10:30:15 +00:00
Andy Wilkinson dca46c75c9 Upgrade to InfluxDB Java 2.24
Closes gh-39008
2024-01-04 17:32:10 +00:00
Andy Wilkinson 31f3f31ac1 Upgrade to HttpClient5 5.3
Closes gh-39007
2024-01-04 17:32:10 +00:00
Andy Wilkinson 65bbfdcfe8 Upgrade to HikariCP 5.1.0
Closes gh-39006
2024-01-04 17:26:37 +00:00
Andy Wilkinson a11ecfffad Upgrade to Groovy 4.0.17
Closes gh-39005
2024-01-04 17:26:37 +00:00
Andy Wilkinson 1306edcc28 Upgrade to Commons Lang3 3.14.0
Closes gh-39003
2024-01-04 17:26:37 +00:00
Andy Wilkinson 6bd042e83b Upgrade to Commons DBCP2 2.11.0
Closes gh-39002
2024-01-04 17:26:37 +00:00
Andy Wilkinson 93025a0fba Upgrade to Classmate 1.7.0
Closes gh-39001
2024-01-04 17:26:36 +00:00
Andy Wilkinson a220c5536e Upgrade to Byte Buddy 1.14.11
Closes gh-39000
2024-01-04 17:26:36 +00:00
Andy Wilkinson 6ef8dc87d7 Upgrade to Build Helper Maven Plugin 3.5.0
Closes gh-38999
2024-01-04 17:26:36 +00:00
Andy Wilkinson 3414f9c02e Upgrade to Brave 5.17.0
Closes gh-38998
2024-01-04 17:26:35 +00:00
Andy Wilkinson a1c7c0bccc Upgrade to AssertJ 3.25.1
Closes gh-38997
2024-01-04 17:26:35 +00:00
Andy Wilkinson c19c18f998 Start building against Spring Session 3.3.0 snapshots
See gh-38991
2024-01-04 14:32:56 +00:00
Andy Wilkinson f98f4e20c8 Start building against Spring Security 6.3.0 snapshots
See gh-38990
2024-01-04 14:32:55 +00:00
Andy Wilkinson ec8920ccfd Start building against Spring Pulsar 1.0.2 snapshots
See gh-38995
2024-01-04 14:32:54 +00:00
Andy Wilkinson e0cceed2e6 Start building against Spring Data Bom 2023.1.2 snapshots
See gh-38988
2024-01-04 14:32:49 +00:00
Andy Wilkinson 84b2b37932 Start building against Spring Authorization Server 1.3.0 snapshots
See gh-38987
2024-01-04 14:32:49 +00:00
Andy Wilkinson edbee44ab3 Start building against Reactor Bom 2023.0.2 snapshots
See gh-38986
2024-01-04 14:32:48 +00:00
Andy Wilkinson f31bbbbeaa Start building against Micrometer Tracing 1.3.0 snapshots
See gh-38985
2024-01-04 14:32:47 +00:00
Andy Wilkinson 2e7e8cf61a Start building against Micrometer 1.13.0 snapshots
See gh-38984
2024-01-04 14:32:47 +00:00
Andy Wilkinson d94661f91b Start building against Spring Pulsar 1.0.2 snapshots
See gh-38994
2024-01-04 14:16:53 +00:00
Andy Wilkinson aec6d93617 Merge branch '3.2.x'
Closes gh-38993
2024-01-04 14:15:52 +00:00
Andy Wilkinson 2fb6a2eef4 Consider snapshots when upgrading Spring Pulsar
Closes gh-38992
2024-01-04 14:15:35 +00:00
Andy Wilkinson d7fc9a66b4 Start building against Spring Data Bom 2023.1.2 snapshots
See gh-38981
2024-01-04 13:25:40 +00:00