fuzzydb
                                
                                
                                
                                    fuzzydb copied to clipboard
                            
                            
                            
                        fuzzydb is a fuzzy matching database engine capable of providing human-like search results that make life much easier for users of websites searching for things like cars, houses, people and jobs.
Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 3.0.5.RELEASE to 5.2.24.RELEASE. Release notes Sourced from spring-core's releases. v5.2.24.RELEASE :star: New Features Limit string concatenation in SpEL expressions #30332 Limit SpEL expression length #30330 Disable variable...
Hi! We spot a vulnerable dependency in your project, which might threaten your software. And we found that the vulnerable function of this CVE can be easily accessed from your...
Would be good to look into vs JDBC equiv
Spring support needs ability to manage indexes without change of java class definitions on server. Indexes.createIndex(Class) needs exposing as Indexes.createIndex(IndexDefinition) where IndexDefinition captures the required index.
Currently our AbstractMappingFuzzyRepository implementation expects @Id to be a String representation of the internal fuzzydb Ref. Ref should only be used if explicitly specified, and the preferred external support should...
BSON is used in mongodb java driver Also available is a jackson bson serialiser which looks very helpful: http://www.michel-kraemer.com/binary-json-with-bson4jackson
We want to supply the same UUID as the @Id both in fuzzydb and another database, such as MongoDB, when using fuzzydb as an in memory index backed by MongoDB....
Whirlwind doesn't currently natively support detached entities, but has historically kept the relationship between an object and it's Ref, in the client session. Comparing to Hibernate's approach, which is perfectly...
A partial workaround was implemented for this in SHA 40292b126116d70374b2bfd968a6a918b9f52ee7. The root cause needs identifying. We have tests for overlapping transactions, so this one is concerning that we had unpredictable...