This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/aries.git
commit a8fd4c8e4e074d03caa53e6f81ba7101a8cfd65f Merge: eef071545 dc89d54d5 Author: Dominik Przybysz <[email protected]> AuthorDate: Sat Feb 8 13:43:22 2025 +0100 Merge pull request #434 from apache/ARIES-2165-build-blueprint-plugin-with-java-11-17-21 ARIES-2165: Build blueprint plugin with java 11, 17 and 21 .github/workflows/blueprint-plugin.yml | 52 ++++++++++ .../blueprint-maven-plugin-annotation/pom.xml | 29 ++---- .../plugin/blueprint-maven-plugin-itest/pom.xml | 72 ++++++-------- .../src/it/custom-destination/verify.groovy | 2 +- .../src/it/multiple-invocation/verify.groovy | 4 +- .../src/it/pax-cdi/verify.groovy | 2 +- .../it/produced-bean-by-method-name/verify.groovy | 2 +- .../src/it/scanpath-restrict/verify.groovy | 2 +- .../src/it/simple-project/verify.groovy | 2 +- .../src/it/spring/verify.groovy | 2 +- .../src/it/transaction-annotation/verify.groovy | 6 +- .../src/it/with-provide/verify.groovy | 2 +- .../pom.xml | 33 +------ .../plugin/blueprint-maven-plugin-spi/pom.xml | 26 +---- .../blueprint-maven-plugin-spring-handlers/pom.xml | 32 +----- blueprint/plugin/blueprint-maven-plugin/pom.xml | 107 +++------------------ blueprint/plugin/pom.xml | 9 +- 17 files changed, 129 insertions(+), 255 deletions(-)
