-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[MS30] Fix API compatibility issues #1867
Copy link
Copy link
Closed
Labels
STF-MilestonesMilestones funded by the Sovereign Tech FundMilestones funded by the Sovereign Tech FundapiAffects the public APIAffects the public APIbuildAffects the build system or other automationAffects the build system or other automation
Metadata
Metadata
Assignees
Labels
STF-MilestonesMilestones funded by the Sovereign Tech FundMilestones funded by the Sovereign Tech FundapiAffects the public APIAffects the public APIbuildAffects the build system or other automationAffects the build system or other automation
Type
Fields
Give feedbackNo fields configured for issues without a type.
Since we had to abandon the Revapi Maven Plugin around version 2.17.2 due to incompatibilities with other Maven plugins, we do not have a way to automatically check for breaking API changes.
We need to introduce other tools to guarantee a stable API.
Possible candidates:
bnd-baseline-maven-plugin.