Skip to content

Commit

Permalink
Bring back proper timing for quarkus:dev
Browse files Browse the repository at this point in the history
This seems to have been (erroneously) removed in
3a6b561

Fixes: #15371
  • Loading branch information
geoand authored and gsmet committed Mar 1, 2021
1 parent 10fd117 commit a335c6b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ public void close() {
//the main entry point, but loaded inside the augmentation class loader
@Override
public void accept(CuratedApplication o, Map<String, Object> params) {
Timing.staticInitStarted(o.getBaseRuntimeClassLoader());
//https://github.com/quarkusio/quarkus/issues/9748
//if you have an app with all daemon threads then the app thread
//may be the only thread keeping the JVM alive
Expand Down

0 comments on commit a335c6b

Please sign in to comment.