You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by Tim Allison <ta...@apache.org> on 2020/12/22 16:10:30 UTC

jaxb/activation in preflight app?

All,
  I had a colleague ask about running the preflight app with Java 11.  It
looks like he'll have to add the activation and jaxb jars to the class
path.  I don't think we need to do this with pdfbox-app.  Is this intended
or should we bundle the activation/jaxb stuff with preflight for a Java 11
"release"?

  Thank you!

         Best,

             Tim

Re: jaxb/activation in preflight app?

Posted by Tilman Hausherr <TH...@t-online.de>.
Hi,

Yes, we need
javax.xml.bind.DatatypeConverter
and
javax.activation.DataSource
in preflight.

I was the one who modified the pom.xml files, I didn't bundle it because 
of license.

The two packages were part of java itself, but now no longer.

Tilman


Am 22.12.2020 um 17:10 schrieb Tim Allison:
> All,
>    I had a colleague ask about running the preflight app with Java 11.  It
> looks like he'll have to add the activation and jaxb jars to the class
> path.  I don't think we need to do this with pdfbox-app.  Is this intended
> or should we bundle the activation/jaxb stuff with preflight for a Java 11
> "release"?
>
>    Thank you!
>
>           Best,
>
>               Tim
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org


Re: jaxb/activation in preflight app?

Posted by Andreas Lehmkuehler <an...@lehmi.de>.
Am 22.12.20 um 17:10 schrieb Tim Allison:
> All,
>    I had a colleague ask about running the preflight app with Java 11.  It
> looks like he'll have to add the activation and jaxb jars to the class
> path.  I don't think we need to do this with pdfbox-app.  Is this intended
> or should we bundle the activation/jaxb stuff with preflight for a Java 11
> "release"?

In 2.0.x preflight uses activation (javax.activation.DataSource) and xmpbox jaxb 
(javax.xml.bind.DatatypeConverter). The current trunk doesn't use activation 
anymore.

Andreas

> 
>    Thank you!
> 
>           Best,
> 
>               Tim
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org