Compare commits

1 Commits
main ... main

Author SHA256 Message Date
Fridrich Štrba
5395b86ade 3.10.0 changelog 2026-02-09 13:21:16 +01:00

View File

@@ -1,3 +1,45 @@
-------------------------------------------------------------------
Mon Feb 9 12:14:00 UTC 2026 - Fridrich Strba <fstrba@suse.com>
- Upgrade to version 3.10.0
* New features and improvements
+ Introduce graphRoots for dependencyFilter based mojos
* Bug Fixes
+ Apply excludeReactor to plugin dependencies in go-offline and
resolve-plugins
+ Only log dependency classpath when no property/file output is
specified
+ MDEP-974: strip ansi codes when writing to a file
* Documentation updates
+ Add analyze-only to usage page
+ Move doc comment to correct location
+ Focus on most recent version
* Maintenance
+ Fix Jenkin bages in README
+ Improve dependencies filtering in AbstractAnalyzeMojo
+ Migration to JUnit 5
+ JUnit Jupiter best practices
+ Migrate JUnit3 based Tests to JUnit 5
* Dependency updates
+ Bump org.apache.maven.shared:maven-dependency-analyzer from
1.16.0 to 1.17.0
+ Bump org.assertj:assertj-core from 2.9.1 to 3.27.7 in
/src/it/projects/analyze-testDependencyWithNonTestScope
+ Bump org.assertj:assertj-core from 3.27.6 to 3.27.7
+ Bump org.codehaus.mojo:mrm-maven-plugin from 1.7.0 to 1.7.1
+ Bump org.apache.maven.plugins:maven-plugins from 46 to 47
+ Bump org.codehaus.plexus:plexus-archiver from 4.10.1 to
4.11.0
+ Bump org.apache.maven.plugins:maven-plugins from 45 to 46
+ Bump org.jsoup:jsoup from 1.21.2 to 1.22.1
+ Bump mavenVersion from 3.9.11 to 3.9.12
+ Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0
+ Bump commons-io:commons-io from 2.20.0 to 2.21.0
+ Bump org.codehaus.plexus:plexus-io from 3.5.1 to 3.6.0
+ Bump org.codehaus.plexus:plexus-i18n from 1.0.0 to 1.1.0
+ Bump org.apache.maven.plugin-testing
:maven-plugin-testing-harness from 3.3.0 to 3.4.0
-------------------------------------------------------------------
Sun Oct 5 15:53:57 UTC 2025 - Fridrich Strba <fstrba@suse.com>