[Opensource] 4.1rc2 and depreciated classes
Michael Rimov
rimovm at centercomp.com
Thu Sep 26 13:28:47 PDT 2002
At 02:26 PM 9/26/2002 -0500, you wrote:
>I'm making the leap to 4.1 and have noticed that there are still many
>depreciated classes referenced in expresso code - 123 of them in the rc2
>that I got off of the downloads page. Will these be cleaned up before the
>stable release version?
No, I've got the deprecation removal slated for 4.2. Mainly because there
was no official deprecation policy until a couple of months ago, so 4.1 is
the official 'fair warning' before the deprecations are removed.
I would say the majority of the deprecations are from the:
SecuredDBObject(String userName)
constructor... It appears you can omit that constructor from your own
code fairly safely (I've notice that DBMaint seems to cooperate with it
well). And thus avoid some of the deprecation warnings in your own code.
-Mike
More information about the Opensource
mailing list