Skip to content

Non-serializable field in SQLServerConnectionPoolProxy #190

@marschall

Description

@marschall

SQLServerConnectionPoolProxy implements java.io.Serializable but has a field wrappedConnection of type SQLServerConnection which itself does not implement java.io.Serializable. As a result SQLServerConnectionPoolProxy objects can not be serialized successfully.
My recommendation would be to remove the java.io.Serializable marker interface from SQLServerConnectionPoolProxy.

Metadata

Metadata

Assignees

Labels

Under ReviewUsed for pull requests under review

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions