chanikag
chanikag
Still issues could happen when both methods use String as an input parameter. Then, Method[] methods = obj.getClass().getMethods() will return multiple setter methods with same parameters. For example, PayloadFactoryMediator.setTemplateType() method...
You can enable/disable converting string to primitive types in the JSON output in XML to JSON transformations by setting the following configuration in $MI_HOME/conf/deployment.toml ``` [mediation] synapse.enable_auto_primitive = false ```
Fixed with https://github.com/wso2/product-micro-integrator/issues/4058
Update: In order to implement this fix we need to extract the request ID separately at the request flow when creating connection at [1], but the flow is directed to...
PR: https://github.com/wso2/wso2-synapse/pull/2355
### Update : 04th June **Task done:** 1. Refactored JMS store to support both javax and jakarta jms implementation (through passing the JMS spec as a store property). 2. Refactored...
### Update : 09th June **Task done:** 1. Refactored JMS store to support both javax and jakarta jms implementation (through passing the JMS spec as a store property). 2. Refactored...
PRs: wso2-axis2-transport https://github.com/wso2/wso2-axis2-transports/pull/356 for JMS transport product-micro-integrator https://github.com/wso2/product-micro-integrator/pull/4239 for JMS inbound endpoint
Testing: | ActiveMQ 6 | IBM MQ - with JMS 31 | Apache Artimis -- | -- | -- | -- How to Consume JMS Messages | DONE | DONE...
Per capp logging support was introduced earlier by [1]. But later it was removed when moving to log4j2. Now, the fix is added with PR [2] [3] to bring it...