[
https://issues.apache.org/jira/browse/ARTEMIS-4349?focusedWorklogId=869774&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-869774
]
ASF GitHub Bot logged work on ARTEMIS-4349:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 07/Jul/23 12:06
Start Date: 07/Jul/23 12:06
Worklog Time Spent: 10m
Work Description: amarkevich commented on code in PR #4540:
URL: https://github.com/apache/activemq-artemis/pull/4540#discussion_r1255722522
##########
artemis-protocols/artemis-mqtt-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/mqtt/MQTTUtil.java:
##########
@@ -380,7 +380,7 @@ private static String formatByte(byte bite) {
}
private static String formatCase(String string) {
- return CaseFormat.UPPER_UNDERSCORE.to(CaseFormat.LOWER_CAMEL, string);
+ return CaseUtils.toCamelCase(string, false, ' ');
Review Comment:
fixed
Issue Time Tracking
-------------------
Worklog Id: (was: 869774)
Time Spent: 2h 10m (was: 2h)
> Replace Guava cache with Caffeine
> ---------------------------------
>
> Key: ARTEMIS-4349
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4349
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Affects Versions: 2.29.0
> Reporter: Alexey Markevich
> Priority: Major
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
> based on benchmark https://github.com/ben-manes/caffeine/wiki/Benchmarks
--
This message was sent by Atlassian Jira
(v8.20.10#820010)