vert.x
vert.x copied to clipboard
Semantic versioning for Vert.x releases
As a user of Vert.x (in Java) it would make things a lot easier if Vert.x followed a semantic versioning policy. Excuse me if if that is already the policy.. If it is, it is not followed. Vert.x currently deprecates APIs and changes behavior within a patch release. And also bug fixes are not fixed in patches but moved to feature releases.
I know it's hard to do and there are always corner cases, where it's hard to judge whether a bug fix is really a breaking change or major change.. a bug fix is a deliberate change - for a better behavior.
@adamdickmeiss Can you give an example of Vert.x deprecating an API in a patch release?
@adamdickmeiss Can you give an example of Vert.x deprecating an API in a patch release?
https://github.com/vert-x3/wiki/wiki/4.0.3-Deprecations-and-breaking-changes
is it a question or a requirement ?