xmolecules / jmolecules-integrations

Technology integration for jMolecules
Apache License 2.0
85 stars 23 forks source link

Avoid processing static overloads of JPA lifecycle methods #197

Closed odrotbohm closed 11 months ago

odrotbohm commented 11 months ago

The filter to post-process existing JPA lifecycle methods currently only checks for the method name. If a static method with the very same name exists, that method is processed as well and fails.