Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 29, 2025

Bumps com.twilio.sdk:twilio from 11.0.1 to 11.0.2.

Release notes

Sourced from com.twilio.sdk:twilio's releases.

11.0.2

Release Notes

Ai

  • Add error as possible transcript status
  • Add error as possible transcript status

Chat

  • Updated v2 UserChannel channel_status from not_participating to notParticipating

Intelligence

  • Make intelligence work with RestProxy
  • Add additional enums to better represent the possible states
  • Add error enum to transcription status to better align with possible outputs
  • Add json output type to text classification

Trusthub

  • Remove required parameter Primary Profile Sid from compliance_inquiry and compliance_inquiry_individual

Accounts

  • Add Messaging GeoPermissions API changes

Docs Maven

Changelog

Sourced from com.twilio.sdk:twilio's changelog.

[2025-10-28] Version 11.0.2

Ai

  • Add error as possible transcript status
  • Add error as possible transcript status

Chat

  • Updated v2 UserChannel channel_status from not_participating to notParticipating

Intelligence

  • Make intelligence work with RestProxy
  • Add additional enums to better represent the possible states
  • Add error enum to transcription status to better align with possible outputs
  • Add json output type to text classification

Trusthub

  • Remove required parameter Primary Profile Sid from compliance_inquiry and compliance_inquiry_individual

Accounts

  • Add Messaging GeoPermissions API changes
Commits
  • dda07ec Release 11.0.2
  • c3be0af [Librarian] Regenerated @ a264875856b0343f622eafc05d7b82d1a272cd01 36d9907dbc...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 29, 2025
@github-actions
Copy link
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟

🤖 CI automation will test this PR automatically.

🐫 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 have access to the summary.

  • ⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@davsclaus
Copy link
Contributor

may require manual update

@davsclaus
Copy link
Contributor

they broke something in this patch release

@squakez
Copy link
Contributor

squakez commented Oct 31, 2025

@dependabot rebase

Bumps [com.twilio.sdk:twilio](https://github.com/twilio/twilio-java) from 11.0.1 to 11.0.2.
- [Release notes](https://github.com/twilio/twilio-java/releases)
- [Changelog](https://github.com/twilio/twilio-java/blob/main/CHANGES.md)
- [Commits](twilio/twilio-java@11.0.1...11.0.2)

---
updated-dependencies:
- dependency-name: com.twilio.sdk:twilio
  dependency-version: 11.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/com.twilio.sdk-twilio-11.0.2 branch from 781c498 to 8618432 Compare October 31, 2025 12:28
@squakez
Copy link
Contributor

squakez commented Nov 4, 2025

I'm having a look at this one.

@squakez
Copy link
Contributor

squakez commented Nov 4, 2025

Apparently the new dependency has the same content than the previous. However, when we are trying to load the classes, in .1 we get

For name com.twilio.rest.api.v2010.AccountCreator

whilst in .2 we get

For name com.twilio.type.AccountCreator

which really does not exist. There may be some mismatch between the names. Continuing to look into it.

@squakez
Copy link
Contributor

squakez commented Nov 5, 2025

I advanced the investigation and, apparently, the problem is the introduction of the import com.twilio.type.* in the java source. For some reason our parser gets confused. I am finding a fix for it.

@squakez
Copy link
Contributor

squakez commented Nov 5, 2025

Likely this bug :( forge/roaster#223

@davsclaus
Copy link
Contributor

Good finding.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 5, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@squakez squakez deleted the dependabot/maven/com.twilio.sdk-twilio-11.0.2 branch November 5, 2025 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

camel-4 core-build-and-dependencies dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants