Skip to content

docs: Update samples broken by bump to version 1.0.0#2723

Merged
bog-walk merged 4 commits intomainfrom
bog-walk/update-samples
Feb 5, 2026
Merged

docs: Update samples broken by bump to version 1.0.0#2723
bog-walk merged 4 commits intomainfrom
bog-walk/update-samples

Conversation

@bog-walk
Copy link
Copy Markdown
Member

Description

Summary of the change:

  • Fix sample projects that were not compiling due to invalid use of Table.uuid() with Java UUID
  • Bump Spring sample to use Spring Boot 4 & update Exposed dependencies with new artifact

Detailed description:

  • Why: Either the projects were failing to compile or, in the case of exposed-spring, just to bump sample to latest version.

  • What:

    • Any sample that was using Table.uuid() but expecting Java UUID values has been switched to accept Kotlin Uuid values
      • Added OptIn & replaced all UUID usages
    • Migrated exposed-spring sample to Spring Boot 4

Type of Change

Please mark the relevant options with an "X":

  • Documentation update

Checklist

  • The build is green (including the Detekt check)

@bog-walk bog-walk requested a review from vnikolova January 29, 2026 00:31
Copy link
Copy Markdown
Collaborator

@vnikolova vnikolova left a comment

Choose a reason for hiding this comment

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

Thanks for the fix @bog-walk. Looks good 👍

@bog-walk bog-walk force-pushed the bog-walk/update-samples branch from 79d9147 to c5165c7 Compare February 4, 2026 15:55
- Fix any old usages of uuid() that were expecting Java UUID
- Migrate to Spring Boot 4 in sample
- Return necessary additional JDBC dependency
- Test public PR 2721 changes on TC
@bog-walk bog-walk force-pushed the bog-walk/update-samples branch from 0b573b0 to 898ca17 Compare February 5, 2026 00:45
@bog-walk bog-walk merged commit 70a9866 into main Feb 5, 2026
6 checks passed
@bog-walk bog-walk deleted the bog-walk/update-samples branch February 5, 2026 01:59
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.

2 participants