Skip to content

Releases: getgauge/gauge-java

Gauge Java v0.7.11

05 Oct 10:46
8938c2d
Compare
Choose a tag to compare

Features

None

Bug Fixes

  • #507 - #502 handle null case in method

Gauge Java v0.7.10

14 Sep 11:07
f0c3b8a
Compare
Choose a tag to compare

#485 - Deprecate datastore factory. Add specific data stores.

Old usage

DataStoreFactory.getScenarioDataStore().put("element-id", "455678")
DataStoreFactory.getScenarioDataStore().get("element-id", "455678")

New Usage

// Adding value
ScenarioDataStore.put("element-id", "455678");
// Fetching Value
String elementId = (String) ScenarioDataStore.get("element-id");

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!