Details
-
Dependency upgrade
-
Status: Closed
-
Minor
-
Resolution: Done
-
3.2.0
-
None
-
None
Description
Release 0.11.0
Bug:
MSHARED-802- Wrongly check filter parameter which is allowed to be null.
Improvement:
MSHARED-805- Code Improvements
Dependency upgrade:
MSHARED-791- Upgrade plexus-utils to 3.1.1
Release 0.10.1
Bugs:
MSHARED-743- Improve documentation about install projectMSHARED-778- Managed dependencies are ignored
Improvements:
MSHARED-753- Remove updateReleaseInfo from ProjectDeployer docsMSHARED-766- Build on JDK 11
Dependency upgrade:
MSHARED-759- Upgrade parent to version 33
Release 0.10.0
Bugs:
MSHARED-641- NoSuchMethodException using DependencyResolver with Maven 3.0MSHARED-724- Upgrade mave-surefire/failsafe-plugin 2.21.0
Improvements:
MSHARED-655- ArtifactInstaller check for integrity of parameters null, empty collection, being a directoryMSHARED-656- Make integration testing for different Maven versions possibleMSHARED-658- ArtifactDeployer check for integrity of parameters null, empty collection, being a directoryMSHARED-677- Add null checks for ArtifactResolver interface.MSHARED-678- Add null check for ProjectInstaller InterfaceMSHARED-679- Make all classes package private in internal packageMSHARED-695- Move checksum creation from install part to deploy partMSHARED-696- Add missing Maven Version 3.5.2 to ArtifactDeployerTestMSHARED-697- Add Maven Version 3.5.3 to all Integration tests after releasing Maven 3.5.3MSHARED-701- Remove installation of pom checksum - IT's do not failMSHARED-705- Remove updateReleaseInfo from ProjectInstallerRequest
Tasks
MSHARED-698- Change the package to org.apache.maven.shared.transfer.*MSHARED-703- Try to identify why IT's not running with Maven 3.0.5MSHARED-742- Add null check for DependencyResolver Interface
Dependency upgrades:
MSHARED-651- Upgrade plexus-utils to version 3.1.0MSHARED-652- Upgrade to maven-shade-plugin to version 3.0.0MSHARED-682- Upgrade maven-shared-components parent to version 31MSHARED-693- Upgrade JUnit from 4.11 to 4.12MSHARED-699- Upgrade parent to 31 in IT example projectMSHARED-737- Upgrade mockito-core to 2.18.3 JDK 10 supportMSHARED-741- Upgrade commons-codec to 1.11
Release 0.9.1
Bug:
MSHARED-602- NoSuchMethodException using DependencyCollector with Maven 3.0
Improvements:
MSHARED-635- Upgrade to plexus-component-metadata/plexus-component-annotation to 1.7.1MSHARED-636- Upgrade maven-common-artifact-filters to 3.0.1MSHARED-637- Remove IOException from ProjectDeployer cause it's not thrown by the code