Skip to content

Commit cbe5d31

Browse files
committed
libs: use oncrpc4j-3.3.0
New major release with highlights: - added possibility to add call interceptor - update dependency to grizzly-4.0.0 and guava-31 - optimized encoding of grizzly Buffers and NIO ByteBuffers Changelog for oncrpc4j-3.2.0..oncrpc4j-3.3.0 * [8b927c9] [maven-release-plugin] prepare for next development iteration * [9ca5fe1] rpc: introduce OncRpcSvcBuilder#withCallInterceptor * [6061c9f] rpc: add unit tests for RpcDispatcher * [438b3a3] libs: use up-to-date guava-31 * [bc9e812] libs: use grizzly-4.0.0 * [18c432c] benchmarks: simplify way to run benchmarks * [f7cf70a] rpc: drop RpcMessage class * [755944a] xdr: optimize encoding of ByteBuffer * [4e98f79] rpc: make empty Subject static final field * [d2f26e2] test: skip tests that can be made under java19 * [506c949] rpc: move RPC record marking into GrizzlyRpcTransport * [032d7dc] xrd: add Xdr#xdrEncodeShallowByteBuffer(Buffer) * [7d6e0fb] test: fix hard coded port number * [cd19d6f] test: fix broken test * [9987da7] [maven-release-plugin] prepare branch 3.3 * [f2a1df6] [maven-release-plugin] prepare release oncrpc4j-3.3.0 Acked-by: Lea Morschel Acked-by: Paul Millar Target: master, 0.22
1 parent 9dff459 commit cbe5d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
<dependency>
195195
<groupId>org.dcache</groupId>
196196
<artifactId>oncrpc4j-core</artifactId>
197-
<version>3.2.0</version>
197+
<version>3.3.0</version>
198198
</dependency>
199199
<dependency>
200200
<groupId>com.hazelcast</groupId>

0 commit comments

Comments
 (0)