Skip to content

issues Search Results · repo:Jsondb/jsondb-core language:Java

Filter by

51 results
 (61 ms)

51 results

inJsondb/jsondb-core (press backspace or delete to remove)

If you try to upsert a large collection that contains new and updated items the operation will fail. Failed to acquire lock for collection file X.json java.nio.channels.ClosedChannelException: null at ...
  • Srdjan-V
  • Opened 
    on Jul 6, 2024
  • #62

@Data class BaseEntity { private String a; private String b; } @Data class AClass extends BaseEntity { @Id private Integer id; private String d; } cause the property id is not in the BaseEntity,the source ...
  • byronv5
  • 1
  • Opened 
    on Jan 23, 2024
  • #60

Seems like the database gets rewritten every time there s a modification to the data. This makes it impossible to use symlinks
  • meza
  • 2
  • Opened 
    on Nov 27, 2023
  • #59

Is it possible to create one file for each item in a collection? I have a large document with alot of items that ends up beeing a realy large collection. Would be nice with something like @Document( ...
  • jansoren
  • 3
  • Opened 
    on Nov 23, 2023
  • #58

In JsonDBTemplate.updateCollectionSchema the JasonWrite function renameKeyInJsonFile is called: https://github.com/Jsondb/jsondb-core/blob/master/src/main/java/io/jsondb/JsonDBTemplate.java#L402 At this ...
  • Scorpion1091
  • Opened 
    on Sep 22, 2023
  • #57

can you please either remove logging output from stable releases, or remove logging altogether. while on this topic, the logging library this code uses is extremely vulnerable, and it s been this way for ...
  • odds-get-evened
  • Opened 
    on Jul 28, 2023
  • #56

Such feature would be great instead of requiring a call to findAll and create a new collection. Or maybe I am missing some other way to do so on an more efficient way with the current API?
  • magicDGS
  • Opened 
    on Apr 2, 2023
  • #54

Hello there, when I try to create collection this exception is thrown No class found with @Document Annotation and attribute collection Name as: User , I am sure 100% my code and implementation are correct. ...
  • DzDev202020
  • 2
  • Opened 
    on Apr 4, 2022
  • #53

A json file I generated with jsondb has multiple top-level values and thus (afaik) is not a valid json document. Is there a way to configure jsondb to create entries under a single top-level value? Example: ...
  • nothub
  • 1
  • Opened 
    on Oct 28, 2021
  • #52

Using this in a simple Servlet container application and ran into concurrency issues where multiple threads are trying to write to the file at the same time. Looked at the code the only write protection ...
  • RickeyWard
  • 2
  • Opened 
    on Sep 15, 2021
  • #51
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub