Skip to content

Commit

Permalink
Merge pull request #30442 from mrsaldana/netty-transport-http-cookie-…
Browse files Browse the repository at this point in the history
…cleanup

Formalize cookie encoder and decoder for Netty
  • Loading branch information
mrsaldana authored Dec 23, 2024
2 parents a75711d + 6c614af commit e35001d
Show file tree
Hide file tree
Showing 12 changed files with 418 additions and 356 deletions.
4 changes: 2 additions & 2 deletions dev/com.ibm.ws.http2.client/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ Export-Package: \
com.ibm.ws.http.dispatcher.internal.channel, \
com.ibm.ws.http.internal, \
com.ibm.ws.http.netty, \
com.ibm.ws.http.netty.cookie, \
com.ibm.ws.http.netty.message, \
com.ibm.ws.http.netty.pipeline, \
com.ibm.ws.http.netty.pipeline.inbound, \
com.ibm.ws.http.netty.pipeline.outbound, \
com.ibm.ws.http.netty.pipeline.http2, \
com.ibm.ws.http.logging.internal, \
io.openliberty.http.options, \
io.openliberty.http.utils
io.openliberty.http.utils, \
io.openliberty.http.netty*

Import-Package: \
!com.ibm.ws.http.channel.h2internal, \
Expand Down
3 changes: 2 additions & 1 deletion dev/com.ibm.ws.transport.http/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,5 @@ instrument.classesExcludes: \
com.ibm.ws.org.objenesis:objenesis;version=1.0, \
com.ibm.ws.logging;version=latest, \
com.ibm.ws.wsbytebuffer;version=latest, \
com.ibm.ws.kernel.boot;version=latest
com.ibm.ws.kernel.boot;version=latest, \
org.mockito.mockito-all;version=1.9.5

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit e35001d

Please sign in to comment.