Skip to content

Releases: adobe/aemanalyser-maven-plugin

aemanalyser-maven-plugin-1.6.4

06 Aug 10:17
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update actions/cache action to v4 by @renovate in #276
  • chore(deps): update actions/setup-java action to v4 by @renovate in #278
  • chore(deps): update actions/checkout action to v4 by @renovate in #277
  • Don't close the input stream for embedded bundles by @cziegeler in #280
  • fix(deps): update dependency commons-io:commons-io to v2.16.1 by @renovate in #272
  • fix(deps): update dependency com.adobe.aem:aemanalyser-core to v1.5.0 by @renovate in #281
  • Don't fail the build in strict mode for outdated maven plugin or SDK API by @cziegeler in #284

Full Changelog: aemanalyser-maven-plugin-1.6.0...aemanalyser-maven-plugin-1.6.4

aemanalyser-maven-plugin-1.6.0

30 Jul 08:09
Compare
Choose a tag to compare

What's Changed

  • fix: Reporting of violation of artifact rules is broken by @cziegeler in #229
  • fix: Check global and deprecated region for usage of deprecated api by @cziegeler in #230
  • Require at least Apache Maven 3.8.1 by @cziegeler in #183
  • Bump org.codehaus.plexus:plexus-archiver from 4.6.0 to 4.8.0 in /aemanalyser-maven-plugin by @dependabot in #233
  • Configure Renovate by @renovate in #216
  • AemPackageConverterTest: Switch back to older wcm.io handler version affected by SLING-12197 by @stefanseifert in #221
  • chore(deps): update dependency org.apache.maven.plugins:maven-resources-plugin to v3.3.1 by @renovate in #235
  • chore(deps): update dependency org.apache.maven.plugins:maven-install-plugin to v3.1.2 - autoclosed by @renovate in #234
  • Switch from Plexus to JSR330 annotations by @cziegeler in #239
  • fix(deps): update dependency com.adobe.aem:aemanalyser-core to v1.4.12 by @renovate in #238
  • chore(deps): update slf4j monorepo to v1.7.36 by @renovate in #237
  • fix(deps): update dependency org.apache.felix:org.apache.felix.configadmin to v1.9.26 by @renovate in #241
  • fix(deps): update dependency org.apache.felix:org.apache.felix.cm.json to v2.0.6 by @renovate in #240
  • fix(deps): update dependency org.apache.felix:org.apache.felix.configadmin.plugin.interpolation to v1.2.8 by @renovate in #242
  • fix(deps): update dependency org.apache.johnzon:johnzon-core to v1.2.21 by @renovate in #243
  • In case of duplicate bundles, re-version the product bundle by @cziegeler in #244
  • Update to Apache Sling Content Package to Feature Model Converter 1.3.6 by @cziegeler in #249
  • chore(deps): update dependency org.apache.maven.plugins:maven-invoker-plugin to v3.7.0 by @renovate in #257
  • chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.4 by @renovate in #256
  • chore(deps): update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.5.0 by @renovate in #255
  • chore(deps): update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.1.2 by @renovate in #254
  • chore(deps): update dependency org.apache.maven.plugins:maven-clean-plugin to v3.4.0 by @renovate in #252
  • chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.13.0 by @renovate in #253
  • fix(deps): update dependency org.apache.sling:org.apache.sling.feature.cpconverter to v1.3.6 by @renovate in #246
  • chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3.4.2 by @renovate in #259
  • fix(deps): update dependency org.osgi:org.osgi.resource to v1.0.1 by @renovate in #250
  • fix(deps): update dependency org.osgi:org.osgi.dto to v1.1.1 - autoclosed by @renovate in #248
  • chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.8.0 by @renovate in #260
  • chore(deps): update dependency org.apache.maven.plugins:maven-release-plugin to v3.1.1 by @renovate in #261
  • chore(deps): update dependency org.apache.maven.release:maven-release-oddeven-policy to v3.1.1 by @renovate in #263
  • chore(deps): update dependency org.apache.maven.plugins:maven-source-plugin to v3.3.1 by @renovate in #262
  • chore(deps): update dependency org.mockito:mockito-core to v4.11.0 by @renovate in #266
  • Add analyser to check for implementating or extending ProviderType interfaces from AEM by @cziegeler in #267
  • chore(deps): update surefire.version to v3.3.1 by @renovate in #270

New Contributors

Full Changelog: aemanalyser-maven-plugin-1.5.12...aemanalyser-maven-plugin-1.6.0

aemanalyser-maven-plugin-1.5.12

29 Jul 06:10
Compare
Choose a tag to compare

What's Changed

  • Update org.apache.sling.repoinit.parser to version 1.9.0 by @jsedding in #223

New Contributors

Full Changelog: aemanalyser-maven-plugin-1.5.10...aemanalyser-maven-plugin-1.5.12

aemanalyser-maven-plugin-1.5.10

29 Jul 06:09
Compare
Choose a tag to compare

What's Changed

  • Move configuration api analyser to project analysers. This closes #189 by @cziegeler in #190
  • Support the addition of extra runmodes in the computation of aggregates by @bosschaert in #192
  • AemAnalyserUtil.pruneModels() does not consider custom runmodes by @bosschaert in #194
  • Create a basic GitHub action that builds the project by @rombert in #198
  • Update to the 2.0 version of the feature model artifacts by @rombert in #197
  • Use the released version of the AEM Analyser core by @rombert in #199
  • Generic model needs to be kept in place as buildup of immutable state… by @DominikSuess in #200
  • Allow product classifier to be overridden. by @bosschaert in #202
  • Update to version 1.3.2 of the Sling CPConverter by @rombert in #205
  • Adding Artifact override rule required for mvn dependency with classification by @abhishekgarg18 in #209
  • issues/210 upgarding cpcconvertor vertsion to latest one by @abhishekgarg18 in #211
  • Update maven.yml - cache Maven repository between builds by @rombert in #212
  • SLING-12197 - Fix lacking repoinit statements by @niekraaijmakers in #220

New Contributors

Full Changelog: aemanalyser-maven-plugin-1.5.8...aemanalyser-maven-plugin-1.5.10

aemanalyser-maven-plugin-1.5.8

29 Jul 06:09
Compare
Choose a tag to compare

What's Changed

  • Experimental: track messages for configurations and artifacts by @cziegeler in #188

Full Changelog: aemanalyser-maven-plugin-1.5.6...aemanalyser-maven-plugin-1.5.8

aemanalyser-maven-plugin-1.5.6

29 Jul 06:08
Compare
Choose a tag to compare

aemanalyser-maven-plugin-1.5.4

29 Jul 06:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: aemanalyser-maven-plugin-1.5.2...aemanalyser-maven-plugin-1.5.4

aemanalyser-maven-plugin-1.5.2

29 Jul 06:07
Compare
Choose a tag to compare

aemanalyser-maven-plugin-1.5.0

29 Jul 06:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: aemanalyser-maven-plugin-1.4.20...aemanalyser-maven-plugin-1.5.0

aemanalyser-maven-plugin-1.4.20

07 Oct 11:30
Compare
Choose a tag to compare

What's Changed

  • Missing class org.apache.sling.repoinit.parser.impl.WithPathOptions #176 by @cziegeler in #177

Full Changelog: aemanalyser-maven-plugin-1.4.18...aemanalyser-maven-plugin-1.4.20