netty-incubator-buffer-api/src/main/java/io/netty/buffer/api
Chris Vest 59b564ddc8 Add a docker-based build
Motivation:
Because of the current dependency on snapshot versions of the Panama Foreign version of OpenJDK 16, this project is fairly involved to build.

Modification:
To make it easier for newcomers to build the binaries for this project, a docker-based build is added.
The docker image is constructed such that it contains a fresh snapshot build of the right fork of Java.
A make file has also been added, which encapsulates the common commands one would use for working with the docker build.

Result:
It is now easy for newcomers to make builds, and run tests, of this project, as long as they have a working docker installation.
2020-11-18 17:16:37 +01:00
..
memseg Add a docker-based build 2020-11-18 17:16:37 +01:00
Allocator.java Rename the 'b2' package to 'api' 2020-11-17 15:40:13 +01:00
AllocatorControl.java Rename the 'b2' package to 'api' 2020-11-17 15:40:13 +01:00
Buf.java Rename the 'b2' package to 'api' 2020-11-17 15:40:13 +01:00
BufAccessors.java Rename the 'b2' package to 'api' 2020-11-17 15:40:13 +01:00
ByteIterator.java Rename the 'b2' package to 'api' 2020-11-17 15:40:13 +01:00
CompositeBuf.java Rename the 'b2' package to 'api' 2020-11-17 15:40:13 +01:00
Drop.java Rename the 'b2' package to 'api' 2020-11-17 15:40:13 +01:00
ManagedAllocator.java Rename the 'b2' package to 'api' 2020-11-17 15:40:13 +01:00
MemoryManager.java Move the MemorySegment based Buf implementation to its own package, and break the remaining bits of tight coupling. 2020-11-17 15:53:40 +01:00
NativeMemoryCleanerDrop.java Rename the 'b2' package to 'api' 2020-11-17 15:40:13 +01:00
Owned.java Rename the 'b2' package to 'api' 2020-11-17 15:40:13 +01:00
Rc.java Rename the 'b2' package to 'api' 2020-11-17 15:40:13 +01:00
RcSupport.java Move the MemorySegment based Buf implementation to its own package, and break the remaining bits of tight coupling. 2020-11-17 15:53:40 +01:00
ResourceDisposeFailedException.java Rename the 'b2' package to 'api' 2020-11-17 15:40:13 +01:00
Scope.java Rename the 'b2' package to 'api' 2020-11-17 15:40:13 +01:00
Send.java Rename the 'b2' package to 'api' 2020-11-17 15:40:13 +01:00
SizeClassedMemoryPool.java Move the MemorySegment based Buf implementation to its own package, and break the remaining bits of tight coupling. 2020-11-17 15:53:40 +01:00
Statics.java Move the MemorySegment based Buf implementation to its own package, and break the remaining bits of tight coupling. 2020-11-17 15:53:40 +01:00
TransferSend.java Rename the 'b2' package to 'api' 2020-11-17 15:40:13 +01:00
package-info.java Add a docker-based build 2020-11-18 17:16:37 +01:00