I believe you misinterpret the warning. It has nothing to do with dm- validations although it's being raised there. The warning tells that you have a model that uses deprecated DataMapper::Types::Serial as a property. You need to check your models and replace every DataMapper::Types-derived property with a corresponding DataMapper::Property subclass.
Also, be aware that with the 1.1 release DataMapper::Types *are completely removed* so your code will stop working. On Feb 9, 8:39 pm, Gary Yngve <[email protected]> wrote: > We're getting annoyed with all the deprecation warnings in > dm-validations-1.0.2. > > What's the roadmap for the next DM release? I can submit a patch to fix, > but if it's going to be too long for it to be released, I'll need to fork > for our own project. > > Thanks, > Gary -- You received this message because you are subscribed to the Google Groups "DataMapper" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/datamapper?hl=en.
