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

Probable bug in AsyncResponseImpl lines 156 183 #41732

Closed
dk2k opened this issue Jul 6, 2024 · 1 comment · Fixed by #41752
Closed

Probable bug in AsyncResponseImpl lines 156 183 #41732

dk2k opened this issue Jul 6, 2024 · 1 comment · Fixed by #41752
Labels
area/rest kind/bug Something isn't working
Milestone

Comments

@dk2k
Copy link
Contributor

dk2k commented Jul 6, 2024

Describe the bug

Sample line:
ret.put(callback.getClass(), register(callback));
Variable callback is already instance of Class and taking its class will erase the actual one

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

Quarkus version or git rev

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

@dk2k dk2k added the kind/bug Something isn't working label Jul 6, 2024
Copy link

quarkus-bot bot commented Jul 8, 2024

/cc @FroMage (resteasy-reactive), @stuartwdouglas (resteasy-reactive)

geoand added a commit to geoand/quarkus that referenced this issue Jul 8, 2024
geoand added a commit that referenced this issue Jul 9, 2024
Fix bug in AsyncResponseImpl#register
@quarkus-bot quarkus-bot bot added this to the 3.13 - main milestone Jul 9, 2024
@gsmet gsmet modified the milestones: 3.13 - main, 3.12.2 Jul 9, 2024
gsmet pushed a commit to gsmet/quarkus that referenced this issue Jul 9, 2024
holly-cummins pushed a commit to holly-cummins/quarkus that referenced this issue Jul 31, 2024
danielsoro pushed a commit to danielsoro/quarkus that referenced this issue Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/rest kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants