Skip to content

Commit 314633d

Browse files
committed
Datasource DevUI - get rid of duplicit <default> DS in the list
1 parent c104527 commit 314633d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

extensions/datasource/deployment/src/main/java/io/quarkus/datasource/deployment/devui/DevUIDatasourceProcessor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ CardPageBuildItem create(DataSourcesBuildTimeConfig dataSourceBuildTimeConfig) {
1919
CardPageBuildItem card = new CardPageBuildItem();
2020

2121
List<String> names = new ArrayList<>();
22-
names.add("<default>");
2322
names.addAll(dataSourceBuildTimeConfig.dataSources().keySet());
2423
Collections.sort(names);
2524
card.addBuildTimeData("datasources", names);

0 commit comments

Comments
 (0)