[teiid-issues] [JBoss JIRA] (TEIID-5002) Use WildFly 11 Server Environment

Steven Hawkins (JIRA) issues at jboss.org
Thu Sep 7 08:54:03 EDT 2017


    [ https://issues.jboss.org/browse/TEIID-5002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13460224#comment-13460224 ] 

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)


More information about the teiid-issues mailing list