Martin Kouba
Martin Kouba
> [@vinod-afero](https://github.com/vinod-afero) [@mkouba](https://github.com/mkouba) shouldn't similar conditions be created with on of the quarkus quickstarts and setting the quarkus.package.jar.user-providers-directory to the one with the uber jar? > > Keycloak not really...
> [@mkouba](https://github.com/mkouba) [@gsmet](https://github.com/gsmet) > > Since io.quarkus.deployment.steps.ReflectiveHierarchyStep#build is the culprit could you point me as to what could potentially cause delays in this section .. I have a bit of...
@vinod-afero BTW as mentioned in https://github.com/quarkusio/quarkus/issues/51120#issuecomment-3574190278 the report now includes the number of build items - so I would start here, i.e. what is the number of produced `ReflectiveHierarchyBuildItem`s?
> [@mkouba](https://github.com/mkouba) : I cant see the build items section ( i guess you might have not committed the template into your repo) .. It's there - https://github.com/mkouba/quarkus-build-report/commit/49ef947b091bf331a488d75d9d0bbded465b74c4 - but...
> > [@mkouba](https://github.com/mkouba) : I cant see the build items section ( i guess you might have not committed the template into your repo) .. > > It's there -...
@vinod-afero You can try to build your app with https://github.com/quarkusio/quarkus/pull/51396 and compare the number of produced `ReflectiveHierarchyBuildItem`s, or even the top producers of this build item in the Dev UI.
> > [@vinod-afero](https://github.com/vinod-afero) You can try to build your app with [#51396](https://github.com/quarkusio/quarkus/pull/51396) and compare the number of produced `ReflectiveHierarchyBuildItem`s, or even the top producers of this build item in the...
> [@mkouba](https://github.com/mkouba) just for people who are interested, could you point to the code that handles this? > > Thanks Ofc, this would be a good starting point: https://github.com/quarkusio/quarkus/blob/main/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/devui/ArcDevModeApiProcessor.java#L66-L95
I've created a draft PR to test various options: https://github.com/quarkusio/quarkus/pull/47633
> > introduce a limit to turn this feature off automatically > > I believe this makes sense regardless of how efficiently the graph can be created and loaded because...