Skip to content

Releases: SolaceLabs/ep-asyncapi-sap-is-converter

v1.0.8-beta

22 Oct 22:17
d369533
Compare
Choose a tag to compare
v1.0.8-beta Pre-release
Pre-release

UI Changes

  • Revamped UI for better usability
  • Pagination for all items
  • Reporting errors and session timeouts
  • Improved user navigation between the different objects.
  • Truncated very long app domain descriptions and implemented "show more" feature.
  • General code cleanup.
  • re-compile with latest release of solace-sap-codegen project (see below): https://github.com/SolaceLabs/solace-ep-codegen

Generated code changes

  • Added baseline exception scripts to generated code
  • On error (HTTP or AEM), an exception block will be invoked by the input process
  • Exception block invokes a script written in groovy and is intended to enhance logging
  • There are some pending changes to the groovy script that will be included in a later release

Important

  • There have been some problems with forcing the javascript to refresh inside of the browser. This problem has been observed using Google Chrome browser.
  • Symptom of the problem is that selecting an application domain does not open up the next option to select an application.
  • If you experience this problem (and before it is fixed in code), you can force the browser to refresh the script by holding down the Control button and clicking the Reload button on your browser.

v1.0.7-beta

26 Sep 17:23
794a833
Compare
Choose a tag to compare
v1.0.7-beta Pre-release
Pre-release

Beta release 1.0.7-beta

  • re-compile with latest release of solace-sap-codegen project: https://github.com/SolaceLabs/solace-ep-codegen
  • addition of IFlow sequential multicast element in generated code when there are multiple published events
  • all published events will be included in generated code when there is a single AEM consumer or if an HTTPS input adaptor is created
  • JAR files included with releases will no longer have semantic version included in the file names

v1.0.6-beta

25 Sep 09:13
ed8006e
Compare
Choose a tag to compare
v1.0.6-beta Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.0.4-beta...v1.0.6-beta

v1.0.5-beta

13 Sep 20:56
Compare
Choose a tag to compare
v1.0.5-beta Pre-release
Pre-release

Significant updates to the layout of generated code:

  • If there are no AEM inputs (consumers) in the application, then an HTTPS input adaptor is created as input for the IFlow
  • If there are no AEM outputs (published messages in the application) then an HTTP output adaptor is created as output for the IFlow
  • Published events are no longer generated as separate processes (with Start Event + End Event). Published events are generated as subflows and called from a consumer flow or HTTPS input flow
  • Setting dynamic topic variables has changed from using a content modifier with special properties to a Groovy script. The script topicParameters.groovy is generated dynamically.

v1.0.4-beta

22 Jul 16:25
Compare
Choose a tag to compare
v1.0.4-beta Pre-release
Pre-release
  • Cleaned up redundant libraries
  • Updated dependency management for EP Designer Client and Solace-EP-Codegen libraries
  • Updated readme for basic documentation
  • Minor code updates
  • Updates to support java 17

v1.0.3-beta

19 Jul 15:42
1540e57
Compare
Choose a tag to compare
v1.0.3-beta Pre-release
Pre-release

Beta Release v1.0.3 of SAP IS Converter

Changes

  • Set compiler level to Java11 in maven-compile-plugin

v1.0.2-beta

16 Jul 17:25
1540e57
Compare
Choose a tag to compare
v1.0.2-beta Pre-release
Pre-release

Beta Release v1.0.2 of SAP IS Converter