Commit e9d7228
authored
Deprecate SOCKET_TIMEOUT option (#95)
Motivation:
The SOCKET_TIMEOUT option has been identified as a NO-OP, meaning it has
no effect on the underlying connection. To reduce confusion and
potential issues for users, it is necessary to deprecate this option.
Modification:
Added a deprecation annotation to the SOCKET_TIMEOUT option and included
a log warning message to inform users that the option is not supported
and will be ignored.
Result:
The SOCKET_TIMEOUT option is now marked as deprecated, and users will be
notified with a log warning message if they attempt to use it. This
change encourages users to remove any references to SOCKET_TIMEOUT in
their code.1 parent 4fc27a3 commit e9d7228
File tree
4 files changed
+13
-3
lines changed- src/main/java/io/asyncer/r2dbc/mysql
- client
4 files changed
+13
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
148 | 152 | | |
| 153 | + | |
149 | 154 | | |
150 | 155 | | |
151 | 156 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
| 145 | + | |
144 | 146 | | |
| 147 | + | |
145 | 148 | | |
146 | 149 | | |
147 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| |||
133 | 136 | | |
134 | 137 | | |
135 | 138 | | |
136 | | - | |
137 | | - | |
| 139 | + | |
138 | 140 | | |
139 | 141 | | |
140 | 142 | | |
| |||
0 commit comments