Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation Warning in lib/mix/start_sent_email_viewer_task.ex #665

Open
the-destro opened this issue Jun 21, 2024 · 3 comments
Open

Compilation Warning in lib/mix/start_sent_email_viewer_task.ex #665

the-destro opened this issue Jun 21, 2024 · 3 comments

Comments

@the-destro
Copy link

warning: Plug.Adapters.Cowboy.http/3 is deprecated. Use Plug.Cowboy.http/3 instead
  lib/mix/start_sent_email_viewer_task.ex:12: Mix.Tasks.Bamboo.StartSentEmailViewer.run/1
@WillRochaThomas
Copy link

If anyone is already setup as a contributor and fancied addressing this, I think this line just needs to change, so it might be straightforward.

change this

Plug.Adapters.Cowboy.http(Bamboo.SentEmailViewerPlug, [], port: 4003)

to

Plug.Cowboy.http(Bamboo.SentEmailViewerPlug, [], port: 4003)

If I find the time to get setup, I might do it myself, just a bit maxed out right now.

Copy link
Contributor

This issue has been automatically marked as "stale:discard". We are sorry that we haven't been able to prioritize it yet.
If this issue still relevant, please leave any comment if you have any new additional information that helps to solve this issue. We encourage you to create a pull request, if you can. We are happy to help you with that.

@doomspork
Copy link
Member

@WillRochaThomas @the-destro we'd love PRs from the community now that @beam-community/team is taking over these repos from Thoughtbot. The more help the better for all of us using Elixir!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants