Github user tbouron commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/492#discussion_r92630205
--- Diff:
core/src/main/java/org/apache/brooklyn/core/mgmt/persist/DeserializingClassRenamesProvider.java
---
@@ -37,7 +37,8 @@
public class DeserializingClassRenamesProvider {
public static final String DESERIALIZING_CLASS_RENAMES_PROPERTIES_PATH
=
"classpath://org/apache/brooklyn/core/mgmt/persist/deserializingClassRenames.properties";
-
+ public static final String
KARAF_DESERIALIZING_CLASS_RENAMES_PROPERTIES_PATH =
"file:etc/deserializingClassRenames.properties";
+
--- End diff --
Went for `etc/org.apache.brooklyn.persistence.class.rename.properties`
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---