adobe / aio-lib-java

Adobe I/O - Java SDK
https://opensource.adobe.com/aio-lib-java/
Apache License 2.0
6 stars 18 forks source link

Bump filevault-package-maven-plugin from 1.2.2 to 1.3.0 #81

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps filevault-package-maven-plugin from 1.2.2 to 1.3.0.

Changelog

Sourced from filevault-package-maven-plugin's changelog.

Release Notes -- Apache Jackrabbit FileVault Package Maven Plugin -- Version 1.3.0

Introduction

The Apache Jackrabbit FileVault Package Maven Plugin is an Apache Maven plugin that simplifies the creation of content package Maven artifacts. The content packages can later be used to install content into a JCR repository using the Apache Jackrabbit FileVault packaging runtime.

Changes in Jackrabbit FileVault Package Maven Plugin 1.3.0

Bug Fixes

  • [JCRVLT-566] - "validatorSettings" does no longer detect lowercase values for "defaultSeverity"
  • [JCRVLT-595] - NPE when using filevault-package-maven-plugin:validate-package without project
  • [JCRVLT-609] - Package specific validator settings rely on colon which is not allowed in XML names
  • [JCRVLT-611] - Fix default phase binding
  • [JCRVLT-616] - Fix default excludes

New Features

  • [JCRVLT-558] - Support adding a CND automatically

Improvements

  • [JCRVLT-567] - Move ValidationContext implementation to validation module and export them
  • [JCRVLT-580] - Execute ITs with multiple Maven versions
  • [JCRVLT-585] - Update some dependencies
  • [JCRVLT-586] - Mark Maven-exported dependencies as scope provided
  • [JCRVLT-610] - filevault-package-maven-plugin: Switch to JUnit5
  • [JCRVLT-617] - Use FileVault 3.6.0

Tasks

  • [JCRVLT-607] - Require Java 11+ for building
Commits
  • 696816e [maven-release-plugin] prepare release filevault-package-maven-plugin-1.3.0
  • c1f62b1 another javadoc fix
  • 2c1d0eb fix javadoc
  • 5520c89 releng: add 1.3.0 release notes
  • f322301 JCRVLT-611 fix default phase binding (#74)
  • 7320dfd Merge branch 'master' of git@github.com:apache/jackrabbit-filevault-package-m...
  • 4ef3ed7 releng: clean up and update dependencies
  • f257fd3 JCRVLT-609 fix configuration of package-specific validator settings (#71)
  • 9a6c81e Merge branch 'master' of git@github.com:apache/jackrabbit-filevault-package-m...
  • 87d1d29 JCRVLT-612 enable Matomo web tracking
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #140.