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

Read unknown enum values using default value #557

Merged
merged 3 commits into from
Sep 7, 2020
Merged

Conversation

malteo
Copy link
Member

@malteo malteo commented Sep 4, 2020

No description provided.

@cloudesiresonarqubeprchecks
Copy link

Kudos, SonarQube Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

import java.util.EnumSet;
import java.util.Set;

public enum DeploymentStatusEnum
Copy link
Contributor

Choose a reason for hiding this comment

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

non lo puoi rinominare, rompi tutte le implementazioni

Copy link
Member Author

Choose a reason for hiding this comment

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

nuova versione del client?

/**
* The statuses in which the subscription has been/will be undeployed
*/
public static Set<DeploymentStatusEnum> undeployed()
Copy link
Contributor

Choose a reason for hiding this comment

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

anche questi metodi essendo nel client non escluderei che non siano stati usati in qualche implementazione dei connector

@gionn gionn merged commit 20392eb into master Sep 7, 2020
@gionn gionn deleted the unknown-enum-fix branch September 7, 2020 13:41
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.

2 participants