Skip to content

34.0.5

Compare
Choose a tag to compare
@DanySK DanySK released this 13 May 16:01
· 1103 commits to master since this release

34.0.5 (2024-05-13)

Dependency updates

  • deps: update dependency de.flapdoodle.embed:de.flapdoodle.embed.mongo to v4.13.1 (cad702f)
  • deps: update dependency org.mockito:mockito-core to v5.12.0 (154ba9e)
  • deps: update external-resources/learning-scafi-alchemist digest to 7952522 (c26e27c)
  • deps: update react to v18.3.1-pre.745 (8ee6b02)
  • deps: update react to v18.3.1-pre.746 (b4cc28a)
  • deps: update react to v18.3.1-pre.747 (c5c3a21)

Bug Fixes

  • loading: fix potential target type duplication when fetching for subclasses in JVMConstructor (5db2144)
  • loading: fix the recursive construction of arbitrary types provided as constructor parameters (6a1b5fc)
  • mark TimeDistribution.cloneOnNewNode's parameters as @Nonnull (5672f5f)
  • mark TimeDistribution.update's parameters as @Nonnull (4466100)

Tests

  • loading: add test with recursive construction of arbitrary types (04853c8)

Style improvements

  • add missing @Serial annotation (344575a)
  • remove eol spaces (9387500)