You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please remove the [@deprecated] annotation of the InPushConnectorFactoryRegistry
or offer an alternative configuration solution which is not deprecated.
/**
* Registry for globally available {@link InPushConnectorFactory} instances.
*
* @deprecated this is more or less a hack until the configuration system
* supports a better structured way to specify the factory
* instances.
* @author jwienke
*/
@Deprecated
public final class InPushConnectorFactoryRegistry {
This configuration is maybe a "hack" but it's the only way how the shared connection support of participants can be used right? It's really annoying to get warnings for code segments which are actually not outdated.
The text was updated successfully, but these errors were encountered:
Target Version rsb 0.18
Please remove the [@deprecated] annotation of the
InPushConnectorFactoryRegistry
or offer an alternative configuration solution which is not deprecated.
This configuration is maybe a "hack" but it's the only way how the shared connection support of participants can be used right? It's really annoying to get warnings for code segments which are actually not outdated.
The text was updated successfully, but these errors were encountered: