Skip to content

nx-spring-boot/v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Aug 22:10
· 688 commits to master since this release

@nxrocks/nx-spring-boot-v3.0.0 (2021-08-23)

Bug Fixes

  • nx-spring-boot: add plugin to nx.json only if not included already (15511ae)
  • correct TypeError: builder.getProjectGraph is not a function (3458f66), closes #72

Features

  • nx-spring-boot: improve detection of boot projects in workspace (bfb99ed)
  • nx-spring-boot: make jar of library projects not executable (1e2984f), closes #67
  • nx-spring-boot: use NX_VERBOSE_LOGGING to control dep graph logs (ed9e444), closes #68

BREAKING CHANGES

  • Nx v12.6.x is now the minimum version required to use the plugins

This is due to breaking changes in DevKit's project graph API starting from v12.6.x