Closed glatuske closed 9 months ago
Sprotty currently uses the internal class from GSON com.google.gson.internal.bind.JsonTreeWriter. In OSGi environemt this package is not visible.
https://github.com/eclipse-sprotty/sprotty-server/blob/master/org.eclipse.sprotty.server/src/main/java/org/eclipse/sprotty/server /json/PropertyBasedTypeAdapter.java#L29
Hi @glatuske, is that a pressing issue for you? Just asking for the sake of prioritization/planning. I'll take care about it.
Fixed as part of #v1.1.1
Sprotty currently uses the internal class from GSON com.google.gson.internal.bind.JsonTreeWriter. In OSGi environemt this package is not visible.
https://github.com/eclipse-sprotty/sprotty-server/blob/master/org.eclipse.sprotty.server/src/main/java/org/eclipse/sprotty/server /json/PropertyBasedTypeAdapter.java#L29