grails / gorm-hibernate5

GORM for Hibernate 5
Apache License 2.0
62 stars 68 forks source link

can't render domain instance version field with jacksonJson? #208

Open xp13910818313 opened 4 years ago

xp13910818313 commented 4 years ago

we found that org.grails.compiler.gorm.GormEntityTransformation would forced to add @JsonIgnoreProperties(['version']) while ASTTransformation CompilePhase domain class in grails-data-mapping package. Why it‘s so designed? How to bypass this limitation?How to output domain instance version filed with jsonformat?

xp13910818313 commented 4 years ago

the environment is jdk 1.8 + spring boot 2.1.10.RELEASE + gorm 7.0.2.RELEASE