liquibase icon indicating copy to clipboard operation
liquibase copied to clipboard

fix: do not throw an unchecked exception for SpringBoot

Open filipelautert opened this issue 5 months ago • 0 comments

Impact

  • [X] Bug fix (non-breaking change which fixes expected existing functionality)
  • [ ] Enhancement/New feature (adds functionality without impacting existing logic)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Description

PR #4584 added an unchecked exception when it should be a checked one. This PR fixes it.

Fixes #6196

filipelautert avatar Aug 26 '24 17:08 filipelautert