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
4
4
document-driven, contract-first Web services. This repository contains sample
5
5
projects illustrating usage of Spring Web Services.
6
6
7
- == Spring Boot 3.0 + Spring WS 4.0
7
+ == Spring Boot 3.0.x + Spring WS 4.0.x
8
8
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.
11
10
12
11
== Sample Applications
13
12
Original file line number Diff line number Diff line change 18
18
19
19
<properties >
20
20
<axis .version>1.4</axis .version>
21
- <log4j2 .version>2.15.0</log4j2 .version>
22
21
23
22
<sourcesDir >${project.basedir}/target/generated-sources/axis</sourcesDir >
24
23
<classesDir >${project.basedir}/target/classes</classesDir >
Original file line number Diff line number Diff line change 16
16
<description >Demo project for Spring Web Services</description >
17
17
18
18
<properties >
19
- <activemq .version>4.1.2</activemq .version>
20
- <jakarta-jms .version>3.1.0</jakarta-jms .version>
21
19
<sourcesDir >${project.basedir}/target/generated-sources/jaxws</sourcesDir >
22
20
<classesDir >${project.basedir}/target/classes</classesDir >
23
21
<wsdl >${project.basedir}/../airline.wsdl</wsdl >
Original file line number Diff line number Diff line change 17
17
<description >Demo project for Spring Web Services</description >
18
18
19
19
<properties >
20
- <log4j2 .version>2.15.0</log4j2 .version>
21
20
<sourcesDir >${project.basedir}/target/generated-sources/axis</sourcesDir >
22
21
<classesDir >${project.basedir}/target/classes</classesDir >
23
22
<wsdl >${project.basedir}/../airline.wsdl</wsdl >
Original file line number Diff line number Diff line change 16
16
<name >Spring Web Services Samples - Echo - Client - Spring WS</name >
17
17
<description >Demo project for Spring Web Services</description >
18
18
19
- <properties >
20
- <log4j2 .version>2.15.0</log4j2 .version>
21
- </properties >
22
-
23
19
<dependencies >
24
20
25
21
<dependency >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.springframework.boot</groupId >
8
8
<artifactId >spring-boot-starter-parent</artifactId >
9
- <version >3.0.0 </version >
9
+ <version >3.4.3 </version >
10
10
<relativePath /> <!-- lookup parent from repository -->
11
11
</parent >
12
12
You can’t perform that action at this time.
0 commit comments