6.3

From Skyway Wiki

Jump to: navigation, search

The following is a list of significant changes and upgrade considerations in Skyway Builder made for version 6.3

For a complete list of all issues that were addressed in this release, see this JIRA report (note: you will need to log in to JIRA to view the report)


Jira Products Affected Functional Area Description
MOD-2951 CE and EE Upgrade - Invoke Spring Steps

The generated code is being moved into new packages in 6.3. If you have an Invoke Spring Step that is invoking a generated class, you'll need to re-configure the Invoke Spring step to call the new class.

MOD-2623 CE and EE Skyway Navigator

We have removed the skyway Navigator. If you upgrade an RCP or Plugins then you'll need to open the "Project Explorer" view. The Project Explorer view can be found under the General Category of the Show View menu.

MOD-3034 CE and EE Groovy In 6.3 if any step in an Action uses groovy instead of Java, then the entire Action is generated into a Groovy file and will be interpreted by the groovy interpreter at runtime. There are a few downstream effects of this design.

MOD-3034 describes a problem where the operation variables are defined in the Groovy method and can conflict with groovy closures.

MOD-3071 CE and EE Upgrade If you upgrade an environment to 6.3, existing projects will not show artifacts under the new Spring DSL node until you upgrade the project. You can upgrade the project by right-clicking on the project and selecting Skyway->Upgrade This Project.
MOD-3089 CE and EE Variable Initialization In 6.3 we do not initialize variables unles there is an initial value specified on the Variables Tab. This can result in NullPointerExceptions in your project at execution time. You'll need to add initial values or steps to initialize the variables.
Personal tools