-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Closed
Labels
P2package=concurrentstatus=triagedtype=defectBug, not working as expectedBug, not working as expected
Milestone
Description
AppEngine no longer requires CurrentRequestFactory to be called for Java 8. It causes some apps to fail during local development as those API's aren't injected when running locally.
java.lang.RuntimeException: Couldn't invoke ThreadManager.currentRequestThreadFactory
at com.google.common.util.concurrent.MoreExecutors.platformThreadFactory(MoreExecutors.java:759)
at com.google.common.util.concurrent.MoreExecutors.newThread(MoreExecutors.java:799)
at com.google.common.util.concurrent.MoreExecutors$Application.addDelayedShutdownHook(MoreExecutors.java:203)
at com.google.common.util.concurrent.MoreExecutors$Application.getExitingScheduledExecutorService(MoreExecutors.java:189)
at com.google.common.util.concurrent.MoreExecutors$Application.getExitingScheduledExecutorService(MoreExecutors.java:195)
at com.google.common.util.concurrent.MoreExecutors.getExitingScheduledExecutorService(MoreExecutors.java:146)
at com.google.cloud.sql.core.CoreSocketFactory.getDefaultExecutor(CoreSocketFactory.java:149)
@ludoch or @eamonnmcmanus will have more context. This relates to GoogleCloudPlatform/cloud-sql-jdbc-socket-factory#159
The API isn't available in GAE Java 11.
Metadata
Metadata
Assignees
Labels
P2package=concurrentstatus=triagedtype=defectBug, not working as expectedBug, not working as expected