rmannibucau commented on pull request #65:
URL: https://github.com/apache/openjpa/pull/65#issuecomment-699522667


   up, i'd like it to be fixed for 3.1.3
   
   current options are:
   
   1. a threadlocal toggle which is likely to work has the drawback to make the 
impl context dependent
   2. exclusions which always work as soon as configurable (defaults working 
for 99% of deployments) and are not really slower in most cases (it is only 
slower if entities are not listed so it concerns only standalone case where 
build time enhancement is more than highly recommended)
   
   I'm still in favor of 2 since 1 is hard to justify in all cases I can see - 
indeed config to add but I can handle that.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to