feat: jpa, messaging, notification, mongo, graphql 어댑터터 구현체 추가

This commit is contained in:
DongHyeonka
2026-08-15 13:01:58 +09:00
parent ac874e49e6
commit 2f5d2fc219
909 changed files with 62510 additions and 6354 deletions
+3 -1
View File
@@ -34,7 +34,9 @@ if (!(moduleRegistry.runtime_compositions instanceof List) ||
moduleRegistryFile)
}
int expectedModuleCount = 43
// 44 after messaging-runtime-core. The count is written out rather than derived so that adding a
// leaf is a decision somebody made here, not something a directory scan discovers.
int expectedModuleCount = 44
if (moduleRegistry.modules.size() != expectedModuleCount) {
throw new GradleException(
"Module registry must contain exactly ${expectedModuleCount} modules, " +