OpenPDF v1.3.23 Release Notes

Release Date: 2020-11-05 // over 3 years ago
  • ๐Ÿš€ OpenPDF 1.3.23 has been released. OpenPDF is a free Java library for creating and editing PDF files with a LGPL and MPL open source license. This release contains these new improvements:

    • ๐Ÿ— Build: assertj-core from 3.12.2 to 3.18.0
    • ๐Ÿ— Build: bcpkix-jdk15on from 1.66 to 1.67
    • ๐Ÿ— Build: bcprov-jdk15on from 1.66 to 1.67
    • ๐Ÿ— Build: imageio-tiff from 3.5 to 3.6
    • ๐Ÿ— Build: jakarta.servlet-api from 5.0.0-M2 to 5.0.0
    • ๐Ÿ— Build: jfreechart from 1.5.0 to 1.5.1
    • ๐Ÿ’… Build: maven-checkstyle-plugin to 3.1.1
    • ๐Ÿ— Build: maven-surefire-plugin from 2.22.1 to 2.22.2
    • ๐Ÿ— Build: mockito-core from 2.25.1 to 3.6.0
    • ๐Ÿ— Build: pitest-junit5-plugin from 0.7 to 0.12
    • ๐Ÿ— Build: pitmp-maven-plugin from 1.3.6 to 1.3.7
    • ๐Ÿ— Build: spotbugs from 4.1.3 to 4.1.4
    • ๐Ÿšš Cleanup: removed redundant interface modifier
    • ๐Ÿ›  Fix: Javadoc errors and warnings (#367)
    • ๐Ÿ›  Fix: module-info.java for jfreechart update from 1.5.0 to 1.5.1 in pdftoolbox
    • ๐Ÿ›  Fix: No added space to extracted text (#119)
    • ๐Ÿ›  Fix: NPE fix (#443)
    • ๐Ÿ›  Fix: setColor(java.awt.Color.SOMECOLOR) does not work. Update module-info.java (#439)
    • ๐Ÿ›  Fix: Update dependencies & enable dependabot (#413)
    • Project: code of conduct chat badge added
    • Project: Create CODE_OF_CONDUCT.md
    • Project: Create issue templates
    • โช Project: Restore contributors layout
    • Project: Use bullet points for author list
    • โœ… Test: Use jakarta-EE instead of javax (only for tests)

    โšก๏ธ Update to the latest OpenPDF version by using this in your pom.xml file:

    <dependency>
        <groupId>com.github.librepdf</groupId>
        <artifactId>openpdf</artifactId>
        <version>1.3.23</version>
    </dependency>
    

Previous changes from v1.3.22

  • ๐Ÿš€ OpenPDF 1.3.22 has been released. OpenPDF is a free Java library for creating and editing PDF files with a LGPL and MPL open source license. This release contains these new improvements:

    - Works again with Java 8 [#411]
    
    <dependency>
        <groupId>com.github.librepdf</groupId>
        <artifactId>openpdf</artifactId>
        <version>1.3.22</version>
    </dependency>