You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by GitBox <gi...@apache.org> on 2019/07/12 09:54:36 UTC

[GitHub] [unomi] micheleriva commented on a change in pull request #92: Fix for Jira UNOMI-238

micheleriva commented on a change in pull request #92: Fix for Jira UNOMI-238
URL: https://github.com/apache/unomi/pull/92#discussion_r302913073
 
 

 ##########
 File path: services/src/main/java/org/apache/unomi/services/services/ProfileServiceImpl.java
 ##########
 @@ -997,6 +997,9 @@ public void bundleChanged(BundleEvent event) {
     private boolean merge(Map<String, Object> target, Map<String, Object> object) {
         boolean changed = false;
         for (Map.Entry<String, Object> newEntry : object.entrySet()) {
+
+            String packageName = newEntry.getValue().getClass().getPackage().getName();
 
 Review comment:
   Hi @fpapon 	,
   I actually used the original Unomi code (see [here](https://github.com/apache/unomi/blob/master/services/src/main/java/org/apache/unomi/services/services/ProfileServiceImpl.java#L1012)), in order to retrive that value, I didn't want to upset the codebase

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services