Skip to content

Commit

Permalink
Cleanup model reflections
Browse files Browse the repository at this point in the history
Quarkus 2.12 is now released and used in Nessie, with quarkusio/quarkus#27357

Fixes projectnessie#4955
  • Loading branch information
snazy committed Aug 26, 2022
1 parent a7bad69 commit 4b5af33
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -17,7 +17,6 @@

import io.quarkus.runtime.annotations.RegisterForReflection;
import org.projectnessie.error.NessieError;
import org.projectnessie.model.types.ContentTypeIdResolver;
import org.projectnessie.services.cel.CELUtil;

/**
Expand All @@ -33,7 +32,6 @@
CELUtil.KeyedEntityForCel.class,
CELUtil.OperationForCel.class,
CELUtil.ContentForCel.class,
CELUtil.KeyEntryForCel.class,
ContentTypeIdResolver.class
CELUtil.KeyEntryForCel.class
})
public abstract class ModelReflections {}

0 comments on commit 4b5af33

Please sign in to comment.