[ https://issues.apache.org/jira/browse/CXF-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Daniel Kulp resolved CXF-7471. ------------------------------ Resolution: Fixed Assignee: Daniel Kulp Fix Version/s: 3.2.3 3.1.15 > WSRM - Use createResendCandidate() instead of constructor directly > ------------------------------------------------------------------ > > Key: CXF-7471 > URL: https://issues.apache.org/jira/browse/CXF-7471 > Project: CXF > Issue Type: Improvement > Components: WS-* Components > Affects Versions: 3.1.12 > Reporter: Gergan Dimitrov > Assignee: Daniel Kulp > Priority: Minor > Fix For: 3.1.15, 3.2.3 > > Original Estimate: 1h > Remaining Estimate: 1h > > In the RetransmissionQueueImpl, cacheUnacknowledged() method, line 350, the > resend candidate is created with constructor directly: > candidate = new ResendCandidate(message); > I see there is a method createResendCandidate, which can be extended, but its > used only for tests. As I need custom logic in the resend candidate, but I > want to reuse the rest of the functionality, it would be good if this method > is used instead of the constructor directly. -- This message was sent by Atlassian JIRA (v7.6.3#76005)