Hello Ramesh, As Ikai was suggesting above, change your import to: import org.apache.commons.codec.binary.Base64;
The method name in this class are a bit different from the repacked Google class, but the mapping is fairly straight forward. Cheers, Jerome On Jan 3, 9:49 am, ramesh <[email protected]> wrote: > Hi, > > How can i resolve this issue. I am getting same issue after upgrading > to app engine 1.6.1 > > Thanks > > On Dec 20 2011, 2:13 am, "Ikai Lan (Google)" <[email protected]> > wrote: > > > > > > > > > I usually just use the Apache Commons one: > > >http://commons.apache.org/codec/apidocs/org/apache/commons/codec/bina... > > > -- > > Ikai Lan > > Developer Programs Engineer, Google App Engine > > plus.ikailan.com | twitter.com/ikai > > > On Mon, Dec 19, 2011 at 11:03 AM, Carter <[email protected]> wrote: > > > After upgrading to 1.6.1, we get this message: > > > "Use of com.google.appengine.repackaged may result in your app > > > breaking without warning" > > > for our use of: > > > import com.google.appengine.repackaged.com.google.common.util.Base64; > > > > Is there a preferred Base64 encoder we can use instead? > > > > -- > > > You received this message because you are subscribed to the Google Groups > > > "Google App Engine for Java" 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/google-appengine-java?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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/google-appengine-java?hl=en.
