[Misc] Update version - #972
Merged
Merged
Conversation
Ann-1024
commented
Feb 3, 2026
| @@ -1 +1 @@ | |||
| 11.0.28.25.6-GA No newline at end of file | |||
| 11.0.29.26.7-GA No newline at end of file | |||
Collaborator
Author
There was a problem hiding this comment.
diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml
index aa42787d2c..68d695bd0b 100644
--- a/.github/workflows/build-linux.yml
+++ b/.github/workflows/build-linux.yml
@@ -130,7 +130,6 @@ jobs:
--with-jtreg=${{ steps.jtreg.outputs.path }}
--enable-jtreg-failure-handler
--with-zlib=system
- --disable-warnings-as-errors
${{ inputs.extra-conf-options }} ${{ inputs.configure-arguments }} || (
echo "Dumping config.log:" &&
cat config.log &&
diff --git a/make.sh b/make.sh
index 7996403edc..ffb8d9db4f 100755
--- a/make.sh
+++ b/make.sh
@@ -6,7 +6,7 @@ if [ $# != 1 ]; then
fi
# incr by every Dragonwell release
-DRAGONWELL_VERSION=25
+DRAGONWELL_VERSION=26
LC_ALL=C
BUILD_MODE=$1
arch=$(uname -m)
diff --git a/version.txt b/version.txt
index 8967679725..4de89ae7e5 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-11.0.28.25.6-GA
\ No newline at end of file
+11.0.29.26.7-GA
\ No newline at end of file
Ann-1024
commented
Feb 3, 2026
| @@ -1 +1 @@ | |||
| 11.0.28.25.6-GA No newline at end of file | |||
| 11.0.29.26.7-GA No newline at end of file | |||
Collaborator
Author
There was a problem hiding this comment.
diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml
index aa42787d2c..68d695bd0b 100644
--- a/.github/workflows/build-linux.yml
+++ b/.github/workflows/build-linux.yml
@@ -130,7 +130,6 @@ jobs:
--with-jtreg=${{ steps.jtreg.outputs.path }}
--enable-jtreg-failure-handler
--with-zlib=system
- --disable-warnings-as-errors
${{ inputs.extra-conf-options }} ${{ inputs.configure-arguments }} || (
echo "Dumping config.log:" &&
cat config.log &&
diff --git a/make.sh b/make.sh
index 7996403edc..ffb8d9db4f 100755
--- a/make.sh
+++ b/make.sh
@@ -6,7 +6,7 @@ if [ $# != 1 ]; then
fi
# incr by every Dragonwell release
-DRAGONWELL_VERSION=25
+DRAGONWELL_VERSION=26
LC_ALL=C
BUILD_MODE=$1
arch=$(uname -m)
diff --git a/version.txt b/version.txt
index 8967679725..4de89ae7e5 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-11.0.28.25.6-GA
\ No newline at end of file
+11.0.29.26.7-GA
\ No newline at end of file
Ann-1024
force-pushed
the
dragonwell_extended-11.0.29.26.7
branch
from
February 5, 2026 03:10
214c69b to
4ad926e
Compare
Summary: Update dragonwell version Testing: CICD Reviewers: D-D-H, MaxXSoft Issue: #225
Ann-1024
force-pushed
the
dragonwell_extended-11.0.29.26.7
branch
from
February 5, 2026 06:59
4ad926e to
70e765b
Compare
D-D-H
approved these changes
Feb 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.