You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Don Ferguson (JIRA)" <ji...@apache.org> on 2015/06/23 16:45:03 UTC

[jira] [Created] (WICKET-5934) Semantic Versioning break in 7.0.0-M6

Don Ferguson created WICKET-5934:
------------------------------------

             Summary: Semantic Versioning break in 7.0.0-M6
                 Key: WICKET-5934
                 URL: https://issues.apache.org/jira/browse/WICKET-5934
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 7.0.0-M6
            Reporter: Don Ferguson
            Priority: Minor


org.apache.wicket.util.convert.converter.AbstractNumberConverter introduced a new abstract method: 

protected abstract NumberFormat newNumberFormat(final Locale locale);

Existing code that extends AbstractNumberConverter needs to be revised to implement the new method.  Doesn't this conflict with the principle of semantic versioning?




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)