using dataroom filter with reactive repositories
See original GitHub issueI started to have a look at Crnk because I need json-api support for vertx. So far I have been able to figure out everything until I started to try out dataroom. Crnk logs warnings for all my registered repositories:
SecurityModule - no dataroom support for unknown repository xyz
I had a look at the implementation and it seems that there currently is no support for reactive repositories yet since ReactiveResourceRepository
does not inherit from ResourceRepository
?
I’ll be happy to take a stab at contributing a PR if we continue to use crnk, but most likely I will need a few pointers about what should be done as I am currently just starting to look into Crnk.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Crnk Documentation
There is a main example application in a dedicated repository ... Verifies that the created resources matches with DataRoom filter.
Read more >Filtering data with Spring boot CrudRepository - Stack Overflow
findAll(page);. I would like to add also filtering to this repository (for example return only entities with id > 13 AND id <...
Read more >Virtual Data Room (VDR): Definition, Uses, and Alternatives
A virtual data room is a secure online repository for document storage and distribution used in the due diligence process of a merger...
Read more >Accessing data using Room DAOs | Android Developers
Learn to modify database tables using data access objects (DAOs), a part of the Room Library.
Read more >SpringData Reactive Cassandra Repositories - Java Techie
This video Explain about SpringData Reactive Cassandra Repositories with a set of high-level abstraction CRUD ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
we will make use of Java 8 for compilation. That javax.xml.bind has been removed later I think.
got my things done and just merged, will proceed with this one