Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Ignore Kotlin Continuation Parameter While Inferring Conversion Type #2534

Closed
garyrussell opened this issue Sep 27, 2023 · 1 comment
Closed

Comments

@garyrussell
Copy link
Contributor

Back port of issue #2532

@garyrussell garyrussell added this to the 2.4.17 milestone Sep 27, 2023
garyrussell added a commit to garyrussell/spring-amqp that referenced this issue Sep 27, 2023
Resolves spring-projects#2532

The presence of the parameter caused the inferred type to be set to
`null` due to ambiguous parameters present.

It must be considered an ineligible type when inferring conversion types.

**cherry-pick to 3.0.x (spring-projects#2533), 2.4.x (spring-projects#2534)**
garyrussell added a commit to garyrussell/spring-amqp that referenced this issue Sep 27, 2023
Resolves spring-projects#2532

The presence of the parameter caused the inferred type to be set to
`null` due to ambiguous parameters present.

It must be considered an ineligible type when inferring conversion types.

**cherry-pick to 3.0.x (spring-projects#2533), 2.4.x (spring-projects#2534)**
artembilan pushed a commit that referenced this issue Oct 3, 2023
Resolves #2532

The presence of the parameter caused the inferred type to be set to
`null` due to ambiguous parameters present.

It must be considered an ineligible type when inferring conversion types.

**cherry-pick to 3.0.x (#2533), 2.4.x (#2534)**
artembilan pushed a commit that referenced this issue Oct 3, 2023
Resolves #2532

The presence of the parameter caused the inferred type to be set to
`null` due to ambiguous parameters present.

It must be considered an ineligible type when inferring conversion types.

**cherry-pick to 3.0.x (#2533), 2.4.x (#2534)**

(cherry picked from commit f6d46f6)
artembilan pushed a commit that referenced this issue Oct 3, 2023
Resolves #2532

The presence of the parameter caused the inferred type to be set to
`null` due to ambiguous parameters present.

It must be considered an ineligible type when inferring conversion types.

**cherry-pick to 3.0.x (#2533), 2.4.x (#2534)**

(cherry picked from commit f6d46f6)
@artembilan
Copy link
Member

Fixed via: fceb0ec

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants