File tree 36 files changed +661
-106
lines changed
src/main/java/life/qbic/projectmanagement
project-management-infrastructure
java/life/qbic/datamanager
36 files changed +661
-106
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
steps :
16
16
- name : Checkout repository
17
17
uses : actions/checkout@v4
18
- - name : Set up JDK 17
18
+ - name : Set up JDK 21
19
19
uses : actions/setup-java@v4
20
20
with :
21
21
distribution : ' zulu'
22
- java-version : ' 17 '
22
+ java-version : ' 21 '
23
23
- name : Load local Maven repository cache
24
24
uses : actions/cache@v4
25
25
with :
Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
38
38
steps :
39
39
- name : Checkout repository
40
40
uses : actions/checkout@v4
41
- - name : Set up JDK 17
41
+ - name : Set up JDK 21
42
42
uses : actions/setup-java@v4
43
43
with :
44
44
distribution : ' zulu'
45
- java-version : ' 17 '
45
+ java-version : ' 21 '
46
46
settings-path : ${{ github.workspace }}
47
47
48
48
- name : Load local Maven repository cache
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
steps :
14
14
- name : Checkout repository
15
15
uses : actions/checkout@v4
16
- - name : Set up JDK 17
16
+ - name : Set up JDK 21
17
17
uses : actions/setup-java@v4
18
18
with :
19
19
distribution : ' zulu'
20
- java-version : ' 17 '
20
+ java-version : ' 21 '
21
21
settings-path : ${{ github.workspace }}
22
22
23
23
- name : Load local Maven repository cache
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
steps :
18
18
- name : Checkout repository
19
19
uses : actions/checkout@v4
20
- - name : Set up JDK 17
20
+ - name : Set up JDK 21
21
21
uses : actions/setup-java@v4
22
22
with :
23
23
distribution : ' zulu'
24
- java-version : ' 17 '
24
+ java-version : ' 21 '
25
25
settings-path : ${{ github.workspace }}
26
26
27
27
- name : Load local Maven repository cache
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
steps :
16
16
- name : Checkout repository
17
17
uses : actions/checkout@v4
18
- - name : Set up JDK 17
18
+ - name : Set up JDK 21
19
19
uses : actions/setup-java@v4
20
20
with :
21
21
distribution : ' zulu'
22
- java-version : ' 17 '
22
+ java-version : ' 21 '
23
23
settings-path : ${{ github.workspace }}
24
24
25
25
- name : Load local Maven repository cache
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
steps :
18
18
- name : Checkout repository
19
19
uses : actions/checkout@v4
20
- - name : Set up JDK 17
20
+ - name : Set up JDK 21
21
21
uses : actions/setup-java@v4
22
22
with :
23
23
distribution : ' zulu'
24
- java-version : ' 17 '
24
+ java-version : ' 21 '
25
25
- name : Load local Maven repository cache
26
26
uses : actions/cache@v4
27
27
with :
Original file line number Diff line number Diff line change 255
255
256
256
$$
257
257
\begin{aligned}
258
- \text{where } & \text{ P(x_i) is the probability of character } x_i, \\
259
- & n \text{ is the total length of the password}.
260
- \end{aligned}
261
- $$
262
- $$
263
- H = -\sum_{i=1}^{n} P(x_i) \log_2 P(x_i) \times n > 100.,
264
- $$
265
-
266
- $$
267
- \begin{aligned}
268
- \text{where } & \text{ P(x_i) is the probability of character } x_i, \\
258
+ \text{where } & P(x_i) \text{ is the probability of character } x_i, \\
269
259
& n \text{ is the total length of the password}.
270
260
\end{aligned}
271
261
$$
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >datamanager</artifactId >
7
7
<groupId >life.qbic</groupId >
8
- <version >1.7 .2</version >
8
+ <version >1.8 .2</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
<artifactId >application-commons</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >datamanager</artifactId >
7
7
<groupId >life.qbic</groupId >
8
- <version >1.7 .2</version >
8
+ <version >1.8 .2</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
<artifactId >broadcasting</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >life.qbic</groupId >
8
8
<artifactId >datamanager</artifactId >
9
- <version >1.7 .2</version >
9
+ <version >1.8 .2</version >
10
10
</parent >
11
11
12
12
<artifactId >domain-concept</artifactId >
13
13
14
14
<properties >
15
- <maven .compiler.source>17 </maven .compiler.source>
16
- <maven .compiler.target>17 </maven .compiler.target>
15
+ <maven .compiler.source>21 </maven .compiler.source>
16
+ <maven .compiler.target>21 </maven .compiler.target>
17
17
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18
18
</properties >
19
19
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >life.qbic</groupId >
8
8
<artifactId >datamanager</artifactId >
9
- <version >1.7 .2</version >
9
+ <version >1.8 .2</version >
10
10
</parent >
11
11
12
12
<groupId >life.qbic.infrastructure</groupId >
13
13
<artifactId >email-service-provider</artifactId >
14
14
15
15
<properties >
16
- <maven .compiler.source>17 </maven .compiler.source>
17
- <maven .compiler.target>17 </maven .compiler.target>
16
+ <maven .compiler.source>21 </maven .compiler.source>
17
+ <maven .compiler.target>21 </maven .compiler.target>
18
18
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
19
19
</properties >
20
20
<dependencies >
21
21
<dependency >
22
22
<groupId >life.qbic</groupId >
23
23
<artifactId >identity</artifactId >
24
- <version >1.7 .2</version >
24
+ <version >1.8 .2</version >
25
25
<scope >compile</scope >
26
26
</dependency >
27
27
<dependency >
28
28
<groupId >life.qbic</groupId >
29
29
<artifactId >project-management</artifactId >
30
- <version >1.7 .2</version >
30
+ <version >1.8 .2</version >
31
31
<scope >compile</scope >
32
32
</dependency >
33
33
<dependency >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >life.qbic</groupId >
8
8
<artifactId >datamanager</artifactId >
9
- <version >1.7 .2</version >
9
+ <version >1.8 .2</version >
10
10
</parent >
11
11
12
12
<groupId >life.qbic.finances</groupId >
13
13
<artifactId >finances-api</artifactId >
14
14
15
15
<properties >
16
- <maven .compiler.source>17 </maven .compiler.source>
17
- <maven .compiler.target>17 </maven .compiler.target>
16
+ <maven .compiler.source>21 </maven .compiler.source>
17
+ <maven .compiler.target>21 </maven .compiler.target>
18
18
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
19
19
</properties >
20
20
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >life.qbic</groupId >
8
8
<artifactId >datamanager</artifactId >
9
- <version >1.7 .2</version >
9
+ <version >1.8 .2</version >
10
10
</parent >
11
11
12
12
<artifactId >finances-infrastructure</artifactId >
13
13
14
14
<properties >
15
- <maven .compiler.source>17 </maven .compiler.source>
16
- <maven .compiler.target>17 </maven .compiler.target>
15
+ <maven .compiler.source>21 </maven .compiler.source>
16
+ <maven .compiler.target>21 </maven .compiler.target>
17
17
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18
18
</properties >
19
19
<dependencies >
20
20
<dependency >
21
21
<groupId >life.qbic</groupId >
22
22
<artifactId >finances</artifactId >
23
- <version >1.7 .2</version >
23
+ <version >1.8 .2</version >
24
24
<scope >compile</scope >
25
25
</dependency >
26
26
<dependency >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >datamanager</artifactId >
7
7
<groupId >life.qbic</groupId >
8
- <version >1.7 .2</version >
8
+ <version >1.8 .2</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
<artifactId >finances</artifactId >
38
38
<dependency >
39
39
<groupId >life.qbic.finances</groupId >
40
40
<artifactId >finances-api</artifactId >
41
- <version >1.7 .2</version >
41
+ <version >1.8 .2</version >
42
42
<scope >compile</scope >
43
43
</dependency >
44
44
</dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >life.qbic</groupId >
8
8
<artifactId >datamanager</artifactId >
9
- <version >1.7 .2</version >
9
+ <version >1.8 .2</version >
10
10
</parent >
11
11
12
12
<groupId >life.qbic.datamanager</groupId >
13
13
<artifactId >identity-api</artifactId >
14
14
15
15
<properties >
16
- <maven .compiler.source>17 </maven .compiler.source>
17
- <maven .compiler.target>17 </maven .compiler.target>
16
+ <maven .compiler.source>21 </maven .compiler.source>
17
+ <maven .compiler.target>21 </maven .compiler.target>
18
18
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
19
19
</properties >
20
20
<dependencies >
21
21
<dependency >
22
22
<groupId >life.qbic</groupId >
23
23
<artifactId >application-commons</artifactId >
24
- <version >1.7 .2</version >
24
+ <version >1.8 .2</version >
25
25
<scope >compile</scope >
26
26
</dependency >
27
27
</dependencies >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >life.qbic</groupId >
8
8
<artifactId >datamanager</artifactId >
9
- <version >1.7 .2</version >
9
+ <version >1.8 .2</version >
10
10
</parent >
11
11
<artifactId >identity-infrastructure</artifactId >
12
12
<dependencies >
13
13
<dependency >
14
14
<groupId >life.qbic</groupId >
15
15
<artifactId >identity</artifactId >
16
- <version >1.7 .2</version >
16
+ <version >1.8 .2</version >
17
17
<scope >compile</scope >
18
18
</dependency >
19
19
<dependency >
30
30
</dependencies >
31
31
32
32
<properties >
33
- <maven .compiler.source>17 </maven .compiler.source>
34
- <maven .compiler.target>17 </maven .compiler.target>
33
+ <maven .compiler.source>21 </maven .compiler.source>
34
+ <maven .compiler.target>21 </maven .compiler.target>
35
35
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
36
36
</properties >
37
37
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >datamanager</artifactId >
7
7
<groupId >life.qbic</groupId >
8
- <version >1.7 .2</version >
8
+ <version >1.8 .2</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
45
45
<dependency >
46
46
<groupId >life.qbic</groupId >
47
47
<artifactId >broadcasting</artifactId >
48
- <version >1.7 .2</version >
48
+ <version >1.8 .2</version >
49
49
<scope >compile</scope >
50
50
</dependency >
51
51
<dependency >
52
52
<groupId >life.qbic</groupId >
53
53
<artifactId >application-commons</artifactId >
54
- <version >1.7 .2</version >
54
+ <version >1.8 .2</version >
55
55
<scope >compile</scope >
56
56
</dependency >
57
57
<dependency >
58
58
<groupId >life.qbic</groupId >
59
59
<artifactId >logging</artifactId >
60
- <version >1.7 .2</version >
60
+ <version >1.8 .2</version >
61
61
<scope >compile</scope >
62
62
</dependency >
63
63
<dependency >
64
64
<groupId >life.qbic</groupId >
65
65
<artifactId >domain-concept</artifactId >
66
- <version >1.7 .2</version >
66
+ <version >1.8 .2</version >
67
67
<scope >compile</scope >
68
68
</dependency >
69
69
<dependency >
86
86
<dependency >
87
87
<groupId >life.qbic.datamanager</groupId >
88
88
<artifactId >identity-api</artifactId >
89
- <version >1.7 .2</version >
89
+ <version >1.8 .2</version >
90
90
<scope >compile</scope >
91
91
</dependency >
92
92
</dependencies >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >datamanager</artifactId >
7
7
<groupId >life.qbic</groupId >
8
- <version >1.7 .2</version >
8
+ <version >1.8 .2</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
<artifactId >logging</artifactId >
53
53
<dependency >
54
54
<groupId >life.qbic.logging</groupId >
55
55
<artifactId >subscription-api</artifactId >
56
- <version >1.7 .2</version >
56
+ <version >1.8 .2</version >
57
57
<scope >compile</scope >
58
58
</dependency >
59
59
</dependencies >
Original file line number Diff line number Diff line change 7
7
<groupId >life.qbic</groupId >
8
8
<artifactId >datamanager</artifactId >
9
9
<name >Data Manager</name >
10
- <version >1.7 .2</version >
10
+ <version >1.8 .2</version >
11
11
<modules >
12
12
<module >user-interface</module >
13
13
<module >identity</module >
29
29
<packaging >pom</packaging >
30
30
31
31
<properties >
32
- <java .version>17 </java .version>
32
+ <java .version>21 </java .version>
33
33
<vaadin .version>24.4.13</vaadin .version>
34
- <maven .compiler.source>17 </maven .compiler.source>
35
- <maven .compiler.target>17 </maven .compiler.target>
34
+ <maven .compiler.source>21 </maven .compiler.source>
35
+ <maven .compiler.target>21 </maven .compiler.target>
36
36
<jakarta .persistence.version>3.2.0</jakarta .persistence.version>
37
37
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
38
38
<jackson .version>2.18.1</jackson .version>
You can’t perform that action at this time.
0 commit comments