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

IllegalArgumentException when accessing queue details #218

Closed
banny310 opened this issue Feb 24, 2024 · 1 comment · Fixed by #219
Closed

IllegalArgumentException when accessing queue details #218

banny310 opened this issue Feb 24, 2024 · 1 comment · Fixed by #219
Assignees

Comments

@banny310
Copy link

What's not working?
When accessing /rqueue/queues/{queueName}
{ timestamp: "2024-02-24T19:48:39.231+00:00", type: "IllegalArgumentException", title: "Internal Server Error", status: 500, detail: "Name for argument of type [java.lang.String] not specified, and parameter name information not found in class file either." }
I have searched around and found this:
https://stackoverflow.com/questions/77688279/upgrading-to-spring-boot-3-2-with-spring-security-6-2-0-name-for-argument-of-ty
with leads me to this:
https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-6.x#parameter-name-retention

What're application dependencies ?

  • Rqueue Version: 3.1.0-RELEASE
  • Spring Boot Version: v3.2.0

Conclusion

No more parameter name recognition from spring 6.1.
All annotations (@PathVariable) should have parameter name explicitly defined

@sonus21
Copy link
Owner

sonus21 commented Mar 1, 2024

🚀🚀🚀
Thanks for the PR,
I've released 3.1.1 that should work!!!

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 a pull request may close this issue.

2 participants