litaio / chef-lita

A Chef cookbook for installing Lita.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated config.adapter - New HipChat 2.0.0 plugin requires config.adapters

MattMencel opened this issue · comments

[2014-10-23 15:34:52 UTC] WARN: config.adapter is deprecated and will be removed in Lita 5.0. Use config.adapters instead.
[2014-10-23 15:34:52 UTC] FATAL: Configuration attribute "jid" is required for "hipchat" adapter.

According to the docs the new way for adapters is this...

config.adapters.hipchat.jid = "......."

I've manually tested that and the newer HipChat adapter works with that change.

Thanks @MattMencel. I've been a bit behind @jimmycuadra on getting the Lita v4 stuff into the cookbook. I'll try to work on that this weekend. There are a few other items I want to change as part of it and this will definitely be on the list.

Thanks again for the PR!