Skip to content

Commit

Permalink
[Apps Plugin] Add HttpClientProperties.Factory to enum list
Browse files Browse the repository at this point in the history
  • Loading branch information
onobc committed Dec 22, 2024
1 parent 03a65a4 commit c241e69
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ public class MetadataAggregationMojo extends AbstractMojo {
private static final Set<String> KNOWN_PROBLEMATIC_ENUMS = new HashSet<>();
static {
KNOWN_PROBLEMATIC_ENUMS.add("org.springframework.boot.autoconfigure.data.jdbc.JdbcDatabaseDialect");
KNOWN_PROBLEMATIC_ENUMS.add("org.springframework.boot.autoconfigure.http.client.HttpClientProperties$Factory");
}

@Parameter(defaultValue = "${project}")
Expand Down

0 comments on commit c241e69

Please sign in to comment.