|
Change Parameter Type initialReplayIdMap : Map<String,Integer> to initialReplayIdMap : Map<String,Long> in method public setInitialReplayIdMap(initialReplayIdMap Map<String,Long>) : void in class org.apache.camel.component.salesforce.SalesforceEndpointConfig |
From |
To |
|
Change Parameter Type replayId : int to replayId : long in method public addTopicReplayId(topicName String, replayId long) : void in class org.apache.camel.component.salesforce.internal.streaming.CometDReplayExtension |
From |
To |
|
Change Parameter Type defaultReplayId : Integer to defaultReplayId : Long in method public setDefaultReplayId(defaultReplayId Long) : void in class org.apache.camel.component.salesforce.SalesforceEndpointConfig |
From |
To |
|
Change Parameter Type defaultReplayId : Integer to defaultReplayId : Long in method public setDefaultReplayId(defaultReplayId Long) : void in class org.apache.camel.component.salesforce.springboot.SalesforceComponentConfiguration.SalesforceEndpointConfigNestedConfiguration |
From |
To |
|
Change Variable Type componentReplayId : Integer to componentReplayId : Long in method package determineReplayIdFor(endpoint SalesforceEndpoint, topicName String) : Optional<Long> in class org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper |
From |
To |
|
Change Variable Type componentInitialReplayIdMap : Map<String,Integer> to componentInitialReplayIdMap : Map<String,Long> in method package determineReplayIdFor(endpoint SalesforceEndpoint, topicName String) : Optional<Long> in class org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper |
From |
To |
|
Change Variable Type endpointInitialReplayIdMap : Map<String,Integer> to endpointInitialReplayIdMap : Map<String,Long> in method package determineReplayIdFor(endpoint SalesforceEndpoint, topicName String) : Optional<Long> in class org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper |
From |
To |
|
Change Variable Type componentDefaultReplayId : Integer to componentDefaultReplayId : Long in method package determineReplayIdFor(endpoint SalesforceEndpoint, topicName String) : Optional<Long> in class org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper |
From |
To |
|
Change Variable Type endpointDefaultReplayId : Integer to endpointDefaultReplayId : Long in method package determineReplayIdFor(endpoint SalesforceEndpoint, topicName String) : Optional<Long> in class org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper |
From |
To |
|
Change Variable Type endpointReplayId : Integer to endpointReplayId : Long in method package determineReplayIdFor(endpoint SalesforceEndpoint, topicName String) : Optional<Long> in class org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper |
From |
To |
|
Change Variable Type replayId : Optional<Integer> to replayId : Optional<Long> in method package setupReplay(endpoint SalesforceEndpoint) : void in class org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelper |
From |
To |
|
Change Variable Type initialReplayIdMap : Map<String,Integer> to initialReplayIdMap : Map<String,Long> in method public shouldSupportInitialConfigMapWithTwoKeySyntaxes() : void in class org.apache.camel.component.salesforce.internal.streaming.SubscriptionHelperTest |
From |
To |