You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When attempting to manually add plugins to CorreoMQTT, the plugins may not be recognized if the user selects "no" in the prompt during installation that asks whether to automatically search for updates and plugins.
To Reproduce
Steps to reproduce the behavior:
Uninstall CorreoMQTT (including the CorreoMQTT application folder).
Install CorreoMQTT.
During installation, a prompt will appear asking whether CorreoMQTT should search for updates and plugins automatically. Select "no".
Copy a .jar file to the plugins/jars folder.
Restart CorreoMQTT.
Open the plugin settings (under tools).
Check if the plugin you added is recognized by CorreoMQTT.
Expected behavior
The user should be able to manually add a plugin to the jars-directory, restart the application, and have the plugin recognized, even if they selected "no" in the prompt during installation. It would be helpful to provide instructions on how to manually add plugins.
Desktop:
Operating System: macOS Ventura 13.0.1
CorreoMQTT Version: 0.14.2 (installed from .dmg Installer)
Additional context
To resolve this issue, the user had to uninstall and reinstall CorreoMQTT, including deleting the CorreoMQTT application directory, and select "yes" in the prompt during installation.
The text was updated successfully, but these errors were encountered:
* Use JDK 17 in code, added module-info.java, removed/refactored some non-modular deps
* Updated workflows
* Improved CodeQL
* Fixes#143, Fixes#134 (#146)
* Fixes#143, Fixes#134
* Improve error handling for version check
* Disable JPMS for now as not all libs are ready and jlink does not work
* Fixes
Describe the bug
When attempting to manually add plugins to CorreoMQTT, the plugins may not be recognized if the user selects "no" in the prompt during installation that asks whether to automatically search for updates and plugins.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The user should be able to manually add a plugin to the jars-directory, restart the application, and have the plugin recognized, even if they selected "no" in the prompt during installation. It would be helpful to provide instructions on how to manually add plugins.
Desktop:
Additional context
To resolve this issue, the user had to uninstall and reinstall CorreoMQTT, including deleting the CorreoMQTT application directory, and select "yes" in the prompt during installation.
The text was updated successfully, but these errors were encountered: