Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Generic abstraction for working with byte buffer implementations.

Copy from: https://github.com/spring-projects/spring-framework/tree/main/spring-core/src/main/java/org/springframework/core/io/buffer.

- Copy all package inside io.jooby.byffer
- remove all Assert/ObjectUtils import references
- remove Netty5DataBuffer references
- replace reactive stream classes references by JDK reactive streams
- DataBufferUtils is a limited version of original - remove Deprecated methods
- Remove all deprecated since 6.0 from DataBuffer and DataBufferFactory


= NEW BUFFER API

== JETTY
  - jetty/jetty.project#10476
  - https://javadoc.jetty.org/jetty-12/org/eclipse/jetty/util/BufferUtil.html
  - https://stackoverflow.com/questions/78659372/how-do-you-set-in-jetty-12-a-max-request-size-programmatically