Commit 3c227ce
authored
build: migration to java 21 (#37)
* build: migration to java 21
Signed-off-by: SimoneFiorani <simone.fiorani@abinsula.com>
* fix: tests
* test: fixed tests
Signed-off-by: SimoneFiorani <simone.fiorani@abinsula.com>
* test: removing sonar coverage
Signed-off-by: SimoneFiorani <simone.fiorani@abinsula.com>
* fix: general fix
Signed-off-by: SimoneFiorani <simone.fiorani@abinsula.com>
* test: fix junit version
Signed-off-by: SimoneFiorani <simone.fiorani@abinsula.com>
* fix: typos
Signed-off-by: SimoneFiorani <simone.fiorani@abinsula.com>
---------
Signed-off-by: SimoneFiorani <simone.fiorani@abinsula.com>1 parent 941adaf commit 3c227ce
51 files changed
Lines changed: 75 additions & 77 deletions
File tree
- .jenkins
- kura-addon-prototypes
- bundles
- example-configurable-component.bundle/META-INF
- example-driver.bundle/META-INF
- example-factory-component.bundle/META-INF
- example-wire-component.bundle/META-INF
- tests
- example-configurable-component.bundle.test/META-INF
- example-driver.bundle.test/META-INF
- example-factory-component.bundle.test/META-INF
- example-wire-component.bundle.test/META-INF
- kura-apps-target-definition
- kura-examples
- bundles
- ble
- org.eclipse.kura.example.ble.tisensortag.dbus/META-INF
- org.eclipse.kura.example.eddystone.advertiser/META-INF
- org.eclipse.kura.example.eddystone.scanner/META-INF
- org.eclipse.kura.example.ibeacon.advertiser/META-INF
- org.eclipse.kura.example.ibeacon.scanner/META-INF
- camel
- org.eclipse.kura.example.camel.aggregation/META-INF
- org.eclipse.kura.example.camel.publisher/META-INF
- org.eclipse.kura.example.camel.quickstart/META-INF
- can/org.eclipse.kura.example.can/META-INF
- container-validation/org.eclipse.kura.example.container.signature.validation/META-INF
- gpio
- org.eclipse.kura.example.gpio.led/META-INF
- org.eclipse.kura.example.gpio/META-INF
- heater/org.eclipse.kura.demo.heater/META-INF
- identity/org.eclipse.kura.example.identity.configuration.extension/META-INF
- modbus/org.eclipse.kura.demo.modbus/META-INF
- publishers
- org.eclipse.kura.example.publisher/META-INF
- org.eclipse.kura.example.serial.publisher/META-INF
- security
- org.eclipse.kura.example.rest.authentication.provider/META-INF
- org.eclipse.kura.example.tamper.detection/META-INF
- sensehat
- org.eclipse.kura.example.driver.sensehat/META-INF
- org.eclipse.kura.raspberrypi.sensehat.example/META-INF
- org.eclipse.kura.raspberrypi.sensehat/META-INF
- wire-components
- org.eclipse.kura.example.wire.logic.multiport.provider/META-INF
- org.eclipse.kura.example.wire.math.multiport.provider/META-INF
- org.eclipse.kura.example.wire.math.singleport.provider/META-INF
- org.eclipse.kura.example.wire.math.trig/META-INF
- org.eclipse.kura.wire.devel.component.provider/META-INF
- tests
- ble-tests/org.eclipse.kura.example.ble.tisensortag.dbus.test/META-INF
- container-validation-tests/org.eclipse.kura.example.container.signature.validation.test/META-INF
- identity-tests/org.eclipse.kura.example.identity.configuration.extension.test/META-INF
- test-util/org.eclipse.kura.example.testutil/META-INF
- wire-components-tests
- org.eclipse.kura.example.wire.devel.component.provider.test/META-INF
- org.eclipse.kura.example.wire.logic.multiport.provider.test/META-INF
- org.eclipse.kura.example.wire.math.multiport.provider.test/META-INF
- org.eclipse.kura.example.wire.math.singleport.provider.test/META-INF
- org.eclipse.kura.example.wire.math.trig.test/META-INF
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments