FasterXML / jackson-dataformats-binary

Uber-project for standard Jackson binary format backends: avro, cbor, ion, protobuf, smile
Apache License 2.0
310 stars 133 forks source link

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

Closed cowtowncoder closed 2 years ago

cowtowncoder commented 2 years ago

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

  1. Change Maven package group id from "com.fasterxml.jackson.dataformat" to "tools.jackson.dataformat"
  2. 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.