Re: [PR] Migrate jpa-idempotent-repository example from deprecated derby container image to MariaDB [camel-quarkus-examples]

2024-01-08 Thread via GitHub
jamesnetherton merged PR #195: URL: https://github.com/apache/camel-quarkus-examples/pull/195 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-un

Re: [PR] Migrate jpa-idempotent-repository example from deprecated derby container image to MariaDB [camel-quarkus-examples]

2024-01-08 Thread via GitHub
jamesnetherton commented on PR #195: URL: https://github.com/apache/camel-quarkus-examples/pull/195#issuecomment-1881085764 Latest commit tweaks the README docs to mention the additional pod and modifies the cleanup step. -- This is an automated message from the Apache Git Service. To re

Re: [PR] Migrate jpa-idempotent-repository example from deprecated derby container image to MariaDB [camel-quarkus-examples]

2024-01-08 Thread via GitHub
aldettinger commented on PR #195: URL: https://github.com/apache/camel-quarkus-examples/pull/195#issuecomment-1881028184 There was a situation where the cleanup was not done fully: Executing `kubectl delete all -l job-name=camel-quarkus-examples-jpa-idempotent-repository-flyway-init`

Re: [PR] Migrate jpa-idempotent-repository example from deprecated derby container image to MariaDB [camel-quarkus-examples]

2024-01-08 Thread via GitHub
jamesnetherton commented on PR #195: URL: https://github.com/apache/camel-quarkus-examples/pull/195#issuecomment-1881017106 > I'll work on fixing that I reworked how the secret config is done. The issue should be fixed in the latest commit. -- This is an automated message from the

Re: [PR] Migrate jpa-idempotent-repository example from deprecated derby container image to MariaDB [camel-quarkus-examples]

2024-01-08 Thread via GitHub
jamesnetherton commented on PR #195: URL: https://github.com/apache/camel-quarkus-examples/pull/195#issuecomment-1880950813 > Could you please share how/where the derby container image is identified as deprecated ? See here https://github.com/az82/docker-derby/commit/ad7612bb331392f

Re: [PR] Migrate jpa-idempotent-repository example from deprecated derby container image to MariaDB [camel-quarkus-examples]

2024-01-08 Thread via GitHub
aldettinger commented on PR #195: URL: https://github.com/apache/camel-quarkus-examples/pull/195#issuecomment-1880923019 @jamesnetherton Many thanks for stepping in. Could you please share how/where the derby container image is identified as deprecated ? Also trying to rehears

[PR] Migrate jpa-idempotent-repository example from deprecated derby container image to MariaDB [camel-quarkus-examples]

2024-01-08 Thread via GitHub
jamesnetherton opened a new pull request, #195: URL: https://github.com/apache/camel-quarkus-examples/pull/195 Kind of an extension to https://github.com/apache/camel-quarkus/pull/5634. We should avoid using the deprecated Derby container image if possible. So I switched to MariaDB, as it s