dazey3 commented on a change in pull request #82: URL: https://github.com/apache/openjpa/pull/82#discussion_r731266365
########## 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: @rmannibucau fair enough. I was poaching the logic from `org.apache.openjpa.persistence.EntityManagerImpl.convertUserValue(String key, Object value, Class<?> targetType)` that uses `serp.util.Strings` to parse the String. Do you have a suggestion? If not, I'll try to come up with something -- 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