Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Contains all fixes released since 4.5.2. Here are additional features and fixes released as part on top of latest patch release of 4.5.2.

  • Application Versions
    • WebLogic - 4.5.3.179
    • Tomcat - 4.5.3.149

General/Usability

  • PVCS is added as Supported Source Control System.
    • FlexDeploy projects can now be configured with Sources from PVCS repository and utilizeĀ all FlexDeploy plugins in build, deploy workflows.
  • File System is added as Supported option for SCM.
    • You can setup multiple folders to simulate multiple streams of development.
    • Similar to other SCM Sources, projects using File System sources can also utilize all FlexDeploy plugins in build, deploy workflows.
  • Generic project type has been added to allow for use of Partial Deployment concept for custom types. This can be used to implement custom partial deployment scenarios.
    • For example, if you want to manage files deployment to WebCenter sites using Partial Deployment concept, you can populate files from your SCM of choice, then build & deploy using Partial Execution operations of Unix Shell, Windows Shell and PowerShell plugins.
  • Template to create Projects now supports property value to be defined as Expression, previously only Literal values were supported through Templates.

Plugin Updates

  • EBS Plugin
    • DB Objects failure with error codes SP and CPY is now detected along with ORA codes.
    • Regression fix in detection of SQL File execution failure.
    • Fixes to avoid completing a deployment successfully with failed files.
  • WebMethods Plugin
    • Support added for Start, Stop and Restart of Integration Server instances.
    • Deploy operation now supports deployment of Packages to clusters.
    • Deploy operation configuration simplified, customers now just need to configure Server Alias and/or Target Group for Package Deployment along with wmDeployer details.
  • JUnit Plugin
    • JUnit errors aren't showing the reason properly.
  • Mule Plugin
    • install.sh silent failure when can't download and unzip their dependencies.
    • Added Mule 4 support for install, build, deploy, start and stop operations.
  • Unix Shell Plugin
    • Partial Execution operation added to run Unix shell commands against each file included in Package.
  • Windows Shell Plugin
    • Partial Execution operation added to run Windows commands against each file included in Package.
  • Powershell Plugin
    • Partial Execution operation added to run PowerShell commands against each file included in Package.
  • File Plugin
    • Plugin did not fail when Object Types other than File were processed.
  • JDBC Plugin
    • Plugin did not fail when Object Types other than JDBC were processed.
  • WebLogic Plugin
    • Fix for Foreign JMS Server connection URL issue

New Plugins

  • PVCS Plugin
    • Support added to work Sources from PVCS repository.

...