You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by Dimat Levchenko <ld...@gmail.com> on 2014/04/10 15:30:14 UTC

java unchecked

hello,

when i compile java tests and samples, i always have problems with
"unchecked or unsafe operations". as i understand, this happens because
code is developed for java 1.4 or 1.5 (i am not sure about versions). can
we update sources to fix this issue? or there is some compatibility
requirement prohibiting this? how do you configure your java environment to
work with these things?

thank you

Re: java unchecked

Posted by Roger Meier <ro...@bufferoverflow.ch>.
you are welcome to send patches to improve this situation.
https://issues.apache.org/jira/browse/THRIFT-2328

thanks
roger

On 10.04.2014 15:30, Dimat Levchenko wrote:
> hello,
>
> when i compile java tests and samples, i always have problems with
> "unchecked or unsafe operations". as i understand, this happens because
> code is developed for java 1.4 or 1.5 (i am not sure about versions). can
> we update sources to fix this issue? or there is some compatibility
> requirement prohibiting this? how do you configure your java environment to
> work with these things?
>
> thank you
>