Skip to content

Bump org.gaul:modernizer-maven-plugin from 3.4.0 to 3.5.0 - #1287

Merged
charphi merged 2 commits into
developfrom
dependabot/maven/develop/org.gaul-modernizer-maven-plugin-3.5.0
Jul 29, 2026
Merged

Bump org.gaul:modernizer-maven-plugin from 3.4.0 to 3.5.0#1287
charphi merged 2 commits into
developfrom
dependabot/maven/develop/org.gaul-modernizer-maven-plugin-3.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Contributor

Bumps org.gaul:modernizer-maven-plugin from 3.4.0 to 3.5.0.

Release notes

Sourced from org.gaul:modernizer-maven-plugin's releases.

Modernizer Maven Plugin 3.5.0

  • Add violations for BouncyCastle Base64 and Hex encoders
  • Add violations for commons-codec, commons-collections4, commons-io, and commons-lang 2.x and 3.x
  • Add violations for Google AutoValue (recommend Java 16 records)
  • Add violations for Java 25 and 26
  • Suppress violations in @Generated methods and constructors, #420
Commits
  • a894a07 modernizer-maven-plugin 3.5.0 release
  • 33237e8 Add Math.powExact violations
  • 653d434 Add Reader.readAllAsString and readAllLines violations
  • 3571010 Add Comparator.max and Comparator.min violations
  • cf41e5b Add String case folding violations
  • d1d726f Add SystemUtils.LINE_SEPARATOR violations
  • 3076afd Check class annotations and add AutoValue violation
  • 0de03b6 Add StringTokenizer violations
  • b763a1a Add FastDateFormat violations
  • a437c8f Add Maps.immutableEntry violation
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 25, 2026
@charphi

charphi commented Jul 29, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [org.gaul:modernizer-maven-plugin](https://github.com/gaul/modernizer-maven-plugin) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/gaul/modernizer-maven-plugin/releases)
- [Commits](gaul/modernizer-maven-plugin@modernizer-maven-plugin-3.4.0...modernizer-maven-plugin-3.5.0)

---
updated-dependencies:
- dependency-name: org.gaul:modernizer-maven-plugin
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/maven/develop/org.gaul-modernizer-maven-plugin-3.5.0 branch from 6078588 to 7c29a41 Compare July 29, 2026 09:45
@github-actions

Copy link
Copy Markdown

Compatibility matrix for sdmx-dl

HEAD
jdemetra-dotstat v2.2.12
v2.2.13
v2.2.14 🔥
jdplus-sdmx v3.3.3
v3.3.4
v3.4.0
jdemetra-dotstat @ v2.2.12 -> HEAD
[ERROR] COMPILATION ERROR : 
[ERROR] /tmp/project4245558673332710830/demetra-dotstat-desktop/src/main/java/be/nbb/demetra/sdmx/file/SdmxFileConfiguration.java:[22,39] cannot find symbol
  symbol:   class MemCachingSupport
  location: package standalone_sdmxdl.sdmxdl.format
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.14.1:compile (default-compile) on project demetra-dotstat-desktop: Compilation failure
[ERROR] /tmp/project4245558673332710830/demetra-dotstat-desktop/src/main/java/be/nbb/demetra/sdmx/file/SdmxFileConfiguration.java:[22,39] cannot find symbol
[ERROR]   symbol:   class MemCachingSupport
[ERROR]   location: package standalone_sdmxdl.sdmxdl.format
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :demetra-dotstat-desktop
jdemetra-dotstat @ v2.2.13 -> HEAD
[ERROR] Project depends on packages not accessible at runtime in module eu.europa.ec.joinup.sat:nbdemetra-core:jar:2.2.4
jdemetra-dotstat @ v2.2.14 -> HEAD
[ERROR] Project depends on packages not accessible at runtime in module eu.europa.ec.joinup.sat:nbdemetra-core:jar:2.2.4
jdplus-sdmx @ v3.3.3 -> HEAD
[ERROR] COMPILATION ERROR : 
[ERROR] /tmp/project11895474447639910767/jdplus-sdmx-desktop/jdplus-sdmx-desktop-plugin/src/main/java/jdplus/sdmx/desktop/plugin/file/SdmxFileConfiguration.java:[16,39] cannot find symbol
  symbol:   class MemCachingSupport
  location: package standalone_sdmxdl.sdmxdl.format
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.14.1:compile (default-compile) on project jdplus-sdmx-desktop-plugin: Compilation failure
[ERROR] /tmp/project11895474447639910767/jdplus-sdmx-desktop/jdplus-sdmx-desktop-plugin/src/main/java/jdplus/sdmx/desktop/plugin/file/SdmxFileConfiguration.java:[16,39] cannot find symbol
[ERROR]   symbol:   class MemCachingSupport
[ERROR]   location: package standalone_sdmxdl.sdmxdl.format
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :jdplus-sdmx-desktop-plugin

@charphi
charphi merged commit 17809ec into develop Jul 29, 2026
21 checks passed
@dependabot
dependabot Bot deleted the dependabot/maven/develop/org.gaul-modernizer-maven-plugin-3.5.0 branch July 29, 2026 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant