Deprecate DatabaseDriver.GAE

Closes gh-29984
This commit is contained in:
Andy Wilkinson
2022-04-12 11:02:23 +01:00
parent 6c04241ad6
commit 631b876165

View File

@@ -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"),
/**