Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
e190facf
by Tony Chemit at 2023-07-24T10:17:57+02:00
1 changed file:
Changes:
| ... | ... | @@ -80,10 +80,10 @@ public class PersistenceTestMethodResourceRead extends PersistenceTestClassResou |
| 80 | 80 | super.after(description);
|
| 81 | 81 | try {
|
| 82 | 82 | if (applicationContext != null && applicationContext.isOpen()) {
|
| 83 | - dataSourceConfiguration = null;
|
|
| 84 | 83 | applicationContext.close();
|
| 85 | 84 | }
|
| 86 | 85 | } finally {
|
| 86 | + dataSourceConfiguration = null;
|
|
| 87 | 87 | applicationContext = null;
|
| 88 | 88 | }
|
| 89 | 89 | }
|