-
Notifications
You must be signed in to change notification settings - Fork 599
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
Fix NumberFormatException for EA Javas in some TCKs #30228
base: integration
Are you sure you want to change the base?
Fix NumberFormatException for EA Javas in some TCKs #30228
Conversation
#build |
Your personal pipeline request is at https://libh-proxy1.fyre.ibm.com/cognitive/pipelineAnalysis.html?uuid=e8f894c9-f82b-4d11-9eaf-48755bd3aad9 Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_PZXBcKZKEe-WbLf72iZSEQ The build will run your changed FAT bucket(s) 10 times. Target locations of links might be accessible only to IBM employees. |
3c06621
to
10b98d1
Compare
!build |
Your personal pipeline request is at https://libh-proxy1.fyre.ibm.com/cognitive/pipelineAnalysis.html?uuid=317d1073-5461-485d-b8b1-cb32b6aafe8e Target locations of links might be accessible only to IBM employees. |
Your personal pipeline request is at https://libh-proxy1.fyre.ibm.com/cognitive/pipelineAnalysis.html?uuid=6f13c2c2-35a1-4c64-999f-7f62dcd0ec28 Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
1 similar comment
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
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.
Looks good
I think it is better to pull in the MP FT 4.1.1 as it has the update as well. I am going to release MPF 2.0.1 later today. It's better to pull in the version this week rather than fixing our codebase. |
Please pull in MP FT 4.1.1 and MPTelemetry 2.0.1, which has the fix you need. |
<dependency> | ||
<groupId>org.eclipse.microprofile.fault-tolerance</groupId> | ||
<artifactId>microprofile-fault-tolerance-tck</artifactId> | ||
<version>${microprofile.faulttolerance.version}</version> | ||
<exclusions> |
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.
<exclusions> | |
<exclusions> |
<dependency> | ||
<groupId>org.eclipse.microprofile.telemetry</groupId> | ||
<artifactId>microprofile-telemetry-tracing-tck</artifactId> | ||
<version>${mptelemetry.version}</version> | ||
<exclusions> |
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.
<exclusions> | |
<exclusions> |
</dependency> | ||
<dependency> | ||
<groupId>org.eclipse.microprofile.telemetry</groupId> | ||
<artifactId>microprofile-telemetry-metrics-tck</artifactId> | ||
<version>${mptelemetry.version}</version> | ||
<exclusions> |
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.
<exclusions> | |
<exclusions> |
</dependency> | ||
<dependency> | ||
<groupId>org.eclipse.microprofile.telemetry</groupId> | ||
<artifactId>microprofile-telemetry-logs-tck</artifactId> | ||
<version>${mptelemetry.version}</version> | ||
<exclusions> |
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.
<exclusions> | |
<exclusions> |
Of course those were just published today. Couldn't move to them last week since they didn't exist. @gjwatts when you are back in the office after the holiday, this change gets much easier. |
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.
In light of new versions of the TCK available with the updated awaitility, the change gets much simpler and doesn't require any overriding of dependencies.
@jhanders34 Thank you for letting me know! |
Fixes #30227
release bug
label if applicable: https://github.com/OpenLiberty/open-liberty/wiki/Open-Liberty-Conventions).