Apache Iceberg version
1.11.0 (latest release) and main
Query engine
Kafka Connect
Please describe the bug 馃悶
The Iceberg BOM includes org.apache.iceberg:iceberg-kafka-connect-runtime, but
that Maven artifact is not published; its 1.11.0 POM
returns 404.
The runtime project disables Maven publishing
because it produces ZIP distributions. The published iceberg-kafka-connect,
iceberg-kafka-connect-events, and iceberg-kafka-connect-transforms artifacts
should remain in the BOM.
The BOM should exclude iceberg-kafka-connect-runtime until that artifact is
published. Related: #14986.
Apache Iceberg version
1.11.0 (latest release) and
mainQuery engine
Kafka Connect
Please describe the bug 馃悶
The Iceberg BOM includes
org.apache.iceberg:iceberg-kafka-connect-runtime, butthat Maven artifact is not published; its 1.11.0 POM
returns 404.
The runtime project disables Maven publishing
because it produces ZIP distributions. The published
iceberg-kafka-connect,iceberg-kafka-connect-events, andiceberg-kafka-connect-transformsartifactsshould remain in the BOM.
The BOM should exclude
iceberg-kafka-connect-runtimeuntil that artifact ispublished. Related: #14986.