-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
3.1.2.Final
-
None
-
False
-
-
False
-
Moderate
-
- Description
I have just downloaded the jar version `3.1.2.Final` for both PostgreSQL and MongoDB: they both still contain the files:
```
❯ ls META-INF/services/
io.debezium.converters.spi.CloudEventsProvider org.apache.kafka.connect.rest.ConnectRestExtension
io.debezium.metadata.ConnectorMetadataProvider org.apache.kafka.connect.source.SourceConnector
io.debezium.snapshot.spi.SnapshotLock org.apache.kafka.connect.transforms.Transformation
io.debezium.snapshot.spi.SnapshotQuery
❯ cat META-INF/services/org.apache.kafka.connect.rest.ConnectRestExtension
io.debezium.connector.postgresql.rest.DebeziumPostgresConnectRestExtension
```
So this issue DBZ-9101 is NOT fixed for `3.1.2.Final`.
Also see commit: https://github.com/debezium/debezium/commit/25da834e54aa26430a67bac315076b235bf9dba9
I have just downloaded 3.1.2.Final from GitHub https://github.com/debezium/debezium/tags and it does NOT have the file.
So the JAR published on maven for 3.1.2.Final, somehow, still has it.
And I confirmed by downloading the JAR from https://mvnrepository.com/artifact/io.debezium/debezium-connector-postgres/3.1.2.Final and indeed it contains the file
-
- Desired resolution
Likely an easy fix: just release `3.1.3.Final`