[jira] [Updated] (CAMEL-18427) Camel Debezium with Postgres on Spring Boot doesn't work

2022-09-07 Thread michael elbaz (Jira)


 [ 
https://issues.apache.org/jira/browse/CAMEL-18427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

michael elbaz updated CAMEL-18427:
--
Attachment: image-2022-09-07-08-53-06-942.png

> Camel Debezium with Postgres on Spring Boot doesn't work
> 
>
> Key: CAMEL-18427
> URL: https://issues.apache.org/jira/browse/CAMEL-18427
> Project: Camel
>  Issue Type: Bug
>  Components: camel-debezium
>Affects Versions: 3.13.0, 3.18.1
> Environment: Jdk 17
> Windows 10
> Spring boot
>Reporter: michael elbaz
>Assignee: Claus Ibsen
>Priority: Minor
> Fix For: 3.18.3, 3.19.0
>
> Attachments: camel-debezium-postgres.zip, 
> image-2022-08-24-12-12-27-542.png, image-2022-08-24-12-19-55-853.png, 
> image-2022-09-07-08-53-06-942.png
>
>
> From camel 3.13.0 Camel Debezium simply not working is work perfectly with 
> camel older than 3.13.0
> (related to this ticket i think 
> https://issues.apache.org/jira/browse/CAMEL-17135)
> here the code
> {code:java}
> @Override
> public void configure() throws Exception {
> String DATABASE_READER = "debezium-postgres:localhost?"
> + "databaseHostname=localhost"
> + "=5432"
> + "=postgres"
> + "=test"
> + "=test"
> + "=localhost"
> + "=public"
> + "=public.*"
> + "=/tmp/offset-file-1.dat"
> + "=1"
> + "=pgoutput";
> from(DATABASE_READER)
> .routeId("debeziumPGRoute")
> .log("Response : ${body}");
> }
> {code}
> !image-2022-08-24-12-12-27-542.png|width=949,height=240!
> I check this [changelog|https://camel.apache.org/releases/release-3.13.0/]
> !image-2022-08-24-12-19-55-853.png|width=803,height=402!
> the pom file
> {code:java}
> 
> org.apache.camel
> camel-debezium-postgres
> 
> 
> org.apache.camel.springboot
> camel-debezium-postgres-starter
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (CAMEL-18427) Camel Debezium with Postgres on Spring Boot doesn't work

2022-09-02 Thread michael elbaz (Jira)


 [ 
https://issues.apache.org/jira/browse/CAMEL-18427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

michael elbaz updated CAMEL-18427:
--
Attachment: camel-debezium-postgres.zip

> Camel Debezium with Postgres on Spring Boot doesn't work
> 
>
> Key: CAMEL-18427
> URL: https://issues.apache.org/jira/browse/CAMEL-18427
> Project: Camel
>  Issue Type: Bug
>  Components: camel-debezium
>Affects Versions: 3.13.0, 3.18.1
> Environment: Jdk 17
> Windows 10
> Spring boot
>Reporter: michael elbaz
>Priority: Minor
> Fix For: 3.19.0
>
> Attachments: camel-debezium-postgres.zip, 
> image-2022-08-24-12-12-27-542.png, image-2022-08-24-12-19-55-853.png
>
>
> From camel 3.13.0 Camel Debezium simply not working is work perfectly with 
> camel older than 3.13.0
> (related to this ticket i think 
> https://issues.apache.org/jira/browse/CAMEL-17135)
> here the code
> {code:java}
> @Override
> public void configure() throws Exception {
> String DATABASE_READER = "debezium-postgres:localhost?"
> + "databaseHostname=localhost"
> + "=5432"
> + "=postgres"
> + "=test"
> + "=test"
> + "=localhost"
> + "=public"
> + "=public.*"
> + "=/tmp/offset-file-1.dat"
> + "=1"
> + "=pgoutput";
> from(DATABASE_READER)
> .routeId("debeziumPGRoute")
> .log("Response : ${body}");
> }
> {code}
> !image-2022-08-24-12-12-27-542.png|width=949,height=240!
> I check this [changelog|https://camel.apache.org/releases/release-3.13.0/]
> !image-2022-08-24-12-19-55-853.png|width=803,height=402!
> the pom file
> {code:java}
> 
> org.apache.camel
> camel-debezium-postgres
> 
> 
> org.apache.camel.springboot
> camel-debezium-postgres-starter
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (CAMEL-18427) Camel Debezium with Postgres on Spring Boot doesn't work

2022-09-02 Thread Claus Ibsen (Jira)


 [ 
https://issues.apache.org/jira/browse/CAMEL-18427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen updated CAMEL-18427:

Fix Version/s: 3.19.0

> Camel Debezium with Postgres on Spring Boot doesn't work
> 
>
> Key: CAMEL-18427
> URL: https://issues.apache.org/jira/browse/CAMEL-18427
> Project: Camel
>  Issue Type: Bug
>  Components: camel-debezium
>Affects Versions: 3.13.0, 3.18.1
> Environment: Jdk 17
> Windows 10
> Spring boot
>Reporter: michael elbaz
>Priority: Minor
> Fix For: 3.19.0
>
> Attachments: image-2022-08-24-12-12-27-542.png, 
> image-2022-08-24-12-19-55-853.png
>
>
> From camel 3.13.0 Camel Debezium simply not working is work perfectly with 
> camel older than 3.13.0
> (related to this ticket i think 
> https://issues.apache.org/jira/browse/CAMEL-17135)
> here the code
> {code:java}
> @Override
> public void configure() throws Exception {
> String DATABASE_READER = "debezium-postgres:localhost?"
> + "databaseHostname=localhost"
> + "=5432"
> + "=postgres"
> + "=test"
> + "=test"
> + "=localhost"
> + "=public"
> + "=public.*"
> + "=/tmp/offset-file-1.dat"
> + "=1"
> + "=pgoutput";
> from(DATABASE_READER)
> .routeId("debeziumPGRoute")
> .log("Response : ${body}");
> }
> {code}
> !image-2022-08-24-12-12-27-542.png|width=949,height=240!
> I check this [changelog|https://camel.apache.org/releases/release-3.13.0/]
> !image-2022-08-24-12-19-55-853.png|width=803,height=402!
> the pom file
> {code:java}
> 
> org.apache.camel
> camel-debezium-postgres
> 
> 
> org.apache.camel.springboot
> camel-debezium-postgres-starter
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (CAMEL-18427) Camel Debezium with Postgres on Spring Boot doesn't work

2022-09-02 Thread Claus Ibsen (Jira)


 [ 
https://issues.apache.org/jira/browse/CAMEL-18427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen updated CAMEL-18427:

Priority: Minor  (was: Major)

> Camel Debezium with Postgres on Spring Boot doesn't work
> 
>
> Key: CAMEL-18427
> URL: https://issues.apache.org/jira/browse/CAMEL-18427
> Project: Camel
>  Issue Type: Bug
>  Components: camel-debezium
>Affects Versions: 3.13.0, 3.18.1
> Environment: Jdk 17
> Windows 10
> Spring boot
>Reporter: michael elbaz
>Priority: Minor
> Attachments: image-2022-08-24-12-12-27-542.png, 
> image-2022-08-24-12-19-55-853.png
>
>
> From camel 3.13.0 Camel Debezium simply not working is work perfectly with 
> camel older than 3.13.0
> (related to this ticket i think 
> https://issues.apache.org/jira/browse/CAMEL-17135)
> here the code
> {code:java}
> @Override
> public void configure() throws Exception {
> String DATABASE_READER = "debezium-postgres:localhost?"
> + "databaseHostname=localhost"
> + "=5432"
> + "=postgres"
> + "=test"
> + "=test"
> + "=localhost"
> + "=public"
> + "=public.*"
> + "=/tmp/offset-file-1.dat"
> + "=1"
> + "=pgoutput";
> from(DATABASE_READER)
> .routeId("debeziumPGRoute")
> .log("Response : ${body}");
> }
> {code}
> !image-2022-08-24-12-12-27-542.png|width=949,height=240!
> I check this [changelog|https://camel.apache.org/releases/release-3.13.0/]
> !image-2022-08-24-12-19-55-853.png|width=803,height=402!
> the pom file
> {code:java}
> 
> org.apache.camel
> camel-debezium-postgres
> 
> 
> org.apache.camel.springboot
> camel-debezium-postgres-starter
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (CAMEL-18427) Camel Debezium with Postgres on Spring Boot doesn't work

2022-09-02 Thread Claus Ibsen (Jira)


 [ 
https://issues.apache.org/jira/browse/CAMEL-18427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen updated CAMEL-18427:

Flags:   (was: Important)

> Camel Debezium with Postgres on Spring Boot doesn't work
> 
>
> Key: CAMEL-18427
> URL: https://issues.apache.org/jira/browse/CAMEL-18427
> Project: Camel
>  Issue Type: Bug
>  Components: camel-debezium
>Affects Versions: 3.13.0, 3.18.1
> Environment: Jdk 17
> Windows 10
> Spring boot
>Reporter: michael elbaz
>Priority: Major
> Attachments: image-2022-08-24-12-12-27-542.png, 
> image-2022-08-24-12-19-55-853.png
>
>
> From camel 3.13.0 Camel Debezium simply not working is work perfectly with 
> camel older than 3.13.0
> (related to this ticket i think 
> https://issues.apache.org/jira/browse/CAMEL-17135)
> here the code
> {code:java}
> @Override
> public void configure() throws Exception {
> String DATABASE_READER = "debezium-postgres:localhost?"
> + "databaseHostname=localhost"
> + "=5432"
> + "=postgres"
> + "=test"
> + "=test"
> + "=localhost"
> + "=public"
> + "=public.*"
> + "=/tmp/offset-file-1.dat"
> + "=1"
> + "=pgoutput";
> from(DATABASE_READER)
> .routeId("debeziumPGRoute")
> .log("Response : ${body}");
> }
> {code}
> !image-2022-08-24-12-12-27-542.png|width=949,height=240!
> I check this [changelog|https://camel.apache.org/releases/release-3.13.0/]
> !image-2022-08-24-12-19-55-853.png|width=803,height=402!
> the pom file
> {code:java}
> 
> org.apache.camel
> camel-debezium-postgres
> 
> 
> org.apache.camel.springboot
> camel-debezium-postgres-starter
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (CAMEL-18427) Camel Debezium with Postgres on Spring Boot doesn't work

2022-08-24 Thread michael elbaz (Jira)


 [ 
https://issues.apache.org/jira/browse/CAMEL-18427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

michael elbaz updated CAMEL-18427:
--
Description: 
>From camel 3.13.0 Camel Debezium simply not working is work perfectly with 
>camel older than 3.13.0

(related to this ticket i think 
https://issues.apache.org/jira/browse/CAMEL-17135)

here the code
{code:java}
@Override
public void configure() throws Exception {
String DATABASE_READER = "debezium-postgres:localhost?"
+ "databaseHostname=localhost"
+ "=5432"
+ "=postgres"
+ "=test"
+ "=test"
+ "=localhost"
+ "=public"
+ "=public.*"
+ "=/tmp/offset-file-1.dat"
+ "=1"
+ "=pgoutput";
from(DATABASE_READER)
.routeId("debeziumPGRoute")
.log("Response : ${body}");
}
{code}
!image-2022-08-24-12-12-27-542.png|width=949,height=240!

I check this [changelog|https://camel.apache.org/releases/release-3.13.0/]
!image-2022-08-24-12-19-55-853.png|width=803,height=402!

the pom file
{code:java}

org.apache.camel
camel-debezium-postgres


org.apache.camel.springboot
camel-debezium-postgres-starter
{code}

  was:
>From camel 3.13.0 Camel Debezium simply not working is work perfectly with 
>camel older than 3.13.0

here the code
{code:java}
@Override
public void configure() throws Exception {
String DATABASE_READER = "debezium-postgres:localhost?"
+ "databaseHostname=localhost"
+ "=5432"
+ "=postgres"
+ "=test"
+ "=test"
+ "=localhost"
+ "=public"
+ "=public.*"
+ "=/tmp/offset-file-1.dat"
+ "=1"
+ "=pgoutput";
from(DATABASE_READER)
.routeId("debeziumPGRoute")
.log("Response : ${body}");
}
{code}
!image-2022-08-24-12-12-27-542.png|width=949,height=240!

I check this [changelog|https://camel.apache.org/releases/release-3.13.0/] 
(related to this ticket i think 
https://issues.apache.org/jira/browse/CAMEL-17135)
!image-2022-08-24-12-19-55-853.png|width=803,height=402!

the pom file
{code:java}

org.apache.camel
camel-debezium-postgres


org.apache.camel.springboot
camel-debezium-postgres-starter
{code}


> Camel Debezium with Postgres on Spring Boot doesn't work
> 
>
> Key: CAMEL-18427
> URL: https://issues.apache.org/jira/browse/CAMEL-18427
> Project: Camel
>  Issue Type: Bug
>  Components: camel-debezium
>Affects Versions: 3.13.0, 3.18.1
> Environment: Jdk 17
> Windows 10
> Spring boot
>Reporter: michael elbaz
>Priority: Major
> Attachments: image-2022-08-24-12-12-27-542.png, 
> image-2022-08-24-12-19-55-853.png
>
>
> From camel 3.13.0 Camel Debezium simply not working is work perfectly with 
> camel older than 3.13.0
> (related to this ticket i think 
> https://issues.apache.org/jira/browse/CAMEL-17135)
> here the code
> {code:java}
> @Override
> public void configure() throws Exception {
> String DATABASE_READER = "debezium-postgres:localhost?"
> + "databaseHostname=localhost"
> + "=5432"
> + "=postgres"
> + "=test"
> + "=test"
> + "=localhost"
> + "=public"
> + "=public.*"
> + "=/tmp/offset-file-1.dat"
> + "=1"
> + "=pgoutput";
> from(DATABASE_READER)
> .routeId("debeziumPGRoute")
> .log("Response : ${body}");
> }
> {code}
> !image-2022-08-24-12-12-27-542.png|width=949,height=240!
> I check this [changelog|https://camel.apache.org/releases/release-3.13.0/]
> !image-2022-08-24-12-19-55-853.png|width=803,height=402!
> the pom file
> {code:java}
> 
> org.apache.camel
> camel-debezium-postgres
> 
> 
> org.apache.camel.springboot
> camel-debezium-postgres-starter
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (CAMEL-18427) Camel Debezium with Postgres on Spring Boot doesn't work

2022-08-24 Thread michael elbaz (Jira)


 [ 
https://issues.apache.org/jira/browse/CAMEL-18427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

michael elbaz updated CAMEL-18427:
--
Description: 
>From camel 3.13.0 Camel Debezium simply not working is work perfectly with 
>camel older than 3.13.0

here the code
{code:java}
@Override
public void configure() throws Exception {
String DATABASE_READER = "debezium-postgres:localhost?"
+ "databaseHostname=localhost"
+ "=5432"
+ "=postgres"
+ "=test"
+ "=test"
+ "=localhost"
+ "=public"
+ "=public.*"
+ "=/tmp/offset-file-1.dat"
+ "=1"
+ "=pgoutput";
from(DATABASE_READER)
.routeId("debeziumPGRoute")
.log("Response : ${body}");
}
{code}
!image-2022-08-24-12-12-27-542.png|width=949,height=240!

I check this [changelog|https://camel.apache.org/releases/release-3.13.0/] 
(related to this ticket i think 
https://issues.apache.org/jira/browse/CAMEL-17135)
!image-2022-08-24-12-19-55-853.png|width=803,height=402!

the pom file
{code:java}

org.apache.camel
camel-debezium-postgres


org.apache.camel.springboot
camel-debezium-postgres-starter
{code}

  was:
>From camel 3.13.0 Camel Debezium simply not working is work perfectly with 
>camel older than 3.13.0

here the code
{code:java}
@Override
public void configure() throws Exception {
String DATABASE_READER = "debezium-postgres:localhost?"
+ "databaseHostname=localhost"
+ "=5432"
+ "=postgres"
+ "=test"
+ "=test"
+ "=localhost"
+ "=public"
+ "=public.*"
+ "=/tmp/offset-file-1.dat"
+ "=1"
+ "=pgoutput";
from(DATABASE_READER)
.routeId("debeziumPGRoute")
.log("Response : ${body}");
}
{code}
!image-2022-08-24-12-12-27-542.png|width=949,height=240!

I check this [changelog|https://camel.apache.org/releases/release-3.13.0/]
!image-2022-08-24-12-19-55-853.png|width=803,height=402!

the pom file:
{code:java}

org.apache.camel
camel-debezium-postgres


org.apache.camel.springboot
camel-debezium-postgres-starter
{code}


> Camel Debezium with Postgres on Spring Boot doesn't work
> 
>
> Key: CAMEL-18427
> URL: https://issues.apache.org/jira/browse/CAMEL-18427
> Project: Camel
>  Issue Type: Bug
>  Components: camel-debezium
>Affects Versions: 3.13.0, 3.18.1
> Environment: Jdk 17
> Windows 10
> Spring boot
>Reporter: michael elbaz
>Priority: Major
> Attachments: image-2022-08-24-12-12-27-542.png, 
> image-2022-08-24-12-19-55-853.png
>
>
> From camel 3.13.0 Camel Debezium simply not working is work perfectly with 
> camel older than 3.13.0
> here the code
> {code:java}
> @Override
> public void configure() throws Exception {
> String DATABASE_READER = "debezium-postgres:localhost?"
> + "databaseHostname=localhost"
> + "=5432"
> + "=postgres"
> + "=test"
> + "=test"
> + "=localhost"
> + "=public"
> + "=public.*"
> + "=/tmp/offset-file-1.dat"
> + "=1"
> + "=pgoutput";
> from(DATABASE_READER)
> .routeId("debeziumPGRoute")
> .log("Response : ${body}");
> }
> {code}
> !image-2022-08-24-12-12-27-542.png|width=949,height=240!
> I check this [changelog|https://camel.apache.org/releases/release-3.13.0/] 
> (related to this ticket i think 
> https://issues.apache.org/jira/browse/CAMEL-17135)
> !image-2022-08-24-12-19-55-853.png|width=803,height=402!
> the pom file
> {code:java}
> 
> org.apache.camel
> camel-debezium-postgres
> 
> 
> org.apache.camel.springboot
> camel-debezium-postgres-starter
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (CAMEL-18427) Camel Debezium with Postgres on Spring Boot doesn't work

2022-08-24 Thread michael elbaz (Jira)


 [ 
https://issues.apache.org/jira/browse/CAMEL-18427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

michael elbaz updated CAMEL-18427:
--
Description: 
>From camel 3.13.0 Camel Debezium simply not working is work perfectly with 
>camel older than 3.13.0

here the code
{code:java}
@Override
public void configure() throws Exception {
String DATABASE_READER = "debezium-postgres:localhost?"
+ "databaseHostname=localhost"
+ "=5432"
+ "=postgres"
+ "=test"
+ "=test"
+ "=localhost"
+ "=public"
+ "=public.*"
+ "=/tmp/offset-file-1.dat"
+ "=1"
+ "=pgoutput";
from(DATABASE_READER)
.routeId("debeziumPGRoute")
.log("Response : ${body}");
}
{code}
!image-2022-08-24-12-12-27-542.png|width=949,height=240!

I check this [changelog|https://camel.apache.org/releases/release-3.13.0/]
!image-2022-08-24-12-19-55-853.png|width=803,height=402!

the pom file:
{code:java}

org.apache.camel
camel-debezium-postgres


org.apache.camel.springboot
camel-debezium-postgres-starter
{code}

  was:
>From camel 3.13.0 Camel Debezium simply not working is work perfectly with 
>camel older than 3.13.0

here the code
{code:java}
@Override
public void configure() throws Exception {
String DATABASE_READER = "debezium-postgres:localhost?"
+ "databaseHostname=localhost"
+ "=5432"
+ "=postgres"
+ "=test"
+ "=test"
+ "=localhost"
+ "=public"
+ "=public.*"
+ "=/tmp/offset-file-1.dat"
+ "=1"
+ "=pgoutput";
from(DATABASE_READER)
.routeId("debeziumPGRoute")
.log("Response : ${body}");
}
{code}
!image-2022-08-24-12-12-27-542.png|width=949,height=240!

I check this [changelog|https://camel.apache.org/releases/release-3.13.0/]
!image-2022-08-24-12-19-55-853.png|width=803,height=402!

the pom file:
{code:java}

org.apache.camel
camel-debezium-common


org.apache.camel
camel-debezium-postgres
 {code}


> Camel Debezium with Postgres on Spring Boot doesn't work
> 
>
> Key: CAMEL-18427
> URL: https://issues.apache.org/jira/browse/CAMEL-18427
> Project: Camel
>  Issue Type: Bug
>  Components: camel-debezium
>Affects Versions: 3.13.0, 3.18.1
> Environment: Jdk 17
> Windows 10
> Spring boot
>Reporter: michael elbaz
>Priority: Major
> Attachments: image-2022-08-24-12-12-27-542.png, 
> image-2022-08-24-12-19-55-853.png
>
>
> From camel 3.13.0 Camel Debezium simply not working is work perfectly with 
> camel older than 3.13.0
> here the code
> {code:java}
> @Override
> public void configure() throws Exception {
> String DATABASE_READER = "debezium-postgres:localhost?"
> + "databaseHostname=localhost"
> + "=5432"
> + "=postgres"
> + "=test"
> + "=test"
> + "=localhost"
> + "=public"
> + "=public.*"
> + "=/tmp/offset-file-1.dat"
> + "=1"
> + "=pgoutput";
> from(DATABASE_READER)
> .routeId("debeziumPGRoute")
> .log("Response : ${body}");
> }
> {code}
> !image-2022-08-24-12-12-27-542.png|width=949,height=240!
> I check this [changelog|https://camel.apache.org/releases/release-3.13.0/]
> !image-2022-08-24-12-19-55-853.png|width=803,height=402!
> the pom file:
> {code:java}
> 
> org.apache.camel
> camel-debezium-postgres
> 
> 
> org.apache.camel.springboot
> camel-debezium-postgres-starter
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (CAMEL-18427) Camel Debezium with Postgres on Spring Boot doesn't work

2022-08-24 Thread michael elbaz (Jira)


 [ 
https://issues.apache.org/jira/browse/CAMEL-18427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

michael elbaz updated CAMEL-18427:
--
Description: 
>From camel 3.13.0 Camel Debezium simply not working is work perfectly with 
>camel older than 3.13.0

here the code
{code:java}
@Override
public void configure() throws Exception {
String DATABASE_READER = "debezium-postgres:localhost?"
+ "databaseHostname=localhost"
+ "=5432"
+ "=postgres"
+ "=test"
+ "=test"
+ "=localhost"
+ "=public"
+ "=public.*"
+ "=/tmp/offset-file-1.dat"
+ "=1"
+ "=pgoutput";
from(DATABASE_READER)
.routeId("debeziumPGRoute")
.log("Response : ${body}");
}
{code}
!image-2022-08-24-12-12-27-542.png|width=949,height=240!

I check this [changelog|https://camel.apache.org/releases/release-3.13.0/]
!image-2022-08-24-12-19-55-853.png|width=803,height=402!

the pom file:
{code:java}

org.apache.camel
camel-debezium-common


org.apache.camel
camel-debezium-postgres
 {code}

  was:
>From camel 3.13.0 Camel Debezium simply not working is work perfectly with 
>camel older than 3.13.0

here the code
{code:java}
@Override
public void configure() throws Exception {
String DATABASE_READER = "debezium-postgres:localhost?"
+ "databaseHostname=localhost"
+ "=5432"
+ "=postgres"
+ "=test"
+ "=test"
+ "=localhost"
+ "=public"
+ "=public.*"
+ "=/tmp/offset-file-1.dat"
+ "=1"
+ "=pgoutput";
from(DATABASE_READER)
.routeId("debeziumPGRoute")
.log("Response : ${body}");
}
{code}
!image-2022-08-24-12-12-27-542.png|width=949,height=240!

I check this [changelog|https://camel.apache.org/releases/release-3.13.0/]
!image-2022-08-24-12-19-55-853.png|width=803,height=402!


> Camel Debezium with Postgres on Spring Boot doesn't work
> 
>
> Key: CAMEL-18427
> URL: https://issues.apache.org/jira/browse/CAMEL-18427
> Project: Camel
>  Issue Type: Bug
>  Components: camel-debezium
>Affects Versions: 3.13.0, 3.18.1
> Environment: Jdk 17
> Windows 10
> Spring boot
>Reporter: michael elbaz
>Priority: Major
> Attachments: image-2022-08-24-12-12-27-542.png, 
> image-2022-08-24-12-19-55-853.png
>
>
> From camel 3.13.0 Camel Debezium simply not working is work perfectly with 
> camel older than 3.13.0
> here the code
> {code:java}
> @Override
> public void configure() throws Exception {
> String DATABASE_READER = "debezium-postgres:localhost?"
> + "databaseHostname=localhost"
> + "=5432"
> + "=postgres"
> + "=test"
> + "=test"
> + "=localhost"
> + "=public"
> + "=public.*"
> + "=/tmp/offset-file-1.dat"
> + "=1"
> + "=pgoutput";
> from(DATABASE_READER)
> .routeId("debeziumPGRoute")
> .log("Response : ${body}");
> }
> {code}
> !image-2022-08-24-12-12-27-542.png|width=949,height=240!
> I check this [changelog|https://camel.apache.org/releases/release-3.13.0/]
> !image-2022-08-24-12-19-55-853.png|width=803,height=402!
> the pom file:
> {code:java}
> 
> org.apache.camel
> camel-debezium-common
> 
> 
> org.apache.camel
> camel-debezium-postgres
>  {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (CAMEL-18427) Camel Debezium with Postgres on Spring Boot doesn't work

2022-08-24 Thread michael elbaz (Jira)


 [ 
https://issues.apache.org/jira/browse/CAMEL-18427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

michael elbaz updated CAMEL-18427:
--
Affects Version/s: 3.18.1

> Camel Debezium with Postgres on Spring Boot doesn't work
> 
>
> Key: CAMEL-18427
> URL: https://issues.apache.org/jira/browse/CAMEL-18427
> Project: Camel
>  Issue Type: Bug
>  Components: camel-debezium
>Affects Versions: 3.13.0, 3.18.1
> Environment: Jdk 17
> Windows 10
> Spring boot
>Reporter: michael elbaz
>Priority: Major
> Attachments: image-2022-08-24-12-12-27-542.png, 
> image-2022-08-24-12-19-55-853.png
>
>
> From camel 3.13.0 Camel Debezium simply not working is work perfectly with 
> camel older than 3.13.0
> here the code
> {code:java}
> @Override
> public void configure() throws Exception {
> String DATABASE_READER = "debezium-postgres:localhost?"
> + "databaseHostname=localhost"
> + "=5432"
> + "=postgres"
> + "=test"
> + "=test"
> + "=localhost"
> + "=public"
> + "=public.*"
> + "=/tmp/offset-file-1.dat"
> + "=1"
> + "=pgoutput";
> from(DATABASE_READER)
> .routeId("debeziumPGRoute")
> .log("Response : ${body}");
> }
> {code}
> !image-2022-08-24-12-12-27-542.png|width=949,height=240!
> I check this [changelog|https://camel.apache.org/releases/release-3.13.0/]
> !image-2022-08-24-12-19-55-853.png|width=803,height=402!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (CAMEL-18427) Camel Debezium with Postgres on Spring Boot doesn't work

2022-08-24 Thread Andrea Cosentino (Jira)


 [ 
https://issues.apache.org/jira/browse/CAMEL-18427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrea Cosentino updated CAMEL-18427:
-
Summary: Camel Debezium with Postgres on Spring Boot doesn't work  (was: 
Camel Debezium with Postgres)

> Camel Debezium with Postgres on Spring Boot doesn't work
> 
>
> Key: CAMEL-18427
> URL: https://issues.apache.org/jira/browse/CAMEL-18427
> Project: Camel
>  Issue Type: Bug
>  Components: camel-debezium
>Affects Versions: 3.13.0
> Environment: Jdk 17
> Windows 10
> Spring boot
>Reporter: michael elbaz
>Priority: Major
> Attachments: image-2022-08-24-12-12-27-542.png, 
> image-2022-08-24-12-19-55-853.png
>
>
> From camel 3.13.0 Camel Debezium simply not working is work perfectly with 
> camel older than 3.13.0
> here the code
> {code:java}
> @Override
> public void configure() throws Exception {
> String DATABASE_READER = "debezium-postgres:localhost?"
> + "databaseHostname=localhost"
> + "=5432"
> + "=postgres"
> + "=test"
> + "=test"
> + "=localhost"
> + "=public"
> + "=public.*"
> + "=/tmp/offset-file-1.dat"
> + "=1"
> + "=pgoutput";
> from(DATABASE_READER)
> .routeId("debeziumPGRoute")
> .log("Response : ${body}");
> }
> {code}
> !image-2022-08-24-12-12-27-542.png|width=949,height=240!
> I check this [changelog|https://camel.apache.org/releases/release-3.13.0/]
> !image-2022-08-24-12-19-55-853.png|width=803,height=402!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)