Fix split package between spring-ws-support and spring-ws-core

This commit moves the classes from the o.s.ws.transport.http and
o.s.ws.transport.support packages from spring-ws-support to
spring-ws-core. It turns out these classes don't bring extra
dependencies, which make the move quite straightforward.

Closes gh-1202
This commit is contained in:
Stéphane Nicoll
2025-03-11 14:52:22 +01:00
parent 1213ab4da8
commit 122def7e21
20 changed files with 5 additions and 14 deletions

View File

@@ -8,6 +8,4 @@
<suppress files="." checks="SpringMethodVisibility"/>
<suppress files=".+TransportConstants\.java" checks="InterfaceIsType"/>
<suppress files="spring-ws-support[\\/]src[\\/]main[\\/]java[\\/]org[\\/]springframework[\\/]ws[\\/]transport[\\/]http[\\/]" checks="JavadocPackage"/>
<suppress files="spring-ws-support[\\/]src[\\/]main[\\/]java[\\/]org[\\/]springframework[\\/]ws[\\/]transport[\\/]support[\\/]" checks="JavadocPackage"/>
</suppressions>