This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-3.22.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.22.x by this push:
new 956ee06e8d7 Fixed javadoc issue for building release
956ee06e8d7 is described below
commit 956ee06e8d774405ae242e519d23b60b97d9bc92
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Dec 12 10:25:32 2024 +0100
Fixed javadoc issue for building release
---
.../org/apache/camel/catalog/schemas/camel-spring.xsd | 6 +-----
components/camel-spring-xml/pom.xml | 10 ++++------
.../resources/org/apache/camel/spring/xml/camelContext.json | 2 +-
.../org/apache/camel/spring/xml/CamelContextFactoryBean.java | 4 ----
4 files changed, 6 insertions(+), 16 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 335c5bdd283..61e06f78ada 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
@@ -21073,11 +21073,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.
+slight performance impact under very heavy load.
]]></xs:documentation>
</xs:annotation>
</xs:attribute>
diff --git a/components/camel-spring-xml/pom.xml
b/components/camel-spring-xml/pom.xml
index ed07901d406..bba6d4514b5 100644
--- a/components/camel-spring-xml/pom.xml
+++ b/components/camel-spring-xml/pom.xml
@@ -616,9 +616,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<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>https://docs.oracle.com/en/java/javase/11/docs/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>
@@ -684,9 +682,9 @@
</executions>
<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>https://docs.oracle.com/en/java/javase/11/docs/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>
<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 f5630070093..45c340be9e1 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
@@ -43,7 +43,7 @@
"shutdownRoute": { "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": { "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": { "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 your custom type [...]
- "typeConverterStatisticsEnabled": { "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\/disable the [...]
+ "typeConverterStatisticsEnabled": { "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": { "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": { "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": { "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 4346b0990b9..82d24bb56bd 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
@@ -1228,10 +1228,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;