Commit 74cce87
authored
fix: Thread local storage test change (#2884)
* Updated the imports in code of the single table inheritance pattern for Spring Boot 3.x
#2825
Change javax library to jakarta
* add pom.xml
* Updated the imports in code of the healthcheck pattern for SpringBoot 3.x
Change javax library to jakarta and update maven dependency versions
* change order of imports to pass Checkstyle violations
* change import order to pass lexicographical order test
* change import order to pass CustomImportOrder warning
* Updated the maven imports of layers pattern for SpringBoot 3.2.4
* remove unused maven import
* Updated the maven imports of api-gateway pattern for SpringBoot 3.2.4
#2822
* Flaky test in Thread Local Storage #2880
* Rollback testing changes
* Flaky test in Thread Local Storage #2880
Create independent threadLocal to make values unsharable and unchangable by other thread
* rollback branch conflict1 parent 9258cc8 commit 74cce87
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | 60 | | |
62 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | | - | |
66 | 66 | | |
67 | | - | |
68 | | - | |
| 67 | + | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments