Skip to content

Commit 17c4b33

Browse files
Update README.md
1 parent 1053fdf commit 17c4b33

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

‎README.md‎

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -431,10 +431,8 @@ Please read the [Rapid Recovery Guide](https://github.com/brettwooldridge/Hikari
431431

432432
### :see_no_evil: Secret Properties
433433

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".*
438436

439437
| Property | Description |
440438
|:----------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -444,7 +442,7 @@ an issue of any kind if you have modified these properties. You have been warned
444442
| ``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()``. |
445443
| ``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. |
446444

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.
448446

449447
### :rocket: Initialization
450448

0 commit comments

Comments
 (0)