eclipse-sprotty / sprotty-server

Server implementation for the Sprotty diagramming framework
https://eclipse.org/sprotty
Eclipse Public License 2.0
24 stars 19 forks source link

Remove references to GSON internal #89

Closed glatuske closed 9 months ago

glatuske commented 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

sailingKieler commented 9 months ago

Hi @glatuske, is that a pressing issue for you? Just asking for the sake of prioritization/planning. I'll take care about it.

glatuske commented 9 months ago

Fixed as part of #v1.1.1