[GitHub] [camel] orpiske commented on pull request #9432: CAMEL-19058: fix a type check scability issue for Message types

2023-04-30 Thread via GitHub
orpiske commented on PR #9432: URL: https://github.com/apache/camel/pull/9432#issuecomment-1529063480 I'm closing this one. This was superseded by #9968 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [camel] orpiske commented on pull request #9432: CAMEL-19058: fix a type check scability issue for Message types

2023-04-25 Thread via GitHub
orpiske commented on PR #9432: URL: https://github.com/apache/camel/pull/9432#issuecomment-1521434865 I am planning to go back to this work very soon. I had to divert my priorities to something else. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [camel] orpiske commented on pull request #9432: CAMEL-19058: fix a type check scability issue for Message types

2023-02-27 Thread via GitHub
orpiske commented on PR #9432: URL: https://github.com/apache/camel/pull/9432#issuecomment-1447696071 @davsclaus actually, let me try the alternative approach on this one. Let's put it on hold for now. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [camel] orpiske commented on pull request #9432: CAMEL-19058: fix a type check scability issue for Message types

2023-02-27 Thread via GitHub
orpiske commented on PR #9432: URL: https://github.com/apache/camel/pull/9432#issuecomment-1447675277 > Hmm now we create a new object per message (the trait) only for fringe features like JMS external redelivery and dataType (not really much in use). Yeah. There's that, indeed -

[GitHub] [camel] orpiske commented on pull request #9432: CAMEL-19058: fix a type check scability issue for Message types

2023-02-27 Thread via GitHub
orpiske commented on PR #9432: URL: https://github.com/apache/camel/pull/9432#issuecomment-1446398400 Obs. 2: it uses the same pattern as in the other fixes, which replaces inheritance with delegation. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [camel] orpiske commented on pull request #9432: CAMEL-19058: fix a type check scability issue for Message types

2023-02-27 Thread via GitHub
orpiske commented on PR #9432: URL: https://github.com/apache/camel/pull/9432#issuecomment-1446395452 Obs.: this one does not necessarily bring material changes to the throughput as the code is contended in other places, but does solve the reports. -- This is an automated message from