-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Incorrect web links Quarkus Hibernate Reactive Rest Data Panache #38247
Comments
/cc @DavideD (hibernate-reactive), @FroMage (panache), @gavinking (hibernate-reactive), @geoand (rest-data-panache), @loicmathieu (panache) |
@bpasson sorry, where is the reproducer? |
@DavideD added it just now, I had to create the issue first to get the number. |
@DavideD I will also open a PR for to fix the issue. Just creating the issue here to have a PR reference it. |
Ok, thanks. |
(cherry picked from commit a416151)
Describe the bug
Quarkus Hibernate Reactive Rest Data Panache is providing the incorrect web link self relation urls.
The following snippets taken from the example entities of the reproducer project quarkus-issue-38247 produce incorrect rel=self web links.
Expected behavior
When running the ReproducerTest cases the following is expected for each test case:
Actual behavior
When running the ReproducerTest cases the following is actually happening for each test case:
How to Reproduce?
To reproduce this clone https://github.com/bpasson/quarkus-issue-38247 and run
./mvnw clean verify
and see the failing testcases.Output of
uname -a
orver
Darwin Kernel Version 21.6.0: Thu Sep 29 20:12:57 PDT 2022; root:xnu-8020.240.7~1/RELEASE_X86_64 x86_64
Output of
java -version
openjdk version "17.0.9" 2023-10-17
Quarkus version or git rev
3.6.6
Build tool (ie. output of
mvnw --version
orgradlew --version
)maven 3.9.6
Additional information
No response
The text was updated successfully, but these errors were encountered: