Skip to content

Commit 631b876

Browse files
committed
Deprecate DatabaseDriver.GAE
Closes gh-29984
1 parent 6c04241 commit 631b876

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jdbc/DatabaseDriver.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@ public enum DatabaseDriver {
7878

7979
/**
8080
* Google App Engine.
81+
* @deprecated since 2.7.0 for removal in 2.9.0 without replacement following the
82+
* removal of AppEngineDriver from version 2.0 of the AppEngine API SDK.
8183
*/
84+
@Deprecated
8285
GAE(null, "com.google.appengine.api.rdbms.AppEngineDriver"),
8386

8487
/**

0 commit comments

Comments
 (0)