Skip to content

Latest commit

 

History

History
173 lines (93 loc) · 9.72 KB

File metadata and controls

173 lines (93 loc) · 9.72 KB

Changelog

0.12.0 (2026-04-12)

Features

0.11.0 (2024-12-29)

Features

0.10.1 (2024-11-23)

Bug Fixes

  • jdocSpock.compileClasspath as default classPath for generateSpockSpecs task (b118859)

0.10.0 (2024-11-22)

Features

  • JdocTask configuration cache support (67b64d0)

Reverts

  • configuration cache enabled (sonatype-portal-publish error) (64ba2a0)

0.9.0 (2024-08-27)

Features

0.8.1 (2024-05-16)

Bug Fixes

  • removed jdoc-platform publication from module metadata (d490322)

0.8.0 (2024-05-15)

Features

  • jdoc-spock gradle plugin (#24) (0188932)
  • JdocSpockPlugin byteBuddyVersion 1.14.15 (e51bcb7)
  • packages renamed in order to relocate on shadow and eliminate class conflicts between plugins (f2f2524)
  • shadow direct dependencies of projects on gradle.projectsEvaluated (e3fa4aa)

Bug Fixes

  • configure jdocSpock source set dependencies in JdocSpockPlugin (11390cf)
  • public SOURCE_SET_NAME for JdocSpockPlugin (bc0bb12)
  • removed reports dir output for jdocCucumberTest gradle task (ef3687c)

0.7.0 (2024-05-06)

Features

  • introduce jdoc-junit-engine-commons module in order to remove junit dependency from jdoc-core and gradle plugin (004f8b0)
  • project group changed to io.github.boolivar.jdoctest (c0f61dd)
  • removed apache commons dependency from jdoc-core (5ca99e2)
  • removed commons-io dependency from gradle plugin (35b0184)

Bug Fixes

  • shadow jdoc-cucumber-gradle-plugin project dependencies (7c563b0)
  • versionMapping fromResolutionResult for jdoc-cucumber-gradle-plugin publication (227f110)

0.6.0 (2024-05-03)

Features

Bug Fixes

  • dir config for GroovyCompiler spock test to avoid storing generated Hello class in the working copy (fc424dc)
  • RegexParser lazy matcher to handle multiple tags on single line (2d17147)
  • target-branch, release-please v4.1.0 (fb0cfbe)

0.5.0 (2024-03-24)

Features

Bug Fixes

  • jdoc-cucumber engine group + version/artifactId for all engines using manifest (a8d9d23)

0.4.0 (2024-03-22)

Features

Bug Fixes

  • subengine id to call spock engine (aea9da3)

0.3.0 (2024-03-19)

Features

  • no $target and mocks if no mockable constructor found (34fe03d)

0.2.0 (2024-03-16)

Features

  • internal platform in order to not publish platform bom (4c309ee)

Bug Fixes

  • release-please CI workflow dependency (a343a19)

0.1.0 (2024-03-15)

Features

  • close GroovyClassLoader (efd2ad7)
  • CodeBlockParser uses jsoup to parse nested <code> tags and consider lang attribute (b993dbf)
  • CompilerConfigurationFactory (26ba4e3)
  • ConfigParams (d2f2ecc)
  • DiscoveryRequest implementation for EngineDiscoveryRequest (77d887e)
  • DiscoveryRequestMapper implementation (4f20793)
  • GroovyCompiler (2e17e5a)
  • JavaFileParser (3b2c189)
  • JavaFileParser block comments inclusion (fa769b3)
  • JavaFileSpecFactory (5cc4282)
  • jdoc-spock CodeBlockParser (61d4f72)
  • JdocSpockEngine (9e5a6d4)
  • junit test engine service provider configuration (e7658b2)
  • mockable constructor search (602b03c)
  • public, protected and package visible constructors available for mocking (fa30185)
  • spec generation (071cc03)
  • SpecClassMapper (0ca1ee0)
  • SpecClassMapperFactory (ce08a99)
  • SpockEngineService implementation (e092fa1)

Miscellaneous Chores