Skip to content

issues Search Results · repo:SQiShER/java-object-diff language:Java

Filter by

186 results
 (86 ms)

186 results

inSQiShER/java-object-diff (press backspace or delete to remove)

because I use lombok can t see get method,I know use ObjectDifferBuilder.inclusion().exclude().propertyName( fullName ); also ingore properties,but use annotation is nice. can add @ObjectDiffProperty use ...
  • angeltping
  • Opened 
    on Mar 27, 2023
  • #225

Hello, i m using the library to compare objects for multiple audit. For one specific objet I have this error. Any idea how to solve that ? Caused by: java.lang.IllegalStateException: Couldn t find ...
  • DimitriSCOLE
  • Opened 
    on Jan 9, 2023
  • #224

Consider a class A that has a field b of type List C . The type C, in turn, has a large number of fields c1, c2, c3,..., but two C objects are considered same if their c1 fields are equal (perhaps C is ...
  • odisseus
  • Opened 
    on Mar 16, 2022
  • #220

@SQiShER, firstable thanks for a great library! We somehow have memory leaks problem using your librarie. We are using the latest version. We noticed that @tacoo changes with circular references didnt ...
  • Elhosni
  • Opened 
    on Sep 7, 2021
  • #218

Hi, I m using java-object-diff of version 0.95, it works quite well finding the differences between objects. But then I try to merge the different properties and apply to database I found the log as follows: ...
  • Yanxinwei
  • 1
  • Opened 
    on Aug 5, 2021
  • #217

Hi Daniel, First of all, thanks a lot for the awesome library! We ve been using it in open-source Spinnaker for over a year now with great results. I think I may have run into a corner case. We are configuring ...
  • luispollo
  • 3
  • Opened 
    on Jan 25, 2021
  • #216

Hi bro !, I m a newbie with java-object-diff. This library is amazing. But when I new object includes a child object, it cannot get diff. Ex: TestChild testChild1 = new TestChild(); testChild1.setId(1); ...
  • luongbaotin7777
  • 1
  • Opened 
    on Jan 13, 2021
  • #215

I have used like below. But, its removing entire collection itself from mapping instead of just excluding the property of collection of specific type. ObjectDiffer differ = ObjectDifferBuilder.startBuilding().inclusion().exclude() ...
  • github-narendar
  • Opened 
    on Oct 5, 2020
  • #214

My use case is that I want to store diffs and the original object in a database, and then at a later date restore different versions of the object using the diffs. For that, I am looking for a functionality ...
  • Kira-Cesonia
  • Opened 
    on Jun 26, 2020
  • #213
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! 
Press the
/
key to activate the search input again and adjust your query.
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! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub