Update the endpoint time-to-live binding logic so that mixed case
endpoint IDs are supported. Prior to this commit an
`InvalidConfigurationPropertyNameException` would be thrown when using
a camel case endpoint ID.
See gh-14773
@ -34,21 +35,26 @@ public class EndpointIdTimeToLivePropertyFunctionTests {
@@ -34,21 +35,26 @@ public class EndpointIdTimeToLivePropertyFunctionTests {
@ -43,6 +45,12 @@ public class CachingOperationInvokerAdvisor implements OperationInvokerAdvisor {
@@ -43,6 +45,12 @@ public class CachingOperationInvokerAdvisor implements OperationInvokerAdvisor {