Commit 11af52d
committed
Remove option to use default plugin from DatabaseUserExtension
Always specifying explicitly or otherwise intentionally calling with `null` for `plugin` and accepting the consequences is better.
Rationale: the Firebird setup on GitHub Actions has Legacy_UserManager as the default, and this results in breaking tests because Jaybird will by default only try Srp256 and Srp to connect.1 parent 79fb276 commit 11af52d
File tree
1 file changed
+0
-15
lines changed- src/test/org/firebirdsql/common/extension
1 file changed
+0
-15
lines changedLines changed: 0 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | 55 | | |
71 | 56 | | |
72 | 57 | | |
| |||
0 commit comments