fedpet

Results 1 issues of fedpet

this code ``` x = repository.save(x); x = repository.findById(x.id) x = repository.save(x); ``` behaves the expected way, while this one: ``` x = repository.save(x); x = repository.save(x); ``` will generate...

status: feedback-reminder
status: waiting-for-feedback
status: waiting-for-triage