Skip to content

Commit 08097d4

Browse files
authored
Enable fast unmarshaller wave five (#6010)
1 parent f0da2bb commit 08097d4

File tree

93 files changed

+93
-93
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+93
-93
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": false
3+
"enableFastUnmarshaller": true
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": false
3+
"enableFastUnmarshaller": true
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": false
3+
"enableFastUnmarshaller": true
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": false
3+
"enableFastUnmarshaller": true
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": false
3+
"enableFastUnmarshaller": true
44
}

services/applicationdiscovery/src/main/resources/codegen-resources/customization.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"ExportConfigurations"
1919
],
2020
"enableGenerateCompiledEndpointRules": true,
21-
"enableFastUnmarshaller": false
21+
"enableFastUnmarshaller": true
2222
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"enableFastUnmarshaller": false
2+
"enableFastUnmarshaller": true
33
}

services/autoscalingplans/src/main/resources/codegen-resources/customization.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"describeScalingPlans"
44
],
55
"enableGenerateCompiledEndpointRules": true,
6-
"enableFastUnmarshaller": false
6+
"enableFastUnmarshaller": true
77
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"enableFastUnmarshaller": false
2+
"enableFastUnmarshaller": true
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"enableGenerateCompiledEndpointRules": true,
3-
"enableFastUnmarshaller": false
3+
"enableFastUnmarshaller": true
44
}

0 commit comments

Comments
 (0)