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

Make ConnectorStore Class Serializable #209

Closed
NassimBtk opened this issue May 28, 2024 · 0 comments · Fixed by #210
Closed

Make ConnectorStore Class Serializable #209

NassimBtk opened this issue May 28, 2024 · 0 comments · Fixed by #210
Assignees
Labels
enhancement New feature or request

Comments

@NassimBtk
Copy link
Member

Description

To enable the deserialization of enterprise connectors, the ConnectorStore class in the org.sentrysoftware.metricshub.engine.connector.model package needs to implement the Serializable interface. This change is necessary for the proper functioning of the enterprise connector store extension, which loads and deserializes the connector store binary resource file.

Affected Class

  • org.sentrysoftware.metricshub.engine.connector.model.ConnectorStore
@NassimBtk NassimBtk added the enhancement New feature or request label May 28, 2024
@NassimBtk NassimBtk self-assigned this May 28, 2024
NassimBtk added a commit that referenced this issue May 28, 2024
* ConnectorStore is now serializable.
* The connectorDirectory within the ConnectorStore is not serializable
so it becomes transient.
@NassimBtk NassimBtk linked a pull request May 28, 2024 that will close this issue
NassimBtk added a commit that referenced this issue May 28, 2024
…nnectorstore-class-serializable

Issue #209: Make ConnectorStore Class Serializable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant