Commit Graph
60294 Commits
Author SHA1 Message Date
Stéphane Nicoll d77b64f935 Upgrade to Jackson 2 Bom 2.21.4
Closes gh-50684
2026-06-03 16:37:27 +02:00
Stéphane Nicoll 438e12e2c9 Upgrade to Hibernate 7.2.17.Final
Closes gh-50683
2026-06-03 16:37:20 +02:00
Stéphane Nicoll 4864cb44e3 Upgrade to Glassfish JAXB 4.0.9
Closes gh-50682
2026-06-03 16:37:14 +02:00
Stéphane Nicoll 1f4c1b9274 Upgrade to Cassandra Driver 4.19.3
Closes gh-50681
2026-06-03 16:37:07 +02:00
Stéphane Nicoll 275939cc81 Merge branch '3.5.x' into 4.0.x 2026-06-03 16:32:02 +02:00
Stéphane Nicoll 38fd219d5f Upgrade to Netty 4.1.135.Final
Closes gh-50680
2026-06-03 16:25:36 +02:00
Stéphane Nicoll 9c74bb20eb Upgrade to Maven Surefire Plugin 3.5.6
Closes gh-50679
2026-06-03 16:25:29 +02:00
Stéphane Nicoll 850353c7e1 Upgrade to Maven Failsafe Plugin 3.5.6
Closes gh-50678
2026-06-03 16:25:25 +02:00
Stéphane Nicoll 96c77cb5e2 Upgrade to Logback 1.5.34
Closes gh-50677
2026-06-03 16:25:20 +02:00
Stéphane Nicoll 5100b4dfd0 Upgrade to Jetty 12.0.36
Closes gh-50676
2026-06-03 16:25:16 +02:00
Stéphane Nicoll 2f4ca0f819 Upgrade to Jaxen 2.0.5
Closes gh-50675
2026-06-03 16:25:10 +02:00
Stéphane Nicoll 9030f927f0 Upgrade to Jakarta Json Bind 3.0.2
Closes gh-50674
2026-06-03 16:25:03 +02:00
Stéphane Nicoll 5d3e998345 Upgrade to Jackson Bom 2.21.4
Closes gh-50673
2026-06-03 16:24:59 +02:00
Stéphane Nicoll 06f6a5564d Upgrade to Hibernate 6.6.52.Final
Closes gh-50672
2026-06-03 16:24:53 +02:00
Stéphane Nicoll da4b3820a2 Upgrade to Glassfish JAXB 4.0.9
Closes gh-50671
2026-06-03 16:24:46 +02:00
Stéphane Nicoll d1cad260a1 Upgrade to Cassandra Driver 4.19.3
Closes gh-50670
2026-06-03 16:24:40 +02:00
Stéphane Nicoll 77672af56a Merge branch '3.5.x' into 4.0.x
Closes gh-50646
2026-05-31 20:21:18 +02:00
Stéphane Nicoll 8a63d1c624 Merge pull request #50641 from ngocnhan-tran1996
* fix-gradle-module-replacement-url-reference:
  Fix reference to Gradle's module replacement section

Closes gh-50641
2026-05-31 20:21:10 +02:00
Tran Ngoc Nhan becb0bbc7c Fix reference to Gradle's module replacement section
See gh-50641

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2026-05-31 20:16:46 +02:00
Stéphane Nicoll 89597d49c0 Merge pull request #50640 from dlwldnjs1009
* rsocket-sni-fallback:
  Fall back to default SSL provider for unmapped SNI

Closes gh-50640
2026-05-31 16:34:16 +02:00
Lee JiWon 9446bd7420 Fall back to default SSL provider for unmapped SNI
The RSocket WebSocket transport's HttpServerSslCustomizer kept its own
copy of the SNI provider lookup that returned null for server names
without a mapped SSL bundle. This commit adapts the copy to fall back
to the default provider, as it is done in gh-50301.

See gh-50640

Signed-off-by: Lee JiWon <dlwldnjs1009@gmail.com>
2026-05-31 16:31:58 +02:00
Stéphane Nicoll 98048ef12e Merge branch '3.5.x' into 4.0.x
Closes gh-50642
2026-05-31 16:15:09 +02:00
Stéphane Nicoll cc90a0862a Merge pull request #50639 from SebTardif
* close-inspecting-output-stream:
  Close FileOutputStream delegate in InspectingOutputStream

Closes gh-50639
2026-05-31 16:14:55 +02:00
Sebastien Tardif eaf4a0a286 Close FileOutputStream delegate in InspectingOutputStream
InspectingOutputStream extends OutputStream but does not override
close(). When content exceeds MEMORY_LIMIT (approximately 4 KB),
convertToTempFile() replaces the ByteArrayOutputStream delegate with a
FileOutputStream. The try-with-resources in InspectedContent.of() calls
close(), which inherits the no-op OutputStream.close(), leaving the
FileOutputStream open and leaking a file descriptor.

Override close() to delegate to the underlying stream.

See gh-50639

Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
2026-05-31 16:13:46 +02:00
Stéphane Nicoll 9fd93be2e4 Remove gRPC 3rd party starter reference
Closes gh-50506
2026-05-30 16:48:25 +02:00
Stéphane Nicoll f6ab34be01 Merge branch '3.5.x' into 4.0.x
Closes gh-50636
2026-05-30 16:41:21 +02:00
Stéphane Nicoll 3cafe9b602 Merge pull request #50626 from SebTardif
* fix/architecture-check-classloader-leak:
  Close URLClassLoader in ArchitectureCheck

