Skip to content
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 compilation failure due to removed method #803

Merged
merged 1 commit into from
Jun 14, 2023

Conversation

fedinskiy
Copy link
Contributor

@fedinskiy fedinskiy commented Jun 14, 2023

Summary

Fabric8 team removed[1][2] constructors, which we were using to create Openshift client
Switched to other methods.
This change was brought to Quarkus with this update[3]

[1] fabric8io/kubernetes-client@6d7db80#diff-92a1266d167b46838301a64f043de2895376ebf7ec810e7769d641d2fed6f511L227-L246
[2] fabric8io/kubernetes-client#4662
[3] quarkusio/quarkus#33767

Please check the relevant options

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Dependency update
  • Refactoring
  • Breaking change (fix or feature that would cause existing functionality to change)
  • This change requires a documentation update
  • This change requires execution against OCP (use run tests phrase in comment)

Checklist:

  • Example scenarios has been updated / added
  • Methods and classes used in PR scenarios are meaningful
  • Commits are well encapsulated and follow the best practices

Fabric8 team removed[1][2] constructors, which we were using to create Openshift client
Switched to other methods.
This change was brought to Quarkus with this update[3]

[1] fabric8io/kubernetes-client@6d7db80#diff-92a1266d167b46838301a64f043de2895376ebf7ec810e7769d641d2fed6f511L227-L246
[2] fabric8io/kubernetes-client#4662
[3] quarkusio/quarkus#33767
@fedinskiy fedinskiy requested a review from michalvavrik June 14, 2023 08:43
@rsvoboda
Copy link
Member

run tests

Copy link
Member

@michalvavrik michalvavrik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They are certainly not afraid of breaking changes :-) Constructors/class were not even marked deprecated. Let's wait for green CI.

@michalvavrik michalvavrik merged commit d1bea05 into quarkus-qe:main Jun 14, 2023
fedinskiy added a commit to fedinskiy/quarkus-test-framework that referenced this pull request Jun 15, 2023
Follow up to [1] caused by the same breaking changes[2].
Added some tests to cover affected scenarios from the TS.

[1] quarkus-qe#803
[2] fabric8io/kubernetes-client#4662
fedinskiy added a commit to fedinskiy/quarkus-test-framework that referenced this pull request Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants