From 9258cc854b86c15ba284f10c18fcfeaedcaa18e1 Mon Sep 17 00:00:00 2001 From: Jun Kang Date: Mon, 1 Apr 2024 23:51:43 +0900 Subject: [PATCH] deps: Updated the maven imports of api-gateway pattern for SpringBoot 3.2.4 (#2882) * 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