Re: [jackson-user] jackson-databind uses compact2 profile

2017-03-06 Thread Tatu Saloranta
Looking at that list, Jackson only requires compact1 packages at runteim.
None of JDK packages from compact3 are used (I think), but couple of
dom (org.w3c.dom) types are referenced.
These classes are dynamically loaded (I think), and if missing,
(de)serializers would just be excluded so it should be possible to use
Jackson without access to these classes, but not build.
It should be possible to test this out if anyone has such environment to try.

-+ Tatu +-



On Wed, Mar 1, 2017 at 3:06 AM, Ferry Huberts  wrote:
>
>
> On Wednesday, March 1, 2017 at 2:14:27 AM UTC+1, Tatu Saloranta wrote:
>>
>> What is compact1 profile?
>
>
> See
> http://docs.oracle.com/javase/8/docs/technotes/guides/compactprofiles/compactprofiles.html
>
> --
> You received this message because you are subscribed to the Google Groups
> "jackson-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jackson-user+unsubscr...@googlegroups.com.
> To post to this group, send email to jackson-user@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"jackson-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jackson-user+unsubscr...@googlegroups.com.
To post to this group, send email to jackson-user@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [jackson-user] jackson-databind uses compact2 profile

2017-02-28 Thread Tatu Saloranta
What is compact1 profile?

-+ Tatu +-

On Mon, Feb 27, 2017 at 3:13 AM, Ferry Huberts  wrote:
> I would really like to run the jackson bundles under compact1 profile for my
> JSON serialisation.
>
> Is it possible to adjust the databind bundle so that it only uses the
> compact1 profile?
>
> Thanks!
>
> Ferry
>
> --
> You received this message because you are subscribed to the Google Groups
> "jackson-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jackson-user+unsubscr...@googlegroups.com.
> To post to this group, send email to jackson-user@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"jackson-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jackson-user+unsubscr...@googlegroups.com.
To post to this group, send email to jackson-user@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.