Commit 86e6a1a
[release] Fix URI validation in JedisPoolFactory
Move URI validation to the beginning of createRedisPool() before
calling JedisURIHelper methods that would throw NPE for invalid URIs
(e.g., 'localhost:6379' without scheme).
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 5b551c7 commit 86e6a1a
File tree
1 file changed
+3
-0
lines changed- lib-jedis-pool/src/main/java/io/seqera/jedis
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| |||
0 commit comments