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

Allow cache creation from CacheName annotation #22885

Merged

Conversation

gwenneg
Copy link
Member

@gwenneg gwenneg commented Jan 13, 2022

Related to #22538. Does not close it.

This PR makes it possible to create a cache using the @CacheName annotation alone. Before that, @CacheName could only be used with a cache declared using @CacheResult, @CacheInvalidate or @CacheInvalidateAll.

@gwenneg gwenneg force-pushed the issue-22538-cachename-cache-creation branch from 8a60172 to b524539 Compare January 13, 2022 23:39
@gwenneg
Copy link
Member Author

gwenneg commented Jan 14, 2022

Thanks for the review!

@gwenneg gwenneg merged commit 4bd4e90 into quarkusio:main Jan 14, 2022
@quarkus-bot quarkus-bot bot added this to the 2.7 - main milestone Jan 14, 2022
@gwenneg gwenneg deleted the issue-22538-cachename-cache-creation branch January 14, 2022 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants