newrelic-java-agent icon indicating copy to clipboard operation
newrelic-java-agent copied to clipboard

Remove use_jdbchelper_vanilla_map config settings

Open jtduffy opened this issue 2 years ago • 2 comments

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).

jtduffy avatar Sep 12 '23 23:09 jtduffy

https://issues.newrelic.com/browse/NR-160245

https://new-relic.atlassian.net/browse/NR-160245