You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gary Gregory <ga...@gmail.com> on 2019/07/30 19:53:57 UTC

[DBCP] org.apache.commons.dbcp2.Utils.DISCONNECTION_SQL_CODES is mutable

Hi All,

I think we should
make org.apache.commons.dbcp2.Utils.DISCONNECTION_SQL_CODES an immutable
set instead of a mutable set.

Thoughts?

Gary