You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use redis-cache from quarkus. I have a post method which returns jakarta.json.JsonObject.
When I set the value type jakarta.json.JsonObject like [1]. Fails with below error.
at [Source: (io.netty.buffer.ByteBufInputStream); line: 1, column: 1]```
And when I try to specify the Concrete class `org.eclipse.parsson.JsonObjectBuilderImpl.JsonObjectImpl` It fails to start the server with below error.
``` Error creating synthetic bean [gav3xP1Xa1oNcPy1xyyVtm9vI-c]: java.lang.IllegalArgumentException: Unable to load the class org.eclipse.parsson.JsonObjectBuilderImpl.JsonObjectImpl
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I am trying to use redis-cache from quarkus. I have a post method which returns
jakarta.json.JsonObject
.When I set the value type
jakarta.json.JsonObject
like [1]. Fails with below error.Is there any way I can fix this issue?
[1]
quarkus.cache.redis.expensiveResourceCache.value-type=jakarta.json.JsonObject
Beta Was this translation helpful? Give feedback.
All reactions