vassilz commented on a change in pull request #9:
URL: https://github.com/apache/aries-jpa/pull/9#discussion_r618608199
##########
File path:
jpa-container/src/main/java/org/apache/aries/jpa/container/impl/AriesEntityManagerFactoryBuilder.java
##########
@@ -83,6 +83,7 @@
private boolean complete;
+ private Map<String, Object> overrides;
Review comment:
if i get it right this is normally set only once at a time (when the
config changes), so maybe make it an AtomicReference ?
--
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:
[email protected]