You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws-serverless-java-container-core/src/main/java/com/amazonaws/serverless/proxy/internal/servlet/ServletLambdaContainerHandlerBuilder.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@ public Builder responseTypeClass(Class<ResponseType> responseType) {
165
165
/**
166
166
* Uses an async initializer with the given start time to calculate the 10 seconds timeout.
167
167
*
168
-
* @deprecated As of release 2.1 this method is deprecated. Initializer is always async if running in on-demand.
168
+
* @deprecated As of release 2.0.0 this method is deprecated. Initializer is always async if running in on-demand.
169
169
* @param actualStartTime An epoch in milliseconds that should be used to calculate the 10 seconds timeout since the start of the application
170
170
* @return A builder configured to use the async initializer
171
171
*/
@@ -178,7 +178,7 @@ public Builder asyncInit(long actualStartTime) {
178
178
/**
179
179
* Uses a new {@link AsyncInitializationWrapper} with the no-parameter constructor that takes the actual JVM
180
180
* start time
181
-
* @deprecated As of release 2.1 this method is deprecated. Initializer is always async if running in on-demand.
181
+
* @deprecated As of release 2.0.0 this method is deprecated. Initializer is always async if running in on-demand.
182
182
* @return A builder configured to use an async initializer
0 commit comments