diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jdbc/DatabaseDriver.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jdbc/DatabaseDriver.java index 8b682f6d48..0898fa0b85 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jdbc/DatabaseDriver.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jdbc/DatabaseDriver.java @@ -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"), /**