Path param annotated with @Encoded are not url encoded by the quarkus-rest-client-jackson anymore #40521
Labels
area/jackson
Issues related to Jackson (JSON library)
area/rest-client
env/windows
Impacts Windows machines
kind/bug
Something isn't working
Milestone
Describe the bug
quarkus-rest-client-jackson interface:
Expected behavior
The filePath path param is url encoded. Still working with 3.8.4
Actual behavior
The filePath path param is not url encoded anymore. Fails since 3.9.1
How to Reproduce?
Output of
uname -a
orver
No response
Output of
java -version
openjdk 21.0.3 2024-04-16 LTS OpenJDK Runtime Environment Zulu21.34+20-SA (build 21.0.3+9-LTS) OpenJDK 64-Bit Server VM Zulu21.34+20-SA (build 21.0.3+9-LTS, mixed mode, sharing)
Quarkus version or git rev
3.9.1
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) Maven home: C:\ieu\apache-maven-3.9.2 Java version: 21.0.3, vendor: Azul Systems, Inc., runtime: C:\ieu\java\openjdk-21 Default locale: en_US, platform encoding: UTF-8 OS name: "windows 11", version: "10.0", arch: "amd64", family: "windows"
Additional information
No response
The text was updated successfully, but these errors were encountered: