Skip to content

Commit

Permalink
Jakarta script version updates for weld and fault-tolerance
Browse files Browse the repository at this point in the history
Replace weld-se-core test dependency with weld-se-shaded
  • Loading branch information
ozangunalp committed Nov 2, 2022
1 parent 635990c commit 2122185
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions jakarta/0004-Include-weld-se-shaded-in-tests.diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
From 57471bf45d65f4eca7c3267af511cc94fd8bb202 Mon Sep 17 00:00:00 2001
From: Ozan Gunalp <[email protected]>
Date: Wed, 2 Nov 2022 17:49:51 +0000
Subject: [PATCH] Include weld-se-shaded in tests

---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 52ddfbe1a..2fa95606c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -356,7 +356,7 @@
<!-- Test -->
<dependency>
<groupId>org.jboss.weld.se</groupId>
- <artifactId>weld-se-core</artifactId>
+ <artifactId>weld-se-shaded</artifactId>
<version>${weld.version}</version>
<scope>test</scope>
</dependency>
--
2.30.1 (Apple Git-130)

4 changes: 2 additions & 2 deletions to-jakarta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mvn build-helper:parse-version versions:set -DnewVersion=\${parsedVersion.nextMa
find . -type f -name 'pom.xml' -exec sed -i '' 's/smallrye-parent/smallrye-jakarta-parent/g' {} +

# move versions that support jakarta
mvn versions:set-property -Dproperty=weld.version -DnewVersion=4.0.3.Final
mvn versions:set-property -Dproperty=weld.version -DnewVersion=5.1.0.Final
mvn versions:set-property -Dproperty=microprofile-reactive-messaging.version -DnewVersion=3.0
mvn versions:set-property -Dproperty=microprofile-reactive-streams.version -DnewVersion=3.0
mvn versions:set-property -Dproperty=microprofile-config.version -DnewVersion=3.0.1
Expand All @@ -18,7 +18,7 @@ mvn versions:set-property -Dproperty=smallrye-metrics.version -DnewVersion=4.0.0
mvn versions:set-property -Dproperty=smallrye-common.version -DnewVersion=2.0.0
mvn versions:set-property -Dproperty=smallrye-health.version -DnewVersion=4.0.0
mvn versions:set-property -Dproperty=smallrye-testing.version -DnewVersion=2.0.0
mvn versions:set-property -Dproperty=smallrye-fault-tolerance.version -DnewVersion=6.0.0
mvn versions:set-property -Dproperty=smallrye-fault-tolerance.version -DnewVersion=6.1.0
mvn versions:set-property -Dproperty=yasson.version -DnewVersion=2.0.3
mvn versions:set-property -Dproperty=artemis.version -DnewVersion=2.20.0

Expand Down

0 comments on commit 2122185

Please sign in to comment.