Re: [PR] CAMEL-22173 - camel-salesforce: allow to configure fallbackToLatestRe… [camel]

2025-07-04 Thread via GitHub


lorenzobenvenuti commented on PR #18538:
URL: https://github.com/apache/camel/pull/18538#issuecomment-3035307088

   TYVM!


-- 
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]



Re: [PR] CAMEL-22173 - camel-salesforce: allow to configure fallbackToLatestRe… [camel]

2025-07-04 Thread via GitHub


davsclaus commented on PR #18538:
URL: https://github.com/apache/camel/pull/18538#issuecomment-3035304288

   Yeah I will run a regen via
   ```
   ./etc/scripts/regen.sh
   ```
   
   It takes some time but I have a fast computer. Its common this happens for 
contributors as they need to rebuild all of the code when they change something 
in a component and its just harder to explain how, than do it yourself


-- 
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]



Re: [PR] CAMEL-22173 - camel-salesforce: allow to configure fallbackToLatestRe… [camel]

2025-07-04 Thread via GitHub


davsclaus merged PR #18538:
URL: https://github.com/apache/camel/pull/18538


-- 
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]



Re: [PR] CAMEL-22173 - camel-salesforce: allow to configure fallbackToLatestRe… [camel]

2025-07-04 Thread via GitHub


lorenzobenvenuti commented on PR #18538:
URL: https://github.com/apache/camel/pull/18538#issuecomment-3035267732

   I see the pipeline failed because there are some uncommitted files after the 
build, do I need to anything on my side? I've just noticed that, after running 
a build locally, I have uncommitted files too (although in my case it's just 
one: 
`catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/salesforce.json`)
   
   Thanks!


-- 
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]



Re: [PR] CAMEL-22173 - camel-salesforce: allow to configure fallbackToLatestRe… [camel]

2025-07-04 Thread via GitHub


github-actions[bot] commented on PR #18538:
URL: https://github.com/apache/camel/pull/18538#issuecomment-3035113961

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :robot: CI automation will test this PR automatically.
   
   :camel: Apache Camel Committers, please review the following items:
   
   * First-time contributors **require MANUAL approval** for the GitHub Actions 
to run
   
   * You can use the command `/component-test (camel-)component-name1 
(camel-)component-name2..` to request a test from the test bot.
   
   * You can label PRs using `build-all`, `build-dependents`, `skip-tests` and 
`test-dependents` to fine-tune the checks executed by this PR.
   
   * Build and test logs are available in the Summary page. **Only** [Apache 
Camel committers](https://camel.apache.org/community/team/#committers) have 
access to the summary. 
   
   * :warning: Be careful when sharing logs. Review their contents before 
sharing them publicly.


-- 
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]



[PR] CAMEL-22173 - camel-salesforce: allow to configure fallbackToLatestRe… [camel]

2025-07-04 Thread via GitHub


lorenzobenvenuti opened a new pull request, #18538:
URL: https://github.com/apache/camel/pull/18538

   …playId for both the endpoint and the component
   
   # Description
   
   Camel-salesforce: move `fallbackToLatestReplayId` to 
`SalesforceEndpointConfig` in order to allow settings values for both the 
endpoint and the component
   
   # Target
   
   - [X] I checked that the commit is targeting the correct branch (Camel 4 
uses the `main` branch)
   
   # Tracking
   - [X] If this is a large change, bug fix, or code improvement, I checked 
there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for 
the change (usually before you start working on it).
   
   https://issues.apache.org/jira/browse/CAMEL-22173
   
   # Apache Camel coding standards and style
   
   - [X] I checked that each commit in the pull request has a meaningful 
subject line and body.
   
   
   
   - [ ] I have run `mvn clean install -DskipTests` locally from root folder 
and I have committed all auto-generated changes.
   
   
   
   


-- 
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]