Skip to content

nx-spring-boot/v9.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Feb 22:54
· 132 commits to master since this release

9.3.0 (2024-02-18)

Bug Fixes

  • common-jvm: fix Project Graph dependencies collection for projects using Gradle (6df1ff3)
  • common-jvm: include settings.gradle[.kts] files when creating nodes for ProjectGraph v2 (df9f195)
  • common: fix creation of dependencies between nodes for ProjectGraph v2 (fa08ae0)
  • fix create-nx-* broken due to changes in Nx Cloud setup since Nx v17.3.0 (6c981d4)
  • fix Project Graph generation when creating projects in nested folders (b5698d3)
  • nx-spring-boot: fix how Spring Boot projects using gradle are detected (93613d6)

Features

  • common-jvm: improve retrieval of groupIdand artifactId when defined at parent level (9ea99ca)
  • common-jvm: add constant listing common JVM build files (68cd945)
  • common-jvm: extends the search for content inside a project file to its prent module (869400d)
  • common-jvm: update utils for better support for Maven and Gradle muti-module projects (b211fda)
  • common: add utilities to generate Project Graph using v2 API (c6f70e0)
  • common: update Project Graph generation for JVM projects with child modules (d9aba7f)
  • generate the build.gradle[.kts] file when initializing the parent àGradle` module (9b90c4f)
  • improve multi-module support for Maven and Gradle projects (c4e0389)
  • nx-spring-boot: keep only Java 21 and 17 to align w/ Spring Initializr (9d41441)
  • nx-spring-boot: migrate Project Graph generation to v2 API (7d94457)