liquidlabsio / fluidity

the streaming observability platform
Apache License 2.0
5 stars 0 forks source link

Fix Jandex indexing for 'other' modules #8

Closed logscape closed 4 years ago

logscape commented 4 years ago

Warning: 16:29:00.228 [build-32] WARN io.quarkus.deployment.steps.ReflectiveHierarchyStep - Unable to properly register the hierarchy of the following classes for reflection as they are not in the Jandex index:

Solution: https://stackoverflow.com/questions/55513502/how-to-create-a-jandex-index-in-quarkus-for-classes-in-a-external-module

bluemonk3y commented 4 years ago

sorted!