Skip to content

Conversation

koppor
Copy link

@koppor koppor commented Dec 28, 2020

This fixes https://issues.apache.org/jira/browse/PDFBOX-5061

Jakarta EE 9 is finally there: https://blogs.eclipse.org/post/mike-milinkovich/jakarta-ee-9-delivers-big-bang. The package name javax.xml needed to be replaced by jakarta.xml. This PR does it for Apache PDF Box.

I am not sure whether following needs to be added. My test runs with Java10+ didn't need it

            <dependency>
                <groupId>com.sun.xml.bind</groupId>
                <artifactId>jaxb-impl</artifactId>
                <version>3.0.0</version>
                <scope>runtime</scope>
            </dependency>

@msahyoun
Copy link

@koppor we are looking to replace with java.time instead of the suggested jakarta.xml component.

@asfgit asfgit closed this in 40ce6ea Dec 30, 2020
@koppor koppor deleted the PDFBOX-5061 branch May 5, 2021 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants