Digyter / slim3

Automatically exported from code.google.com/p/slim3
0 stars 0 forks source link

MemcacheDelegate uses class which is not part of App Engine's supported API #112

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
slim3 version : 1.0.15
GAE SDK version: 1.6.4

The warning message generated by local development server is below

Warning: Class org.slim3.memcache.MemcacheDelegate loaded from 
file:/E:/Workspace3.7/SomeProject/war/WEB-INF/lib/slim3-1.0.15.jar has a 
dependency on class 
com.google.appengine.repackaged.com.google.protobuf.ByteString, which is not 
part of App Engine's supported API.
You are strongly discouraged from using this class - your app may stop working 
in production at any moment.

Original issue reported on code.google.com by mylee...@gmail.com on 8 May 2012 at 7:01

GoogleCodeExporter commented 9 years ago
I think so too. I'm starred this issue.

other class used ByteString too. (e.g. AppEngineTester class 
http://code.google.com/searchframe#nx0AHiSHcro/trunk/slim3/src/main/java/org/sli
m3/tester/AppEngineTester.java
some SDK class 
(com.google.appengine.api.memcache.MemcacheServicePb.MemcacheDeleteRequest.Item 
etc..) required repackaged class.
I think this is appengine problem. slim3 is not root of evil.
but, I'll trouble to hack.

Original comment by vvak...@gmail.com on 24 May 2012 at 6:51