Otavio Rodolfo Piske created CAMEL-20384:
--------------------------------------------
Summary: modernization: modernize map operations
Key: CAMEL-20384
URL: https://issues.apache.org/jira/browse/CAMEL-20384
Project: Camel
Issue Type: Task
Reporter: Otavio Rodolfo Piske
Use more modern map operations (see below) where this could lead to cleaner
code. Check this list for outdated map usages:
https://sonarcloud.io/project/issues?resolved=false&rules=java%3AS3824&id=apache_camel
Modern map operations:
* putIfAbsent
* computeIfPresent
* computeIfAbsent
* compute
--
This message was sent by Atlassian Jira
(v8.20.10#820010)