You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the code in ArC that supports executing build compatible extensions
is present in the `processor` module, which is only available at build
time. There's however one class that needs to be present at runtime:
`ParametersImpl`, the implementation of CDI's `Parameters`.
This commit moves the class from `processor` to `runtime`.
Copy file name to clipboardExpand all lines: independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/bcextensions/ExtensionsEntryPoint.java
0 commit comments