Hi Francesco, Did you try to decompile previous and current version (with jd-gui for example) to see the diff? Normally Mark only changed synthetic flag on fields, nothing else should have changed AFAIK.
Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book <https://www.packtpub.com/application-development/java-ee-8-high-performance> Le mar. 20 avr. 2021 à 15:38, Francesco Chicchiriccò <ilgro...@apache.org> a écrit : > Hi there, > with latest 3.1.3-SNAPSHOT artifacts I am getting errors while building > Syncope. > > In particular, we have a Maven module [1] which runs > openjpa-maven-plugin:enhance [2] as part of the build, and several modules > (like [3][4][5] and others) which are depending on [1], adding more > entities and also running openjpa-maven-plugin:enhance > > All this used to work fine until this morning (and still works fine with > OpenJPA 3.1.2 on other Syncope branches); now [1] is still working fine, > but building other modules give errors like as > > [ERROR] > /home/ilgrosso/work/syncope/syncope/ext/camel/persistence-jpa/src/main/java/org/apache/syncope/core/persistence/jpa/entity/JPACamelRoute.java:[32,8] > org.apache.syncope.core.persistence.jpa.entity.JPACamelRoute is not > abstract and does not override abstract method > pcSetDetachedState(java.lang.Object) in > org.apache.openjpa.enhance.PersistenceCapable > > Could you please shed some light? Thanks! > Regards. > > [1] https://github.com/apache/syncope/tree/master/core/persistence-jpa > [2] > https://github.com/apache/syncope/blob/master/core/persistence-jpa/pom.xml#L145-L176 > [3] > https://github.com/apache/syncope/tree/master/core/persistence-jpa-json > [4] > https://github.com/apache/syncope/tree/master/ext/camel/persistence-jpa > [5] > https://github.com/apache/syncope/tree/master/ext/self-keymaster/persistence-jpa > > -- > Francesco Chicchiriccò > > Tirasa - Open Source Excellence > http://www.tirasa.net/ > > Member at The Apache Software Foundation > Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail > http://home.apache.org/~ilgrosso/ > >