Mule Runtime
Anypoint Connector DevKit 3.9.x Release Notes
3.9.18
July 14, 2023
What’s New
-
The com.fasterxml.jackson.core library is upgraded to version 2.15.2.
Compatibility
Software | Version |
---|---|
3.5.0 or later |
|
Anypoint Studio |
6.0.0 or later |
Fixed Issues
Issue Resolution | ID |
---|---|
The com.fasterxml.jackson.core library is upgraded to version 2.15.2 to address reported security vulnerabilities. |
W-13742867 |
3.9.17
July 29, 2022
Compatibility
Software | Version |
---|---|
Mule Runtime |
3.5.0 or later |
Anypoint Studio |
6.0.0 or later |
Fixed Issues
Issue | ID |
---|---|
Connector DevKit no longer creates incorrect connection management strategies. A regression introduced in Connector DevKit 3.9.10 caused some connectors to fail during deployment because they could not initialize the connection management bean. Use Connector DevKit 3.9.17 if you see this or a similar error message in the stack trace: org.mule.module.launcher.DeploymentInitException: NotWritablePropertyException: Invalid property 'poolingProfile' of bean class [...]: Bean property 'poolingProfile' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter? |
W-11471070 |
3.9.16
June 15, 2022
Compatibility
Software | Version |
---|---|
Mule Runtime |
3.5.0 or later |
Anypoint Studio |
6.0.0 or later |
Fixed Issues
Issue | ID |
---|---|
Upgraded library dependencies. |
W-11215320 |
3.9.13
3.9.10
Version 3.9.9
3.9.8
3.9.5
3.9.4
3.9.0
June 21, 2016
Anypoint Connector DevKit 3.9.0 supports two new features for DevKit-built connectors, as well as several fixes for earlier versions.
Features
Building a connector using DevKit 3.9.0 (that is, specifying this version number in the connector project’s pom.xml
) allows the connector’s end user to retrieve information about the connector’s @Processor
(s) in the Mule Debugger in Anypoint Studio.
For Studio 6.0.2 and later, this version allows the developer to package multiple sets of connector icons to be presented in the Studio Visual Editor depending on the connector end user’s preference of Studio UI.
With 3.9.0, you can support two sets of icons for each Studio UI theme by first creating two different folders in your connector:
-
theme.light
(new look) -
theme.classic
(old look)
Compatibility
DevKit version 3.9.0 is compatible with:
Software | Version |
---|---|
Mule Runtime |
3.5.0 or later |
Anypoint Studio |
Debugging support for DevKit-built connector:
Support for Light and Classic Studio themed icons:
|
Icon Folder Structure
icons/ /theme.light /icon.png /theme.classic /icon.png
The new light theme icons must have the following sizes:
|
Icon Naming Conventions
Old Look Icon Naming Convention Changes
-
Previously was
<connectorName>-connector-48x24.png
and now is<connectorName>-connector-large.png
-
Previously was
<connectorName>-connector-24x16.png
and now is<connectorName>-connector-small.png
New Look Icon Naming Convention Changes
-
Previously was
<connectorName>-connector-26x26.png
and now is<connectorName>-connector-large.png
-
Previously was
<connectorName>-connector-16x16.png
and now is<connectorName>-connector-small.png