Commit 7633f49
committed
migrate to java 17
changes:
- update maven-compiler-plugin to latest 3.14.1
- update maven-javadoc-plugin to latest 3.12.0
- update jacoco-maven-plugin to latest 0.8.14
- set maven.compiler.release to 17
- set source to 17 and update link to javadoc for maven-javadoc-plugin configuration
- set java-version to 17 in github workflows
- set java version to 17 in swagger-gradle-plugin
- replace String.format with "str".formatted
- replace casts with pattern variables
- add @serial to serialVersionUID fields
- replace regular string literals with text blocks in tests
- replace Paths.get with Path.of
- replace new Integer with Integer.valueOf1 parent b313104 commit 7633f49
120 files changed
Lines changed: 11764 additions & 11225 deletions
File tree
- .github/workflows
- modules
- swagger-core
- src
- main/java/io/swagger/v3/core
- converter
- filter
- jackson
- util
- test/java/io/swagger/v3/core
- converting
- override
- deserialization
- properties
- matchers
- oas/models
- resolving
- resources
- v31
- model
- serialization
- swagger-gradle-plugin
- swagger-integration/src/main/java/io/swagger/v3/oas/integration
- swagger-java17-support
- swagger-jaxrs2/src
- main/java/io/swagger/v3/jaxrs2
- integration
- test/java/io/swagger/v3/jaxrs2
- annotations
- callbacks
- definition
- encoding
- examples
- info
- operations
- parameters
- pathItems
- requests
- security
- integration
- it
- matchers
- resources
- extensions
- model
- swagger-models/src/main/java/io/swagger/v3/oas/models/media
- swagger-project-jakarta
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 | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
| |||
121 | 120 | | |
122 | 121 | | |
123 | 122 | | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
124 | 129 | | |
125 | 130 | | |
126 | 131 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
334 | | - | |
335 | | - | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 26 additions & 29 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
183 | | - | |
| 182 | + | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
190 | | - | |
| 189 | + | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
554 | | - | |
555 | | - | |
| 554 | + | |
556 | 555 | | |
557 | 556 | | |
558 | 557 | | |
| |||
714 | 713 | | |
715 | 714 | | |
716 | 715 | | |
717 | | - | |
718 | | - | |
| 716 | + | |
| 717 | + | |
719 | 718 | | |
720 | 719 | | |
721 | 720 | | |
| |||
744 | 743 | | |
745 | 744 | | |
746 | 745 | | |
747 | | - | |
748 | | - | |
| 746 | + | |
| 747 | + | |
749 | 748 | | |
750 | 749 | | |
751 | 750 | | |
| |||
2423 | 2422 | | |
2424 | 2423 | | |
2425 | 2424 | | |
2426 | | - | |
2427 | | - | |
| 2425 | + | |
| 2426 | + | |
2428 | 2427 | | |
2429 | 2428 | | |
2430 | 2429 | | |
| |||
2476 | 2475 | | |
2477 | 2476 | | |
2478 | 2477 | | |
2479 | | - | |
2480 | | - | |
| 2478 | + | |
| 2479 | + | |
2481 | 2480 | | |
2482 | 2481 | | |
2483 | 2482 | | |
| |||
2489 | 2488 | | |
2490 | 2489 | | |
2491 | 2490 | | |
2492 | | - | |
2493 | | - | |
| 2491 | + | |
| 2492 | + | |
2494 | 2493 | | |
2495 | 2494 | | |
2496 | 2495 | | |
| |||
2803 | 2802 | | |
2804 | 2803 | | |
2805 | 2804 | | |
2806 | | - | |
2807 | | - | |
| 2805 | + | |
| 2806 | + | |
2808 | 2807 | | |
2809 | 2808 | | |
2810 | 2809 | | |
| |||
2847 | 2846 | | |
2848 | 2847 | | |
2849 | 2848 | | |
2850 | | - | |
2851 | | - | |
2852 | | - | |
| 2849 | + | |
| 2850 | + | |
| 2851 | + | |
2853 | 2852 | | |
2854 | 2853 | | |
2855 | 2854 | | |
| |||
3118 | 3117 | | |
3119 | 3118 | | |
3120 | 3119 | | |
3121 | | - | |
3122 | | - | |
| 3120 | + | |
| 3121 | + | |
3123 | 3122 | | |
3124 | 3123 | | |
3125 | 3124 | | |
| |||
3388 | 3387 | | |
3389 | 3388 | | |
3390 | 3389 | | |
3391 | | - | |
3392 | | - | |
| 3390 | + | |
3393 | 3391 | | |
3394 | 3392 | | |
3395 | 3393 | | |
3396 | 3394 | | |
3397 | | - | |
3398 | | - | |
| 3395 | + | |
3399 | 3396 | | |
3400 | 3397 | | |
3401 | 3398 | | |
| |||
3445 | 3442 | | |
3446 | 3443 | | |
3447 | 3444 | | |
3448 | | - | |
| 3445 | + | |
3449 | 3446 | | |
3450 | | - | |
| 3447 | + | |
3451 | 3448 | | |
3452 | 3449 | | |
3453 | 3450 | | |
| |||
0 commit comments