You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we put together a patch, does anyone have any concerns about this? What we would need to submit for tests, docs, etc? We're still using 2.7.x series, but we'd try to patch all of the active development versions (what are they?)
Thank you!
The text was updated successfully, but these errors were encountered:
Hello EclipseLink team, I just wanted to say thank you for all your work. We love EclipseLink and appreciate all the leadership on the project.
I know what we're requesting is outside the spec of JPA, and I just want to make sure that's ok. I think a lot of users would fine this quite useful. I hope to implement it in a similar vein to how MULTITENANT_PROPERTY_DEFAULT works which is also outside the JPA spec, but works quite nicely and is a very useful feature.
Thank you again
exabrial
added a commit
to exabrial/eclipselink
that referenced
this issue
Nov 28, 2023
One weakness of the JPA Specification is that you cannot (to my knowledge) specify a validation group to evaluate during a persist call.
Example: This does not work:
Looking at
BeanValidationListener.java
however, this seems like it'd be trivial to implement.Existing code:
Proposal:
If we put together a patch, does anyone have any concerns about this? What we would need to submit for tests, docs, etc? We're still using 2.7.x series, but we'd try to patch all of the active development versions (what are they?)
Thank you!
The text was updated successfully, but these errors were encountered: