|
Change Attribute Type hitCounter : AtomicLong to hitCounter : LongAdder in class org.apache.camel.impl.converter.BaseTypeConverterRegistry |
From |
To |
|
Change Attribute Type missCounter : AtomicLong to missCounter : LongAdder in class org.apache.camel.impl.converter.BaseTypeConverterRegistry |
From |
To |
|
Change Attribute Type noopCounter : AtomicLong to noopCounter : LongAdder in class org.apache.camel.impl.converter.BaseTypeConverterRegistry |
From |
To |
|
Change Attribute Type attemptCounter : AtomicLong to attemptCounter : LongAdder in class org.apache.camel.impl.converter.BaseTypeConverterRegistry |
From |
To |
|
Change Attribute Type failedCounter : AtomicLong to failedCounter : LongAdder in class org.apache.camel.impl.converter.BaseTypeConverterRegistry |
From |
To |