Skip to content

0.12.0

Compare
Choose a tag to compare
@maciejwalkowiak maciejwalkowiak released this 19 Dec 12:26
· 1 commit to main since this release

Highlights

just kill got a massive improvement - now when it finds out that there is a Docker container running on chosen port, instead of killing the Docker process it stops/kills the running container.

just build default target is now customizable with just.build.default-target property.

just build got two new configuration properties to simplify the build configuration just.build.extra-args and just.build.maven.profiles.

If the framework autodetection fails, SPRING_BOOT can be set as the value of just.framework property.

Check https://just.maciejwalkowiak.com/docs/configuration/ for all configuration options.

🎸 Enhancements

  • Make default build target customizable #16
  • Improve infrastructure services logging #12
  • Add option to set Maven profiles and extra-args for just build command. #11
  • just kill should stop containers instead of Docker process

🐞 Bugfixes

  • The tool doesn't detect the plugin spring-boot-maven-plugin if it is located inside of a Maven profile #8
  • A project not using Boot as direct dependency fails to start #7
  • Starting infrastructure services fails if Docker image has not been already downloaded #2
  • just kill sometimes hangs on Windows #13
  • Live reload does not work in Maven project when first run ends with failure #14

Big thanks for trying out Just and reporting issues!