question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

using dataroom filter with reactive repositories

See original GitHub issue

I 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:open
  • Created 4 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
remmeiercommented, Jul 2, 2019

we will make use of Java 8 for compilation. That javax.xml.bind has been removed later I think.

0reactions
remmeiercommented, Jul 5, 2019

got my things done and just merged, will proceed with this one

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found