smongiar opened a new pull request, #22416:
URL: https://github.com/apache/camel/pull/22416
# Description
The KubernetesExport class has the repos field available (it's inherited
from the export base class), but never passes it to CatalogHelper.
The previous behavior was it calls the 3-param CatalogHelper.loadCatalog()
which hardcodes empty repos, instead of calling the 5-param version and passing
the repos field.
So, in in CatalogLoader.loadSpringBootCatalog(), setRepositories("") leading
to failure
# Target
- [X] I checked that the commit is targeting the correct branch (Camel 4
uses the `main` branch)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]