Commit f92b97d
authored
Dev UI: always produce JsonRPCProvidersBuildItem (#137)
This is due to an upcoming change in Execution Model Validation [1]
where we need the `JsonRPCProvidersBuildItem` produced always, not
only in dev mode. JSON RPC providers can use execution model affecting
annotations, so we need to know about them, otherwise a non-dev build
would fail with an incorrect validation error.
[1] quarkusio/quarkus#469651 parent 44dce5e commit f92b97d
File tree
1 file changed
+1
-1
lines changed- deployment/src/main/java/io/quarkiverse/embedded/postgresql/deployment/devui
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments