17 Commits

Author SHA1 Message Date
Stéphane Nicoll
e22a7833d6 Migrate Axis client to Axis2
This commit migrates the Airline client to Axis2.

The biggest problem was that Axis2 parses date differently and always
adds a timezone. As a result, the input string is no longer compliant
with ISO 8601. The server has been updated to tolerate both that format
and the one with a timezone attached.

The build is also simpler as it leverages the Axis2 wsdl2code maven
plugin, rather than calling wsdl2java via ant.

Closes gh-16
2025-03-14 16:16:40 +01:00
Stéphane Nicoll
50d79ccac1 Start using Spring-WS 4.1.x 2025-03-14 14:29:34 +01:00
Stéphane Nicoll
1383efe898 Consistent code formatting 2025-03-14 12:05:52 +01:00
Stéphane Nicoll
6e26108195 Align dependencies 2025-03-14 12:01:31 +01:00
Stéphane Nicoll
9a6748159c Polish build
This mostly polish the structure of the POM files and harmonize the
dependency management.
2025-03-14 11:39:09 +01:00
Stéphane Nicoll
6f991ba0f9 Format POM consistently 2025-03-14 11:07:05 +01:00
Stéphane Nicoll
e5565c1bed Upgrade to Spring Boot 3.4.3
This commit also removes version overrides
2025-03-14 11:04:31 +01:00
Greg L. Turnquist
26919b4688 Fine tune the Axis1 client. 2022-12-02 09:09:16 -06:00
Greg L. Turnquist
6f8eb0696f Fix Jenkins. 2022-11-29 16:38:58 -06:00
Greg L. Turnquist
1d923efac9 Upgrade to Spring Boot 3.0.0. 2022-11-29 16:25:49 -06:00
Greg L. Turnquist
de4620ca41 Build JAX-WS airline client module with Spring WS 4.0. 2022-11-17 16:36:01 -06:00
Greg L. Turnquist
bd9296e632 Start developing 2.0.0-SNAPSHOT. 2022-10-18 10:11:05 -05:00
Greg L. Turnquist
9f2d99213f Introduce additional test stages. 2022-10-17 10:47:07 -05:00
Greg L. Turnquist
8462c9b638 Upgrade samples to better support current Spring Boot + Spring WS.
* Ensure each module is pointed back at the parent.
* Parent now carries the version of Spring Boot.
* Migrate one Axis JAR file.
* Override Spring Boot's version of Spring WS, ensuring we are buliding against latest snapshot.
* Point Jenkinsfile at Spring WS's main job.
2022-03-02 13:16:01 -06:00
Greg L. Turnquist
f880a6512c Drop Weather service example.
The SOAP endpoint that supports the Weather module is pretty much gone. Since there are enough demos of various Spring WS features in the other parts, there is little to researching or standing up a counterpart.
2021-12-13 10:19:16 -06:00
Greg L. Turnquist
2787bf67da Upgrade to Spring Boot 2.5.7 and Log4j 2.15.0. 2021-12-13 10:15:49 -06:00
Greg L. Turnquist
27b18118c1 Upgrade to Spring Boot + Spring Data.
Update this repository to use modern Spring practices including:

* Spring Boot
* Spring Data JPA
* Spring Framework's Java configuration
2020-08-03 14:21:39 -05:00