Replies: 3 comments 2 replies
-
The issue is caused by having those dependencies in parent pom in dependencyManagement section. Removing them from parent pom is fixing issue. It seems to be bug since I'm not using it at all in mentioned 'non-parent' pom.xml
|
Beta Was this translation helpful? Give feedback.
-
/cc @matejvasek, @patriot1burke could you please take a look if that's an issue? |
Beta Was this translation helpful? Give feedback.
-
Yes, this a bug, but you are pulling in Jackson libraries with the quarkus-resteasy-jackson extension. Just use quarkus-resteasy if you are not doing json. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I've created my next native lambda function and for some reason I get error
Error: com.oracle.graal.pointsto.constraints.UnresolvedElementException: Discovered unresolved field during parsing: com.fasterxml.jackson.databind.SerializationFeature.WRITE_DATES_WITH_CONTEXT_TIME_ZONE.
My pom.xml looks like this:
and lambda handler:
command I use: quarkus build --native -Dquarkus.native.container-build=true
Beta Was this translation helpful? Give feedback.
All reactions