From 9acff4cedf1fcbab67e536c97dbe70b7841d2883 Mon Sep 17 00:00:00 2001 From: Glabay Date: Mon, 20 Jul 2026 11:05:22 -0300 Subject: [PATCH 1/6] chore: updated numbers and text on home page --- website/src/main/resources/public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/main/resources/public/index.html b/website/src/main/resources/public/index.html index ddff673..af5d567 100644 --- a/website/src/main/resources/public/index.html +++ b/website/src/main/resources/public/index.html @@ -75,8 +75,8 @@

From b5dd0b08de70a51a656f89eee7fa9fff96f029a5 Mon Sep 17 00:00:00 2001 From: Glabay Date: Mon, 20 Jul 2026 11:34:14 -0300 Subject: [PATCH 3/6] chore: updated information in the contact section --- website/src/main/resources/public/index.html | 63 +++++++------------- 1 file changed, 22 insertions(+), 41 deletions(-) diff --git a/website/src/main/resources/public/index.html b/website/src/main/resources/public/index.html index b223245..ab8f313 100644 --- a/website/src/main/resources/public/index.html +++ b/website/src/main/resources/public/index.html @@ -168,50 +168,31 @@

MOOC: Java Programming

Get in Touch

+

Contact the Owners

+

Contact the individuals maintaining the community:

The most reliable way to reach us is by sending us an Email

-

Alternatively, you can send a direct message to any of our moderators on the Discord server!

-
-
-

Contact the Community

-

Reach out to our members on:

- -
-
-

Contact the Owners

-

Contact the individuals maintaining the community:

- -
-
+

Alternatively,

+

you can send a direct message to any of our Admins on the Discord server!

+
+

Contact the Community

+

Reach out to our members on:

+ +
From e5293a4bd48ee7044117d0225ebb77d9c60f25f3 Mon Sep 17 00:00:00 2001 From: Glabay Date: Mon, 20 Jul 2026 16:30:35 -0300 Subject: [PATCH 4/6] chore: Upgraded gradle wrapper from 8.0 to 9.6.1 --- gradle/wrapper/gradle-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 42defcc..0feaf0e 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists From d922274a30d62afb8d25ed876fa04626c29967b4 Mon Sep 17 00:00:00 2001 From: Glabay Date: Mon, 20 Jul 2026 16:31:01 -0300 Subject: [PATCH 5/6] chore: Upgraded JDK from 19 to 25 --- .idea/compiler.xml | 9 ++++++++- .idea/misc.xml | 2 +- website/build.gradle | 6 +++--- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index e58d3e4..17b6ca9 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,13 @@ - + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index a3b2ea6..407bee4 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/website/build.gradle b/website/build.gradle index 4b9b73b..4c3e3f7 100644 --- a/website/build.gradle +++ b/website/build.gradle @@ -1,6 +1,6 @@ plugins { - id 'org.springframework.boot' version '3.2.0' - id 'io.spring.dependency-management' version '1.1.0' + id 'org.springframework.boot' version '4.1.0' + id 'io.spring.dependency-management' version '1.1.7' id "com.google.cloud.tools.jib" version "3.4.0" id 'java' } @@ -11,7 +11,7 @@ dependencies { java { toolchain { - languageVersion = JavaLanguageVersion.of(19) + languageVersion = JavaLanguageVersion.of(25) } } From 00c202b6219eb5352871f0ff13001386b14374c1 Mon Sep 17 00:00:00 2001 From: Glabay Date: Mon, 20 Jul 2026 16:35:40 -0300 Subject: [PATCH 6/6] chore: Corrected the path for favicons --- website/src/main/resources/public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/main/resources/public/index.html b/website/src/main/resources/public/index.html index ab8f313..826fc27 100644 --- a/website/src/main/resources/public/index.html +++ b/website/src/main/resources/public/index.html @@ -11,8 +11,8 @@ Learn Java Community - Together Java - - + +