-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed Quarkus health paths #579
Conversation
ci: Upgrade build environment of sonar jobs on CircleCI Signed-off-by: Subhrodip Mohanta <[email protected]>
Signed-off-by: ABHIJEET SHUKLA <[email protected]>
Signed-off-by: Subhrodip Mohanta <[email protected]>
Signed-off-by: Marc Nuri <[email protected]>
… fragments CustomResource fragments are now deserialized/serialized into GenericCustomResource so that they are processed with standard kubernetes types
Signed-off-by: Marc Nuri <[email protected]>
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.3 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.3...26968a0) Signed-off-by: dependabot[bot] <[email protected]>
Resolving Sonar Issues - Monday - using Java 8 computeIfAbsent feature to call the lob verbose method inside the lambda - using Java 8 putIfAbsent feature - removing unused method - removing unneeded test - using Java 8 putIfAbsent feature - using Java 8 putIfAbsent feature - replacing MapUtil method with native Java using Java 8 putIfAbsent feature using Java 8 putIfAbsent feature removing unneeded test removing unused method using Java 8 putIfAbsent feature using Java 8 computeIfAbsent feature to call the lob verbose method inside the lambda using computeIfAbsent - Resolving Sonar issue Signed-off-by: Anyul Rivas <[email protected]>
I think you would need to modify tests too with respect to this change:
|
Codecov Report
@@ Coverage Diff @@
## 1.1.x #579 +/- ##
============================================
+ Coverage 42.04% 42.30% +0.26%
- Complexity 2840 2871 +31
============================================
Files 402 404 +2
Lines 19461 19473 +12
Branches 2777 2760 -17
============================================
+ Hits 8183 8239 +56
+ Misses 10287 10243 -44
Partials 991 991
Continue to review full report at Codecov.
|
...kit-quarkus/src/main/java/org/eclipse/jkube/quarkus/enricher/QuarkusHealthCheckEnricher.java
Outdated
Show resolved
Hide resolved
Hi @dloiacono |
Signed-off-by: domenico.loiacono <[email protected]>
Signed-off by: Domenico Loiacono <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
Signed-off by: Domenico Loiacono <[email protected]>
Signed-off by: Domenico Loiacono <[email protected]>
Signed-off by: domenico.loiacono <[email protected]>
Signed-off by: Domenico Loiacono <[email protected]>
Signed-off-by: domenico.loiacono <[email protected]>
Signed-off-by: Domenico Loiacono <[email protected]>
Signed-off-by: dloiacono <[email protected]>
Signed-off-by: dloiacono <[email protected]>
Signed-off-by: dloiacono <[email protected]>
Description
The way the health path is builded for quarkus application is not correct.
Type of change
test, version modification, documentation, etc.)
Checklist