Skip to content

antoinechamot/quarkus-bugfind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple project to reproduce a bug

Simple project to reproduce a bug on detached entity merge with inheritance

Project contains only 2 entities :

  • shape
  • circle

Database is pre-populate with 3 circles with following attributes

  • id
  • name : 'My circle'
  • surname : 'My surname'
  • color : 'red'

Running the tests

You can run tests => one must fail corresponding to the problematic case:

./mvnw test

About

Reproduce found bugs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages