File tree 2 files changed +3
-0
lines changed
stepfunctions-local-patch/cloud/localstack 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1
1
package cloud .localstack ;
2
2
3
3
import com .amazonaws .services .stepfunctions .model .ExecutionStatus ;
4
+ import com .amazonaws .services .stepfunctions .model .LoggingConfiguration ;
4
5
import com .amazonaws .services .stepfunctions .model .StateMachineStatus ;
5
6
import com .amazonaws .stepfunctions .local .http .RequestHandlers ;
6
7
import com .amazonaws .stepfunctions .local .model .ActivityModel ;
@@ -49,6 +50,8 @@ synchronized Kryo getKryo() {
49
50
// register execution classes
50
51
kryo .register (ExecutionModel .class );
51
52
kryo .register (ExecutionStatus .class );
53
+ // register LoggingConfiguration class
54
+ kryo .register (LoggingConfiguration .class );
52
55
53
56
// using objenesis StdInstantiatorStrategy to allow creating objects
54
57
// from classes without default constructors
You can’t perform that action at this time.
0 commit comments