-
Notifications
You must be signed in to change notification settings - Fork 182
[JBTM-4014] restore longToHexString method #2433
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
Conversation
36d42b8 to
c3cc823
Compare
|
CORE profile tests failed (https://jenkins-csb-narayana-ci.dno.corp.redhat.com/job/btny-pulls-narayana/PROFILE=CORE,jdk=openJDK17,label=jnlp-agent/57/): Narayana rebase on main failed. Please rebase it manually |
|
QA_JTA profile tests failed (https://jenkins-csb-narayana-ci.dno.corp.redhat.com/job/btny-pulls-narayana/PROFILE=QA_JTA,jdk=openJDK21,label=jnlp-agent/57/): Narayana rebase on main failed. Please rebase it manually |
|
QA_JTS_OPENJDKORB profile tests failed (https://jenkins-csb-narayana-ci.dno.corp.redhat.com/job/btny-pulls-narayana/PROFILE=QA_JTS_OPENJDKORB,jdk=openJDK21,label=jnlp-agent/57/): Narayana rebase on main failed. Please rebase it manually |
|
QA_JTS_OPENJDKORB profile tests failed (https://jenkins-csb-narayana-ci.dno.corp.redhat.com/job/btny-pulls-narayana/PROFILE=QA_JTS_OPENJDKORB,jdk=openJDK17,label=jnlp-agent/57/): Narayana rebase on main failed. Please rebase it manually |
c3cc823 to
05c465b
Compare
|
Started testing this pull request with CORE profile: https://jenkins-csb-narayana-ci.dno.corp.redhat.com/job/btny-pulls-narayana/PROFILE=CORE,jdk=openJDK17,label=jnlp-agent/58/ |
|
Started testing this pull request with QA_JTA profile: https://jenkins-csb-narayana-ci.dno.corp.redhat.com/job/btny-pulls-narayana/PROFILE=QA_JTA,jdk=openJDK21,label=jnlp-agent/58/ |
|
Started testing this pull request with QA_JTS_OPENJDKORB profile: https://jenkins-csb-narayana-ci.dno.corp.redhat.com/job/btny-pulls-narayana/PROFILE=QA_JTS_OPENJDKORB,jdk=openJDK21,label=jnlp-agent/58/ |
|
Started testing this pull request with CORE profile: https://jenkins-csb-narayana-ci.dno.corp.redhat.com/job/btny-pulls-narayana/PROFILE=CORE,jdk=openJDK17,label=jnlp-agent/59/ |
|
CORE profile tests passed - Job complete https://jenkins-csb-narayana-ci.dno.corp.redhat.com/job/btny-pulls-narayana/PROFILE=CORE,jdk=openJDK17,label=jnlp-agent/58/ |
|
Started testing this pull request with CORE profile: https://jenkins-csb-narayana-ci.dno.corp.redhat.com/job/btny-pulls-narayana/PROFILE=CORE,jdk=openJDK21,label=jnlp-agent/59/ |
|
CORE profile tests passed - Job complete https://jenkins-csb-narayana-ci.dno.corp.redhat.com/job/btny-pulls-narayana/PROFILE=CORE,jdk=openJDK17,label=jnlp-agent/59/ |
|
QA_JTA profile tests passed - Job complete https://jenkins-csb-narayana-ci.dno.corp.redhat.com/job/btny-pulls-narayana/PROFILE=QA_JTA,jdk=openJDK21,label=jnlp-agent/58/ |
|
CORE profile tests passed - Job complete https://jenkins-csb-narayana-ci.dno.corp.redhat.com/job/btny-pulls-narayana/PROFILE=CORE,jdk=openJDK21,label=jnlp-agent/59/ |
|
QA_JTS_OPENJDKORB profile tests passed - Job complete https://jenkins-csb-narayana-ci.dno.corp.redhat.com/job/btny-pulls-narayana/PROFILE=QA_JTS_OPENJDKORB,jdk=openJDK21,label=jnlp-agent/58/ |
|
Do you think it is worth adding |
I do not know @jmfinelli . What I can see is that that is a public utility method, static, it is not in an internal class and that is part of a released artifact, hence my concern. However I am not sure, so in this PR I only restore the method needed for the QA test asking for advice. |
|
I think I miss which QA test is failing. Could you please share which one it is? I suppose adding '@deprecated' to the method(s) you intend to deprecate would help clarify your plan. IOW, in case we add that annotation, the PR will be easier to review (IMO) |
|
Sorry Manuel, actually it is a compilation error: See failure here: https://jenkins-csb-narayana-ci.dno.corp.redhat.com/job/narayana/PROFILE=QA_JTA,jdk=openJDK17,label=jnlp-agent/404/consoleFull |
Sorry @jmfinelli , the description was not clear. I have updated it. My plan is to restore the method to fix the compilation error. |
#2427 leftover
@franz1981 there is still a unit test for longToHexString method. I am restoring it because the removal caused a compilation error in QA axes.
In case we would like to remove it we might need to deprecate it first.
CORE !AS_TESTS !RTS !JACOCO !XTS QA_JTA QA_JTS_OPENJDKORB !PERFORMANCE !DB_TESTS