Closed
Description
Describe the issue
On the ExecutionAttributes.Builder javadoc page, this is showing:
TODO: We should deprecate this builder - execution attributes are mutable - why do we need a builder? We can just use copy() if it's because of ExecutionAttributes.unmodifiableExecutionAttributes(ExecutionAttributes).
This line should be removed.