[jira] [Created] (CAMEL-18422) Camel-AWS Component: Explicitly add AWS SDK Utils dependency

2022-08-23 Thread Andrea Cosentino (Jira)
Andrea Cosentino created CAMEL-18422:


 Summary: Camel-AWS Component: Explicitly add AWS SDK Utils 
dependency 
 Key: CAMEL-18422
 URL: https://issues.apache.org/jira/browse/CAMEL-18422
 Project: Camel
  Issue Type: Task
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
 Fix For: 3.19.0






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (CAMEL-18406) camel-jbang - CLI to control routes such as suspend/resume/stats

2022-08-23 Thread Claus Ibsen (Jira)


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

Claus Ibsen updated CAMEL-18406:

Description: 
It would be good if we could

- control routes such as start/stop/suspend/resume
- context statistics *DONE*
- route statistics so you can see their state, number of messages processed etc 
*DONE*
- show health check status as well in the get commands



  was:
It would be good if we could

- control routes such as start/stop/suspend/resume
- context statistics *DONE*
- route statistics so you can see their state, number of messages processed etc 
*DONE*




> camel-jbang - CLI to control routes such as suspend/resume/stats
> 
>
> Key: CAMEL-18406
> URL: https://issues.apache.org/jira/browse/CAMEL-18406
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-jbang
>Reporter: Claus Ibsen
>Assignee: Claus Ibsen
>Priority: Major
> Fix For: 3.19.0
>
>
> It would be good if we could
> - control routes such as start/stop/suspend/resume
> - context statistics *DONE*
> - route statistics so you can see their state, number of messages processed 
> etc *DONE*
> - show health check status as well in the get commands



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Reopened] (CAMEL-18400) jbang does not use correct camel version

2022-08-23 Thread Marat Gubaidullin (Jira)


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

Marat Gubaidullin reopened CAMEL-18400:
---

> jbang does not use correct camel version
> 
>
> Key: CAMEL-18400
> URL: https://issues.apache.org/jira/browse/CAMEL-18400
> Project: Camel
>  Issue Type: Bug
>  Components: camel-jbang
>Affects Versions: 3.18.1
>Reporter: Marat Gubaidullin
>Assignee: Claus Ibsen
>Priority: Major
> Fix For: 3.18.2, 3.19.0
>
>
> jbang does not use correct camel version. ex.
> 1. Execute command with camel 3.18.0, ex:
> {code:java}
> jbang -Dcamel.jbang.version=3.18.0 camel@apache/camel export  
> --directory=export --fresh
> {code}
> 2. Then execute same command with camel 3.18.1
> {code:java}
> jbang -Dcamel.jbang.version=3.18.1 camel@apache/camel export  
> --directory=export --fresh
> {code}
> The generated result will be with the old version 3.18.0 (ex. 
> application.properties generated with camelCase instead of kebab-case)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CAMEL-18400) jbang does not use correct camel version

2022-08-23 Thread Marat Gubaidullin (Jira)


[ 
https://issues.apache.org/jira/browse/CAMEL-18400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17583804#comment-17583804
 ] 

Marat Gubaidullin commented on CAMEL-18400:
---

1. I have removed jbang and maven caches
{code:java}
rm -rf ~/.jbang 
rm -rf ~/.m2/repository/org/apache/camel
{code}

2. I run the jbang with Camel 3.19.0-SNAPSHOT
{code:java}
jbang -Dcamel.jbang.version=3.19.0-SNAPSHOT camel@apache/camel run *
{code}

3. Then I run  jbang with Camel 3.18.1
{code:java}
jbang -Dcamel.jbang.version=3.18.1 camel@apache/camel run *
{code}

The result is that jbang uses the first Camel 3.19.0-SNAPSHOT

> jbang does not use correct camel version
> 
>
> Key: CAMEL-18400
> URL: https://issues.apache.org/jira/browse/CAMEL-18400
> Project: Camel
>  Issue Type: Bug
>  Components: camel-jbang
>Affects Versions: 3.18.1
>Reporter: Marat Gubaidullin
>Assignee: Claus Ibsen
>Priority: Major
> Fix For: 3.18.2, 3.19.0
>
>
> jbang does not use correct camel version. ex.
> 1. Execute command with camel 3.18.0, ex:
> {code:java}
> jbang -Dcamel.jbang.version=3.18.0 camel@apache/camel export  
> --directory=export --fresh
> {code}
> 2. Then execute same command with camel 3.18.1
> {code:java}
> jbang -Dcamel.jbang.version=3.18.1 camel@apache/camel export  
> --directory=export --fresh
> {code}
> The generated result will be with the old version 3.18.0 (ex. 
> application.properties generated with camelCase instead of kebab-case)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (CAMEL-18421) camel-core - Adding route dynamic leak bootstraps

2022-08-23 Thread Claus Ibsen (Jira)


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

Claus Ibsen updated CAMEL-18421:

Affects Version/s: 3.18.1
   (was: 3.14.5)

