Martin Dilger created WICKET-5127:
-------------------------------------
Summary: 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
Priority: Minor
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