Commit Graph

2431 Commits

Author SHA1 Message Date
Corneil du Plessis
a2822a2b11 Merge pull request #1397 from spring-projects/issue/1394-cve-wss4j-security
Update WSS4J version to 2.4.3 and guava to 32.1.3-jre
2023-12-12 14:55:30 +02:00
Corneil du Plessis
343655c1e5 Update WSS4J version to 2.4.3 and guava to 32.1.3-jre 2023-12-11 15:46:52 +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
a7a50fbaf1 Test against Spring Framework 6.1.1-SNAPSHOT on CI.
See #1387.
2023-11-20 10:08:06 -06:00
Greg L. Turnquist
4436b83705 Test against Spring Security 6.2.0 on CI.
Resolves #1390.
2023-11-20 10:07:28 -06:00
Greg L. Turnquist
e4a7218baa Upgrade to Spring Framework 6.0.14.
Resolves #1387.
2023-11-16 13:06:41 -06:00
Greg L. Turnquist
d341f4347e Upgrade artifactory-maven-plugin. 2023-11-09 14:12:54 -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
a479ef87f8 Polishing. 2023-10-23 16:19:58 -05:00
Greg L. Turnquist
a306e9b1e0 Move rc-release to legacy Docker container.
To avoid issues with higher versions of Java and the nexus-maven-staging-plugin, move the final command to a legacy Docker container.
2023-10-23 14:27:12 -05:00
Greg L. Turnquist
ce8eaf5729 Polishing. 2023-10-23 14:06:02 -05:00
Marco
980f917301 Upgrade to xmlsec 3.0.3.
Resolves #1384.
2023-10-23 14:02:05 -05:00
Greg L. Turnquist
266f10564a Use spring-builds+jenkins for ge.spring.io.
To show the right gravatar, apply the proper user.name property.
2023-10-16 09:24:02 -05:00
Greg L. Turnquist
3ec7f58f84 Polishing. 2023-09-25 10:08:13 -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
d8d8dbbf9d Workaround for releasing on Java 17. 2023-09-18 14:16:57 -05:00
Greg L. Turnquist
aa01c9d1e1 Polishing release procedures. 2023-09-18 14:02:17 -05:00
Greg L. Turnquist
91853706dc Fine tune looking up current version. 2023-09-18 13:46:21 -05:00
Greg L. Turnquist
867ed7081d Test other configurations during release. 2023-09-18 12:11:17 -05:00
Greg L. Turnquist
4256a1e3c4 Don't use Gradle Enterprise when fetching project version. 2023-09-18 12:11:17 -05:00
Greg L. Turnquist
d6d2e3d709 Force maven update on CI. 2023-09-18 11:42:18 -05:00
Greg L. Turnquist
21158c0655 Upgrade to Spring Security 6.0.7.
Resolves #1380.
2023-09-18 11:24:08 -05:00
Greg L. Turnquist
f0ffdcd455 Upgrade to Spring HATEOAS 2.0.6.
Resolves #1379.
2023-09-15 13:53:22 -05:00
Greg L. Turnquist
a0f68ed9fc Upgrade to smoke-tests to Spring Framework 6.0.12.
Resolve #1378.
2023-09-15 13:51:06 -05:00
Greg L. Turnquist
bcda188960 Test against Spring Framework 6.1.0-M5 on CI.
See #1375.
2023-09-15 13:42:26 -05:00
Greg L. Turnquist
00775568ca Polishing.
See #1377.
2023-09-15 13:08:33 -05:00
Greg L. Turnquist
f09be6ea69 Test against WSS4j 3.0.0 on CI.
Resolves #1377.
Related: #1358.
2023-09-15 13:07:27 -05:00
Greg L. Turnquist
d427a37df8 Connect builds to ge.spring.io.
This change publishes a build scan to ge.spring.io for every local build from an authenticated Spring committer and for CI where appropriate access tokens are available. The build will not fail if publishing fails.

This change also allows the build to benefit from local and remote build caching, providing faster builds for all contributors.

Additionally, the project will have access to all features of Gradle Enterprise such as:

- Dashboards to view all historical build scans, along with performance
   trends over time
- Build failure analytics for enhanced investigation and diagnosis of
   build failures
- Test failure analytics to better understand trends and causes around
   slow, failing, and flaky tests

Resolves #1376.
2023-09-14 14:51:35 -05:00
Greg L. Turnquist
d9f85a7068 Upgrade to Spring Framework 6.0.12.
Resolves #1375.
2023-09-14 09:58:53 -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
Antoine James Tournepiche
3ec8af7682 Fix import statement for XMLUnit 2 upgrade.
When the XMLUnit2 upgrade was done (commit: c39d3d1) this import was forgotten.

It causes the bug reported with XMLUnit1 (issue: #1193) to still be present when using `ResultMatchers#soapEnvelope(Source)`.

For more infos: https://github.com/spring-projects/spring-ws/issues/1193#issuecomment-1650162836

See #1370.
Related: #1193.
2023-09-05 16:02:33 -05:00
Greg L. Turnquist
343d731a4e Move Spring Framework / Spring Security versions into project properties.
Related: #1369.
2023-08-09 09:36:52 -05:00
Greg L. Turnquist
96aa849767 Polishing.
Related #1369.
2023-08-09 09:20:31 -05:00
Greg L. Turnquist
e3f973aeec Test against Spring Framework 6.1/Spring Security 6.1 on CI.
Resolves #1369.
2023-08-09 09:19:34 -05:00
Greg L. Turnquist
9bf77c8b2d Polishing. 2023-07-17 15:29:40 -05:00
hduelme
3ddbc2314a Generify ClientHttpRequestMessageSenderIntegrationTest.
Resolves #1362.
2023-07-14 14:52:41 -05:00
Greg L. Turnquist
4263be2ad1 Polishing.
See #1203.
2023-07-14 14:34:09 -05:00
Mikołaj Fejzer
72ef3ad5ea Configure PayloadDiffMatcher to ignore whitespace by default.
Resolves #1203.
2023-07-14 14:29:34 -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
c8bab36b25 Upgrade to Spring Framework 6.0.10.
Resolves #1366.
2023-06-21 21:28:43 -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
58c686874f Exclude pre-Jakarta EE JavaMail dependency.
To properly support Jakarta EE, we need to exclude any old JavaMail dependencies.

Resolves #1360.
2023-05-22 10:41:25 -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