Commit 5f9410d
committed
test: Remove Jackson dependency from petclinic fixture
The upstream spring-framework-petclinic project changed Jackson
coordinates from com.fasterxml.jackson to tools.jackson.core,
breaking our custom ShowAvailable controller in petclinic-fw tests.
Replaced ObjectMapper with manual JSON formatting and removed the
now-unused Result inner class, making the test fixture resilient
to upstream dependency changes.1 parent b177456 commit 5f9410d
1 file changed
Lines changed: 1 addition & 16 deletions
File tree
Lines changed: 1 addition & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
9 | | - | |
10 | | - | |
11 | 7 | | |
12 | 8 | | |
13 | 9 | | |
14 | 10 | | |
15 | 11 | | |
16 | 12 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 13 | | |
29 | 14 | | |
30 | 15 | | |
31 | | - | |
| 16 | + | |
32 | 17 | | |
33 | 18 | | |
34 | 19 | | |
0 commit comments