Skip to content
Closed
Changes from all commits
Commits
Show all changes
203 commits
Select commit Hold shift + click to select a range
b5af93f
Upgraded the gradle version and fixed the Core Infrastructure Tests i…
Jul 23, 2025
93c09a3
Updated the gradle.yml to run the exclussive tests only
Jul 23, 2025
aa13578
Added a clean test while running server in LibertyTest.groovy
Jul 28, 2025
b05ecc7
Created a new ServerUtils utility class in io/openliberty/tools/gradl…
Jul 28, 2025
14df669
Removed excessive logging
Jul 28, 2025
0807404
Updated the ServerUtils class to reduce the number of verification at…
Jul 28, 2025
1210493
Updated the to close all the resources those are opened. As a helper…
Jul 28, 2025
d0b19e6
Renamed lock test file to include 'liberty' for better plugin identif…
Jul 28, 2025
7bfc11d
Some of the logging was unnecessarily logger.lifecycle, changed it to…
Jul 28, 2025
5ada1af
Cleaning up the .force_stopped file on start and stop tasks
Jul 28, 2025
c725a80
Added proper debug messaged on StartTask.groovy -> start() method to …
Jul 29, 2025
76e3bc5
Added the method to clean up force-stopped marker file to the Server …
Jul 29, 2025
efcbd88
Updated copyrights for ProcessUtils.groovy and ServerUtils.groovy
Jul 29, 2025
6292e35
Changed the resource closings to try-with-resource way. And removed t…
Jul 29, 2025
25e6a17
Added comments to explain wait time until server stopped
Jul 29, 2025
be38a55
.liberty_lock_test filename updated to .liberty_plugin_lock_test
Jul 29, 2025
0d5e546
Updated the debug messages in the cleanupForceStoppedMarker method of…
Jul 29, 2025
1cf4091
forceStoppedMarker.delete() check moved to the if condition in cleanu…
Jul 29, 2025
5b91a74
Corrected a debug log in cleanupForceStoppedMarker
Jul 29, 2025
87f5c64
Merge pull request #975 from sajeerzeji/GH868-Gradle_version_migration
sajeerzeji Jul 29, 2025
29ad8d9
Updated the syntaxes of sourceCompatibility and targetCompatibility t…
Aug 4, 2025
fae0c97
Updated the method visibility to support Gradle 9 and Groovy 4 update…
Aug 4, 2025
4ad00be
Updated the syntaxes of sourceCompatibility and targetCompatibility t…
Aug 4, 2025
50a131c
gradle.yml updates to support gradle 9 character encoding, java 17 on…
Aug 4, 2025
0515ca0
Github workflow issue fixes
Aug 5, 2025
5794f02
Github workflow issue fixes
Aug 5, 2025
a846a8f
Github flow issues fixes
Aug 5, 2025
d760eeb
Character encoding issue fixes for github workflow
Aug 5, 2025
79ecdd3
Github workflow error fixes
Aug 5, 2025
a47b884
Github workflow error fixes
Aug 5, 2025
5ab8573
Github workflow error fixes - Windows was not excluding the test clas…
Aug 5, 2025
7fbddf3
GH Workflow issue fixes for windows runners
Aug 6, 2025
da8ffcb
Java 21 support added
Aug 6, 2025
60d56f5
Java 21 support added
Aug 6, 2025
5f3e37e
Windows jobs updated
Aug 6, 2025
612ca3b
Windows jobs updated
Aug 6, 2025
c193350
Windows jobs updated
Aug 6, 2025
b843468
Windows jobs updated
Aug 6, 2025
edfef55
Windows jobs updated
Aug 6, 2025
93608bc
Windows jobs updated
Aug 6, 2025
725e8fc
Windows jobs updated
Aug 6, 2025
69f7462
Windows jobs updated
Aug 6, 2025
366616c
Windows jobs updated
Aug 6, 2025
f5b33ea
Windows jobs updated
Aug 6, 2025
01830a0
Windows jobs updated
Aug 6, 2025
cc56a7e
Windows jobs updated
Aug 6, 2025
6b5f8c0
Windows jobs updated
Aug 6, 2025
a622e44
Windows jobs updated
Aug 6, 2025
39e43ed
Windows jobs updated
Aug 6, 2025
ffa3d55
Windows jobs updated
Aug 6, 2025
77356be
Liberty server stop verification
Aug 6, 2025
e7868e4
GRADLE_JAVA_HOME logic removed
Aug 7, 2025
bdd74a0
Excluded the problamatic tests from windows
Aug 8, 2025
fac57c4
Reverted some unwanted codes from LibertyTest, bumped the RUNTIME_VER…
Aug 8, 2025
3e4e8ba
Reverted some unwanted codes from LibertyTest, bumped the RUNTIME_VER…
Aug 8, 2025
267baaf
Merge branch 'GH868-Gradle_version_migration-DevMode-Tests-NEW-fixes'…
Aug 8, 2025
4378b85
Java version updated in sub test projects build.gradle files and remo…
Aug 11, 2025
292f109
Fixed the issues happened in DevSkipInstallFeatureTest.groovy and Dev…
Aug 11, 2025
8ffb6e8
RUNTIME_VERSION updated for windows
Aug 11, 2025
c3cfd42
Merge branch 'GH868-Gradle_version_migration-DevMode-Tests' of https:…
Aug 11, 2025
e321b80
Method accessor issue resolved
Aug 12, 2025
b28d850
pull_request branch updated, the Setup Java comment updated and TEST_…
Aug 12, 2025
905be84
env field issue fixed in gradle.yml
Aug 12, 2025
5f10ea9
Merge branch 'GH868-Gradle_version_migration-DevMode-Tests' of https:…
Aug 12, 2025
5dda946
sourceCompatibility and targetCompatibility versions changed back to …
Aug 12, 2025
5549ece
Merge branch 'GH868-Gradle_version_migration-DevMode-Tests' of https:…
Aug 12, 2025
8394d5c
Merge pull request #977 from sajeerzeji/GH868-Gradle_version_migratio…
sajeerzeji Aug 14, 2025
38ba05e
Liberty Installation Tests exit unexpectedly issue fixed
Aug 14, 2025
59fe8cc
Merge branch 'feature/gradle9' of https://github.com/sajeerzeji/ci.gr…
Aug 14, 2025
975b2c7
Added Feature Installation Tests to the gradle.yml test commands. Add…
Aug 14, 2025
eaa507c
Fixed TEST_INCLUDE
Aug 14, 2025
cb8267e
Removed TEST_INCLUDE
Aug 14, 2025
2038b59
Removed TEST_INCLUDE
Aug 14, 2025
ebd5f1c
Merge branch 'feature/gradle9' of https://github.com/sajeerzeji/ci.gr…
Aug 14, 2025
fa2576d
Added Liberty Installation tests to the github workflow commands
Aug 14, 2025
4663602
sourceCompatibility syntaxes changed for Application Configuration Tests
Aug 14, 2025
6104d40
Changed the way we fetch the dep files using project.configurations.l…
Aug 14, 2025
0501047
TestAppConfig and TestAppConfigFail issues fixed
Aug 14, 2025
8ed0386
Reduced the gradle command in gradle.yml to **/*Install*Feature*
Aug 14, 2025
f054b6d
Reduced the command to run Liberty Installation Tests in gradle.yml t…
Aug 14, 2025
ac3c42e
Merge pull request #980 from sajeerzeji/GH868-Gradle_version_migratio…
sajeerzeji Aug 18, 2025
c3a8582
Merge branch 'feature/gradle9' of https://github.com/sajeerzeji/ci.gr…
Aug 18, 2025
40fe4c0
Merge pull request #981 from sajeerzeji/GH868-Gradle_version_migratio…
sajeerzeji Aug 18, 2025
7b698b0
Merge branch 'feature/gradle9' of https://github.com/sajeerzeji/ci.gr…
Aug 18, 2025
a454c89
LibertyApplicationConfigurationIncludeTest issues fixed
Aug 18, 2025
ee5dfc9
Included Application Configuration Tests in test command of github wo…
Aug 18, 2025
cd86abc
Updated sourceCompatibility and targetCompatibility syntaxes in gradl…
Aug 18, 2025
30a1d84
Method visibility issues fixed
Aug 18, 2025
1c7bb2a
Included command to run Server Environment Tests in Github Workflow
Aug 18, 2025
447d1fa
sourceCompatibility and targetCompatibility syntax changes
Aug 18, 2025
7f2c312
Method visibility issues fixed
Aug 18, 2025
a6103c6
Included Packaging Test in github workflow test command
Aug 18, 2025
187ee54
Included Packaging Test in github workflow test command
Aug 19, 2025
615e401
Merge pull request #982 from sajeerzeji/GH868-Gradle_version_migratio…
sajeerzeji Aug 19, 2025
70f03fb
Changed the sourceCompatibility syntax for Loose Application Tests
Aug 19, 2025
0888440
Merge branch 'feature/gradle9' of https://github.com/sajeerzeji/ci.gr…
Aug 19, 2025
fa8ae52
Merge pull request #983 from sajeerzeji/GH868-Gradle_version_migratio…
sajeerzeji Aug 19, 2025
724f188
Merge branch 'feature/gradle9' of https://github.com/sajeerzeji/ci.gr…
Aug 19, 2025
dfc854e
getDependencyProject deprecation fix and method visibility issue fix
Aug 19, 2025
c4f33e8
Incomplete
Aug 21, 2025
f3836ef
Server Creation Tests fixed
Aug 21, 2025
48f8d1d
Included Server Creation Test files in test command
Aug 21, 2025
9c3fd57
JSP Compilation Tests fixes
Aug 21, 2025
3f92834
Merge branch 'feature/gradle9' of https://github.com/sajeerzeji/ci.gr…
Aug 22, 2025
37eecd3
sourceCompatibility and targetCompatibility syntax changes and method…
Aug 22, 2025
e61efa6
Included Verification Tests files in the test command of github workf…
Aug 22, 2025
ccee6c1
javaSourceLevel check reverted to 8
Aug 22, 2025
b74b7f0
Merge pull request #984 from sajeerzeji/GH868-Gradle_version_migratio…
sajeerzeji Aug 22, 2025
7bea302
Merge branch 'feature/gradle9' of https://github.com/sajeerzeji/ci.gr…
Aug 22, 2025
f50a616
Merge pull request #987 from sajeerzeji/GH868-Gradle_version_migratio…
sajeerzeji Aug 22, 2025
56b2bb7
Feature Generation Tests fixes
Aug 22, 2025
5c674a1
Merge branch 'feature/gradle9' of https://github.com/sajeerzeji/ci.gr…
Aug 22, 2025
17ff862
Merge pull request #989 from sajeerzeji/GH868-Gradle_version_migratio…
sajeerzeji Aug 22, 2025
d8878ab
Merge branch 'feature/gradle9' of https://github.com/sajeerzeji/ci.gr…
Aug 22, 2025
6b2309e
Increased the process timeout in BaseGenerateFeatureTest --> runProcess
Aug 25, 2025
a9d5ded
Updated some comments and syntaxes
Aug 25, 2025
fcaee5f
Included the Feature Generation Tests in the github workflow test com…
Aug 25, 2025
f26f301
Merge branch 'feature/gradle9' of https://github.com/sajeerzeji/ci.gr…
Aug 25, 2025
d9b7f34
sourceCompatibility syntax changed and dependency.getDependencyProjec…
Aug 25, 2025
eb4b780
Included the Eclipse Integration Tests in the github workflow command
Aug 25, 2025
cee0672
Log validation changes
Aug 26, 2025
d7108d8
Changed the log file validation to match different types of gradle9 f…
Aug 26, 2025
ada1f4b
Error log redirection
Aug 28, 2025
df3a537
Removed redundant code changes, unwanted code formatting and indentat…
Aug 28, 2025
ff92e96
Changed task.project to task.getProject() and updated the year in cop…
Aug 28, 2025
a3fe9af
GenerateFeaturesTest* is removed from windows action runner command a…
Aug 29, 2025
3b80f2d
Merge pull request #988 from sajeerzeji/GH868-Gradle_version_migratio…
sajeerzeji Aug 29, 2025
ca64f85
Merge branch 'feature/gradle9' of https://github.com/sajeerzeji/ci.gr…
Aug 29, 2025
c616eac
Merge pull request #994 from sajeerzeji/GH868-Gradle_version_migratio…
sajeerzeji Aug 29, 2025
7e2e528
Miscellaneous Tests fixes
Aug 29, 2025
3cdc4fa
Removed the earlier excluded JSPComplilation 17 test from windows run…
Aug 29, 2025
fa8e2fd
Put back the TestCompileJSP* to the windows runner command of gradle.yml
Aug 29, 2025
2801547
Merge branch 'feature/gradle9' of https://github.com/sajeerzeji/ci.gr…
Sep 1, 2025
1a2ef49
Merge pull request #993 from sajeerzeji/GH868-Gradle_version_migratio…
sajeerzeji Sep 1, 2025
88255dc
Merge branch 'feature/gradle9' of https://github.com/sajeerzeji/ci.gr…
Sep 1, 2025
29ca0cb
Merge pull request #998 from sajeerzeji/GH868-Gradle_version_migratio…
sajeerzeji Sep 1, 2025
91ccecd
Merge branch 'feature/gradle9' of https://github.com/sajeerzeji/ci.gr…
Sep 1, 2025
9ee0736
TestLoose*Ear test files fixed
Sep 2, 2025
10ed34a
Loose app multi module tests fixes
Sep 4, 2025
8deb8d4
Code cleanup
Sep 8, 2025
25f471c
Merge branch 'main' of https://github.com/sajeerzeji/ci.gradle into f…
Sep 8, 2025
7946e20
Merge branch 'feature/gradle9' of https://github.com/sajeerzeji/ci.gr…
Sep 8, 2025
f86295b
Added LooseApp Tests to GH Workflow commands
Sep 8, 2025
1da900d
Merge pull request #1001 from sajeerzeji/feature/gradle9
venmanyarun Sep 9, 2025
8075a6a
Merge branch 'feature/gradle9' of https://github.com/sajeerzeji/ci.gr…
Sep 9, 2025
9f09773
EAR issue after merging with main fixed
Sep 10, 2025
9489dd9
Added validation for configuration:archives uses and update the gradl…
Sep 11, 2025
68555f9
Configuration validation changed to throw warning instead of error
Sep 12, 2025
4df2180
Arquilian tests
Sep 15, 2025
ab0367d
Added Arquilian Test to the command
Sep 15, 2025
8ef284c
dependency-management-plugin version upgraded to 1.1.7
Sep 15, 2025
e1f08a0
Changes in validate dependency methods
Sep 17, 2025
42589a3
Gradle 9 migration guide for end users
Sep 18, 2025
0f82097
project parameter passing to validate dependency methods are corrected
Sep 19, 2025
9b446ef
Migration guide updates
Sep 19, 2025
e65f8e8
Changed then Java Compatibility links
Sep 19, 2025
bc6f6e3
Merge pull request #1004 from sajeerzeji/GH868-Gradle_version_migrati…
sajeerzeji Sep 24, 2025
fd4c6c5
Merge branch 'feature/gradle9' of https://github.com/sajeerzeji/ci.gr…
Sep 24, 2025
349d132
Merge pull request #1006 from sajeerzeji/GH868-Gradle_version_migrati…
sajeerzeji Sep 24, 2025
0bb9dbc
Merge branch 'feature/gradle9' of https://github.com/sajeerzeji/ci.gr…
Sep 24, 2025
7b4dab4
Removed the link to Gradle Controlling Task Execution link since we a…
Sep 24, 2025
855d134
Added '.' to the numbered points since those are full sentences
Sep 24, 2025
bf86f99
Added '.' to the numbered points since those are full sentences
Sep 24, 2025
6e3dfa4
Added '.' to the numbered points since those are full sentences
Sep 24, 2025
7a555ab
Unwanted dots are removed
Sep 25, 2025
51e7001
Merge pull request #1008 from sajeerzeji/GH1005-Gradle_9_migration_guide
sajeerzeji Sep 29, 2025
cc3a4dd
Running full tests without any includes
Sep 30, 2025
16e812a
Removed TestCompileJSPSource17 from excludes, which was copied from t…
Oct 1, 2025
cb43e92
Cleaned up the gradle.yml file by removing the temporarily commented …
Oct 1, 2025
7cd6bdd
Merge pull request #1012 from sajeerzeji/GH868-Full_Tests
cherylking Oct 1, 2025
c30fdb0
preparing for gradle 9 milestone release snapshot
venmanyarun Oct 16, 2025
f03989c
Merge pull request #1018 from arunvenmany-ibm/feature/gradle9
venmanyarun Oct 16, 2025
004d0ea
Add Gradle 9 prerequisites to migration guide
venmanyarun Oct 16, 2025
b3141a6
Update Java requirement and add documentation link
venmanyarun Oct 17, 2025
8bfde81
Merge pull request #1019 from OpenLiberty/gradle_9_doc_changes
cherylking Oct 17, 2025
5c26c50
pulling changes from main
venmanyarun Oct 17, 2025
e36df7a
Merge pull request #1020 from arunvenmany-ibm/feature/gradle9
cherylking Oct 17, 2025
716a664
merging changes from main
venmanyarun Nov 17, 2025
d6cdacb
Merge pull request #1023 from venmanyarun/feature/gradle9
venmanyarun Nov 20, 2025
2c61941
merging main changes
venmanyarun Dec 10, 2025
c63b097
Merge pull request #1028 from venmanyarun/feature/gradle9
venmanyarun Dec 19, 2025
a149df8
Merge branch 'main' of https://github.com/sajeerzeji/ci.gradle into g…
Jan 28, 2026
5317147
Confglicts resolved
Jan 29, 2026
1db97d8
Changed pipeline config to run on personal pipeline to find out if an…
Jan 29, 2026
fd9b874
RUNTIME_VERSION in the pipeline is changed to 25.0.0.10, to test Spri…
Jan 30, 2026
17c0ed3
Spring boot issues fixed by changing the sourceCompatibility,targetCo…
Jan 30, 2026
a0b647b
Test failures resolved
Feb 2, 2026
4f5c251
Java 25 related issues are fixed
Feb 2, 2026
a8071ad
Fixed issues with TestLooseApplicationWithToolchain
Feb 2, 2026
7c14c02
Fix for windows and java 25 test failures
Feb 3, 2026
d26f46b
Foojay version upgraded to resolve the CI breaks in windows
Feb 3, 2026
c33b443
Merge branch 'main' of https://github.com/sajeerzeji/ci.gradle into g…
Feb 4, 2026
39a3065
Gradle 9 related changes for making gradle build run without any fail
Feb 4, 2026
cdf2b74
Guard signing tasks so CI and local builds succeed without configured…
Feb 4, 2026
35928f9
Liberty version updated for windows pipeline
Feb 6, 2026
77a1f5f
PR Branch changed to main in gradle.yml
Feb 9, 2026
f59c1b0
Updated the copyright years and removed unwanted comments
Feb 9, 2026
3b4ed22
Removed leftover codes, adjusted commends, and reverted unwanted codes
Feb 10, 2026
d4de166
Readme and Migration Guide are updated with Support matrix, Springboo…
Feb 11, 2026
14e9474
Corrected Compatibility / Support section in readme
Feb 11, 2026
764fe88
Added back the java support lines
Feb 12, 2026
0a6356d
Gradle9MigrationTesting-LGP4.0.0-SNAPSHOT-Gradle7.6
Feb 12, 2026
cb112dd
Merge branch 'main' into Gradle9MigrationTesting-LGP4.0.0-SNAPSHOT-Gr…
sajeerzeji Feb 12, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Loading