This post originated from an RSS feed registered with Java Buzz
by Michael Cote.
Original Post: Bad Decisions in @deprecation
Feed Title: Cote's Weblog: Coding, Austin, etc.
Feed URL: https://cote.io/feed/
Feed Description: Using Java to get to the ideal state.
Sometime ago, Sun deprecated the System.getenv() function which, as you might guess, allows you to get the values of environment variables.
Being overly zealous about being cross-platform, they deprecated and disabled it figuring that not all platforms had environment variables, so no platforms in Java would have it.
The
bug report on the matter contains this exciting note:
Due to overwhelming demand we are going to reconsider this position for
the 1.5 release.