Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Change default package used for materialized classes to reflect Jackson 2.x #21

Closed
cowtowncoder opened this issue Jun 26, 2015 · 0 comments
Milestone

Comments

@cowtowncoder
Copy link
Member

Currently (as of 2.5) mrbean still uses package "org.codehaus.jackson.generated for materialization.
But it should really use the new package:

com.fasterxml.jackson.module.mrbean.generated

both to avoid conflicts with Jackson 1.x mrbean (unlikely but possible), and to make it easier to see that they are related to Java class of mrbean itself.

@cowtowncoder cowtowncoder added this to the 2.6.0-rc3 milestone Jun 26, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant