I just did the upgrade from 1.0 to 1.1. I'll be revisiting this in a while, but the first pass was relatively straight forward.
I had to make the following changes:
1) do the changes from JPASupport to GenericModel
GenericModel.JPAQuery instead of JPASupport.JPAQuery
GenericModel instead of JPASupport
2) We have a custom plugin for doing JSON deserialization. The bind method that we were overriding has had it's method signature change. Here are the changes.
update bind
old -> public Object bind(String name, Class cls, Type type, Map<String, String[]> params) {
new -> public Object bind(String name, Class cls, Type type, Annotation[] annotations, Map<String, String[]> params) {
I'll let you know as we progress, but thought it might be worth sharing this with the list.
Cheers,
Rob
Nicolas
> --
> You received this message because you are subscribed to the Google Groups "play-framework" group.
> To post to this group, send email to play-fr...@googlegroups.com.
> To unsubscribe from this group, send email to play-framewor...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
>
Now, in 1.1, authtencityToken will be appears twice.
2010/11/1 Philippe Gauthier <gauthi...@gmail.com>: