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
When adding the quarkus-openshift extension startup times for quarkus in dev mode go from 0.6 sec to more than 6 sec.
Expected behavior
Approx the same startup time in dev mode as before we added the quarkus-openshift extension
Actual behavior
To Reproduce
Steps to reproduce the behavior:
Create a Quarkus project without quarkus-openshift extension
Start in dev mode, record the startup time, and stop
Add the quarkus-openshift extension
Start in dev mode, record the startup time, compare
Configuration
N/A
Screenshots
(If applicable, add screenshots to help explain your problem.)
Environment (please complete the following information):
Output of uname -a or ver:
Darwin ovpn-118-188.ams2.redhat.com 19.3.0 Darwin Kernel Version 19.3.0: Thu Jan 9 20:58:23 PST 2020; root:xnu-6153.81.5~1/RELEASE_X86_64 x86_64
Output of java -version:
openjdk version "11.0.5" 2019-10-15
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.5+10)
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.5+10, mixed mode)
tqvarnst
changed the title
The openshift extension causes the dev mode performance issues
The openshift extension causes performance issues in dev mode
Mar 5, 2020
Describe the bug
When adding the quarkus-openshift extension startup times for quarkus in dev mode go from 0.6 sec to more than 6 sec.
Expected behavior
Approx the same startup time in dev mode as before we added the quarkus-openshift extension
Actual behavior
To Reproduce
Steps to reproduce the behavior:
Configuration
N/A
Screenshots
(If applicable, add screenshots to help explain your problem.)
Environment (please complete the following information):
uname -a
orver
:Darwin ovpn-118-188.ams2.redhat.com 19.3.0 Darwin Kernel Version 19.3.0: Thu Jan 9 20:58:23 PST 2020; root:xnu-6153.81.5~1/RELEASE_X86_64 x86_64
java -version
:openjdk version "11.0.5" 2019-10-15
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.5+10)
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.5+10, mixed mode)
N/A
Quarkus master
mvnw --version
orgradlew --version
):Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /Users/tqvarnst/.sdkman/candidates/maven/current
Java version: 11.0.5, vendor: AdoptOpenJDK, runtime: /Users/tqvarnst/.sdkman/candidates/java/11.0.5.hs-adpt
Default locale: en_SE, platform encoding: UTF-8
OS name: "mac os x", version: "10.15.3", arch: "x86_64", family: "mac"
Additional context
N/A
The text was updated successfully, but these errors were encountered: