Start building against Spring WS 5.0.0-M1 snapshots
See gh-45873
This commit is contained in:
@@ -2378,7 +2378,7 @@ bom {
|
||||
releaseNotes("https://github.com/spring-projects/spring-session/releases/tag/{version}")
|
||||
}
|
||||
}
|
||||
library("Spring WS", "4.1.0-SNAPSHOT") {
|
||||
library("Spring WS", "5.0.0-SNAPSHOT") {
|
||||
considerSnapshots()
|
||||
group("org.springframework.ws") {
|
||||
bom("spring-ws-bom")
|
||||
|
||||
@@ -30,7 +30,7 @@ class MyService(webServiceTemplateBuilder: WebServiceTemplateBuilder) {
|
||||
webServiceTemplate = webServiceTemplateBuilder.build()
|
||||
}
|
||||
|
||||
fun someWsCall(detailsReq: SomeRequest?): SomeResponse {
|
||||
fun someWsCall(detailsReq: SomeRequest): SomeResponse {
|
||||
return webServiceTemplate.marshalSendAndReceive(
|
||||
detailsReq,
|
||||
SoapActionCallback("https://ws.example.com/action")
|
||||
|
||||
Reference in New Issue
Block a user