[ 
https://issues.apache.org/jira/browse/CAMEL-20148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17794821#comment-17794821
 ] 

Gardella Juan Pablo commented on CAMEL-20148:
---------------------------------------------

[~Federico Mariani] I confirm no issue with spring boot. It is something 
related to LRU cache.


{code:java}
@Language("datasonnet")
public class DatasonnetLanguage extends TypedLanguageSupport implements 
PropertyConfigurer {
...
    // Cache used to stores the Mappers
    // See: {@link GroovyLanguage}
    private final Map<String, Mapper> mapperCache = 
LRUCacheFactory.newLRUSoftCache(16, 1000, true);

{code}

It seems the expression is removed. Probably related to CAMEL-20039 or 
CAMEL-20038. The issue does not happen immediately, only after some time.



 

 

> camel-spring-boot - Upgrade to 3.2
> ----------------------------------
>
>                 Key: CAMEL-20148
>                 URL: https://issues.apache.org/jira/browse/CAMEL-20148
>             Project: Camel
>          Issue Type: Dependency upgrade
>          Components: camel-spring-boot
>            Reporter: Claus Ibsen
>            Assignee: Federico Mariani
>            Priority: Major
>             Fix For: 4.3.0
>
>
> Also see CAMEL-19631



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to