[
https://issues.jboss.org/browse/TEIID-5002?page=com.atlassian.jira.plugin...
]
Steven Hawkins commented on TEIID-5002:
---------------------------------------
Netty deprecated a method when it actually should have been removed. In
ObjectEncoder.AnonymousChunkedStream use:
{code}
public ByteBuf readChunk(ByteBufAllocator allocator) throws Exception {
ByteBuf cb = super.readChunk(allocator);
{code}
Instead of the old readChunk signature.
Use WildFly 11 Server Environment
---------------------------------
Key: TEIID-5002
URL:
https://issues.jboss.org/browse/TEIID-5002
Project: Teiid
Issue Type: Enhancement
Components: Server
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Fix For: 10.0
Move the server environment to latest WildFly version 11
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)