Github user geomacy commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/715#discussion_r120344061
--- Diff:
core/src/main/java/org/apache/brooklyn/core/effector/http/HttpCommandEffector.java
---
@@ -88,7 +91,9 @@
public static final ConfigKey<Map<String, String>>
EFFECTOR_HTTP_HEADERS = new MapConfigKey(String.class, "headers");
public static final ConfigKey<Object> EFFECTOR_HTTP_PAYLOAD =
ConfigKeys.newConfigKey(Object.class, "httpPayload");
public static final ConfigKey<String> JSON_PATH =
ConfigKeys.newStringConfigKey("jsonPath", "JSON path to select in HTTP
response");
- public static final ConfigKey<Map<String, String>>
JSON_PATHS_AND_SENSORS = new MapConfigKey(String.class, "jsonPathAndSensors",
"json path selector and correspondant sensor name tha will publish the json
path extracted value");
+ @Deprecated
--- End diff --
Needs a comment with "Deprecated since=0.12.0"
---
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.
---