Skip to content

Commit

Permalink
Cleanup model reflections (#5017)
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 #4955
  • Loading branch information
snazy authored Aug 26, 2022
1 parent a7bad69 commit 0b82b52
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
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 0b82b52

Please sign in to comment.