You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: address review feedback — prefer commonLibs and slf4j2 binding
- Move shared-catalog deps from localLibs to commonLibs: mockito-core,
log4j-slf4j2-impl, grpc-netty, hypertrace-grpcutils-context. The BOM
governs the versions there, so the local catalog only carries deps
truly outside the shared catalog.
- Switch the log4j binding to log4j-slf4j2-impl (the slf4j2 binding) per
reviewer note — log4j-slf4j-impl was the slf4j-1.x binding and pulls in
the wrong API.
- Drop versions for kafka-bom-managed entries (avro, kafka-streams-avro-
serde, kafka-streams-test-utils) — the kafka-bom platform constrains
them.
Lockfiles regenerated; resolved versions now follow the BOM (mockito 5.8.0,
log4j-slf4j2-impl 2.25.4) instead of hand-pinned ones.
0 commit comments