-
Notifications
You must be signed in to change notification settings - Fork 696
Commit e9ae6c7
committed
Fix native image hints for web support.
This commit adds a required native image reflection hint to allow Jackson object mapping to resolve and invoke the constructor of PageMetadata.
It also fixes an issue that surfaced after changing the bean constructor argument for SpringDataWebSettings leading to failures during the native compilation.
Closes: #3171 1 parent 960b539 commit e9ae6c7
File tree
2 files changed
+13
-6
lines changed- src
- main/java/org/springframework/data/web/aot
- test/java/org/springframework/data/web/aot
2 files changed
+13
-6
lines changedLines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 | + | ||
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
| |||
35 | 36 |
| |
36 | 37 |
| |
37 | 38 |
| |
39 | + | ||
40 | + | ||
41 | + | ||
38 | 42 |
| |
39 | 43 |
| |
40 | 44 |
| |
41 | 45 |
| |
42 | 46 |
| |
43 | - | ||
47 | + | ||
48 | + | ||
49 | + | ||
44 | 50 |
| |
45 | 51 |
| |
46 | 52 |
| |
|
Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | - | ||
19 | - | ||
18 | + | ||
19 | + | ||
20 | + | ||
20 | 21 |
| |
21 | 22 |
| |
22 | - | ||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 | - | ||
49 | + | ||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 | - | ||
59 | + | ||
60 | + | ||
60 | 61 |
| |
61 | 62 |
|
0 commit comments