Skip to content

Commit

Permalink
fix: remove ConfigPhase.BOOTSRAP which has been removed from Quarkus.
Browse files Browse the repository at this point in the history
Signed-off-by: azerr <[email protected]>
  • Loading branch information
angelozerr committed Oct 10, 2024
1 parent a3ad899 commit e29fb4b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,6 @@ private static String getExtensionName(String configRootClassSimpleName, String
"Run", "Time", "Config"),
"Configuration"),
"Config");
} else if (configPhase == ConfigPhase.BOOTSTRAP) {
trimmedSegments = withoutSuffix(withoutSuffix(
withoutSuffix(withoutSuffix(segments, "Bootstrap", "Configuration"), "Bootstrap", "Config"),
"Configuration"), "Config");
} else {
trimmedSegments = withoutSuffix(withoutSuffix(
withoutSuffix(withoutSuffix(segments, "Build", "Time", "Configuration"), "Build", "Time", "Config"),
Expand Down

0 comments on commit e29fb4b

Please sign in to comment.