Skip to content

Modernize to Java 17 and Spring Boot 3.3 - #77

Open
devin-ai-integration[bot] wants to merge 2 commits into
masterfrom
devin/1787650139-java17-springboot3-modernization
Open

devin-ai-integration[bot] wants to merge 2 commits into
masterfrom
devin/1787650139-java17-springboot3-modernization

Conversation

@devin-ai-integration

@devin-ai-integration devin-ai-integration Bot commented Aug 25, 2026

Copy link
Copy Markdown

Summary

Upgrades the legacy Java 8 / Spring Boot 2.0.2 (2018) app to Java 17 / Spring Boot 3.3.13, verified end-to-end: mvn clean package succeeds on JDK 17 and the app boots with all /topic CRUD endpoints working against the in-memory H2 store.

Key changes beyond version bumps:

  • pom.xml: packaging pom → jar (the old packaging skipped compilation entirely, so mvn package never produced a runnable jar); dropped spring-boot-properties-migrator.
  • build.gradle: migrated from buildscript + compile/testCompile to the plugins DSL with implementation/testImplementation and a Java 17 toolchain.
  • Application: replaced removed-in-Spring-6 jdbcTemplate.query(sql, Object[], RowMapper) with the varargs form; the startup quote fetch now targets the live quoters endpoint and degrades gracefully (log.warn) instead of crashing startup when unreachable (the old gturnquist-quoters.cfapps.io host is defunct).
  • Stopped tracking target/ build output and fixed .gitignore.

Devin-Org: engineering

Link to Devin session: https://app.devin.ai/sessions/58e031ae89be4be3b6a19a88ff577c5a
Requested by: @joebensoncog97


Note

Devin errored when opening this Pull Request as joebensoncog97.
As a fallback, Devin opened this PR as itself.


Devin Review

Status Commit
⚪ Not started

Run Devin Review

Devin Review (Staging)

devin-ai-integration Bot and others added 2 commits August 25, 2026 09:30
…d output

Co-Authored-By: Joe Benson <joe.benson@cognition.ai>
Co-Authored-By: Joe Benson <joe.benson@cognition.ai>
@devin-ai-integration

Copy link
Copy Markdown
Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants