Changes in Functionality
The following notable changes in functionality have been made in TIBCO BusinessWorks™ Container Edition and are listed by release.
Release 2.5.0
Binding | |
---|---|
Axis2 TPCL upgrade | Axis2 TPCL upgraded to 1.7.9 version.
Use Apache Components for HTTP communication in SOAP. Apache Commons library is now no longer used, because it is deprecated. Older imported projects using Apache Commons, continue to display Apache Commons as the client option, but Apache Components is used as the client for executing the HTTP requests, because this library is obsolete. |
Support for empty SOAP Header element. | Empty header element <soapenv:Header/> is passed in the SOAP envelop even if you don't configure the SOAP service with Headers. |
General | |
Accessing the custom configuration server. | Earlier, custom configuration management could be achieved using the
getKeysForConfig() and
replaceProfileValues() methods inside
com.tibco.bwce.profile.resolver.ProfileResolverHelper class.
Now, to implement custom configuration management, register an OSGi service implementing com.tibco.bw.runtime.customProps.ExternalApplicationProperties interface. |
The default value of SSL Protocol is changed to TLSv1.2 | Earlier, The default value of SSL Protocol was TLSv1.
Now, the default value of SSL Protocol for SSL Client or Server Configuration is changed to TLSv1.2 |
The import profile supports properties to be imported as profile | Earlier, when the profile was imported in the studio using the
Import Profile option, it only supported the
.substvar file.
Now, import profile supports Properties to be imported as profile. |
LDAP Authentication Policy | Earlier, while using the LDAP Authentication policy, the
Test Configuration button overrode the result in the existing screen, so there was no way to identify if there was a change in the result behavior.
Now, a new Clear button is added, and the timestamp in the log is also displayed. |
Jetty upgrade | The Jetty server version is updated to version 9.4.18.
After upgrade, the Jetty TPCL does not support TLS v1.0, v1.1 and SSL v3. The behavioral change has been implemented internally in the Jetty library, to resolve existing security vulnerabilities. |
Preventing .EAR file generation, if it has Java-related errors | Earlier, if the project had Java related errors at design time, TIBCO Business Studio for BusinessWorks did not validate those errors while generating .EAR file. Now .EAR file is not generated, if it has Java-related errors. |
The Include application modules check box from the Unused Resources view is now removed. | The
Include Application Modules check box is now removed from the
Unused Resources view.
Implicitly, application modules are included during unused resources calculation. When calculating unused resources for application modules, associated shared modules are also considered. |
A few XPath functions are changed as per XML specifications | Earlier, some of the XPath functions such as
matches(),
deep-equal() were not returning results as per XML Specifications.
Now, they return exact expected results. |
The Jetty access logs are present for the HTTP Connector shared resource | For TIBCO ActiveMatrix BusinessWorks applications that use REST service binding with the HTTP Connector resource, set the system property -Dbw.engine.http.jetty.accesslogs.enable to true in the VM arguments, and set the org.eclipse.jetty logger to DEBUG level in the logback.xml file to enable Jetty access logs. |
Palettes | |
Ability to send message body as a part of request for DELETE REST Service method calls | Request message body was not allowed as the payload for DELETE HTTP requests invoking REST services.
This has been resolved for the Send HTTP Request activity with Jetty HTTP Client. It is compulsory to use the Jetty HTTP client library in the HTTP Client resource with Send HTTP Request activity for achieving this functionality. |
Runtime | |
The name of the property is shown while using configuration management services. | Earlier, while using
SPRING_CLOUD_CONFIG as configuration management services, an integer property that had an empty value as the configuration value showed a Number Format Exception error but it did not show the name of the affected property.
Now, the name of the property is shown with exception when the value of property is empty when using configuration management services. |
Release 2.4.4
General | |
---|---|
The default base OS is changed to debian:stretch-slim |
The default base OS image from debian:jessie-slim is changed to debian:stretch-slim, because the exisiting debian:jessie-slim image is deprecated. |
TIBCO BusinessWorks Container Edition uses non-root users for container execution. |
TIBCO BusinessWorks Container Edition used root users during container execution. This has been changed to use non-root users by default. |
Release 2.4.3
General | |
---|---|
Jetty upgrade |
The Jetty server version is updated to version 9.4. The following list shows its impact:
|
Changes in Functionality due to JRE Upgrade
Release 2.4.2
Design-time | |
---|---|
Manifest yml file is not auto generated while creating container project. | The
manifest.yml file was auto-generated when a new container project was created.
Now, the manifest.yml file generates only for Pivotal Cloud Foundry. The manifest.yml file can be manually generated with the Create manifest yml context menu option for cloud foundry application. |