Skip to content

Commit

Permalink
Set default feature-stream to DEFAULT until supported by galleon wild…
Browse files Browse the repository at this point in the history
…fly plugin.
  • Loading branch information
pferraro committed Oct 2, 2023
1 parent b5a872c commit 23329a8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ private ProductConfig(ModuleLoader loader, ProductConfProps productConfProps, Ma
String projectName = null;
String productVersion = null;
String consoleSlot = null;
FeatureStream defaultStream = FeatureStream.COMMUNITY;
// TODO Change default stream to COMMUNITY when wildfly galleon plugin supports feature streams.
FeatureStream defaultStream = FeatureStream.STABLE;
FeatureStream maxStream = FeatureStream.EXPERIMENTAL;

InputStream manifestStream = null;
Expand Down

0 comments on commit 23329a8

Please sign in to comment.