Skip to content

feat(Application): SpringBoot 3 upgrade - #311

Merged
hirokiterashima merged 13 commits into
developfrom
spring-boot-3-upgrade
Sep 4, 2026
Merged

feat(Application): SpringBoot 3 upgrade#311
hirokiterashima merged 13 commits into
developfrom
spring-boot-3-upgrade

Conversation

@hirokiterashima

@hirokiterashima hirokiterashima commented Dec 17, 2025

Copy link
Copy Markdown
Member

Changes

  • Upgrade from SpringBoot 2.7 to 3.2. This caused change to many files due to library naming change
  • OAuth flow has been re-written to match new way. Before, we were using deprecated libraries

Test Prep

# OAuth2 Client Configuration for Google
spring.security.oauth2.client.registration.google.client-id=
spring.security.oauth2.client.registration.google.client-secret=
spring.security.oauth2.client.registration.google.scope=openid,email,profile
  • Add new authorized redirect URI to google cloud console
    http://localhost/login/oauth2/code/google

  • Run mvn clean compile

  • Restart WISE-Docker-Dev

Test

  • Everything works as before:
    • create teacher/student accounts
    • log in/out
      • username/password
      • Google
      • Microsoft
    • create/edit units
    • set up run
    • work on run as student
    • grade work as teacher
    • etc...

@breity breity left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍

~ Conflicts:
~	pom.xml
~	src/main/java/org/wise/portal/presentation/web/controllers/author/project/TranslateProjectAPIController.java
~	src/main/java/org/wise/portal/presentation/web/controllers/news/NewsAPIController.java
~	src/main/java/org/wise/portal/presentation/web/controllers/student/ClassmateDiscussionDataController.java
~	src/main/java/org/wise/portal/presentation/web/controllers/student/ClassmateSummaryDataController.java
~	src/main/java/org/wise/portal/presentation/web/controllers/teacher/TeacherAPIController.java
~	src/main/java/org/wise/portal/spring/impl/WebSecurityConfig.java
@hirokiterashima
hirokiterashima requested a review from breity August 26, 2026 22:15
@hirokiterashima

Copy link
Copy Markdown
Member Author

@breity please re-review with microsoft oauth. It's been a while since your last review. All the changes to the develop branch have been merged into this PR, so it'd be good to make sure that everything is still working with Spring Boot 3. Thanks!

@breity breity left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Microsoft and Google login seem to be working. I don't see any other issues except the merge conflict that needs to be resolved.

@hirokiterashima
hirokiterashima merged commit de1611c into develop Sep 4, 2026
2 checks passed
@hirokiterashima
hirokiterashima deleted the spring-boot-3-upgrade branch September 4, 2026 23:25
@hirokiterashima

Copy link
Copy Markdown
Member Author

🎉 This PR is included in version 1.25.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants