Releases: SolaceLabs/ep-asyncapi-sap-is-converter
Releases · SolaceLabs/ep-asyncapi-sap-is-converter
v1.0.10-beta
Remove ReferenceID from Content Modifier and externalized parameters. The ReferenceID will be set at run time if used, not at design time.
v1.0.9-beta
- Cleanup parameters for generated code - Configuration parameters had been duplicated, removed duplicates and changed adaptor type referenced param attributes to correct type and version
- Added Initialize Parameters content modifier to input flows of generated code, both HTTPS and AEM inputs
- the content modifier will assign values to
ExternalLogging
andReferenceID
properties from externalized parameters of the same names - These parameter values are referenced in exception handling groovy scripts
v1.0.8-beta
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 theReload
button on your browser.
v1.0.7-beta
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
What's Changed
- Miscellaneous features implementation by @HariRangarajan-Solace in #12
- Updated manifest and readme by @HariRangarajan-Solace in #13
- Fix for shared session issue by @HariRangarajan-Solace in #14
New Contributors
- @HariRangarajan-Solace made their first contribution in #12
Full Changelog: v1.0.4-beta...v1.0.6-beta
v1.0.5-beta
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
- 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
Beta Release v1.0.3 of SAP IS Converter
Changes
- Set compiler level to Java11 in maven-compile-plugin
v1.0.2-beta
Beta Release v1.0.2 of SAP IS Converter