-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update pom.xml reflections version #8019
Conversation
Addresses bug described in reflections 0.9.12 ronmamo/reflections#273
Codecov Report
@@ Coverage Diff @@
## 4.18 #8019 +/- ##
=========================================
Coverage 13.06% 13.06%
- Complexity 9106 9107 +1
=========================================
Files 2720 2720
Lines 257506 257506
Branches 40149 40149
=========================================
+ Hits 33649 33655 +6
+ Misses 219627 219619 -8
- Partials 4230 4232 +2 see 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information The version of Java (11.0.20.1) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
@blueorangutan package |
@harikrishna-patnala a [SF] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - we need to check/test if this causes regressions, otherwise let's merge
Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 7165 |
@blueorangutan test matrix |
@DaanHoogland a [SF] Trillian-Jenkins matrix job (centos7 mgmt + xenserver71, rocky8 mgmt + vmware67u3, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests |
[SF] Trillian test result (tid-7769)
|
[SF] Trillian test result (tid-7771)
|
@blueorangutan test rocky8 vmware-70u3 |
@DaanHoogland a [SF] Trillian-Jenkins test job (rocky8 mgmt + vmware-70u3) has been kicked to run smoke tests |
[SF] Trillian test result (tid-7795)
|
CKS failures are intermittent/ignorable, I'm not sure about rest @DaanHoogland @harikrishna-patnala |
@blueorangutan package |
@DaanHoogland a [SF] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 7225 |
@blueorangutan test rocky8 vmware-70u3 |
@DaanHoogland a [SF] Trillian-Jenkins test job (rocky8 mgmt + vmware-70u3) has been kicked to run smoke tests |
[SF] Trillian test result (tid-7842)
|
@blueorangutan package |
@shwstppr a [SF] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 7267 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code lgtm
@blueorangutan LLtest matrix |
@DaanHoogland a [LL] Trillian-Jenkins matrix job (centos7 mgmt + xenserver71, rocky8 mgmt + vmware67u3, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests |
[LL]Trillian test result (tid-6799)
|
[LL]Trillian test result (tid-6798)
|
[LL]Trillian test result (tid-6797)
|
@blueorangutan LLtest rocky8 xenserver-71 |
@DaanHoogland [LL] unsupported parameters provided. Supported mgmt server os are: |
@blueorangutan LLtest rocky8 xenserver-74 |
@DaanHoogland a [LL] Trillian-Jenkins test job (rocky8 mgmt + xenserver-74) has been kicked to run smoke tests |
[LL] Trillian Build Failed (tid-6809) |
@blueorangutan LLtest rocky8 xcpng82 |
@DaanHoogland a [LL] Trillian-Jenkins test job (rocky8 mgmt + xcpng82) has been kicked to run smoke tests |
[LL] Trillian Build Failed (tid-6810) |
@blueorangutan test rocky8 xenserver-74 |
@DaanHoogland a [SF] Trillian-Jenkins test job (rocky8 mgmt + xenserver-74) has been kicked to run smoke tests |
[SF] Trillian test result (tid-7908)
|
[LL] Trillian Build Failed (tid-6821) |
[LL] Trillian Build Failed (tid-6825) |
[LL]Trillian test result (tid-6822)
|
last run:
the only persistent failure seems to be |
insanity: |
@DaanHoogland a [LL] Trillian-Jenkins matrix job (centos7 mgmt + xenserver71, rocky8 mgmt + vmware67u3, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests |
[LL] Trillian Build Failed (tid-6834) |
[LL]Trillian test result (tid-6835)
|
* 4.18: Update pom.xml reflections version (#8019)
Addresses bug described in reflections 0.9.12 ronmamo/reflections#273
Description
While developing new code against CloudStack, I ran into the bug described above in Reflections 0.9.12. Upgrading seems to resolve the issue.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?