Skip to content

Releases: getgauge/gauge-java

Gauge Java v0.7.9

21 Jul 12:47
20f7888
Compare
Choose a tag to compare

Features

None

Bug Fixes

  • #433 - use singleThreadExecutor instead of custom executor

Gauge Java v0.7.8

03 Jun 13:14
9f7e824
Compare
Choose a tag to compare

Features

None

Bug Fixes

  • #433 - use singleThreadExecutor instead of custom executor
  • #422 - Get tmp dir using mktemp
  • #421 - add support to scan steps from external references, fixes #236
  • #419 - launcher gets classpath from maven/gradle, #236

Gauge Java v0.7.7

28 Apr 11:17
4e26cc8
Compare
Choose a tag to compare

Features

None

Bug Fixes

  • #433 - use singleThreadExecutor instead of custom executor
  • #422 - Get tmp dir using mktemp
  • #421 - add support to scan steps from external references, fixes #236
  • #419 - launcher gets classpath from maven/gradle, #236
  • #413 - Use arguments file to avoid long classpaths. #402
  • #407 - Use arguments file to avoid long classpath. #402
  • #406 - Using class to calculate span if methods does not exists. #391
  • #403 - use -cp flag instead of env var

Gauge Java v0.7.6

07 Apr 05:32
1112008
Compare
Choose a tag to compare

Features

None

Bug Fixes

  • #413 - Use arguments file to avoid long classpaths. #402
  • #407 - Use arguments file to avoid long classpath. #402
  • #406 - Using class to calculate span if methods does not exists. #391
  • #403 - use -cp flag instead of env var

Gauge Java v0.7.5

06 Apr 05:58
f5bebbb
Compare
Choose a tag to compare

Features

None

Bug Fixes

  • #413 - Use arguments file to avoid long classpaths. #402
  • #406 - Using class to calculate span if methods does not exists. #391
  • #417 - Remove Java 1.8 Support

Gauge Java v0.7.4

12 Feb 09:56
Compare
Choose a tag to compare

Enhancements

Bug Fixes

  • #350 - Unable to capture screenshots if screenshot_on_failure is set to false
  • #348 - Custom screenshot Grabber takes blank screenshot

gauge-java 0.7.3

08 Nov 08:27
Compare
Choose a tag to compare

Bug Fixes

  • #295 - unable to debug java project

Miscellaneous

  • added structured logging for gauge-java

gauge-java 0.7.2

29 Mar 05:48
Compare
Choose a tag to compare

Bug Fixes

  • #257 - [JDK-12] : Compilation error in java project
  • #254 - Custom Screenshot Grabber fails to take screenshot (Java)
  • #243 - Duplicate step StepImplementation file created
  • #221 - Getting duplicate step implementation even no duplicates are found
  • #149 - Warnings about illegal access operation occurred

Miscellaneous

  • #255 - Refactoring doesn't return proper step implementation parameters
  • #252 - Added a test for step with common slash
  • #251 - A method signature refactored to match with the actual test
  • #249 - Update StepImpl.java
  • #245 - gauge install java is not install gauge java plugin

Thanks @osandadeshan for contributing to this release!

gauge-java 0.7.1

11 Feb 08:43
3a7f7ae
Compare
Choose a tag to compare

Deprecation Warning

With this release support for Java 8, 9 and 10 is deprecated. Gauge will no longer support these versions from August 2019. Please migrate existing projects to a supported version of Java.

Bug Fixes

  • #235 - Composed step names doesn't work anymore
  • #234 - 0.7.0 - package_to_scan isn't finding the step implementation
  • #231 - Version 0.7.0 breaks multiple directories for gauge_custom_compile_dir
  • #230 - Version 0.7.0 breaks ioc-spring plugin example - Error Message: java.lang.NoSuchMethodException: com.thoughtworks.gauge.example.java.PaymentService.()

gauge-java 0.7.0

30 Jan 08:53
Compare
Choose a tag to compare

Deprecation Warning

  • Support for Java version 1.8 will be removed soon.

New Features

Bug Fixes

  • #196 - Should not get exception on LSP exit
  • #194 - Adding null to Gauge.writeMessage crashes the runner
  • #195 - Runner throws exception ConcurrentModificationException when run parallel
  • #201 - Gauge.captureScreenshot() does not use the user provided custom screenshot grabber.
  • #228 - Execution fails even if validation is successful, when Implementation file is outside src