Skip to content

Commit d27e329

Browse files
committed
Merge branch 'master' into pdf-x
2 parents 514bad6 + ae7190a commit d27e329

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ and bugreports to this GitHub repository.
2121

2222

2323

24-
## OpenPDF version 2.0.4 released 2025-05-20
24+
## OpenPDF version 2.0.5 released 2025-05-26
2525

26-
Get version 2.0.4 here: https://github.com/LibrePDF/OpenPDF/releases/tag/2.0.4
26+
Get version 2.0.5 here: https://github.com/LibrePDF/OpenPDF/releases/tag/2.0.5
2727

2828
Please note: Repositories like Maven Central and others may take a few days to update.
2929

@@ -56,7 +56,7 @@ Add this to your pom.xml file to use the latest version of OpenPDF:
5656
<dependency>
5757
<groupId>com.github.librepdf</groupId>
5858
<artifactId>openpdf</artifactId>
59-
<version>2.0.4</version>
59+
<version>2.0.5</version>
6060
</dependency>
6161
```
6262

checkstyle.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<property name="eachLine" value="true"/>
4646
</module>
4747

48-
<module name="LineLength">
48+
<!-- <module name="LineLength">
4949
<property name="fileExtensions" value="java"/>
5050
<!-- OpenPDF: Not fully possible yet due existing code -->
5151
<property name="max" value="180"/> <!-- Should be slowly reduced to 120 -->
5252
<property name="ignorePattern"
5353
value="^package.*|^import.*|a href|href|http://|https://|ftp://"/>
54-
</module>
54+
</module> -->
5555

5656
<module name="TreeWalker">
5757
<module name="UnusedImports">
@@ -75,7 +75,7 @@
7575
</module>
7676
-->
7777

78-
<module name="AvoidStarImport"/>
78+
<!--<module name="AvoidStarImport"/>-->
7979
<module name="OneTopLevelClass"/>
8080
<module name="NoLineWrap">
8181
<property name="tokens" value="PACKAGE_DEF, IMPORT, STATIC_IMPORT"/>
@@ -320,12 +320,12 @@
320320
<module name="VariableDeclarationUsageDistance"/>
321321
-->
322322

323-
<module name="CustomImportOrder">
323+
<!--<module name="CustomImportOrder">
324324
<property name="sortImportsInGroupAlphabetically" value="true"/>
325325
<property name="separateLineBetweenGroups" value="true"/>
326326
<property name="customImportOrderRules" value="STATIC###THIRD_PARTY_PACKAGE"/>
327327
<property name="tokens" value="IMPORT, STATIC_IMPORT, PACKAGE_DEF"/>
328-
</module>
328+
</module>-->
329329
<module name="MethodParamPad">
330330
<property name="tokens"
331331
value="CTOR_DEF, LITERAL_NEW, METHOD_CALL, METHOD_DEF,

0 commit comments

Comments
 (0)