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
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
Greg L. Turnquist
0200346f5d
Polishing tutorial.
2022-11-29 13:54:13 -06:00
Greg L. Turnquist
bd9296e632
Start developing 2.0.0-SNAPSHOT.
2022-10-18 10:11:05 -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
2787bf67da
Upgrade to Spring Boot 2.5.7 and Log4j 2.15.0.
2021-12-13 10:15:49 -06:00
Greg L. Turnquist
2c4d5ccbbc
Migrate to Asciidoctor.
2020-08-06 16:17:59 -05: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
Spring Operator
29b50cc066
URL Cleanup ( #9 )
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# HTTP URLs that Could Not Be Fixed
These URLs were unable to be fixed. Please review them to see if they can be manually resolved.
* [ ] http://schemas.xmlsoap.org/wsdl/ (200) with 3 occurrences could not be migrated:
([https](https://schemas.xmlsoap.org/wsdl/ ) result AnnotatedConnectException).
* [ ] http://schemas.xmlsoap.org/wsdl/soap/ (200) with 3 occurrences could not be migrated:
([https](https://schemas.xmlsoap.org/wsdl/soap/ ) result AnnotatedConnectException).
* [ ] http://wsf.cdyne.com/WeatherWS/Weather.asmx (200) with 1 occurrences could not be migrated:
([https](https://wsf.cdyne.com/WeatherWS/Weather.asmx ) result ConnectTimeoutException).
* [ ] http://schemas.xmlsoap.org/soap/http (301) with 3 occurrences could not be migrated:
([https](https://schemas.xmlsoap.org/soap/http ) result AnnotatedConnectException).
* [ ] http://mycompany.com/hr/definitions (404) with 1 occurrences could not be migrated:
([https](https://mycompany.com/hr/definitions ) result ConnectTimeoutException).
# Fixed URLs
## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.
* [ ] http://wiki.cdyne.com/index.php/CDYNE_Weather (301) with 1 occurrences migrated to:
https://wiki.cdyne.com/index.php/CDYNE_Weather ([https](https://wiki.cdyne.com/index.php/CDYNE_Weather ) result SSLHandshakeException).
* [ ] http://ws.cdyne.com/WeatherWS/GetCityForecastByZIP (404) with 1 occurrences migrated to:
https://ws.cdyne.com/WeatherWS/GetCityForecastByZIP ([https](https://ws.cdyne.com/WeatherWS/GetCityForecastByZIP ) result 404).
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://www.w3.org/2005/05/xmlmime with 2 occurrences migrated to:
https://www.w3.org/2005/05/xmlmime ([https](https://www.w3.org/2005/05/xmlmime ) result 200).
* [ ] http://projects.spring.io/spring-ws with 7 occurrences migrated to:
https://projects.spring.io/spring-ws ([https](https://projects.spring.io/spring-ws ) result 301).
* [ ] http://www.w3.org/2006/05/addressing/wsdl with 1 occurrences migrated to:
https://www.w3.org/2006/05/addressing/wsdl ([https](https://www.w3.org/2006/05/addressing/wsdl ) result 301).
# Ignored
These URLs were intentionally ignored.
* http://java.sun.com/jsp/jstl/core with 5 occurrences
* http://localhost:8080/StockService with 3 occurrences
* http://localhost:8080/airline-server/services with 2 occurrences
* http://localhost:8080/echo-server/services with 2 occurrences
* http://localhost:8080/echo/services with 1 occurrences
* http://localhost:8080/mtom-server/ with 2 occurrences
* http://localhost:8080/mtom-server/services with 2 occurrences
* http://localhost:8080/tutorial/holiday.wsdl with 2 occurrences
* http://mycompany.com/hr/schemas with 3 occurrences
* http://www.joda.org/joda/time/tags with 2 occurrences
* http://www.springframework.org/spring-ws/samples/airline/definitions with 3 occurrences
* http://www.springframework.org/spring-ws/samples/airline/schemas/messages with 11 occurrences
* http://www.springframework.org/spring-ws/samples/airline/schemas/types with 10 occurrences
* http://www.springframework.org/spring-ws/samples/echo with 3 occurrences
* http://www.springframework.org/spring-ws/samples/mtom with 11 occurrences
* http://www.springframework.org/spring-ws/samples/stockquote with 5 occurrences
* http://www.springframework.org/spring-ws/samples/stockquote/StockService/GetQuote with 3 occurrences
* http://www.springframework.org/spring-ws/samples/stockquote/StockService/Quotes with 2 occurrences
* http://www.springframework.org/tags with 1 occurrences
* http://www.w3.org/2001/XMLSchema with 9 occurrences
2019-03-21 05:52:35 -05:00
Spring Operator
b9648f1a21
URL Cleanup ( #7 )
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# HTTP URLs that Could Not Be Fixed
These URLs were unable to be fixed. Please review them to see if they can be manually resolved.
* http://wsf.cdyne.com/WeatherWS/Weather.asmx?wsdl (500) migrated to:
http://wsf.cdyne.com/WeatherWS/Weather.asmx?wsdl ([https](https://wsf.cdyne.com/WeatherWS/Weather.asmx?wsdl ) result ConnectTimeoutException).
# Fixed URLs
## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.
* http://www.springframework.org/spring-ws/samples/airline/definitions (404) migrated to:
https://www.springframework.org/spring-ws/samples/airline/definitions ([https](https://www.springframework.org/spring-ws/samples/airline/definitions ) result 404).
* http://www.springframework.org/spring-ws/samples/airline/schemas/messages (404) migrated to:
https://www.springframework.org/spring-ws/samples/airline/schemas/messages ([https](https://www.springframework.org/spring-ws/samples/airline/schemas/messages ) result 404).
* http://www.springframework.org/spring-ws/samples/airline/schemas/types (404) migrated to:
https://www.springframework.org/spring-ws/samples/airline/schemas/types ([https](https://www.springframework.org/spring-ws/samples/airline/schemas/types ) result 404).
## Fixed Success
These URLs were fixed successfully.
* http://repo.springsource.org/plugins-release migrated to:
https://repo.springsource.org/plugins-release ([https](https://repo.springsource.org/plugins-release ) result 301).
* http://repo.spring.io/libs-release migrated to:
https://repo.spring.io/libs-release ([https](https://repo.spring.io/libs-release ) result 302).
* http://repo.spring.io/libs-snapshot migrated to:
https://repo.spring.io/libs-snapshot ([https](https://repo.spring.io/libs-snapshot ) result 302).
2019-03-21 05:51:40 -05:00
Arjen Poutsma
ea45657322
Reworked tutorial sample to code config
2014-04-29 14:18:54 +02:00
Arjen Poutsma
94576a6ab2
Added tutorial sample
2013-11-07 14:44:04 +01:00