Skip to content

Releases: wglanzer/quarkus-intellij-plugin

v1.3.2

29 Mar 18:02
Compare
Choose a tag to compare

Added

  • User inputs in console of debug view should be propagated to build process, in order to enable e.g. "s" or "q" commands to work correctly

v1.3.1

04 Aug 11:58
Compare
Choose a tag to compare

Fixed

  • Configuration properties "Tasks", "Profiles" and "Goals" reset after IntelliJ restart (#9)
  • Configuration properties "Tasks", "Profiles" and "Goals" could not be stored in a project directory
  • Fixed exceptions on IntelliJ startup, caused by parsing the JDK in a run config editor

v1.3.0

01 Aug 18:38
Compare
Choose a tag to compare

Added

  • Added support for custom quarkus goals (maven), profiles (maven) and tasks (gradle) in run configurations
  • Removed "compileBeforeLaunch" in run configurations, because it is more transparent to use the newly added custom settings

Version: 1.1.2

30 Nov 09:35
Compare
Choose a tag to compare
v1.1.2

chore: version 1.1.2

Version: 1.1.1

28 May 16:14
Compare
Choose a tag to compare
  • Gradle intergration should run 'assemble' instead of 'build', because triggering unit tests is not necessary for quarkusDev

Version: 1.1.0

24 May 10:50
Compare
Choose a tag to compare
  • #2 Gradle Support
  • Fixed message order, if messages arrive too early
  • Fixed broken console logs on slow machines

Version: 1.0.3

10 May 09:14
Compare
Choose a tag to compare
  • Removed unnecessary "ARTIFACT_RESOLVING" and "ARTIFACT_RESOLVED" logs from maven output
  • Improved layout in run config editor
  • Added "compile before launch" checkbox in run config to define, if the "clean" and "compile" goals should be executed before launching "quarkus:dev"
  • Changed "since build" tag to correct 201.6487.11 version

Version 1.0.2

03 May 18:53
Compare
Choose a tag to compare
v1.0.2

Version: 1.0.2

Version 1.0.1

03 May 13:40
Compare
Choose a tag to compare
v1.0.1

Version: 1.0.1

Version 1.0.0

03 May 13:31
Compare
Choose a tag to compare
v1.0.0

Updated README.md