> camel-core - Adding route dynamic leak bootstraps
> -
>
> Key: CAMEL-18421
> URL: https://issues.apache.org/jira/browse/CAMEL-18421
> Project: Camel
>  Issue Type: Bug
>  Components: camel-core
>Affects Versions: 3.18.1
>Reporter: Claus Ibsen
>Assignee: Claus Ibsen
>Priority: Major
> Fix For: 3.14.6, 3.18.2, 3.19.0
>
>
> Reported on chat
> https://camel.zulipchat.com/#narrow/stream/257298-camel/topic/Memory.20leak.20in.20DefaultCamelContext



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (CAMEL-18421) camel-core - Adding route dynamic leak bootstraps

2022-08-23 Thread Claus Ibsen (Jira)


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

Claus Ibsen resolved CAMEL-18421.
-
Resolution: Fixed

> camel-core - Adding route dynamic leak bootstraps
> -
>
> Key: CAMEL-18421
> URL: https://issues.apache.org/jira/browse/CAMEL-18421
> Project: Camel
>  Issue Type: Bug
>  Components: camel-core
>Affects Versions: 3.18.1
>Reporter: Claus Ibsen
>Assignee: Claus Ibsen
>Priority: Major
> Fix For: 3.18.2, 3.19.0
>
>
> Reported on chat
> https://camel.zulipchat.com/#narrow/stream/257298-camel/topic/Memory.20leak.20in.20DefaultCamelContext



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (CAMEL-18421) camel-core - Adding route dynamic leak bootstraps

2022-08-23 Thread Claus Ibsen (Jira)


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

Claus Ibsen updated CAMEL-18421:

Affects Version/s: (was: 3.18.1)

> camel-core - Adding route dynamic leak bootstraps
> -
>
> Key: CAMEL-18421
> URL: https://issues.apache.org/jira/browse/CAMEL-18421
> Project: Camel
>  Issue Type: Bug
>  Components: camel-core
>Affects Versions: 3.14.5
>Reporter: Claus Ibsen
>Assignee: Claus Ibsen
>Priority: Major
> Fix For: 3.14.6, 3.18.2, 3.19.0
>
>
> Reported on chat
> https://camel.zulipchat.com/#narrow/stream/257298-camel/topic/Memory.20leak.20in.20DefaultCamelContext



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (CAMEL-18421) camel-core - Adding route dynamic leak bootstraps

2022-08-23 Thread Claus Ibsen (Jira)


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

Claus Ibsen updated CAMEL-18421:

Fix Version/s: (was: 3.14.6)

> camel-core - Adding route dynamic leak bootstraps
> -
>
> Key: CAMEL-18421
> URL: https://issues.apache.org/jira/browse/CAMEL-18421
> Project: Camel
>  Issue Type: Bug
>  Components: camel-core
>Affects Versions: 3.18.1
>Reporter: Claus Ibsen
>Assignee: Claus Ibsen
>Priority: Major
> Fix For: 3.18.2, 3.19.0
>
>
> Reported on chat
> https://camel.zulipchat.com/#narrow/stream/257298-camel/topic/Memory.20leak.20in.20DefaultCamelContext



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (CAMEL-18421) camel-core - Adding route dynamic leak bootstraps

2022-08-23 Thread Claus Ibsen (Jira)
Claus Ibsen created CAMEL-18421:
---

 Summary: camel-core - Adding route dynamic leak bootstraps
 Key: CAMEL-18421
 URL: https://issues.apache.org/jira/browse/CAMEL-18421
 Project: Camel
  Issue Type: Bug
  Components: camel-core
Affects Versions: 3.18.1, 3.14.5
Reporter: Claus Ibsen
Assignee: Claus Ibsen
 Fix For: 3.14.6, 3.18.2, 3.19.0


Reported on chat
https://camel.zulipchat.com/#narrow/stream/257298-camel/topic/Memory.20leak.20in.20DefaultCamelContext



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (CAMEL-18406) camel-jbang - CLI to control routes such as suspend/resume/stats

2022-08-23 Thread Claus Ibsen (Jira)


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

Claus Ibsen updated CAMEL-18406:

Description: 
It would be good if we could

- control routes such as start/stop/suspend/resume
- context statistics *DONE*
- route statistics so you can see their state, number of messages processed etc 
*DONE*



  was:
It would be good if we could

- control routes such as start/stop/suspend/resume
- context statistics *DONE*
- route statistics so you can see their state, number of messages processed etc




> camel-jbang - CLI to control routes such as suspend/resume/stats
> 
>
> Key: CAMEL-18406
> URL: https://issues.apache.org/jira/browse/CAMEL-18406
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-jbang
>Reporter: Claus Ibsen
>Assignee: Claus Ibsen
>Priority: Major
> Fix For: 3.19.0
>
>
> It would be good if we could
> - control routes such as start/stop/suspend/resume
> - context statistics *DONE*
> - route statistics so you can see their state, number of messages processed 
> etc *DONE*



--
This message was sent by Atlassian Jira
(v8.20.10#820010)