gnodet commented on PR #2798: URL: https://github.com/apache/cxf/pull/2798#issuecomment-4038750927
I think it's worth merging — the production change is just `private` → `protected` on two methods, which is low-risk and follows standard Java extensibility patterns. The use case is legitimate: if you need custom JPA predicates (e.g., database-specific functions like accent-insensitive comparisons), you currently have to duplicate the entire visitor. With this change, you just override the predicate-building method. Whether or not the original requester still needs it, it's a reasonable extension point that others could benefit from. I'd rather merge it than let it go stale. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
