SocketUtils should not be an abstract class [SPR-12169] #16783
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
Sam Brannen opened SPR-12169 and commented
Status Quo
Per the Javadoc for the
SocketUtils()
constructor,SocketUtils
can be instantiated as a Spring Bean in XML configuration files; however,SocketUtils
is currentlyabstract
which prevents such usage.Deliverables
SocketUtils
a concrete classAffects: 4.0 GA
Backported to: 4.0.8
The text was updated successfully, but these errors were encountered: