newrelic-java-agent
newrelic-java-agent copied to clipboard
Remove use_jdbchelper_vanilla_map config settings
The use_jdbchelper_vanilla_map setting was used to toggle the use of the custom cache map for urlToFactory and urlToDatabaseName maps. There have been no issues with the map change, so the config flag can be removed.
The flag is used in the JdbcHelper class.
All uses and references to the the use_jdbchelper_vanilla_map need to be removed. The comment block at line 61 - 63, and the static block at line 66 - 79 need to be modified (plus associated tests).
https://issues.newrelic.com/browse/NR-160245
https://new-relic.atlassian.net/browse/NR-160245