Skip to content

Commit

Permalink
Bump Quarkus to 2.5.4.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP authored and pedroigor committed Dec 22, 2021
1 parent 5b96bdc commit dfcf46c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<packaging>pom</packaging>

<properties>
<quarkus.version>2.5.3.Final</quarkus.version>
<quarkus.version>2.5.4.Final</quarkus.version>

<!--
Performing a Wildfly upgrade? Run the:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import java.util.List;
import java.util.regex.Pattern;

import io.quarkus.dev.console.QuarkusConsole;
import io.quarkus.runtime.configuration.QuarkusConfigFactory;
import org.junit.jupiter.api.extension.ExtensionContext;
import org.junit.jupiter.api.extension.ParameterContext;
Expand Down Expand Up @@ -73,6 +74,8 @@ public void beforeEach(ExtensionContext context) throws Exception {
}
} else {
configureProfile(context);
// WORKAROUND: this intercepts the output when actually starting the server.
QuarkusConsole.installRedirects();
super.beforeEach(context);
}
}
Expand Down

0 comments on commit dfcf46c

Please sign in to comment.