You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Starting with 1.12, dev mode report two times startup improvements ! But looking at the timing of the logs it tells a different story :(
There seems to be an issue with the time reporting by the dev mode since Quarkus 1.12
This is the logs from the run of my application, you can clearly see that the application starts in more than 1.8s by comparing the timestamp but the logs reports 0.969s.
2021-03-01 11:43:36,250 INFO [io.qua.ely.sec.pro.dep.ElytronPropertiesProcessor] (build-36) Configuring from MPRealmConfig
2021-03-01 11:43:36,518 INFO [io.qua.fly.FlywayProcessor] (build-7) Adding application migrations in path '/data/git/payment--prepaid-card/target/classes/db/migration/' using protocol 'file'
2021-03-01 11:43:36,668 WARN [io.qua.arc.pro.BeanArchives] (build-7) Failed to index long: Class does not exist in ClassLoader QuarkusClassLoader:Deployment Class Loader
2021-03-01 11:43:36,671 WARN [io.qua.arc.pro.BeanArchives] (build-7) Failed to index int: Class does not exist in ClassLoader QuarkusClassLoader:Deployment Class Loader
2021-03-01 11:43:36,672 WARN [io.qua.arc.pro.BeanArchives] (build-7) Failed to index boolean: Class does not exist in ClassLoader QuarkusClassLoader:Deployment Class Loader
2021-03-01 11:43:36,732 WARN [io.qua.arc.pro.BeanArchives] (build-7) Failed to index double: Class does not exist in ClassLoader QuarkusClassLoader:Deployment Class Loader
2021-03-01 11:43:37,717 INFO [org.fly.cor.int.lic.VersionPrinter] (Quarkus Main Thread) Flyway Community Edition 7.5.2 by Redgate
2021-03-01 11:43:37,782 INFO [org.fly.cor.int.dat.bas.DatabaseType] (Quarkus Main Thread) Database: jdbc:postgresql://localhost:5433/mydatabase (PostgreSQL 11.3)
2021-03-01 11:43:37,806 INFO [org.fly.cor.int.com.DbMigrate] (Quarkus Main Thread) Current version of schema "public": 4
2021-03-01 11:43:37,806 INFO [org.fly.cor.int.com.DbMigrate] (Quarkus Main Thread) Schema "public" is up to date. No migration necessary.
2021-03-01 11:43:38,120 INFO [io.quarkus] (Quarkus Main Thread) prepaid-card-api 0.15.0 on JVM (powered by Quarkus 1.12.0.Final) started in 0.969s. Listening on: http://0.0.0.0:8081
Environment (please complete the following information):
Output of uname -a or ver: Linux 5.8.0-43-generic Color log support #49-Ubuntu SMP Fri Feb 5 03:01:28 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Output of java -version: openjdk version "11.0.7" 2020-04-14
Quarkus version or git rev: 1.12
Build tool (ie. output of mvnw --version or gradlew --version): Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
The text was updated successfully, but these errors were encountered:
Describe the bug
Starting with 1.12, dev mode report two times startup improvements ! But looking at the timing of the logs it tells a different story :(
There seems to be an issue with the time reporting by the dev mode since Quarkus 1.12
This is the logs from the run of my application, you can clearly see that the application starts in more than 1.8s by comparing the timestamp but the logs reports 0.969s.
Environment (please complete the following information):
uname -a
orver
: Linux 5.8.0-43-generic Color log support #49-Ubuntu SMP Fri Feb 5 03:01:28 UTC 2021 x86_64 x86_64 x86_64 GNU/Linuxjava -version
: openjdk version "11.0.7" 2020-04-14mvnw --version
orgradlew --version
): Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)The text was updated successfully, but these errors were encountered: