Cleared 4m ago · hiero-ledger/hiero-consensus-node #21922 · Java · ★ 405 · Apache-2.0

Add parameterized type to SchemaRegistry in Service interface

Summary The Service interface should use SchemaRegistry<SemanticVersion> instead of raw SchemaRegistry type to provide type safety when registering schemas. Current Situation Currently, the Service interface uses a raw SchemaRegistry type: public interface Service { /** *…

What we checked

Similar unclaimed issues