Commit d9b3c63
Fix test failures in data-mongodb-tc-data-load, data-mongodb-transactional, and data-redis-cache
- data-mongodb-tc-data-load: Change tools.jackson.core:jackson-databind (Jackson 3.x) to
com.fasterxml.jackson.core:jackson-databind (Jackson 2.x) since
Jackson2RepositoryPopulatorFactoryBean requires com.fasterxml.jackson.databind.ObjectMapper
- data-mongodb-transactional: Add missing spring-boot-restclient dependency (provides
RestTemplateBuilder) and enable MongoDB replica set for transaction support
- data-redis-cache: Make CacheConfiguration public and directly import it in test to ensure
@EnableCaching is processed before repository beans are created
Agent-Logs-Url: https://github.com/rashidi/spring-boot-tutorials/sessions/22102f1f-2daa-4d79-b852-7bca32feab6d
Co-authored-by: rashidi <380073+rashidi@users.noreply.github.com>1 parent 9505ef9 commit d9b3c63
5 files changed
Lines changed: 6 additions & 4 deletions
File tree
- data-mongodb-tc-data-load
- data-mongodb-transactional
- src/test/java/zin/rashidi/boot/data/mongodb/tm/user
- data-redis-cache/src
- main/java/zin/rashidi/dataredis/cache/cache
- test/java/zin/rashidi/dataredis/cache/customer
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments