File tree Expand file tree Collapse file tree 6 files changed +3
-12
lines changed
Expand file tree Collapse file tree 6 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,9 @@ https://spring.io/projects/spring-ws[Spring Web Services] is a product of the Sp
44document-driven, contract-first Web services. This repository contains sample
55projects illustrating usage of Spring Web Services.
66
7- == Spring Boot 3.0 + Spring WS 4.0
7+ == Spring Boot 3.0.x + Spring WS 4.0.x
88
9- This version of the samples focuses on Spring WS 4.0, the generation provided by Spring Boot 3.0.
10- For Spring WS 3.1 (Spring Boot 2.7) samples, check out https://github.com/spring-projects/spring-ws-samples/tree/1.0.x.
9+ This version of the samples focuses on Spring WS 4.0.x, the generation provided by Spring Boot 3 up to Spring Boot 3.4.
1110
1211== Sample Applications
1312
Original file line number Diff line number Diff line change 1818
1919 <properties >
2020 <axis .version>1.4</axis .version>
21- <log4j2 .version>2.15.0</log4j2 .version>
2221
2322 <sourcesDir >${project.basedir}/target/generated-sources/axis</sourcesDir >
2423 <classesDir >${project.basedir}/target/classes</classesDir >
Original file line number Diff line number Diff line change 1616 <description >Demo project for Spring Web Services</description >
1717
1818 <properties >
19- <activemq .version>4.1.2</activemq .version>
20- <jakarta-jms .version>3.1.0</jakarta-jms .version>
2119 <sourcesDir >${project.basedir}/target/generated-sources/jaxws</sourcesDir >
2220 <classesDir >${project.basedir}/target/classes</classesDir >
2321 <wsdl >${project.basedir}/../airline.wsdl</wsdl >
Original file line number Diff line number Diff line change 1717 <description >Demo project for Spring Web Services</description >
1818
1919 <properties >
20- <log4j2 .version>2.15.0</log4j2 .version>
2120 <sourcesDir >${project.basedir}/target/generated-sources/axis</sourcesDir >
2221 <classesDir >${project.basedir}/target/classes</classesDir >
2322 <wsdl >${project.basedir}/../airline.wsdl</wsdl >
Original file line number Diff line number Diff line change 1616 <name >Spring Web Services Samples - Echo - Client - Spring WS</name >
1717 <description >Demo project for Spring Web Services</description >
1818
19- <properties >
20- <log4j2 .version>2.15.0</log4j2 .version>
21- </properties >
22-
2319 <dependencies >
2420
2521 <dependency >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.springframework.boot</groupId >
88 <artifactId >spring-boot-starter-parent</artifactId >
9- <version >3.0.0 </version >
9+ <version >3.4.3 </version >
1010 <relativePath /> <!-- lookup parent from repository -->
1111 </parent >
1212
You can’t perform that action at this time.
0 commit comments