mgubaidullin commented on PR #1517:
URL: https://github.com/apache/camel-karavan/pull/1517#issuecomment-2781494229
@iocanel appreciate your contribution!
--
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
mgubaidullin merged PR #1517:
URL: https://github.com/apache/camel-karavan/pull/1517
--
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-unsubscr...
iocanel commented on PR #1517:
URL: https://github.com/apache/camel-karavan/pull/1517#issuecomment-2780725385
@davsclaus currently, if you try to start the karavan in dev mode it will
just fail as it tries to connect to `https://gitea:3000` which is not there.
The contributed configuration
davsclaus commented on PR #1517:
URL: https://github.com/apache/camel-karavan/pull/1517#issuecomment-2780634010
what does this really help with and why would you do that
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
iocanel opened a new pull request, #1517:
URL: https://github.com/apache/camel-karavan/pull/1517
Recently, we've added gitea dev service as part of the quarkus-jgit
extension. This pull request adds the required configuration so that it can be
used when running the karavan app in dev mode.