oscerd opened a new pull request, #2860: URL: https://github.com/apache/camel-kamelets/pull/2860
## Summary - Migrate all 5 GitHub source kamelets (`github-commit-source`, `github-event-source`, `github-pullrequest-comment-source`, `github-pullrequest-source`, `github-tag-source`) from the removed `camel-github` component to its replacement `camel-github2` (introduced in Camel 4.21.0) - Update `camel:github` dependency to `camel:github2` and `github://` URI scheme to `github2://` in both `kamelets/` and `library/.../kamelets/` directories - Update `KameletPrefixSchemeEnum` mappings from `"github"` to `"github2"` - Add null-safety check in `KameletsCatalog.getKameletSupportedHeaders()` to prevent NPE when a component model is not found in the catalog ## Test plan - [x] `mvn verify` passes (all 7 modules, 17 tests green) - [ ] Verify GitHub source kamelets resolve correctly against the `camel-github2` component at runtime _Claude Code on behalf of Andrea Cosentino_ -- 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]
