Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Use proper return type when indexing suspend functions #23060

Merged
merged 1 commit into from
Jan 20, 2022

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Jan 20, 2022

This was not a problem with Jackson or Jsonb, because they
used the object class to determine the type of serializer,
but it is needed for Kotlin serialization which actually
used the generic type provided in the MessageBodyWriter
params to determine the serializer

Addresses: #9003 (comment)

This was not a problem with Jackson or Jsonb, because they
used the object class to determine the type of serializer,
but it is needed for Kotlin serialization which actually
used the generic type provided in the MessageBodyWriter
params to determine the serializer

Addresses: #quarkusio#9003 (comment)
@geoand geoand added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Jan 20, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Jan 20, 2022

Failing Jobs - Building c273a64

Status Name Step Failures Logs Raw logs
Gradle Tests - JDK 11 Build Failures Logs Raw logs
Gradle Tests - JDK 11 Windows Build Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ Gradle Tests - JDK 11 #

- Failing: integration-tests/gradle 

📦 integration-tests/gradle

io.quarkus.gradle.KotlinGRPCProjectBuildTest.testBasicMultiModuleBuild line 15 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: "SUCCESS"

⚙️ Gradle Tests - JDK 11 Windows #

- Failing: integration-tests/gradle 

📦 integration-tests/gradle

io.quarkus.gradle.BeanInTestSourcesTest.testBasicMultiModuleBuild line 15 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: "SUCCESS"

@geoand geoand merged commit ec81117 into quarkusio:main Jan 20, 2022
@quarkus-bot quarkus-bot bot added this to the 2.8 - main milestone Jan 20, 2022
@quarkus-bot quarkus-bot bot removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Jan 20, 2022
@geoand geoand deleted the suspend-kotlin-seriazation branch January 20, 2022 16:00
@gsmet gsmet modified the milestones: 2.8 - main, 2.7.0.Final Jan 21, 2022
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.

None yet

4 participants