We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While helping out someone on the forum (https://community.openhab.org/t/java-library-for-json-generation/155742), I have referenced to our list of default libraries inside the coding guidelines of the docs (https://next.openhab.org/docs/developer/guidelines.html#default-libraries).
However it seems that this list is outdated, e.g. Jackson which is used in openhab-core is not listed at all. Git blame (https://github.com/openhab/openhab-docs/blame/main/developers/guidelines.md#L331) shows that the last update is years ago.
https://github.com/holgerfriedrich/openhab-core/blob/main/features/karaf/openhab-tp/src/main/feature/feature.xml probably is a good starting point to have a look at the dependencies.
This issue is related to #974.
Pinging @openhab/maintainers and especially @openhab/core-maintainers since we need to make sure these docs are up-to-date again.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While helping out someone on the forum (https://community.openhab.org/t/java-library-for-json-generation/155742), I have referenced to our list of default libraries inside the coding guidelines of the docs (https://next.openhab.org/docs/developer/guidelines.html#default-libraries).
However it seems that this list is outdated, e.g. Jackson which is used in openhab-core is not listed at all.
Git blame (https://github.com/openhab/openhab-docs/blame/main/developers/guidelines.md#L331) shows that the last update is years ago.
https://github.com/holgerfriedrich/openhab-core/blob/main/features/karaf/openhab-tp/src/main/feature/feature.xml probably is a good starting point to have a look at the dependencies.
This issue is related to #974.
Pinging @openhab/maintainers and especially @openhab/core-maintainers since we need to make sure these docs are up-to-date again.
The text was updated successfully, but these errors were encountered: