Skip to content

Commit 236da89

Browse files
Revert "fix: build fail test"
This reverts commit e13caad.
1 parent e13caad commit 236da89

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

gateway-service/src/main/resources/META-INF/additional-spring-configuration-metadata.json

+6
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@
4848
"type": "java.util.Set",
4949
"defaultValue": false,
5050
"description": "Specifies what custom metadata are displayed in the /registry endpoint."
51+
},
52+
{
53+
"name": "apiml.logging.timezone",
54+
"type": "java.lang.String",
55+
"defaultValue": "UTC",
56+
"description": "Specifies the timezone to be used for logging."
5157
}
5258
]
5359
}

zaas-service/src/main/resources/META-INF/additional-spring-configuration-metadata.json

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
"name": "apiml.security.oidc.registry",
2222
"type": "java.lang.String",
2323
"description": "Specifies the distributed identities registry that will be used for identity mapping."
24+
},
25+
{
26+
"name": "apiml.logging.timezone",
27+
"type": "java.lang.String",
28+
"defaultValue": "UTC",
29+
"description": "Specifies the timezone to be used for logging."
2430
}
2531
]
2632
}

0 commit comments

Comments
 (0)