There was an error while loading. Please reload this page.
2 parents 937f88b + 41a7a8a commit 63313c8Copy full SHA for 63313c8
1 file changed
base/src/main/java/io/quarkus/code/service/PlatformService.java
@@ -29,7 +29,6 @@
29
import io.quarkus.registry.ExtensionCatalogResolver;
30
import io.quarkus.registry.catalog.PlatformRelease;
31
import io.quarkus.runtime.LaunchMode;
32
-import io.smallrye.common.annotation.Blocking;
33
import jakarta.enterprise.event.Observes;
34
import jakarta.enterprise.inject.Instance;
35
import jakarta.inject.Inject;
@@ -109,7 +108,6 @@ public class PlatformService {
109
108
private final ExtensionCatalogResolver catalogResolver;
110
private final AtomicReference<PlatformServiceCache> platformServiceCacheRef = new AtomicReference<>();
111
112
- @Blocking
113
public void onStart(@Observes StartupEvent e) {
114
reload();
115
}
0 commit comments