Commit 140247f
authored
Fix spi loading (#480)
We should ignore NoClassDefFoundError, this improves the experience when using incremental compilation in intellij because some compiled classes might still be lingering around for removed services.1 parent 0a65def commit 140247f
1 file changed
Lines changed: 11 additions & 1 deletion
File tree
- sdk-common/src/main/java/dev/restate/sdk/endpoint/definition
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
86 | 96 | | |
87 | 97 | | |
0 commit comments