Skip to content

Releases: wttech/aem-stubs

4.0.1

29 Jul 09:55
Compare
Choose a tag to compare

Full Changelog: 4.0.0...4.0.1

  • 'enabled' flag respected in HTTP filter

4.0.0

29 Jul 08:22
Compare
Choose a tag to compare
  • Stubbing is made even simpler using the AEM API you already know, making it less opinionated (not forced to use any particular framework like Wiremock or Mockito).
  • Flexible hook to set up stubs via HTTP filter.
  • Integrated fake data generation using Datafaker.
  • Advanced stubbing examples.
  • "Stubbable" error pages for 404 and 500.
  • Upgraded Groovy version from 3.x to 4.x.
  • Available in both all-in-one (with Groovy) and minimal (without Groovy and examples) distributions.

3.0.2

21 Feb 23:36
Compare
Choose a tag to compare

moco supported recovered (on demand)

3.0.0

13 Feb 09:35
Compare
Choose a tag to compare
  • fixes #55 by #56 thanks to @royteeuwen
  • dropped support for Moco (seems to be not used, contact if needed)

2.1.0

01 Feb 12:09
Compare
Choose a tag to compare

What's new

Sends CORS headers with responses (#48)

Upgrade notes

In case CORS headers are configured in your mocks, you can remove them. Headers will be added by default in AEM Stubs

Contributions

None.

2.0.2-beta2

08 Dec 13:12
Compare
Choose a tag to compare
2.0.2-beta2 Pre-release
Pre-release
[Gradle Release Plugin] - creating tag:  '2.0.2-beta2'.

2.0.2-beta

08 Dec 12:35
Compare
Choose a tag to compare
2.0.2-beta Pre-release
Pre-release
[Gradle Release Plugin] - creating tag:  '2.0.2-beta'.

2.0.2

08 Dec 20:10
Compare
Choose a tag to compare
2.0.2 Pre-release
Pre-release
[Gradle Release Plugin] - creating tag:  '2.0.2'.

2.0.1

01 Dec 09:47
Compare
Choose a tag to compare

What's new

Java 8 support recovered

Upgrade notes

Nothing to do.

Contributions

None.

2.0.0

01 Dec 08:11
Compare
Choose a tag to compare

What's new

Warning! 2.0.0 is only JDK11 compatible. JDK8 support is recovered in 2.0.1

This version introduces much better compatibility with Wiremock so that copying stub samples from the official Wiremock documentation will more probably work without any code changes.
What is more, now there are also supported stateful stubs which could be helpful to mock full user login scenarios.

Wiremock

Moco

Upgrade notes

Wiremock

  • Handlebars is now the default template engine. If have already mocks defined with Pebble you would need to change the WireMock Stubs Configuration and select PEBBLE as Global Template Transformer

Contributions