Commit Graph

15 Commits

Author SHA1 Message Date
Stéphane Nicoll
f250abb0cf Simplify HttpComponents5MessageSender
Previously, HttpComponents5MessageSender can be configured to use both
a custom HttpClient or configure one using a number of convenient
properties. This setup creates an odd arrangement where calling those
convenient methods once an HttpClient is set throws an exception as
the implementation supports one or the other.

This commit moves the first use case in a simple implementation that
only accepts a custom HttpClient or the state of
HttpComponents5ClientFactory for convenience and discoverability.

Specifying an HttpComponents5MessageSender is deprecated as a result.

Closes gh-1519
2025-04-08 13:21:16 +02:00
Stéphane Nicoll
0c9cb71d65 Merge branch '4.0.x'
Closes gh-1518
2025-04-07 13:28:20 +02:00
Stéphane Nicoll
5d5bd57f79 Clarify how to apply advanced endpoint configuration
Closes gh-1209
2025-04-07 13:25:58 +02:00
Stéphane Nicoll
352801d761 Fix indentation 2025-04-07 13:17:35 +02:00
Stéphane Nicoll
f3ca62bfa1 Merge branch '4.0.x'
Closes gh-1515
2025-04-06 12:02:52 +02:00
Stéphane Nicoll
3d8bb53ea3 Document how to use CommonsXsdSchemaCollection with Java config
Closes gh-1050
2025-04-06 12:02:23 +02:00
Stéphane Nicoll
e5f7871ff4 Merge branch '4.0.x'
Closes gh-1514
2025-04-06 11:32:18 +02:00
Stéphane Nicoll
b78b151aba Add example of customizing the detail of a SOAP fault
Closes gh-716
2025-04-06 11:32:05 +02:00
Stéphane Nicoll
60942af529 Reinstantiate support for Apache Axiom
This commit restores support for Apache Axiom now that it supports
Jakarta. This commit tries to restore the code that was deleted as-is,
without reviewing the deprecations.

See gh-1454
2025-03-14 16:19:47 +01:00
Stéphane Nicoll
d5a4c9219b Deprecate WsConfigurerAdapter
Closes gh-1480
2025-03-10 08:13:12 +01:00
Todor Dinev
ce335c3c73 Fix typos in security doc
See gh-1452

Signed-off-by: Todor Dinev <todor.dinev@secu.lu>
2025-03-07 15:32:08 +01:00
Stéphane Nicoll
5c99ce16b5 Migrate documentation to one line per sentence
Closes gh-1483
2025-03-06 17:33:55 +01:00
Stéphane Nicoll
10f4a3bd1e Review reference guide
Closes gh-1475
2025-03-05 16:23:00 +01:00
Stéphane Nicoll
ae1029ea4f Review Javadoc infrastructure 2025-03-05 10:11:44 +01:00
Andy Wilkinson
49e6c9a70f Port the build to Gradle
Closes gh-1457
2025-02-28 16:38:31 +01:00