File tree 8 files changed +11
-15
lines changed
de.ibapl.openhab.binding.fhz4j
src/main/java/de/ibapl/openhab/fhz4j/handler
de.ibapl.openhab.binding.onewire4j
de.ibapl.openhab.binding.openv4j
src/main/java/de/ibapl/openhab/openv4j/handler
8 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >de.ibapl.openhab</groupId >
8
8
<artifactId >ibapl-oh</artifactId >
9
- <version >4.1.0.3 -SNAPSHOT</version >
9
+ <version >4.2.0-0 -SNAPSHOT</version >
10
10
<relativePath >..</relativePath >
11
11
</parent >
12
12
<groupId >de.ibapl.openhab</groupId >
Original file line number Diff line number Diff line change @@ -510,13 +510,11 @@ public void dispose() {
510
510
cp .close ();
511
511
} catch (Exception e ) {
512
512
LOGGER .log (Level .SEVERE , "Could not shutdown fhzAdapter" , e );
513
- //TODO How to suppress warning?? @SuppressWarnings("Unused Assignment")
514
513
//Set cp to null, so the gc can collect it.
514
+ //TODO How to suppress warning?? @SuppressWarnings("Unused Assignment")
515
515
cp = null ;
516
516
//Trigger gc to get rid of current cp ...
517
517
System .gc ();
518
- Runtime .getRuntime ().runFinalization ();
519
- System .gc ();
520
518
}
521
519
}
522
520
}
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >de.ibapl.openhab</groupId >
8
8
<artifactId >ibapl-oh</artifactId >
9
- <version >4.1.0.3 -SNAPSHOT</version >
9
+ <version >4.2.0-0 -SNAPSHOT</version >
10
10
<relativePath >..</relativePath >
11
11
</parent >
12
12
<groupId >de.ibapl.openhab</groupId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >de.ibapl.openhab</groupId >
8
8
<artifactId >ibapl-oh</artifactId >
9
- <version >4.1.0.3 -SNAPSHOT</version >
9
+ <version >4.2.0-0 -SNAPSHOT</version >
10
10
<relativePath >..</relativePath >
11
11
</parent >
12
12
<groupId >de.ibapl.openhab</groupId >
Original file line number Diff line number Diff line change @@ -143,13 +143,11 @@ public void dispose() {
143
143
cp .close ();
144
144
} catch (Exception e ) {
145
145
LOGGER .log (Level .SEVERE , "Could not shutdown OpenV4JAdapter" , e );
146
- //TODO How to suppress warning?? @SuppressWarnings("Unused Assignment")
147
146
//Set cp to null, so the gc can collect it.
147
+ //TODO How to suppress warning?? @SuppressWarnings("Unused Assignment")
148
148
cp = null ;
149
149
//Trigger gc to get rid of current cp ...
150
150
System .gc ();
151
- Runtime .getRuntime ().runFinalization ();
152
- System .gc ();
153
151
}
154
152
}
155
153
}
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >de.ibapl.openhab</groupId >
8
8
<artifactId >ibapl-oh</artifactId >
9
- <version >4.1.0.3 -SNAPSHOT</version >
9
+ <version >4.2.0-0 -SNAPSHOT</version >
10
10
<relativePath >..</relativePath >
11
11
</parent >
12
12
Original file line number Diff line number Diff line change 43
43
<bundle >mvn:de.ibapl.openhab/de.ibapl.openhab.binding.onewire4j/${openhab.onewire4j.version}</bundle >
44
44
</feature >
45
45
46
- <feature name =" openhab-binding-openv4j" version =" ${openhab.openv4j.version}" description =" OpenV4J OH Binding" >
46
+ <!-- Yet to come
47
+ <feature name="openhab-binding-openv4j" version="${openhab.openv4j.version}" description="OpenV4J OH Binding">
47
48
<feature>openhab-runtime-base</feature>
48
49
<bundle>mvn:de.ibapl.spsw/de.ibapl.spsw.api/${spsw.version}</bundle>
49
50
<bundle>mvn:de.ibapl.openv4j/de.ibapl.openv4j.core/${openv4j.version}</bundle>
50
51
<bundle>mvn:de.ibapl.openhab/de.ibapl.openhab.binding.openv4j/${openhab.openv4j.version}</bundle>
51
52
</feature>
52
-
53
+ -->
53
54
</features >
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >de.ibapl.openhab</groupId >
7
7
<artifactId >ibapl-oh</artifactId >
8
- <version >4.1.0.3 -SNAPSHOT</version >
8
+ <version >4.2.0-0 -SNAPSHOT</version >
9
9
10
10
<name >OH IbAPl</name >
11
11
<packaging >pom</packaging >
53
53
<openhab .onewire4j.version>${project.version} </openhab .onewire4j.version>
54
54
<openv4j .version>0.2.0-SNAPSHOT</openv4j .version>
55
55
<openhab .openv4j.version>${project.version} </openhab .openv4j.version>
56
- <ohc .version>4.1 .0</ohc .version>
56
+ <ohc .version>4.2 .0</ohc .version>
57
57
<osgi .version.range>6.0.0</osgi .version.range>
58
58
<oh .repo.baseUrl>https://openhab.jfrog.io/openhab</oh .repo.baseUrl>
59
59
</properties >
60
60
61
61
<modules >
62
62
<module >de.ibapl.openhab.binding.fhz4j</module >
63
63
<module >de.ibapl.openhab.binding.onewire4j</module >
64
- <module >de.ibapl.openhab.binding.openv4j</module >
65
64
<module >oh-ibapl-kar</module >
66
65
</modules >
67
66
You can’t perform that action at this time.
0 commit comments