Skip to content

Conversation

@jenseliasson
Copy link
Contributor

Added dependencies needed for MQTT development

@jenseliasson jenseliasson added the enhancement New feature or request label Aug 4, 2021
@jenseliasson jenseliasson requested a review from borditamas August 4, 2021 07:39
@jenseliasson jenseliasson self-assigned this Aug 4, 2021
<version>${paho.version}</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider to use Jackson ObjectMapper wich alreay comes with Spring.

</dependency>
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should belong to the arrowhead-application-library-java-spring an have similar method(s) in ArrowheadService like the WebSocket support has.

Copy link
Collaborator

@borditamas borditamas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jenseliasson What is the status of this?

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 this pull request may close these issues.

2 participants