FasterXML / jackson-dataformat-xml

Extension for Jackson JSON processor that adds support for serializing POJOs as XML (and deserializing from XML) as an alternative to JSON
Apache License 2.0
562 stars 221 forks source link

Rename "com.fasterxml.jackson" -> "tools.jackson" #539

Closed cowtowncoder closed 1 year ago

cowtowncoder commented 1 year ago

As the main task for JSTEP-1 (https://github.com/FasterXML/jackson-future-ideas/wiki/JSTEP-1) we need to:

Change Maven package group id from "com.fasterxml.jackson.dataformat" to "tools.jackson.dataformat"
Change Java Package name from "com.fasterxml.jackson.dataformat" to "tools.jackson.dataformat"

as well as all secondary changes for OSGi and Java module system.