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 the notion of data version #210

Merged
merged 1 commit into from
May 30, 2022

Conversation

Ladicek
Copy link
Contributor

@Ladicek Ladicek commented May 30, 2022

The data version number wasn't kept up to date, most likely because
noone even knows there was a difference between index version and
data version. This commit removes the notion of data version and
intentionally conflates the index format version and data version.
It's not like Jandex has ever changed its persistent format without
also changing the data contract...

Resolves #181

The data version number wasn't kept up to date, most likely because
noone even knows there was a difference between index version and
data version. This commit removes the notion of data version and
intentionally conflates the index format version and data version.
It's not like Jandex has ever changed its persistent format without
also changing the data contract...
@Ladicek Ladicek added the breaking-change Changes that break API backwards compatibility label May 30, 2022
@Ladicek Ladicek added this to the 3.0.0 milestone May 30, 2022
@Ladicek Ladicek linked an issue May 30, 2022 that may be closed by this pull request
@Ladicek Ladicek merged commit fd44d1a into smallrye:smallrye May 30, 2022
@Ladicek Ladicek deleted the remove-data-version branch May 30, 2022 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change Changes that break API backwards compatibility
Projects
None yet
Development

Successfully merging this pull request may close these issues.

consider removing the notion of "data version"
1 participant