]> git.basschouten.com Git - openhab-addons.git/commitdiff
[tado] Revert #16686 (#16793)
authorHolger Friedrich <mail@holger-friedrich.de>
Thu, 23 May 2024 17:51:21 +0000 (19:51 +0200)
committerGitHub <noreply@github.com>
Thu, 23 May 2024 17:51:21 +0000 (19:51 +0200)
Downgrade swagger-codegen-maven-plugin to old version.
Add warning to pom file.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
bundles/org.openhab.binding.tado/pom.xml

index 544a97f11e5330132587e7073f080ec7ba79daba..12bbccd8671ae544f5701cdafdbb3e9e5a618bc1 100644 (file)
   <build>
     <plugins>
       <plugin>
+        <!-- when upgrading, carefully compare generated source files in
+          target/generated-sources/swagger/src/main/java/org/openhab/binding/tado/internal/api
+          as 2.4. series created code which lead to runtime errors in the past -->
         <groupId>io.swagger</groupId>
         <artifactId>swagger-codegen-maven-plugin</artifactId>
-        <version>2.4.41</version>
+        <version>2.3.1</version>
         <executions>
           <execution>
             <goals>