[
https://issues.apache.org/jira/browse/CAMEL-18021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nicolas Filotto updated CAMEL-18021:
------------------------------------
Description:
For now it is not possible to upgrade Debezium to 1.9 because
PostgresConnectorConfig has a default value for a type list that is not
properly supported by the maven plugin such that we end up with compilation
error of the following type:
{noformat}
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/camel/components/camel-debezium/camel-debezium-postgres/src/generated/java/org/apache/camel/component/debezium/configuration/PostgresConnectorEmbeddedDebeziumConfiguration.java:[97,39]
error: illegal start of expression
[ERROR]
/camel/camel/components/camel-debezium/camel-debezium-postgres/src/generated/java/org/apache/camel/component/debezium/configuration/PostgresConnectorEmbeddedDebeziumConfiguration.java:[97,41]
error: <identifier> expected
[INFO] 2 errors
{noformat}
was:For now it is not possible to upgrade debezium to 1.9 because
PostgresConnectorConfig has a default value for a type list that is not
properly supported by the maven plugin such that we end up with compilation
error.
> camel-debezium - Add support of default value for list to the maven-plugin
> ---------------------------------------------------------------------------
>
> Key: CAMEL-18021
> URL: https://issues.apache.org/jira/browse/CAMEL-18021
> Project: Camel
> Issue Type: Improvement
> Components: camel-debezium
> Reporter: Nicolas Filotto
> Assignee: Nicolas Filotto
> Priority: Major
> Fix For: 3.17.0
>
>
> For now it is not possible to upgrade Debezium to 1.9 because
> PostgresConnectorConfig has a default value for a type list that is not
> properly supported by the maven plugin such that we end up with compilation
> error of the following type:
>
>
> {noformat}
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR]
> /camel/components/camel-debezium/camel-debezium-postgres/src/generated/java/org/apache/camel/component/debezium/configuration/PostgresConnectorEmbeddedDebeziumConfiguration.java:[97,39]
> error: illegal start of expression
> [ERROR]
> /camel/camel/components/camel-debezium/camel-debezium-postgres/src/generated/java/org/apache/camel/component/debezium/configuration/PostgresConnectorEmbeddedDebeziumConfiguration.java:[97,41]
> error: <identifier> expected
> [INFO] 2 errors
> {noformat}
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)