scalecube / scalecube-services

Microservices library - scalecube-services is a high throughput, low latency reactive microservices library built to scale. it features: API-Gateways, service-discovery, service-load-balancing, the architecture supports plug-and-play service communication modules and features. built to provide performance and low-latency real-time stream-processing
http://scalecube.github.io/
Apache License 2.0
610 stars 105 forks source link

Build with Java 17 & Invoke default methods #826

Closed Sm0keySa1m0n closed 1 year ago

Sm0keySa1m0n commented 2 years ago

This allows default methods on service interfaces to be called, although it requires at least Java 16 to function as it makes use of InvocationHandler#invokeDefault.

Sm0keySa1m0n commented 1 year ago

Any updates on this?