Commit d4c321f
committed
fix: only index target class, not turning runtime into a bean archive
Adding a beans.xml file turns the module into a bean archive in
addition of forcing indexing. This has unintended consequences if the
module contains CDI beans which might get initialized when not ready.
Signed-off-by: Chris Laprun <[email protected]>1 parent ba7e323 commit d4c321f
File tree
2 files changed
+6
-1
lines changed- core
- deployment/src/main/java/io/quarkiverse/operatorsdk/deployment
- runtime/src/main/resources/META-INF
2 files changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
91 | 96 | | |
92 | 97 | | |
93 | 98 | | |
| |||
Whitespace-only changes.
0 commit comments