Skip to content

Commit

Permalink
Replace too specific message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean Francois Denise committed Apr 3, 2024
1 parent 9cfc2dd commit c5271e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/java/org/wildfly/glow/GlowSession.java
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ public ScanResults scan() throws Exception {
= Utils.getAllLayers(config, universeResolver, provisioning, fpDependencies);
LayerMapping mapping = Utils.buildMapping(all, arguments.getExecutionProfiles());
if (mapping.getDefaultBaseLayer() == null) {
throw new IllegalArgumentException("No base layer found, WildFly Glow doesn't support WildFly server version. "
+ "You must upgrade to a more recent WildFly version.");
throw new IllegalArgumentException("No base layer found, server version is not supported. "
+ "You must upgrade to a more recent server version.");
}
// END BUILD MODEL

Expand Down

0 comments on commit c5271e3

Please sign in to comment.