mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 23:22:02 +01:00
f24f4971d6
Swagger upgrade for the Netatmo binding (required to use the OAS 3 Swagger annotations, the old annotations dependencies were removed with OpenHAB 3) - Swagger-Codegen updated to the latest version (to generate the OAS 3 Swagger annotations) - Retrofit replaced by the default code generation (Retrofit 1 code generation is broken with newer swagger-codegen versions and an update to Retrofit 2 is also incompatible and would require more dependencies) - NULL handling for collections introduced (newer versions of the Swagger codegen return NULL for empty collections instead of an empty collection ...) - The binding is now working completely again (compiles and starts), but there are still some TODOs Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com> sven.strohschein@gmail.com>
51 lines
1.3 KiB
Plaintext
51 lines
1.3 KiB
Plaintext
This content is produced and maintained by the openHAB project.
|
|
|
|
* Project home: https://www.openhab.org
|
|
|
|
== Declared Project Licenses
|
|
|
|
This program and the accompanying materials are made available under the terms
|
|
of the Eclipse Public License 2.0 which is available at
|
|
https://www.eclipse.org/legal/epl-2.0/.
|
|
|
|
== Source Code
|
|
|
|
https://github.com/openhab/openhab-addons
|
|
|
|
== Third-party Content
|
|
|
|
commons-codec
|
|
* License: Apache 2.0 License
|
|
* Project; https://commons.apache.org/proper/commons-codec
|
|
* Source: https://commons.apache.org/proper/commons-codec
|
|
|
|
gson-fire
|
|
* License: Apache 2.0 License
|
|
* Project: http://gsonfire.io
|
|
* Source: https://github.com/julman99/gson-fire
|
|
|
|
json
|
|
* License: JSON License
|
|
* Project: https://www.json.org
|
|
* Source: https://github.com/douglascrockford/JSON-java
|
|
|
|
okhttp
|
|
* License: Apache 2.0 License
|
|
* Project: https://square.github.io/okhttp
|
|
* Source: https://github.com/square/okhttp
|
|
|
|
okio
|
|
* License: Apache 2.0 License
|
|
* Project: https://square.github.io/okio/2.x/okio/jvm/okio
|
|
* Source: https://github.com/square/okio
|
|
|
|
oltu.oauth2
|
|
* License: Apache 2.0 License
|
|
* Project: https://oltu.apache.org
|
|
* Source: https://svn.apache.org/viewvc/oltu/trunk
|
|
|
|
netatmo-swagger-decl
|
|
* License: MIT License
|
|
* Project: https://dev.netatmo.com
|
|
* Source: https://github.com/cbornet/netatmo-swagger-decl
|