Quarkus requires the ability to copy all state from MetadataImpl ; for this reason this class has been exposing appropriate getters. During recent development, a new internal field genericComponentsMap was added which isn’t exposed. I need to add a getter to allow Quarkus making the full copy. |