Skip to content

Many [r3_hex_http] ... is deprecated in favour of ... messages during compilation and upgrades #2836

@tothlac

Description

@tothlac

When I run for example rebar3 upgrade I have many (sometimes hundreds of these messages:

[r3_hex_http] setting #{http_adapter => Module, http_adapter_config => Map} is deprecated in favour of #{http_adapter => {Module, Map}}
[r3_hex_http] setting #{http_adapter => Module, http_adapter_config => Map} is deprecated in favour of #{http_adapter => {Module, Map}}
[r3_hex_http] setting #{http_adapter => Module, http_adapter_config => Map} is deprecated in favour of #{http_adapter => {Module, Map}}
[r3_hex_http] setting #{http_adapter => Module, http_adapter_config => Map} is deprecated in favour of #{http_adapter => {Module, Map}}
[r3_hex_http] setting #{http_adapter => Module, http_adapter_config => Map} is deprecated in favour of #{http_adapter => {Module, Map}}
[r3_hex_http] setting #{http_adapter => Module, http_adapter_config => Map} is deprecated in favour of #{http_adapter => {Module, Map}}
[r3_hex_http] setting #{http_adapter => Module, http_adapter_config => Map} is deprecated in favour of #{http_adapter => {Module, Map}}
[r3_hex_http] setting #{http_adapter => Module, http_adapter_config => Map} is deprecated in favour of #{http_adapter => {Module, Map}}
[r3_hex_http] setting #{http_adapter => Module, http_adapter_config => Map} is deprecated in favour of #{http_adapter => {Module, Map}}
[r3_hex_http] setting #{http_adapter => Module, http_adapter_config => Map} is deprecated in favour of #{http_adapter => {Module, Map}}
[r3_hex_http] setting #{http_adapter => Module, http_adapter_config => Map} is deprecated in favour of #{http_adapter => {Module, Map}}
[r3_hex_http] setting #{http_adapter => Module, http_adapter_config => Map} is deprecated in favour of #{http_adapter => {Module, Map}}
[r3_hex_http] setting #{http_adapter => Module, http_adapter_config => Map} is deprecated in favour of #{http_adapter => {Module, Map}}
[r3_hex_http] setting #{http_adapter => Module, http_adapter_config => Map} is deprecated in favour of #{http_adapter => {Module, Map}}
[r3_hex_http] setting #{http_adapter => Module, http_adapter_config => Map} is deprecated in favour of #{http_adapter => {Module, Map}}
[r3_hex_http] setting #{http_adapter => Module, http_adapter_config => Map} is deprecated in favour of #{http_adapter => {Module, Map}}
[r3_hex_http] setting #{http_adapter => Module, http_adapter_config => Map} is deprecated in favour of #{http_adapter => {Module, Map}}
[r3_hex_http] setting #{http_adapter => Module, http_adapter_config => Map} is deprecated in favour of #{http_adapter => {Module, Map}}
[r3_hex_http] setting #{http_adapter => Module, http_adapter_config => Map} is deprecated in favour of #{http_adapter => {Module, Map}}
[r3_hex_http] setting #{http_adapter => Module, http_adapter_config => Map} is deprecated in favour of #{http_adapter => {Module, Map}}
[r3_hex_http] setting #{http_adapter => Module, http_adapter_config => Map} is deprecated in favour of #{http_adapter => {Module, Map}}
[r3_hex_http] setting #{http_adapter => Module, http_adapter_config => Map} is deprecated in favour of #{http_adapter => {Module, Map}}
[r3_hex_http] setting #{http_adapter => Module, http_adapter_config => Map} is deprecated in favour of #{http_adapter => {Module, Map}}
[r3_hex_http] setting #{http_adapter => Module, http_adapter_config => Map} is deprecated in favour of #{http_adapter => {Module, Map}}

One of these messages would not be disturbing, but having hundreds of them is not nice looking. I was trying to figure out why do I have these, but I could not find the root cause.
Can you help to figure it out?

rebar3 version used : 3.18.0 and 3.22.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions