Release Notes / Version 10.2107
Table Of ContentsRemoved erroneous warning about missing cache capacity for java.lang.Object
DataClientConfiguration
occasionally logged the following warning:
Cache configuration seems to be missing. Setting capacity of java.lang.Object to 10 to avoid stack overflow errors due to recomputation.
The code issuing this warning was run while initializing beans without considering cache capacity configuration applied by independent beans such as
commonCacheCapacityConfigurer
defined in
bpbase-uapi-cache-services.xml
. Hence, the warning was removed from
DataClientConfiguration
.
(CMS-18142)
Commerce adapter connection log is more helpful
If a commerce client (Studio or CAE) tries to connect to a commerce adapter the message says "Commerce adapter not available" is more helpful. It names the specific endpoint that cannot be reached.
(CMS-17978)