Releases: adobe/aemanalyser-maven-plugin
aemanalyser-maven-plugin-1.4.18
What's Changed
- Use EXTRACT_AND_REMOVE instead of KEEP for sling initial content policy by @niekraaijmakers in #165
Full Changelog: aemanalyser-maven-plugin-1.4.16...aemanalyser-maven-plugin-1.4.18
AEM Maven Analyser Plugin 1.4.16
What's Changed
- Fix regression where the converted packages weren't written to disk. #170
- Updates to the aemanalyser-core component
Full Changelog: aemanalyser-maven-plugin-1.4.10...aemanalyser-maven-plugin-1.4.16
AEM Maven Analyser Plugin 1.4.10
What's Changed
- Include invalid values for env name checks. #154 by @cziegeler in #155
- Check if runmode is used for mutable content packages #156 by @cziegeler in #157
- Make env var checks more lenient #158 by @cziegeler in #159
- Switch to OSGi converter by @cziegeler in #160
- Check if runmode is used for mutable content packages #156 by @cziegeler in #161
Full Changelog: aemanalyser-maven-plugin-1.4.8...aemanalyser-maven-plugin-1.4.10
AEM Maven Analyser Plugin 1.4.8
What's Changed
- Always update metadata for retrieving latest version by @kwin in #141
- Allow reference of secrets which name starts with customer-secrets #152 by @cziegeler in #153
Full Changelog: aemanalyser-maven-plugin-1.4.6...aemanalyser-maven-plugin-1.4.8
AEM Maven Analyser Plugin 1.4.6
What's Changed
- Add checks for secrets usage #149 by @cziegeler in #150
- Enable jackrabbit docview parser by @niekraaijmakers in #151
New Contributors
- @niekraaijmakers made their first contribution in #151
Full Changelog: aemanalyser-maven-plugin-1.4.4...aemanalyser-maven-plugin-1.4.6
AEM Maven Analyser Plugin 1.4.4
What's Changed
Full Changelog: aemanalyser-maven-plugin-1.4.2...aemanalyser-maven-plugin-1.4.4
AEM Maven Analyser Plugin 1.4.2
What's Changed
- Update repoinit parser version to 1.6.14 in aemanalyse… by @anchela in #143
- Update sling-feature-cpconverter version to 1.1.12 in aemanalyser-maven-plugin by @anchela in #145
New Contributors
Full Changelog: aemanalyser-maven-plugin-1.4.0...aemanalyser-maven-plugin-1.4.2
AEM Maven Analyser Plugin 1.4.0
What's Changed
This release has the following new features:
- New analyser task bundle-unversioned-packages to check for unversioned package exports/imports
- Remove checking of unversioned packages from analyser task api-regions-exportsimports
This release has the following code improvements:
- Get rid of deprecated maven-compat dependency by @kwin in #128
- Remove use of deprecated method MavenProject.getDependencyArtifacts by @cziegeler in #129
- Mark Maven-exported dependencies as scope provided by @kwin in #126
- Move configuration-api analyser to user tasks by @cziegeler in #132
- Move repoinit analyser to user tasks by @cziegeler in #133
- Split up api-regions-exportsimports in multiple tasks #130 by @cziegeler in #136
- Introduce new abstractions that simplify the reuse of the AemAggregator by @rombert in #139
- Cleanup: remove leftover log entry by @rombert in #142
- Ensure that invoker tests check for artifact updates by @rombert in #140
- Update plugins by @kwin in #131
New Contributors
- @cschneider made their first contribution in #135
Full Changelog: aemanalyser-maven-plugin-1.3.0...aemanalyser-maven-plugin-1.4.0
AEM Maven Analyser Plugin 1.3.0
What's Changed
This release has the following new features:
- #70 Introduce skipAnalyserTasks and skipAnalyserUserTasks properties to skip selected tasks by @stefanseifert in #118
- #116 add contentPackageFiles property to support validating a list of content package files by @stefanseifert in #117
This release fixes the following bugs:
- #120 Avoid warning 'Artifact rules are not specified' by @cziegeler in #122
- #121 Avoid warning about importing JDK packages without a version by @cziegeler
This release has the following code improvements:
- Add integration tests based on wknd 1.0.0 release by @cziegeler in #115
New Contributors
- @stefanseifert made their first contribution in #118
Full Changelog: aemanalyser-maven-plugin-1.2.2...aemanalyser-maven-plugin-1.3.0
AEM Maven Analyser Plugin 1.2.2
This release fixes the following bugs:
- ClassNotFoundException when running analysers #113