| Class and Description |
|---|
| foxtrot.pumps.SunJDK140ConditionalEventPump
This class implements a workaround for bug #4531693 that has been fixed
in JDK 1.4.2 and backported to 1.4.1. Therefore it is recommended to upgrade to those
fixed JDK versions, as the bug not only affects Foxtrot but also the usage of dialogs.
|
| foxtrot.pumps.SunJDK141ConditionalEventPump
This class implements a workaround for bug #4531693 that has been fixed
in JDK 1.4.2 and backported to 1.4.1. Therefore it is recommended to upgrade to those
fixed JDK versions, as the bug not only affects Foxtrot but also the usage of dialogs.
|
| Method and Description |
|---|
| arlut.csd.ganymede.server.DBObject.getSession()
Use
DBObject.getDBSession() instead. |
| arlut.csd.ganymede.server.DBField.getSession()
Use
DBField.getDBSession() instead. |
| arlut.csd.ganymede.server.GanymediatorWizard.getStartDialog()
getStartDialog() has been deprecated.. use
processDialog0() in your GanymediatorWizard subclasses instead.
|
| foxtrot.JREVersion.isJRE140() |
| foxtrot.JREVersion.isJRE141() |
| arlut.csd.ganymede.server.DBNameSpace.reserve(DBEditSet, Object, boolean)
We are no longer supporting false values of the
onlyUnused paramater. We never did so properly before, anyway.
|