DioxideCN / Tool-Bench

为Halo博客集成更多标签样式与功能支持
GNU General Public License v3.0
47 stars 3 forks source link

GraphQL fetcher doesn't work in Halo 2.10 #18

Closed DioxideCN closed 1 year ago

DioxideCN commented 1 year ago

Expected Behavior

GraphQL fetcher should work in Halo 2.10.

Current Behavior

GraphQL fetcher doesn't work in Halo 2.10 which cause github dom doesn't work correct in frontend.

Possible Solution

Unknown.

Context (Environment)

  1. Halo 2.10
  2. Tool-Bench EA06
DioxideCN commented 1 year ago

Stack trace to:

java.lang.ClassCastException: class com.fasterxml.jackson.databind.node.ObjectNode cannot be cast to class com.fasterxml.jackson.databind.JsonNode (com.fasterxml.jackson.databind.node.ObjectNode is in unnamed module of loader 'app'; com.fasterxml.jackson.databind.JsonNode is in unnamed module of loader org.pf4j.PluginClassLoader @355cbc6d)
DioxideCN commented 1 year ago

Fixed in EA07