rmannibucau commented on a change in pull request #82: URL: https://github.com/apache/openjpa/pull/82#discussion_r731228262
########## File path: openjpa-persistence/src/main/java/org/apache/openjpa/persistence/JPAProperties.java ########## @@ -29,6 +29,8 @@ import org.apache.openjpa.kernel.DataCacheStoreMode; import org.apache.openjpa.lib.util.StringUtil; +import serp.util.Strings; Review comment: Think we dont want this import there - we are closer to drop serp than generating it - and already have coercing in broken plugins so can be better to stay away from it or just handle booleans/int/long. -- 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: dev-unsubscr...@openjpa.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org