This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.x by this push:
new f63145ba747 Regen for commit 6f2452f4da208abdb3b2f3b074fc555b0d39e91b
(#10931)
f63145ba747 is described below
commit f63145ba74752b4e7ff6bc3bb73fd0d5b3b6486a
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 31 15:29:59 2023 +0200
Regen for commit 6f2452f4da208abdb3b2f3b074fc555b0d39e91b (#10931)
Signed-off-by: GitHub <[email protected]>
Co-authored-by: davsclaus <[email protected]>
---
.../java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java | 2 ++
.../camel/builder/endpoint/dsl/AtlasMapEndpointBuilderFactory.java | 3 +++
2 files changed, 5 insertions(+)
diff --git
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
index 3f9424a87bc..9ac6e30b95a 100644
---
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
+++
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
@@ -296,6 +296,7 @@ public class StaticEndpointBuilders {
* @param path resourceUri
* @return the dsl builder
*/
+ @Deprecated
public static
org.apache.camel.builder.endpoint.dsl.AtlasMapEndpointBuilderFactory.AtlasMapEndpointBuilder
atlasmap(
String path) {
return
org.apache.camel.builder.endpoint.dsl.AtlasMapEndpointBuilderFactory.endpointBuilder("atlasmap",
path);
@@ -322,6 +323,7 @@ public class StaticEndpointBuilders {
* @param path resourceUri
* @return the dsl builder
*/
+ @Deprecated
public static
org.apache.camel.builder.endpoint.dsl.AtlasMapEndpointBuilderFactory.AtlasMapEndpointBuilder
atlasmap(
String componentName,
String path) {
diff --git
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/AtlasMapEndpointBuilderFactory.java
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/AtlasMapEndpointBuilderFactory.java
index d438b3a74e1..b8ab04dd52f 100644
---
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/AtlasMapEndpointBuilderFactory.java
+++
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/AtlasMapEndpointBuilderFactory.java
@@ -327,6 +327,7 @@ public interface AtlasMapEndpointBuilderFactory {
* @param path resourceUri
* @return the dsl builder
*/
+ @Deprecated
default AtlasMapEndpointBuilder atlasmap(String path) {
return AtlasMapEndpointBuilderFactory.endpointBuilder("atlasmap",
path);
}
@@ -353,6 +354,7 @@ public interface AtlasMapEndpointBuilderFactory {
* @param path resourceUri
* @return the dsl builder
*/
+ @Deprecated
default AtlasMapEndpointBuilder atlasmap(
String componentName,
String path) {
@@ -410,6 +412,7 @@ public interface AtlasMapEndpointBuilderFactory {
return "Content-Type";
}
}
+ @Deprecated
static AtlasMapEndpointBuilder endpointBuilder(
String componentName,
String path) {