Deprecate DatabaseDriver.GAE
Closes gh-29984
This commit is contained in:
@@ -78,7 +78,10 @@ public enum DatabaseDriver {
|
||||
|
||||
/**
|
||||
* Google App Engine.
|
||||
* @deprecated since 2.7.0 for removal in 2.9.0 without replacement following the
|
||||
* removal of AppEngineDriver from version 2.0 of the AppEngine API SDK.
|
||||
*/
|
||||
@Deprecated
|
||||
GAE(null, "com.google.appengine.api.rdbms.AppEngineDriver"),
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user