Thanks, Dalibor.
Cheers,
-Rick
On 5/19/16 5:02 AM, dalibor topic wrote:
On 19.05.2016 04:24, Rick Hillegas wrote:
Hi Rory,
I have tried building Derby with b118. This produced a new boatload of
deprecation warnings which do not seem to be covered by the summary
description of the changes at
http://download.java.net/java/jdk9/changes/jdk-9+118.html.
Thanks Rick, it seems that the list of changes is incomplete. I'll
pass that on to the team publishing that list.
The
deprecations are not described in the jdk 9 javadoc at
http://download.java.net/java/jdk9/docs/api/index.html.
Indeed, the docs there are out of date (b116) - I'll pass that on as
well, thanks!
Can you
recommend any best practices for ameliorating these deprecation
warnings? A summary of these deprecation warnings follows:
o Deprecation of java.util.Observer and java.util.Observable
See
http://mail.openjdk.java.net/pipermail/core-libs-dev/2016-April/040436.html
o Deprecation of Class.newInstance()
See
http://mail.openjdk.java.net/pipermail/core-libs-dev/2016-April/040283.html
o Deprecation of various constants and methods in BigDecimal, including
ROUND_DOWN, setScale(int,int), divide(BigDecimal,int,int),
See
http://mail.openjdk.java.net/pipermail/core-libs-dev/2016-May/040707.html
cheers,
dalibor topic