[jira] [Created] (CAMEL-21631) Enable Checksum algorithm on S3 streaming upload producer

2025-01-17 Thread Andrea Cosentino (Jira)
Andrea Cosentino created CAMEL-21631:


 Summary: Enable Checksum algorithm on S3 streaming upload producer
 Key: CAMEL-21631
 URL: https://issues.apache.org/jira/browse/CAMEL-21631
 Project: Camel
  Issue Type: Task
  Components: camel-aws2-s3
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino


https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md#features-8

and tests are failing https://github.com/apache/camel/actions/runs/12824983217



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


[jira] [Updated] (CAMEL-21630) camel-core - Remove inheritErrorHandler from DSL

2025-01-17 Thread Claus Ibsen (Jira)


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

Claus Ibsen updated CAMEL-21630:

Issue Type: Task  (was: Improvement)

> camel-core - Remove inheritErrorHandler from DSL
> 
>
> Key: CAMEL-21630
> URL: https://issues.apache.org/jira/browse/CAMEL-21630
> Project: Camel
>  Issue Type: Task
>  Components: camel-core
>Reporter: Claus Ibsen
>Assignee: Claus Ibsen
>Priority: Major
> Fix For: 4.10.0
>
>
> We can remove the option 
> inheritErrorHandler which is only used in a rare situation with the failover 
> load balancer. Then we can keep the option specially there (and maybe 
> consider a better name).
>  
>  



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


[jira] [Updated] (CAMEL-21630) camel-core - Remove inheritErrorHandler from DSL

2025-01-17 Thread Claus Ibsen (Jira)


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

Claus Ibsen updated CAMEL-21630:

Issue Type: Improvement  (was: Task)

> camel-core - Remove inheritErrorHandler from DSL
> 
>
> Key: CAMEL-21630
> URL: https://issues.apache.org/jira/browse/CAMEL-21630
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-core
>Reporter: Claus Ibsen
>Assignee: Claus Ibsen
>Priority: Major
> Fix For: 4.10.0
>
>
> We can remove the option 
> inheritErrorHandler which is only used in a rare situation with the failover 
> load balancer. Then we can keep the option specially there (and maybe 
> consider a better name).
>  
>  



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


[jira] [Updated] (CAMEL-21620) camel-core - Fix onWhen to not include outputs in model

2025-01-17 Thread Claus Ibsen (Jira)


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

Claus Ibsen updated CAMEL-21620:

Issue Type: Improvement  (was: Task)

> camel-core - Fix onWhen to not include outputs in model
> ---
>
> Key: CAMEL-21620
> URL: https://issues.apache.org/jira/browse/CAMEL-21620
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-core, dsl
>Reporter: Claus Ibsen
>Assignee: Claus Ibsen
>Priority: Major
> Fix For: 4.10.0
>
>
> Only when in choice should have outputs. The onWhen used in filter, doCatch, 
> intercept, onCompletion should be a predicate only without outputs. However 
> since it reused the when from choice the model has outputs. Its a bit tricky 
> to fix due to the model being old and classic spring xml XSD.
>  



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


[jira] [Comment Edited] (CAMEL-21620) camel-core - Fix onWhen to not include outputs in model

2025-01-17 Thread Claus Ibsen (Jira)


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

Claus Ibsen edited comment on CAMEL-21620 at 1/17/25 8:07 AM:
--

TODO: Add disabled option to when/otherwise


was (Author: davsclaus):
TODO: Add disabled option to when/otherwise/onWhen

> camel-core - Fix onWhen to not include outputs in model
> ---
>
> Key: CAMEL-21620
> URL: https://issues.apache.org/jira/browse/CAMEL-21620
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-core, dsl
>Reporter: Claus Ibsen
>Assignee: Claus Ibsen
>Priority: Major
> Fix For: 4.10.0
>
>
> Only when in choice should have outputs. The onWhen used in filter, doCatch, 
> intercept, onCompletion should be a predicate only without outputs. However 
> since it reused the when from choice the model has outputs. Its a bit tricky 
> to fix due to the model being old and classic spring xml XSD.
>  



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


[jira] [Comment Edited] (CAMEL-21620) camel-core - Fix onWhen to not include outputs in model

2025-01-17 Thread Claus Ibsen (Jira)


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

Claus Ibsen edited comment on CAMEL-21620 at 1/17/25 4:10 PM:
--

TODO: Make when special for choice only. *DONE*

TODO: Avoid onWhen/onFallback generated as processors into the XML XSD *DONE*

 


was (Author: davsclaus):
TODO: Make when special for choice only.

TODO: Avoid onWhen/onFallback generated as processors into the XML XSD *DONE*

 

