we do not use pubsub and you suggested us in the past to completely disable it with config:
pubsub (active: false) {}
I was trying to make some test to upgrade an old instance and I have noticed that with the new version and the same config I get during startup:
AbstractBeanConfigurator.registerBeans(): unknown class null for bean pubsub, skipping registration of a bean
what is the correct configuration to disable it in new versions? And from which version has changed?
Details (please complete the following information):
Tigase version: 8.2.2
Unknown commented 2 years ago
Could you share your config?
Could you share longer/complete log (i.e. where pubsub bean is tries to be injected)?
Quite possibly you have some component that relies on pubsub hence the error. Trying pubsub (active: false) {} on relatively vanilla version works fine.
Btw. I would suggest using latest (8.3.x) version.
Unknown commented 2 years ago
I cannot reproduce it anymore, I do not remember what I have changed, I was doing some experiments, thanks
we do not use pubsub and you suggested us in the past to completely disable it with config:
pubsub (active: false) {}
I was trying to make some test to upgrade an old instance and I have noticed that with the new version and the same config I get during startup:
what is the correct configuration to disable it in new versions? And from which version has changed?
Details (please complete the following information):