Fixes #2750: Added missing RF Integration Modules. #2770
Merged
Conversation
|
||
public class RFItemModule implements IIntegrationModule | ||
{ | ||
public RFItemModule() |
|
||
public class RFTileModule implements IIntegrationModule | ||
{ | ||
public RFTileModule() |
Readded the integration modules for both RF integrations. These are necessary to correctly enable RF support as well as act as fallback to disable it automatically on missing interfaces.
Added a unittest to ensure an integration types instaniates an integration module without throwing any exception. Improved the logging should this ever happen at runtime again.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Readded the integration modules for both RF integrations.
These are necessary to correctly enable RF support as well as act as fallback to disable it automatically on missing interfaces.
Removed superfluous integration types.