Thanks for the tip, Andrew
Good question about deprecated APIs. I would like to suggest we log a
bug to track these, and I can see a number of these as being "newcomer"
bugs. But I'm not sure if I need to clog up my builds with this output.
I have noticed that the Java community seems to want to avoid *ever*
removing deprecated APIs from Java. I wonder if it's more a matter of
support than actually getting rid of them -- if a bug is found in one of
these methods, then we would upgrade to the non-deprecated API rather
than contact the VM provider for support...
David
Rick Hillegas wrote:
Hi David,
I don't see deprecation warnings. I'm not throwing any special switches
in my ant.properties or my build-wrapping scripts.
-Rick
David Van Couvering wrote:
I switched to compiling with JDK 1.6 recently, and I get a ton of
deprecation warnings. For those of you who are already building in
JDK 1.6 -- how do you turn those off? I'm sure I could figure this
out, but I thought I'd see what the "common" or "standard" way of
doing this was.
Thanks,
David