Commit Graph

8 Commits

Author SHA1 Message Date
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
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
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
bdcf6e608d Reworked echo sample to code config
Echo Sample now uses Javaconfig instead of XML.
2014-04-28 14:31:15 +02:00
Arjen Poutsma
de31a7d4da Working on samples 2013-11-11 11:41:26 +01:00
Arjen Poutsma
edbba3dfe0 Added echo sample 2013-11-08 12:02:45 +01:00