Commit Graph

332 Commits

Author SHA1 Message Date
Stéphane Nicoll
1c5543a199 Merge branch '4.0.x'
Closes gh-1529
2025-04-18 11:52:26 +02:00
Stéphane Nicoll
772549084e Harmonize suffix of test classes
Closes gh-1528
2025-04-18 11:40:44 +02:00
Stéphane Nicoll
122def7e21 Fix split package between spring-ws-support and spring-ws-core
This commit moves the classes from the o.s.ws.transport.http and
o.s.ws.transport.support packages from spring-ws-support to
spring-ws-core. It turns out these classes don't bring extra
dependencies, which make the move quite straightforward.

Closes gh-1202
2025-03-11 14:52:22 +01:00
Stéphane Nicoll
19ae0073ce Review checkstyle rules of spring-ws-support
See gh-1479
2025-03-07 15:36:50 +01:00
Stéphane Nicoll
15d28812b1 Review checkstyle rules of spring-ws-core
See gh-1479
2025-03-07 15:36:50 +01:00
Stéphane Nicoll
b70e291906 Enable checkstyle
This commit updates the Gradle build to run checkstyle against the main
sources. Checks for tests, as well as certain rules, are disabled as a
first step.

See gh-1479
2025-03-07 15:36:49 +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
Stéphane Nicoll
c9e9bce97a Remove dist resources from docs bundle
Closes gh-1466
2025-02-26 10:44:33 +01:00
Felix Prasse
5e73b4c554 Allow usage of XMLUnit placeholders in request and response matchers. (#1417)
Signed-off-by: @corneil
2024-05-30 11:23:05 +02:00
Corneil du Plessis
b85fa22e29 Post-release update version to 4.0.12-SNAPSHOT. 2024-05-17 15:15:31 +02:00
Greg L. Turnquist
f2bfc4acce Fix broken image links in reference documentation.
Resolves #1328.
2023-02-01 09:57:08 -06:00
Andy Costanza
dd429f6951 Fix sample code's syntax highlighting to match the fragment's language.
Resolves #1299.
2023-01-05 13:09:52 -06:00
Greg L. Turnquist
59db544a01 Migrate toward using Github releases.
Updated README procedures for doing a release. Capture output from ChangeLogCreator and use it in the release notes instead of maintaining a local changelog.txt.

Related: #1295.
2022-11-21 10:37:35 -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
Greg L. Turnquist
d8e1946bb9 Migrate to main branch. 2021-04-07 10:54:21 -05:00
Kirill Gavrilov
1972a839a4 Fix typo in why-contract-first.adoc.
Resolves #152.
2020-12-01 15:42:25 -06:00
Jay Bryant
2eb9c9567b Wording changes 2020-12-01 15:21:51 -06:00
Greg L. Turnquist
cdc62ee480 #1168 - Revise reference documentation. 2020-12-01 13:17:52 -06:00
Jay Bryant
e1535eb1da Editing pass (#159)
Edited for spelling, punctuation, grammar, usage, and voice.
2020-11-23 10:55:22 -06:00
Jay Bryant
49f162665e SWS-1086 - Updated reference documentation.
Update look and feel to current team standards.
2020-03-23 14:39:56 -05:00
Frank Pavageau
11ccc7f3b6 SWS-1038 - Polish documentation.
* Fix the link to the reference docs
* Use HTTPS where possible for the links in the docs
* Document the build via the Maven wrapper consistently

Original pull request: #111
2018-09-13 11:14:23 -05:00
Greg Turnquist
0f80b6eb5c SWS-998 - Migrate to Maven and CircleCI 2017-10-13 16:03:22 -05:00
Chaouki Dhib
59e3ff1f6b Fix small mistake in the documentation
Original pull-request: https://github.com/spring-projects/spring-ws/pull/80
2017-05-22 09:39:55 -05:00
Greg Turnquist
4061eed02a SWS-963 Correct supported Java version cited in reference docs 2016-07-05 08:13:57 -05:00
Greg Turnquist
759b677530 SWS-938 Remove links to w3schools
w3schools has a history of offering improper information and patterns, so links to that site have been removed.
2016-01-28 11:56:24 -06:00
Greg Turnquist
1520740544 SWS-905 - Add link in ref docs to MTOM sample 2015-07-10 14:04:03 -05:00
Arjen Poutsma
bbc6bf5f60 Fixing javadoc 2014-04-16 17:30:39 +02:00
Arjen Poutsma
a2d228b774 Updated reference documentation to Docbook 5 2014-04-15 12:50:12 +02:00
Arjen Poutsma
a23de2afd2 Removed SaajImplementation bridge
Removed SaajImplementation bridge, since Spring-WS 2.2 requires JDK 1.6
and JDK 1.6 comes with SAAJ 1.3 provided.
2014-04-11 16:17:47 +02:00
Arjen Poutsma
160907a6e1 Introduced @Configuration support for Spring-WS
Introduced support for Java @Configuration classes in the form of the
@EnableWS annotation, WsConfigurationSupport and WsConfigurer.
Overall solution is quite similar to Spring-MVC's @EnableMvc.

Also added/uopdated reference documentation for the various
@Configuration options.

Issue: SWS-836
2014-04-10 15:59:41 +02:00
Arjen Poutsma
b2c518ece0 Document supported standards
Document supported WS-* standards.

Issue: SWS-846
2014-03-20 14:39:41 +01:00
Alex Yursha
a056b602ef Update server.xml 2014-03-12 17:58:22 +03:00
Arjen Poutsma
6d3db750cc Removed Token signing section
Removes section that mentions the special "Token" keyword in binary
signature signing, since that feature is no longer supported as of WSS4J
1.6

Issue: SWS-842
2014-02-06 14:03:24 +01:00
Arjen Poutsma
7d3b420ae9 Updated tutorial to SWS 2.1
Updated tutorial to use Spring-WS 2.0.1, specifically JDOM 2.

Issue: SWS-854
2014-01-30 16:13:42 +01:00
Arjen Poutsma
843ca6d2ef Migrated to Gradle build
This commit migrates from a Maven-based build system to a Gradle-based
one. Changes include:

- Removed archetype & parent
- Renamed core, support, test, security and xml directories to
  spring-ws-core, spring-ws-test, spring-ws-security, spring-xml
  respectively.
- Moved samples to separate project
  (https://github.com/spring-projects/spring-ws-samples)
2013-11-25 10:57:26 +01:00
Arjen Poutsma
4af07f6352 Replaced Commons with Apache HttpClient in docs
Replaced references of CommonsHttpMessageSender with
HttpComponentsMessageSender in client-side documentation.

Issue: SWS-839
2013-08-19 12:54:35 +02:00
Arjen Poutsma
4c72c12a4c Fixed typos in server documentation
Fixed typo in server documentation, and replaced reference of
PayloadRootQNameEndpointMapping with
PayloadRootAnnotationMethodEndpointMapping.

Issue: SWS-837
2013-08-19 12:42:37 +02:00
Wirianto Djunaidi
822e4922ca Updated tutorial
Added detail about HumanResourceService and the stub implementation. add
minor clarification for addition of init-param.
2013-03-27 11:29:15 +01:00
Arjen Poutsma
a66a7d4d9f SWS-812 - Document @SoapHeader in reference guide 2012-11-30 11:33:47 +00:00
Arjen Poutsma
d7ed005cac SWS-805 2012-11-06 11:38:21 +00:00
Arjen Poutsma
5cae5e7e33 Released 2.0.5 2012-05-04 14:45:12 +00:00
Arjen Poutsma
4dec3a76cd 2.0.5 released 2012-05-04 13:56:59 +00:00
Arjen Poutsma
be7a0c3a68 Fixed links to reference docs 2012-05-04 13:14:02 +00:00
Arjen Poutsma
adfd74fdf8 SWS-770 - In documentation, JMS server configuration doesn't work 2012-05-02 13:01:29 +00:00
Arjen Poutsma
a3efdc6070 SWS-759 - FAQ about Mac OS X test failures needs updating 2012-05-01 11:16:24 +00:00
Arjen Poutsma
d9c7a7ae49 Working on 2.0.4 release 2012-01-27 11:16:14 +00:00
Arjen Poutsma
d34554bfb0 Released 2.0.1 2011-03-29 12:11:31 +00:00
Arjen Poutsma
28d38fa69b Fixed fop template for new version of docbkx plugin 2011-03-29 10:41:52 +00:00
Arjen Poutsma
9f2695dcae Replaced version number with eval 2011-03-29 10:32:18 +00:00