sparrell / SbomPoc-sFractal

webserver with status of SBOM Poc
MIT License
2 stars 5 forks source link

build warning #45

Open sparrell opened 4 years ago

sparrell commented 4 years ago

fix:

Generated phoenix_live_view app warning: Phoenix now requires you to explicitly list which engine to use for Phoenix JSON encoding. We recommend everyone to upgrade to Jason by setting in your config/config.exs:

config :phoenix, :json_library, Jason

And then adding {:jason, "~> 1.0"} as a dependency.

If instead you would rather continue using Poison, then add to your config/config.exs:

config :phoenix, :json_library, Poison

(phoenix 1.5.4) lib/phoenix.ex:38: Phoenix.start/2 (kernel 6.5.2.1) application_master.erl:277: :application_master.start_it_old/4

sparrell commented 4 years ago

might not be fixable. we appear to have the exact lines they requested, yet we still get the error