SmartsquareGmbH / mqtt-starter

HiveMQ Spring Boot Starter
MIT License
15 stars 5 forks source link

Dependency bump #8

Closed skonair closed 2 years ago

skonair commented 2 years ago

Provides the enabled property in the MqttProperties.

Question: Is this change necessary? If the MqttProperties bean is not provided this flag is set to false; if the property bean is provided the flag is true. So it somehow might not be necessary.

rubengees commented 2 years ago

Question: Is this change necessary? If the MqttProperties bean is not provided this flag is set to false; if the property bean is provided the flag is true. So it somehow might not be necessary.

Hmm, you are right I think. Let's revert the change then and only go with the dependency updates.