-
I'm trying to use Proteus in a Clojure project, but I'm having trouble triggering the tool that generates 'services' per my proto definitions. I started with the build file found at https://proteus-ja…
-
```
$ ./gradlew :client:run
...
FAILURE: Build failed with an exception.
* What went wrong:
Could not resolve all files for configuration ':service-idl:compile'.
> Could not find io.rsocket.rp…
-
Tested on Ubuntu/16 and MacOS/Mojave. Each fails with the following error when following the instructions at https://www.netifi.com/getstarted-js:
```
$ yarn server
yarn run v1.9.4
$ node src/se…
-
https://www.netifi.com/getstarted-js does not list the protoc protobuf compiler (v3) as a prerequisite, but it is required for the success of the build.
For information on how to install protoc, se…
-
λ gradle build
Starting a Gradle Daemon, 3 busy and 1 incompatible and 1 stopped Daemons could not be reused, use --status for details
> Task :service-idl:extractIncludeProto FAILED
FAILURE: Buil…
-
Hi, trying to build on Windows but https://mvnrepository.com/artifact/io.rsocket.rpc/rsocket-rpc-core/0.2.0 seems not to be present in JCenter; also tried to build/install manually from https://github…
-
Right now if there is a missing properties a null pointer is throw - it would be nice to have cleaner error messages that mention the property that is missing
```
Caused by: org.springframework.be…
-
```
➜ proteus-spring git:(master) ls
LICENSE gradle proteus-spring-core
README.md gradle.properties pro…
-
I'm trying to use the library with H2 and I'm finding that the connections get closed after a while, resulting in stacktraces like this:
org.h2.jdbc.JdbcSQLException: The object is already closed […
-
https://github.com/netifi-proteus/proteus-java/blob/2d287cf0333fe2b175f448f1655fbe8e086fcd2b/frames/src/main/java/io/netifi/proteus/frames/AuthenticationResponseFlyweight.java#L35
Isn't the sequenc…
kbahr updated
6 years ago