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

Please remove deprecated annotation for InPushConnectorFactoryRegistry #33

Open
DivineThreepwood opened this issue Nov 8, 2019 · 0 comments

Comments

@DivineThreepwood
Copy link

Target Version rsb 0.18

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.

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

1 participant