> camel-core - Fix onWhen to not include outputs in model
> ---
>
> Key: CAMEL-21620
> URL: https://issues.apache.org/jira/browse/CAMEL-21620
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-core, dsl
>Reporter: Claus Ibsen
>Assignee: Claus Ibsen
>Priority: Major
> Fix For: 4.10.0
>
>
> Only when in choice should have outputs. The onWhen used in filter, doCatch, 
> intercept, onCompletion should be a predicate only without outputs. However 
> since it reused the when from choice the model has outputs. Its a bit tricky 
> to fix due to the model being old and classic spring xml XSD.
>  



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


[jira] [Comment Edited] (CAMEL-21620) camel-core - Fix onWhen to not include outputs in model

2025-01-17 Thread Claus Ibsen (Jira)


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

Claus Ibsen edited comment on CAMEL-21620 at 1/17/25 4:09 PM:
--

TODO: nested choice end() in Java DSL issue *DONE*


was (Author: davsclaus):
TODO: nested choice end() in Java DSL issue

> camel-core - Fix onWhen to not include outputs in model
> ---
>
> Key: CAMEL-21620
> URL: https://issues.apache.org/jira/browse/CAMEL-21620
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-core, dsl
>Reporter: Claus Ibsen
>Assignee: Claus Ibsen
>Priority: Major
> Fix For: 4.10.0
>
>
> Only when in choice should have outputs. The onWhen used in filter, doCatch, 
> intercept, onCompletion should be a predicate only without outputs. However 
> since it reused the when from choice the model has outputs. Its a bit tricky 
> to fix due to the model being old and classic spring xml XSD.
>  



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


[jira] [Resolved] (CAMEL-21620) camel-core - Fix onWhen to not include outputs in model

2025-01-17 Thread Claus Ibsen (Jira)


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

Claus Ibsen resolved CAMEL-21620.
-
Resolution: Fixed

> camel-core - Fix onWhen to not include outputs in model
> ---
>
> Key: CAMEL-21620
> URL: https://issues.apache.org/jira/browse/CAMEL-21620
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-core, dsl
>Reporter: Claus Ibsen
>Assignee: Claus Ibsen
>Priority: Major
> Fix For: 4.10.0
>
>
> Only when in choice should have outputs. The onWhen used in filter, doCatch, 
> intercept, onCompletion should be a predicate only without outputs. However 
> since it reused the when from choice the model has outputs. Its a bit tricky 
> to fix due to the model being old and classic spring xml XSD.
>  



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


[jira] [Commented] (CAMEL-21620) camel-core - Fix onWhen to not include outputs in model

2025-01-17 Thread Claus Ibsen (Jira)


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

Claus Ibsen commented on CAMEL-21620:
-

TODO: nested choice end() in Java DSL issue

> camel-core - Fix onWhen to not include outputs in model
> ---
>
> Key: CAMEL-21620
> URL: https://issues.apache.org/jira/browse/CAMEL-21620
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-core, dsl
>Reporter: Claus Ibsen
>Assignee: Claus Ibsen
>Priority: Major
> Fix For: 4.10.0
>
>
> Only when in choice should have outputs. The onWhen used in filter, doCatch, 
> intercept, onCompletion should be a predicate only without outputs. However 
> since it reused the when from choice the model has outputs. Its a bit tricky 
> to fix due to the model being old and classic spring xml XSD.
>  



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


[jira] [Comment Edited] (CAMEL-21620) camel-core - Fix onWhen to not include outputs in model

2025-01-17 Thread Claus Ibsen (Jira)


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

Claus Ibsen edited comment on CAMEL-21620 at 1/17/25 10:30 AM:
---

TODO: Add disabled option to when/otherwise *DONE*


was (Author: davsclaus):
TODO: Add disabled option to when/otherwise

> camel-core - Fix onWhen to not include outputs in model
> ---
>
> Key: CAMEL-21620
> URL: https://issues.apache.org/jira/browse/CAMEL-21620
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-core, dsl
>Reporter: Claus Ibsen
>Assignee: Claus Ibsen
>Priority: Major
> Fix For: 4.10.0
>
>
> Only when in choice should have outputs. The onWhen used in filter, doCatch, 
> intercept, onCompletion should be a predicate only without outputs. However 
> since it reused the when from choice the model has outputs. Its a bit tricky 
> to fix due to the model being old and classic spring xml XSD.
>  



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


[jira] [Resolved] (CAMEL-21631) Enable Checksum algorithm on S3 streaming upload producer

2025-01-17 Thread Andrea Cosentino (Jira)


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

Andrea Cosentino resolved CAMEL-21631.
--
Fix Version/s: 4.10.0
   Resolution: Fixed

> Enable Checksum algorithm on S3 streaming upload producer
> -
>
> Key: CAMEL-21631
> URL: https://issues.apache.org/jira/browse/CAMEL-21631
> Project: Camel
>  Issue Type: Task
>  Components: camel-aws2-s3
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Major
> Fix For: 4.10.0
>
>
> https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md#features-8
> and tests are failing https://github.com/apache/camel/actions/runs/12824983217



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