You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -431,10 +431,8 @@ Please read the [Rapid Recovery Guide](https://github.com/brettwooldridge/Hikari
431
431
432
432
### :see_no_evil: Secret Properties
433
433
434
-
HikariCP has several Java system properties that control various aspects of the pool. These properties are *completely unsupported*
435
-
for user manipulation. It is possible though unlikely that they may not exist in the future. This means: do not even think of opening
436
-
an issue of any kind if you have modified these properties. You have been warned. *In fact, pretend you never heard anything about
437
-
"secret properties".*
434
+
HikariCP has several Java system properties that control various aspects of the pool. These properties are *unsupported*
435
+
for user manipulation. It is possible though unlikely that they may not exist in the future. This means: do not open an issue of any kind if you have modified these properties. *Pretend you never heard anything about "secret properties".*
@@ -444,7 +442,7 @@ an issue of any kind if you have modified these properties. You have been warned
444
442
|``com.zaxxer.hikari.legacy.supportUserPassDataSourceOverride``| When this property is set ``true``, HikariCP will support the legacy behavior of overriding the ``getUsername()/getPassword()`` methods on *HikariDataSource*. Preferred method is overriding ``getCredentials()``. |
445
443
|``com.zaxxer.hikari.useWeakReferences``| When this property is set ``true`` it will force HikariCP to use ``WeakReference`` objects in the ``ConcurrentBag`` internal collection ThreadLocals and prevent the use of our ``FastList`` class, all to avoid TomCat warnings during redeploy. |
446
444
447
-
Seriously, either don't use these properties or take on full responsibility for the consequences.
445
+
Either don't use these properties or take on full responsibility for the consequences.
0 commit comments