Frederic Mbea
Frederic Mbea
I tried to reproduce the issue with Node16.x, but the error doesn't show up. I also tried with the java 11, then python 3.9 runtimes just to be very sure,...
The build fails because the V4 of Java-events is not released yet.
Rebased.
Not getting any error when running `mvn release:prepare -DdryRun=true`. @deki does the release build still fail on your side?
I updated in `maven-archetype-plugin`' to 3.2.1 in `aws-serverless-jersey-archetype/pom.xml`, `aws-serverless-spring-archetype/pom.xml` and `aws-serverless-springboot3-archetype/pom.xml`. I'm not getting any error. Is there anything else I can do to reproduce?
Hi. Thanks for raising the issue. We are taking a look.
Hi @jjuncho. Could you provide an example of a path with an encoded value? We use the Jackson library to deserialize the Json from the input stream into a request...
I managed to reproduce the issue. Trying to find the root cause.
@jjuncho Not yet. I'm actively working on it. One question: Is /path?query=%25encoded%24 a good example path to reproduce the issue? That's what I used, I just want to make sure.
@jjuncho I found what the issue is and I'm working to solve it. But first I would like to confirm the behavior you're looking to get. Do you expect /path/%25encoded%25/smth...