[
https://issues.apache.org/jira/browse/CAMEL-8352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14325047#comment-14325047
]
Mark Mindenhall commented on CAMEL-8352:
----------------------------------------
Hi [~davsclaus], I did submit a patch for another issue I reported a few weeks
back. However, in this case, the number of keystrokes required to apply a
patch exceed the number of keystrokes required to make the fix (i.e., just
adding "public" modifier to the method)!
> NettyServerBossPoolBuilder build() method is package-protected
> --------------------------------------------------------------
>
> Key: CAMEL-8352
> URL: https://issues.apache.org/jira/browse/CAMEL-8352
> Project: Camel
> Issue Type: Bug
> Components: camel-netty, camel-netty4
> Affects Versions: 2.14.1
> Reporter: Mark Mindenhall
> Priority: Minor
> Fix For: 2.14.2, 2.15.0
>
>
> The user documentation for camel-netty4 discusses creating worker and boss
> thread pools that are shared across camel-netty4 consumers. I am trying to
> do this, but discovered that the NettyServerBossPoolBuilder.build() method is
> package-protected, and I am therefore unable to use this builder to create
> the shared boss pool. Unit tests pass because the tests are within the same
> package, but the method needs to be public for anyone else to use.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)