Closes gh-50626
2026-05-30 16:41:05 +02:00
Sebastien Tardif 6d9fd88ae9 Close URLClassLoader in ArchitectureCheck
See gh-50626

Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
2026-05-30 16:34:19 +02:00
Stéphane Nicoll 4aac37cdf1 Merge branch '3.5.x' into 4.0.x
Closes gh-50634
2026-05-30 16:26:48 +02:00
Stéphane Nicoll a009ea4bee Merge pull request #50624 from dlwldnjs1009
* treat-empty-ssl-bundle-as-unset:
  Polish "Treat empty SSL bundle as unset"
  Treat empty SSL bundle as unset

Closes gh-50624
2026-05-30 16:22:01 +02:00
Stéphane Nicoll 88a7a44baf Polish "Treat empty SSL bundle as unset"
Update Mail SSL configuration as well.

See gh-50624
2026-05-30 16:11:36 +02:00
Lee JiWon 39ed20b474 Treat empty SSL bundle as unset
Update the Cassandra, Redis, and MongoDB SSL configuration so that an
empty `bundle` property is treated as unset rather than enabling SSL.

See gh-50624

Signed-off-by: Lee JiWon <dlwldnjs1009@gmail.com>
2026-05-30 16:11:05 +02:00
Stéphane Nicoll 326181c8eb Merge pull request #50602 from nosan
* bug/1:
  Restore Spring Security integration with HtmlUnitDriver

Closes gh-50602
2026-05-30 15:48:21 +02:00
Dmytro Nosan 7c23813752 Restore Spring Security integration with HtmlUnitDriver
Prior to this commit, securityDelegateMockMvcHtmlUnitDriverCustomizer
did not have an @Bean annotation and therefore
was not registered as a bean in SecurityMockMvcAutoConfiguration.

See gh-50602

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2026-05-30 15:45:22 +02:00
Stéphane Nicoll f6f1d57c6a Merge pull request #50375 from Kimgyuilli
* fix-stale-configuration-metadata-source-types:
  Fix stale type references in configuration metadata

Closes gh-50375
2026-05-30 14:45:14 +02:00
Kimgyuilli ed6c375d19 Fix stale type references in configuration metadata
See gh-50375

Signed-off-by: Kimgyuilli <rlarbdlf222@naver.com>
2026-05-30 14:42:13 +02:00
Stéphane Nicoll 23829221ef Remove sourceType from deprecated properties with error level
See gh-50375
2026-05-30 14:29:04 +02:00
Stéphane Nicoll 98084aab2b Reformat additional-spring-configuration-metadata.json files 2026-05-30 14:28:53 +02:00
Stéphane Nicoll 1a092b779f Handle Gson explicitly in CodecsAutoConfigurationTests
The change in gh-50447 added gson on the runtime classpath, which broke
a test that looks for "any" JSON support, but only filtered Jackson and
Jackson 2.

This commit adds an explicit optional dependency to gson and adapt the
test accordingly.

See gh-50447
2026-05-30 12:59:18 +02:00
Stéphane Nicoll 804a65cd6f Merge branch '3.5.x' into 4.0.x
Closes gh-50629
2026-05-30 12:10:57 +02:00
Stéphane Nicoll 8288b8fc36 Merge pull request #50222 from henriquejsza
* gh-38275-letsencrypt-ssl-reload-docs-3.5.x:
  Polish "Document SSL reloading with Let's Encrypt"
  Document SSL reloading with Let's Encrypt

Closes gh-50222
2026-05-30 12:09:41 +02:00
Stéphane Nicoll f53d9571eb Polish "Document SSL reloading with Let's Encrypt"
See gh-50222
2026-05-30 12:09:17 +02:00
henriquejsza 4c8a95bcca Document SSL reloading with Let's Encrypt
See gh-50222

Signed-off-by: henriquejsza <henriquejsza@gmail.com>
2026-05-30 12:02:09 +02:00
Stéphane Nicoll 85ca24518c Merge branch '3.5.x' into 4.0.x
Closes gh-50621
2026-05-29 12:41:28 +02:00
Stéphane Nicoll 30876aacc2 Merge pull request #50600 from nosan
* 50598:
  Remove the use of Optional from Data Neo4j repository examples

Closes gh-50600
2026-05-29 12:41:20 +02:00
Dmytro Nosan c0d4ebc3a5 Remove the use of Optional from Data Neo4j repository examples
See gh-50600

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2026-05-29 12:38:33 +02:00
Stéphane Nicoll 8845b31cf9 Merge branch '3.5.x' into 4.0.x
Closes gh-50619
2026-05-29 12:36:08 +02:00
Stéphane Nicoll 6d44476202 Merge pull request #50593 from SJvaca30
* fix-docs-typos:
  Polish "Fix typos in documentation"
  Fix typos in documentation

Closes gh-50593
2026-05-29 12:35:58 +02:00
Stéphane Nicoll a862a087ee Polish "Fix typos in documentation"
See gh-50593
2026-05-29 12:33:38 +02:00
SJLIM 8786f37f2a Fix typos in documentation
See gh-50593

Signed-off-by: SJLIM <yyvaca30@gmail.com>
2026-05-29 12:32:41 +02:00