This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch camel-4.4.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-4.4.x by this push: new bb02ea90fba Fix Javadoc issue preventing release bb02ea90fba is described below commit bb02ea90fbaf6d65291fba0be359e99bddd960ad Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Fri Jan 17 09:49:25 2025 +0100 Fix Javadoc issue preventing release --- .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd | 5 +---- components/camel-spring-xml/pom.xml | 4 ---- .../resources/org/apache/camel/spring/xml/camelContext.json | 2 +- .../java/org/apache/camel/spring/xml/CamelContextFactoryBean.java | 4 ---- 4 files changed, 2 insertions(+), 13 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd index 651eefc14c6..58b6d4501c5 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd @@ -17535,10 +17535,7 @@ converter classes. Default value: false <xs:documentation xml:lang="en"> <![CDATA[ Sets whether or not type converter statistics is enabled. By default the type converter utilization statistics is -disabled. Notice: If enabled then there is a slight performance impact under very heavy load. You can enable/disable the -statistics at runtime using the -org.apache.camel.spi.TypeConverterRegistry#getStatistics()#setTypeConverterStatisticsEnabled(Boolean) method, or from -JMX on the org.apache.camel.api.management.mbean.ManagedTypeConverterRegistryMBean mbean. +disabled. Notice: If enabled then there is a slight performance impact under very heavy load. ]]> </xs:documentation> </xs:annotation> diff --git a/components/camel-spring-xml/pom.xml b/components/camel-spring-xml/pom.xml index bbd94fded6a..406c3e47885 100644 --- a/components/camel-spring-xml/pom.xml +++ b/components/camel-spring-xml/pom.xml @@ -558,8 +558,6 @@ <configuration> <links> <link>http://download.oracle.com/javase/7/docs/api/</link> - <link>http://download.oracle.com/javaee/7/api/</link> - <link>http://static.springsource.org/spring/docs/${spring-version}/javadoc-api/</link> <link>http://javadoc.io/doc/org.apache.camel/camel-core-model/latest/</link> <link>http://javadoc.io/doc/org.apache.camel/camel-core-engine/latest/</link> </links> @@ -626,8 +624,6 @@ <configuration> <links> <link>http://download.oracle.com/javase/7/docs/api/</link> - <link>http://download.oracle.com/javaee/7/api/</link> - <link>http://static.springsource.org/spring/docs/${spring-version}/javadoc-api/</link> </links> <isOffline>${camel.javadoc.offline}</isOffline> <stylesheetfile>${basedir}/../../etc/css/stylesheet.css</stylesheetfile> diff --git a/components/camel-spring-xml/src/generated/resources/org/apache/camel/spring/xml/camelContext.json b/components/camel-spring-xml/src/generated/resources/org/apache/camel/spring/xml/camelContext.json index d77d1c81944..147abeca5e4 100644 --- a/components/camel-spring-xml/src/generated/resources/org/apache/camel/spring/xml/camelContext.json +++ b/components/camel-spring-xml/src/generated/resources/org/apache/camel/spring/xml/camelContext.json @@ -44,7 +44,7 @@ "shutdownRoute": { "index": 29, "kind": "attribute", "displayName": "Shutdown Route", "required": false, "type": "enum", "javaType": "org.apache.camel.ShutdownRoute", "enum": [ "Default", "Defer" ], "deprecated": false, "autowired": false, "secret": false, "defaultValue": "Default", "description": "Sets the ShutdownRoute option for routes." }, "shutdownRunningTask": { "index": 30, "kind": "attribute", "displayName": "Shutdown Running Task", "required": false, "type": "enum", "javaType": "org.apache.camel.ShutdownRunningTask", "enum": [ "CompleteAllTasks", "CompleteCurrentTaskOnly" ], "deprecated": false, "autowired": false, "secret": false, "defaultValue": "CompleteCurrentTaskOnly", "description": "Sets the ShutdownRunningTask option to use when shutting down a route." }, "loadTypeConverters": { "index": 31, "kind": "attribute", "displayName": "Load Type Converters", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "false", "description": "Whether to load custom type converters by scanning classpath. This is used for backwards compatibility with Camel 2.x. Its recommended to migrate to use fast type converter loading by setting Converter(loader = true) on you [...] - "typeConverterStatisticsEnabled": { "index": 32, "kind": "attribute", "displayName": "Type Converter Statistics Enabled", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Sets whether or not type converter statistics is enabled. By default the type converter utilization statistics is disabled. Notice: If enabled then there is a slight performance impact under very heavy load. You can enable\ [...] + "typeConverterStatisticsEnabled": { "index": 32, "kind": "attribute", "displayName": "Type Converter Statistics Enabled", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Sets whether or not type converter statistics is enabled. By default the type converter utilization statistics is disabled. Notice: If enabled then there is a slight performance impact under very heavy load." }, "loadHealthChecks": { "index": 33, "kind": "attribute", "displayName": "Load Health Checks", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "false", "description": "Whether to load custom health checks by scanning classpath." }, "inflightRepositoryBrowseEnabled": { "index": 34, "kind": "attribute", "displayName": "Inflight Repository Browse Enabled", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Sets whether the inflight repository should allow browsing each inflight exchange. This is by default disabled as there is a very slight performance overhead when enabled." }, "typeConverterExists": { "index": 35, "kind": "attribute", "displayName": "Type Converter Exists", "required": false, "type": "enum", "javaType": "org.apache.camel.TypeConverterExists", "enum": [ "Fail", "Ignore", "Override" ], "deprecated": false, "autowired": false, "secret": false, "defaultValue": "Ignore", "description": "What should happen when attempting to add a duplicate type converter. The default behavior is to ignore the duplicate." }, diff --git a/components/camel-spring-xml/src/main/java/org/apache/camel/spring/xml/CamelContextFactoryBean.java b/components/camel-spring-xml/src/main/java/org/apache/camel/spring/xml/CamelContextFactoryBean.java index 44048337c3e..d3d7ec9072b 100644 --- a/components/camel-spring-xml/src/main/java/org/apache/camel/spring/xml/CamelContextFactoryBean.java +++ b/components/camel-spring-xml/src/main/java/org/apache/camel/spring/xml/CamelContextFactoryBean.java @@ -1230,10 +1230,6 @@ public class CamelContextFactoryBean extends AbstractCamelContextFactoryBean<Spr * <p/> * By default the type converter utilization statistics is disabled. <b>Notice:</b> If enabled then there is a * slight performance impact under very heavy load. - * <p/> - * You can enable/disable the statistics at runtime using the - * {@link org.apache.camel.spi.TypeConverterRegistry#getStatistics()#setTypeConverterStatisticsEnabled(Boolean)} - * method, or from JMX on the {@link org.apache.camel.api.management.mbean.ManagedTypeConverterRegistryMBean} mbean. */ public void setTypeConverterStatisticsEnabled(String typeConverterStatisticsEnabled) { this.typeConverterStatisticsEnabled = typeConverterStatisticsEnabled;