You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2013/04/01 18:07:15 UTC

[jira] [Resolved] (WICKET-5127) Dont use sun-internal packages to allow easy jdk7 compilation

     [ https://issues.apache.org/jira/browse/WICKET-5127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-5127.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 6.7.0
         Assignee: Igor Vaynberg
    
> Dont use sun-internal packages to allow easy jdk7 compilation
> -------------------------------------------------------------
>
>                 Key: WICKET-5127
>                 URL: https://issues.apache.org/jira/browse/WICKET-5127
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 6.7.0
>            Reporter: Martin Dilger
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 6.7.0
>
>         Attachments: 0001-Dont-use-sun-internal-packages-as-this-breaks-compil.patch
>
>
> Hi Devs,
> I´m not able to compile the wicket-sources on my notebook, no matter what I try.
> I try to compile with JDK7, that always worked but now some Problems seem to arise.
> In the new JsonSequenceStringer-Class we make use of the sun internal:
> com.sun.istack.internal.Nullable;
> I dont think its a very good idea to use sun internal classes here, even if jdk6 is the target of the current source base, we should allow jdk7 to compile it. Thats not possible at the moment.
> The attached patch just removes this usage. We wont lose much here.
> Or am I missing something important?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira