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

Remove Client.isAdaptable deprecated method #6612

Closed
manusa opened this issue Nov 15, 2024 · 0 comments · Fixed by #6621
Closed

Remove Client.isAdaptable deprecated method #6612

manusa opened this issue Nov 15, 2024 · 0 comments · Fixed by #6621
Assignees
Milestone

Comments

@manusa
Copy link
Member

manusa commented Nov 15, 2024

Description

Part of #6602

Remove <C extends Client> Boolean isAdaptable(Class<C> type) method from Client.

Follow up on #4659 to remove this method which is deprecated too.

/**
* Checks if the client can be adapted to another client type and if that target client is supported.
*
* @param type The target client class.
* @param <C> The target client type.
* @return Returns true if a working {@link io.fabric8.kubernetes.client.extension.ExtensionAdapter} is found.
* @deprecated if the client can test for support, then use adapt(type).isSupported() instead.
*/
@Deprecated
<C extends Client> Boolean isAdaptable(Class<C> type);

@manusa manusa changed the title Remove Client.isAdaptable deprecated mehtod Remove Client.isAdaptable deprecated method Nov 15, 2024
@manusa manusa moved this to In Progress in Eclipse JKube Nov 19, 2024
@manusa manusa self-assigned this Nov 19, 2024
@manusa manusa added this to the 7.0.0 milestone Nov 19, 2024 — with automated-tasks
@github-project-automation github-project-automation bot moved this from Review to Done in Eclipse JKube Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant