Github user tbouron commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/492#discussion_r92617026
--- 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 --
I wasn't sure about the name, hence my note in the description.
@m4rkmckenna What about
`org.apache.brooklyn.deserializeClassRename.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.
---