-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Upgrade Mock Server TLS Version #3038
Comments
Would you like to create a PR for this? |
Yeah, of course. I'll open one this weekend! |
We hit the same problem in Eclipse Che project eclipse-che/che#19641 on Github CI when the latest java |
I think the time to adapt 4.13.x is similar to 5.x in Eclipse Che. So it has no sense since to backport this fix to 4.13. I'll work on 5.x and Eclipse Che here https://github.com/eclipse/che/pull/19744/files. |
Hey @skabashnyuk. I would appreciate the backport to 4.13.x if its not to difficult? Are you saying it won't be backpatched to 4.13.x? Currently we are running into the same issue with our tests and upgrading to 4.13.x would be better for us instead of trying to jump all the way to 5.x. We are currently on 4.x libraries. |
I was talking about the Eclipse Che code. We managed to upgrade 4.9 -> 5.x |
I just noticed this has been marked as https://github.com/fabric8io/kubernetes-client/milestone/28 no longer necessary for the 4.13.4 milestone. I would say if possible this would be necessary for us at least @manusa @rohanKanojia can we confirm this is still going or not with 4.13.4? |
Since no one else requested the back-port we just aborted the milestone. If you're still interested we can backport this one. However, will need to wait until the 5.4.0 release (to be cut hopefully before the end of this week). |
Hey I do believe we would want this backpatched if possible @manusa. I'm willing to wait as we are currently pointing this job at an older version of java so it passes which is not ideal. |
Bumping this. @manusa @rohanKanojia Could we potentially get this backpatched if its not to much work? We temporarily downgraded java version to run these tests for one of our projects which is not ideal. Updating to the latest 5.x would also be a big undertaking at this time for our team. |
@AndrewGotz : In 5.x major changes are only related to removal of Doneable and CustomResources. If you're not using these then migrating to 5.x might not be that involved effort. If you're using these, then we might need to think about cutting another patch release. |
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions! |
I believe I have submitted a PR a few months ago to resolve this. Can we close this issue? |
Hey!
I've noticed recently that
KubernetesMockServer
is currently hardcoded with TLS v1.0:kubernetes-client/kubernetes-server-mock/src/main/java/io/fabric8/kubernetes/client/server/mock/KubernetesMockServer.java
Line 94 in 2c7cefe
Given Oracle's recent deprecation of this in new JDK versions (https://www.oracle.com/java/technologies/javase/11-0-11-relnotes.html#JDK-8202343) would it be possible to upgrade this version to match the one that is in the
Config
, which is 1.2?kubernetes-client/kubernetes-client/src/main/java/io/fabric8/kubernetes/client/Config.java
Line 205 in 74cc63d
Thanks for your time and thanks for your contributions in this awesome project!
Regards,
Hugo
The text was updated successfully, but these errors were encountered: