[JBoss JIRA] (ISPN-11784) Combine netty and non blocking thread pools
by Will Burns (Jira)
Will Burns created ISPN-11784:
---------------------------------
Summary: Combine netty and non blocking thread pools
Key: ISPN-11784
URL: https://issues.redhat.com/browse/ISPN-11784
Project: Infinispan
Issue Type: Enhancement
Components: Server
Reporter: Will Burns
Fix For: 11.0.0.Final
We cannot simply drop in our non blocking thread pool as an executor for netty io event loop group. The reason is because Netty takes over control of that thread and only runs tasks submitted to its various event loops. To consolidate these we need to replace our non blocking thread pool with the netty thread pool so it can awake the thread to process tasks.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months
[JBoss JIRA] (ISPN-11783) Package org.infinispan.context is missing from javadocs of 10.1.x and 11 releases
by Pedro Zapata Fernandez (Jira)
Pedro Zapata Fernandez created ISPN-11783:
---------------------------------------------
Summary: Package org.infinispan.context is missing from javadocs of 10.1.x and 11 releases
Key: ISPN-11783
URL: https://issues.redhat.com/browse/ISPN-11783
Project: Infinispan
Issue Type: Bug
Components: Documentation
Affects Versions: 10.1.7.Final, 11.0.0.Dev05
Reporter: Nistor Adrian
Assignee: Nistor Adrian
Fix For: 11.0.0.CR1, 10.1.8.Final
The new release of the custom infinispan doclet fixes the handling of @private/@public javadoc tags which are very strict now. Packages that are not specifically annotated are excluded, as it was meant to be from the beginning, but the exclusion was slightly broken.
We need to add `@public` to all packages that we find to be unintentionally left out.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 7 months