You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2022/01/07 13:14:00 UTC

[jira] [Resolved] (CAMEL-17439) Remove from generated javadoc / json

     [ https://issues.apache.org/jira/browse/CAMEL-17439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-17439.
---------------------------------
    Resolution: Implemented

We reverted the javadoc helper change

> Remove <p\/> from generated javadoc / json
> ------------------------------------------
>
>                 Key: CAMEL-17439
>                 URL: https://issues.apache.org/jira/browse/CAMEL-17439
>             Project: Camel
>          Issue Type: Task
>          Components: build system
>    Affects Versions: 3.15.0
>            Reporter: Claus Ibsen
>            Priority: Major
>             Fix For: 3.15.0
>
>
> With the change in that javadoc helper then all the json descriptions now have <p/> embedded as <p\/>
> {code}
> -    "usePooledConnection": { "kind": "property", "displayName": "Use Pooled Connection", "group": "common", "label": "common", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "defaultValue": true, "description": "Enables or disables whether a PooledConnectionFactory will be used so that when messages are sent to ActiveMQ from outside of a message consuming thread, pooling will be used rather than the default with the Spring JmsTemplate which will create a new connection, session, producer for each message then close them all down again. The default value is true." },
> -    "useSingleConnection": { "kind": "property", "displayName": "Use Single Connection", "group": "common", "label": "common", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "defaultValue": false, "description": "Enables or disables whether a Spring SingleConnectionFactory will be used so that when messages are sent to ActiveMQ from outside of a message consuming thread, pooling will be used rather than the default with the Spring JmsTemplate which will create a new connection, session, producer for each message then close them all down again. The default value is false and a pooled connection is used by default." },
> +    "usePooledConnection": { "kind": "property", "displayName": "Use Pooled Connection", "group": "common", "label": "common", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "defaultValue": true, "description": "Enables or disables whether a PooledConnectionFactory will be used so that when messages are sent to ActiveMQ from outside of a message consuming thread, pooling will be used rather than the default with the Spring JmsTemplate which will cre
> ate a new connection, session, producer for each message then close them all down again. <p\/> The default value is true." },
> +    "useSingleConnection": { "kind": "property", "displayName": "Use Single Connection", "group": "common", "label": "common", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "defaultValue": false, "description": "Enables or disables whether a Spring SingleConnectionFactory will be used so that when messages are sent to ActiveMQ from outside of a message consuming thread, pooling will be used rather than the default with the Spring JmsTemplate which will create a new connection, session, producer for each message then close them all down again. <p\/> The default value is false and a pooled connection is used by default." },
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)