Skip to content

Commit

Permalink
fix: remove build time bean definition for RouteUnifyingServiceInitLi…
Browse files Browse the repository at this point in the history
…stener (#874)
  • Loading branch information
mcollovati authored Aug 21, 2024
1 parent b4ca85b commit dbf480b
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
import com.vaadin.hilla.Endpoint;
import com.vaadin.hilla.push.PushEndpoint;
import com.vaadin.hilla.push.PushMessageHandler;
import com.vaadin.hilla.startup.RouteUnifyingServiceInitListener;
import io.quarkus.arc.deployment.AdditionalBeanBuildItem;
import io.quarkus.arc.deployment.AnnotationsTransformerBuildItem;
import io.quarkus.arc.deployment.BeanContainerBuildItem;
Expand Down Expand Up @@ -248,12 +247,6 @@ void registerBeans(BuildProducer<AdditionalBeanBuildItem> beans) {
.setDefaultScope(BuiltinScope.SINGLETON.getName())
.setUnremovable()
.build());

beans.produce(AdditionalBeanBuildItem.builder()
.addBeanClass(RouteUnifyingServiceInitListener.class)
.setDefaultScope(BuiltinScope.APPLICATION.getName())
.setUnremovable()
.build());
}

@BuildStep
Expand Down

0 comments on commit dbf480b

Please sign in to comment.