java.util.concurrent versions: Doug's Lea X J2SDK 1.5.0b31
843793Jan 12 2004 — edited Jan 13 2004B31 version of java.util.concurrent has a class named ScheduledExecutor.
The new Doug Lea's code (in his web site) has no such class, but a new one named ScheduledThreadPoolExecutor. He says that we must use the new code, not the code that ships with J2SDK 1.5.0.
Is the new Doug Lea's code scheduled for inclusion in the golden release of J2SDK 1.5.0?