-
Notifications
You must be signed in to change notification settings - Fork 618
Commit 40466d0
authored
fix: Catch retryable exceptions thrown by SDN itself. (#2945)
This fix #2944 by making the retryable exception messages consistent by introducing constants for prematurely closed transactions and sessions omitting the trailing dot as agreed within the bigger Spring Data team.1 parent 79d8aaf commit 40466d0
File tree
3 files changed
+12
-7
lines changed- src
- main/java/org/springframework/data/neo4j/core
- support
- transaction
- test/java/org/springframework/data/neo4j/core/support
3 files changed
+12
-7
lines changedLines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 | + | ||
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
| |||
37 | 38 |
| |
38 | 39 |
| |
39 | 40 |
| |
41 | + | ||
42 | + | ||
40 | 43 |
| |
41 | - | ||
42 | - | ||
44 | + | ||
45 | + | ||
46 | + | ||
43 | 47 |
| |
44 | 48 |
| |
45 | 49 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | + | ||
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
| |||
68 | 69 |
| |
69 | 70 |
| |
70 | 71 |
| |
71 | - | ||
72 | + | ||
72 | 73 |
| |
73 | 74 |
| |
74 | 75 |
| |
| |||
79 | 80 |
| |
80 | 81 |
| |
81 | 82 |
| |
82 | - | ||
83 | + | ||
83 | 84 |
| |
84 | 85 |
| |
85 | 86 |
| |
86 | 87 |
| |
87 | 88 |
| |
88 | 89 |
| |
89 | 90 |
| |
90 | - | ||
91 | + | ||
91 | 92 |
| |
92 | 93 |
| |
93 | 94 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 | - | ||
38 | - | ||
37 | + | ||
38 | + | ||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
|
0 commit comments