GH-950 - Upgrade to jMolecules 2023.2.0.
Also set up integration builds to build against jMolecules 2025.0 RC1.
This commit is contained in:
12
.github/workflows/integration.yaml
vendored
12
.github/workflows/integration.yaml
vendored
@@ -9,13 +9,17 @@ jobs:
|
||||
integration:
|
||||
strategy:
|
||||
matrix:
|
||||
version:
|
||||
boot:
|
||||
- '3.2.11'
|
||||
- '3.2.12-SNAPSHOT'
|
||||
- '3.3.5'
|
||||
- '3.3.6-SNAPSHOT'
|
||||
- '3.4.0-SNAPSHOT'
|
||||
name: Build against Boot ${{ matrix.version }}
|
||||
jmolecules:
|
||||
- '2023.2.0'
|
||||
- '2025.0.0-RC1'
|
||||
|
||||
name: Build against Boot ${{ matrix.boot }} / jMolecules ${{ matrix.jmolecules }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
@@ -37,5 +41,5 @@ jobs:
|
||||
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
|
||||
run: |
|
||||
cd spring-modulith-examples
|
||||
../mvnw -B versions:update-parent -s ../settings.xml -Pspring-enterprise,with-preview-repos -DskipResolution=true -DparentVersion=${{ matrix.version }}
|
||||
../mvnw -B clean verify -s ../settings.xml -Pspring-enterprise,with-preview-repos -Dspring-boot.version=${{ matrix.version }}
|
||||
../mvnw -B versions:update-parent -s ../settings.xml -Pspring-enterprise,with-preview-repos -DskipResolution=true -DparentVersion=${{ matrix.boot }}
|
||||
../mvnw -B clean verify -s ../settings.xml -Pspring-enterprise,with-preview-repos -Dspring-boot.version=${{ matrix.boot }} -Djmolecules.version=${{ matrix.jmolecules }}
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -40,7 +40,7 @@
|
||||
<flapdoodle-mongodb.version>4.16.1</flapdoodle-mongodb.version>
|
||||
<jgit.version>7.0.0.202409031743-r</jgit.version>
|
||||
<jgrapht.version>1.5.2</jgrapht.version>
|
||||
<jmolecules-bom.version>2023.1.7</jmolecules-bom.version>
|
||||
<jmolecules-bom.version>2023.2.0</jmolecules-bom.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<spring-boot.version>3.4.0-RC1</spring-boot.version>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
<properties>
|
||||
<java.version>17</java.version>
|
||||
<jmolecules.version>2023.1.7</jmolecules.version>
|
||||
<jmolecules.version>2023.2.0</jmolecules.version>
|
||||
</properties>
|
||||
|
||||
<profiles>
|
||||
|
||||
Reference in New Issue
Block a user