Skip to content

Conversation

rastislavpapp
Copy link
Collaborator

  • I've uncommented all the tests I could find, and fixed them - problems were mainly wrong packages / imports between test data files (maybe after some refactoring where the files were moved), and in not including camel-model jar in the test project fixture (which causes RouteBuilder, BeanInject and similar classes not to be recognized)
  • fixed some bugs
  • bean method references (.bean(xxx, "thisIsMethodReference")) now recognize parameter types, for example when there are overloaded methods in a bean, and you do .bean(xxx, "methodCall(*, *)"), this only matches method with the name and with 2 arguments. Inspired by BeanInfo#matchMethod

@rastislavpapp rastislavpapp requested a review from davsclaus August 6, 2025 17:37
@davsclaus davsclaus merged commit 0ef9d0d into camel-tooling:main Aug 11, 2025
3 checks passed
@rastislavpapp rastislavpapp deleted the #1080_dumb_mode branch August 11, 2025 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants