> Hi List, > > I upgraded my 2.0.2 Desktop SDK today to 2.1 and did a migration of my > app. > > Now I get at the start of the log outout this: > > 001230 The mixin 'qx.core.MEvents' is deprecated: It has been renamed to > MEvent Native.js:65 > 001243 qx.log.Logger.trace:220:37 > qx.log.Logger.deprecatedMixinWarning:307:14 > qx.core.MEvents:30:17 Native.js:65 > 001281 The class '[Class qx.lang.Core]' is deprecated: Please use the > native methods instead. Native.js:65 > 001301 qx.core.Init: Load runtime: 1301ms > > Question: Can I do about those deprecated things?
You should do what they say (e.g. rename your uses of qx.core.MEvents to qx.core.MEvent), at the latest before you upgrade next time (as deprecated APIs will be removed with the following minor version [1]). Until then you will see these messages in the source versions of your apps, but source and build should continue to function flawlessly nonetheless. Everybody upgrading to a new SDK should read the release notes (which among other things address the deprecations [2]). > Or should the core > developer investigate this? The core developers put this in ;-). T. [1] http://qooxdoo.org/project/releases [2] http://qooxdoo.org/project/release_notes/2.1#migration ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
