-
Task
-
Resolution: Done
-
Minor
-
3.4.0.Beta1
-
None
-
False
-
-
False
IntelliJ IDEA doesn't recognize certain generated source files. Specifically,
- Postgres-related code generated from Protobuf (e.g., used by io.debezium.connector.postgresql.connection.pgproto.PgProtoMessageDecoder)
- Oracle-related code generated from Protobuf (e.g., used by io.debezium.connector.oracle.olr.client.OlrNetworkClient)
- DDL parsers generated from ANTLR grammar (e.g. for MySQL)
To fix that, the corresponding paths could be manually added as source paths for the corresponding modules. Alternatively, a Maven plugin (e.g. build-helper-maven-plugin) could be used to add them as sources automatically.