-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Adds RemoteCache @InjectMock support in Infinispan #39302
Conversation
karesti
commented
Mar 8, 2024
•
edited by geoand
Loading
edited by geoand
- RemoteCache is now @ApplicationScope bean
- Includes documentation
- Closes Infinispan Extension: Allow InjectMock for RemoteCache #30450
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
...loyment/src/main/java/io/quarkus/infinispan/client/deployment/InfinispanClientProcessor.java
Show resolved
Hide resolved
...ation-tests/infinispan-client/src/main/java/io/quarkus/it/infinispan/client/TestServlet.java
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ah sorry, I'll do that |
* RemoteCache is now @ApplicationScope bean * Includes documentation
Status for workflow
|
Status for workflow
|
Hello, this PR contains breaking changes. It's nice that there is docs section about this breaking change, however in order to know about it, I had to find that PR or know that there is some section in the docs newly added. There is no note in migration guide in 3.9 and 3.10. Please document it for people like me who had to spend time finding it. Thank you |
@michalvavrik my bad, the migration guide needs to be updated indeed |