Fixes #1064 do not propagate "sealed" status to the target of copyStateTo(HikariConfig other).

pull/1074/head
Brett Wooldridge 7 years ago
parent 67c589ce28
commit bdfeee96e0

@ -1026,6 +1026,8 @@ public class HikariConfig implements HikariConfigMXBean
}
}
}
other.sealed = false;
}
// ***********************************************************************

Loading…
Cancel
Save