2025-11-04 10:37:21 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Nov 4 09:30:53 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.4.0
|
|
|
|
|
* New features and improvements
|
|
|
|
|
+ Use default pom.xml when Basedir is set
|
|
|
|
|
+ Add MavenProject, MojoExecution to session scope
|
|
|
|
|
+ Support classpath in Basedir
|
|
|
|
|
+ Add MavenSession to session scope
|
|
|
|
|
+ Add default mock for MavenProject
|
|
|
|
|
+ Use plexus-testing 2.0.0 and improvements
|
|
|
|
|
+ Add support for Provides annotation
|
|
|
|
|
+ Improve JUnit5 extension, make similar to Maven 4
|
|
|
|
|
implementation
|
|
|
|
|
+ Add release-drafter and automation GitHub Action
|
|
|
|
|
+ MPLUGINTESTING-91: Maven 3 compatible and improvements
|
|
|
|
|
+ MPLUGINTESTING-90: Get rid of maven-compat
|
|
|
|
|
+ MPLUGINTESTING-84: Support Junit 5 + Maven 3
|
|
|
|
|
+ MPLUGINTESTING-78: Switch to maven 4 and the new api
|
|
|
|
|
+ MPLUGINTESTING-74: Using generics to return the matched type
|
|
|
|
|
for lookup and getVariableValue methods
|
|
|
|
|
+ MPLUGINTESTING-71: Require Java 8
|
|
|
|
|
* Documentation updates
|
|
|
|
|
+ Add migration notes for 3.4.0
|
|
|
|
|
+ Update documentation
|
|
|
|
|
+ Convert current documentation to markdown
|
|
|
|
|
* Maintenance
|
|
|
|
|
+ Update site descriptor to 2.0.0, simple update faq
|
|
|
|
|
+ Add more tests for MojoParameter and Basedir
|
|
|
|
|
+ Cleanups dependencies
|
|
|
|
|
+ Remove unused ResolverExpressionEvaluatorStub in JUnit5
|
|
|
|
|
implementation
|
|
|
|
|
+ Use getters and setters for testBasedir instead of reflection
|
|
|
|
|
+ MPLUGINTESTING-92: Refresh download page
|
|
|
|
|
+ MNG-6829: Replace any StringUtils#isEmpty(String) and
|
|
|
|
|
#isNotEmpty(String)
|
|
|
|
|
+ MPLUGINTESTING-70: Move maven-compat to test scope
|
|
|
|
|
+ Get rid of warnings, cleanup
|
|
|
|
|
+ MPLUGINTESTING-67: fix mailing list links
|
|
|
|
|
- Removed patches:
|
|
|
|
|
* 0001-Port-to-plexus-utils-3.0.21.patch
|
|
|
|
|
* 0002-Port-to-current-maven-artifact.patch
|
|
|
|
|
* maven-plugin-testing-blocked.patch
|
|
|
|
|
+ not needed any more with this version
|
|
|
|
|
|
2024-06-10 16:39:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jun 10 16:38:51 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
2024-06-10 18:17:17 +00:00
|
|
|
- Use plexus-metadata-generator executable directly to simplify
|
|
|
|
|
build classpath
|
2024-06-10 16:39:04 +00:00
|
|
|
|
2024-04-02 17:39:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Apr 2 17:27:41 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
|
|
- Add dependency on plexus-xml where relevant
|
|
|
|
|
* this will be needed for smooth upgrade to plexus-utils 4.0.0
|
|
|
|
|
|
2022-03-21 04:32:54 +00:00
|
|
|
-------------------------------------------------------------------
|
2024-02-21 15:12:25 +00:00
|
|
|
Wed Feb 21 15:12:18 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
|
|
- Use %patch -P N instead of deprecated %patchN.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2022-03-21 04:32:54 +00:00
|
|
|
Mon Mar 21 04:32:01 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
|
|
- Build with source and target levels 8
|
|
|
|
|
|
2021-05-11 15:23:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue May 11 15:22:13 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
|
|
- Do not build against the legacy guava20 package any more
|
|
|
|
|
|
2021-04-26 14:56:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Apr 26 14:55:13 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
|
|
- Added patch:
|
|
|
|
|
* maven-plugin-testing-blocked.patch
|
2021-04-26 17:46:02 +00:00
|
|
|
+ Fix build against newer maven
|
2021-04-26 14:56:59 +00:00
|
|
|
|
2019-11-21 16:26:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Nov 21 16:23:35 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
|
|
- Fix build with maven-invoker-3.0.1 that has a new dependency
|
|
|
|
|
on maven-shared-utils
|
|
|
|
|
|
2019-03-26 09:45:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Mar 26 09:44:56 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
|
|
- Initial pakaging of maven-plugin-testing 3.3.0
|
|
|
|
|
- Generate and customize the ant build files
|