Corneil du Plessis
12142908f1
Releasing Spring Web Services v4.0.10
2024-01-12 13:09:40 +02:00
cachescrubber
adba7272f8
Remove duplicate dependency declaration for org.apache.httpcomponents:httpclient ( #1382 )
2024-01-04 12:16:22 +02:00
Corneil du Plessis
c7d28ae75d
Continue development on v4.0.10-SNAPSHOT
2023-12-15 09:54:38 +02:00
Corneil du Plessis
28aa5c9943
Releasing Spring Web Services v4.0.9
2023-12-15 09:54:33 +02:00
hduelme
d219e2d9ff
iterate over entry-set in getFaultDefinition ( #1396 )
2023-12-12 14:56:46 +02:00
Greg L. Turnquist
f9f2976b07
Continue development on v4.0.9-SNAPSHOT
2023-11-20 10:09:47 -06:00
Greg L. Turnquist
7ff6d410a4
Releasing Spring Web Services v4.0.8
2023-11-20 10:09:39 -06:00
Greg L. Turnquist
096db6825e
Continue development on v4.0.8-SNAPSHOT
2023-10-23 16:20:12 -05:00
Greg L. Turnquist
19d62316c6
Releasing Spring Web Services v4.0.7
2023-10-23 16:20:08 -05:00
Greg L. Turnquist
b333612d9e
Continue development on v4.0.7-SNAPSHOT
2023-09-18 14:17:24 -05:00
Greg L. Turnquist
ac48370cc6
Releasing Spring Web Services v4.0.6
2023-09-18 14:17:20 -05:00
Greg L. Turnquist
6ea7baebd2
Polishing.
...
See #1368 .
2023-09-07 15:20:45 -05:00
Mikhail Putilov
3aaa77e08c
Align Content-Type headers with Spring Framework policies for HttpClient 5.
...
Some tools expect a non-blank Content-Type header from HttpEntity during execution.
Resolves #1368 .
2023-09-07 15:19:55 -05:00
hduelme
3ddbc2314a
Generify ClientHttpRequestMessageSenderIntegrationTest.
...
Resolves #1362 .
2023-07-14 14:52:41 -05:00
Greg L. Turnquist
de54c2c796
Continue development on v4.0.6-SNAPSHOT
2023-06-21 21:29:54 -07:00
Greg L. Turnquist
3fa08e6758
Releasing Spring Web Services v4.0.5
2023-06-21 21:29:51 -07:00
Greg L. Turnquist
8dbb04d0d1
Polishing.
...
See #1357 .
2023-05-23 13:45:57 -05:00
Lars Uffmann
24b466a0e1
Enhance HttpComponents5MessageSender.
...
* The clientFactory could be null, so this must be handled.
* AuthScope.ANY no longer exists, so we need a suitable value object to take its place.
* Polish documentation and javadocs to support the community.
Resolves #1357 .
2023-05-23 13:45:42 -05:00
Greg L. Turnquist
aa481e601a
Polishing.
...
Related: #1355 .
2023-05-15 13:19:09 -05:00
Marten Deinum
5db97a77ab
JDK HttpClient implementation for WebServiceMessageSender.
...
Allow for setting the connection and request timeouts and also apply them
if applicable.
Resolves #1355 .
2023-05-15 13:19:08 -05:00
Greg L. Turnquist
4c5bd74505
Polishing.
...
Related: #1164 .
2023-05-12 16:31:51 -05:00
Lars Uffmann
2fecf02ebd
Introduce HttpComponents HttpClient 5 support.
...
Resolves #1164 .
Original Pull Request: #1356 .
2023-05-12 16:31:46 -05:00
Greg L. Turnquist
1adc7af334
Continue development on v4.0.5-SNAPSHOT
2023-05-11 11:47:40 -05:00
Greg L. Turnquist
a62d60e42d
Releasing Spring Web Services v4.0.4
2023-05-11 11:47:38 -05:00
Greg L. Turnquist
6db6d51b66
Upgrade to Artemis Jakarta Server 2.28.0.
...
This allows us to reenable maven-enforcer-plugin. Using that, several tunings of various dependencies is needed to resolve transitive conflicts.
Resolves #1351 .
2023-05-10 21:43:49 -05:00
Greg L. Turnquist
b65a32a8bf
Continue development on v4.0.4-SNAPSHOT
2023-04-18 11:07:57 -05:00
Greg L. Turnquist
160b923a13
Releasing Spring Web Services v4.0.3
2023-04-18 11:07:55 -05:00
Greg L. Turnquist
6e2982d4b6
Polishing.
...
Related: #1100 .
Original pull request: #115 .
2023-04-10 15:24:58 -05:00
leaqui
e1035a96f0
Ensure wsa:To is OPTIONAL or REQUIRED per the WS Addressing standard used.
...
Introduce means to make wsa:To properly handled based on the version of WS Addressing. There are also some faulty assumptions in the test cases that don't properly reflect these two standards.
Resolves : #1100 .
Original pull request: #115 .
2023-04-10 15:15:20 -05:00
hduelme
315eb2b252
Remove unnecessary boxing for integers.
...
Resolves #1334 .
2023-04-10 12:15:52 -05:00
hduelme
d260339814
Use StandardCharsets.UTF_8 instead of a string value.
...
Resolves #1335 .
2023-04-05 15:10:13 -05:00
Greg L. Turnquist
314570c696
Continue development on v4.0.3-SNAPSHOT
2023-02-22 18:32:51 -06:00
Greg L. Turnquist
c883019763
Releasing Spring Web Services v4.0.2
2023-02-22 18:32:49 -06:00
Zbynek Vavros
79b7635a6f
Apply X-Forwarded headers during location transformation.
...
To support SOAP services behind load balancers and proxies, honor the de facto X-Forwarded-Proto, X-Forwarded-Host, and X-Forwarded-Port headers.
Resolves #150 .
Related: #132 .
2023-02-06 17:01:43 -05:00
Greg L. Turnquist
1fa1365817
Polishing.
...
All of these instanceof checks can also take advantage of Java 17's pattern matching instanceof operator.
Related: #1326 .
2023-02-06 16:20:11 -05:00
hduelme
a7a2726194
Remove null checks from instanceof checks.
...
As of Java 11, the Jave language officially declares that instanceof checks include a null check, hence no need to do them in our code.
Resolves #1326 .
2023-02-06 16:13:43 -05:00
Greg L. Turnquist
8346d5b28d
Polishing.
...
Related: #1325 .
2023-02-06 15:55:44 -05:00
hduelme
4074c58bf7
Replace Collections.sort() with List.sort().
...
Resolves #1325 .
2023-02-06 15:54:19 -05:00
hduelme
aee1243d6c
Use Collections.emptyIterator instead of grabbing the iterator from an empty list.
...
Resolves #1327 .
2023-02-06 15:49:15 -05:00
Greg L. Turnquist
00882340c7
Polishing.
...
Related: #1316 .
2023-01-25 14:01:33 -06:00
hduelme
b4536efc33
Use enhanced for-loop instead of iterator.
...
Resolves #1316 .
2023-01-25 13:48:04 -06:00
Greg L. Turnquist
b1ce9d22e6
Polishing.
...
Related: #1317 .
2023-01-25 13:41:29 -06:00
hduelme
024e07211a
Use StringBuilder instead of StringBuffer.
...
Resolves #1317 .
2023-01-25 13:09:10 -06:00
hduelme
5a53ed4395
Use String.contains() instead of String.indexOf().
...
Resolves #1318 .
2023-01-25 13:04:11 -06:00
Greg L. Turnquist
df1176c56d
Continue development on v4.0.2-SNAPSHOT
2023-01-12 14:46:08 -06:00
Greg L. Turnquist
c11a92a3ad
Releasing Spring Web Services v4.0.1
2023-01-12 14:46:07 -06:00
Greg L. Turnquist
3d10ef61a2
Migrate to Glassfish JAXB.
...
Glassfish is the community-adopted implementation for JAXB, so Spring Web Services is changing coordinates to match.
Resolves #1305 .
2023-01-04 15:39:39 -06:00
Greg L. Turnquist
646078213f
Continue development on v4.0.1-SNAPSHOT
2022-11-21 16:13:01 -06:00
Greg L. Turnquist
372169d916
Releasing Spring Web Services v4.0.0
2022-11-21 16:12:58 -06:00
Greg L. Turnquist
cb189cf9ae
Introduce changelog report.
...
Introduce a tool to collect and update the changelog.txt file. Ensure that updating this report is part of the pre-checks before doing a release.
Resolves #1295 .
2022-11-21 09:34:01 -06:00