moquette-io / moquette

Java MQTT lightweight broker
http://moquette-io.github.io/moquette/
Apache License 2.0
2.27k stars 814 forks source link

Avoid to use deprecated PERSISTENT_STORE_PROPERTY_NAME property #733

Closed andsel closed 1 year ago

andsel commented 1 year ago

Use the new DATA_PATH_PROPERTY_NAME, which is eventually valued from PERSISTENT_STORE_PROPERTY_NAME if present.

Fixes #730