Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 16, 2024
2 parents 82004b5 + 0725d88 commit 47cd478
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
<commons.jira.pid>12310460</commons.jira.pid>
<!-- limit memory size see BEANUTILS-291; allow command-line override -->
<!-- Originally 25M, increased to 56M to get round Continuum CI / Travis CI build failures -->
<surefire.argLine>-Xmx256M</surefire.argLine>
<!-- Locale needs to be explicitly set to COMPAT to prevent test failure in JDK 21 and above due to Locale changes -->
<surefire.argLine>-Xmx256M -Djava.locale.providers=COMPAT</surefire.argLine>
<commons.encoding>utf-8</commons.encoding>
<!-- Commons Release Plugin -->
<commons.bc.version>2.0.0-SNAPSHOT</commons.bc.version>
Expand Down Expand Up @@ -371,7 +372,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkMode>pertest</forkMode>
<reuseForks>false</reuseForks>
<!-- limit memory size see BEANUTILS-291
..also include ${argLine} from jacoco-maven-plugin
-->
Expand Down Expand Up @@ -527,9 +528,8 @@
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>${commons.findbugs.version}</version>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<configuration>
<threshold>Normal</threshold>
<effort>Default</effort>
Expand Down
3 changes: 3 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@
<action dev="ggregory" type="fix" due-to="Claude Warren, Gary Gregory">
Annotate Converter with @FunctionalInterface.
</action>
<action dev="ggregory" type="fix" due-to="SingingBush">
Fix JDK 21 CI failure due to locale changes #201.
</action>
<!-- ADD -->
<action dev="ggregory" type="add" due-to="Dependabot, Gary Gregory">
Add github/codeql-action #118.
Expand Down

0 comments on commit 47cd478

Please sign in to comment.