Skip to content

Release 1.10.45

Compare
Choose a tag to compare
@jlangch jlangch released this 04 Oct 14:38
· 2235 commits to master since this release

[1.10.45] - 2023-10-04

Added

  • functions to handle locks based on a semaphore

Fixed

  • Venice to follow the Java rules when propagating exceptions from try-with-resources
    blocks:
    1. exception from finally block
    2. exception from catch block
    3. exception from body block
    4. exception from resource auto-close

Updated

  • :pdf module dependencies to flyingSaucer 9.3.1 and openpdf 1.3.30

Updated dependencies:

  • Bump gradle from 8.0.2 to 8.3