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 <chiluverirame...@gmail.com> 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)" <ika...@google.com> > 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 <jcmas...@gmail.com> 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 > > > google-appengine-java@googlegroups.com. > > > To unsubscribe from this group, send email to > > > google-appengine-java+unsubscr...@googlegroups.com. > > > 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 google-appengine-java@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.