Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caffeine does not work in native mode if stats are enabled #6230

Closed
jamesnetherton opened this issue Jun 27, 2024 · 0 comments
Closed

Caffeine does not work in native mode if stats are enabled #6230

jamesnetherton opened this issue Jun 27, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@jamesnetherton
Copy link
Contributor

Bug description

If you set camel.component.caffeine-cache.stats-enabled = true, then you end up with some runtime exceptions in native mode due to some cache implementations not being able to be loaded reflectively.

quarkus-cache has a GraalVM feature where these caches are registered, but it is only activated if a boolean system property is set enabling stats.

@jamesnetherton jamesnetherton added the bug Something isn't working label Jun 27, 2024
@jamesnetherton jamesnetherton self-assigned this Jun 27, 2024
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Jun 27, 2024
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Jun 27, 2024
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Jun 27, 2024
@github-actions github-actions bot added this to the 3.13.0 milestone Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant