-
I have the following
```gradle
plugins {
id "enterprise.groovy.plugin" version "1.0.5"
id 'java'
id 'groovy'
}
...
```
This gives:
```
An exception occurred applying plugi…
-
some online server maybe break down forever, the rpc client should close in this case
```shell
08:06:00.165 [client-loop] ERROR io.activej.rpc.client.RpcClientConnection - Receiver error: /192.168.…
xsank updated
2 years ago
-
Hey so i have been working a lot recently with the serializer and this is sortof my review.
i love it, but i still have some suggestions
First of all please expand your docs because most of the t…
-
```
import io.activej.serializer.annotations.Serialize;
public class A {
protected String varA;
public A(String varA) {
this.varA = varA;
}
public A() {
}
…
-
We have enabled [GitHub Discussions](https://github.com/activej/activej/discussions) for various questions about the ActiveJ.
If you want to ask a question or discuss features of ActiveJ, please u…
-
When I configured the app as a Spring Cloud Netflix Eureka client, the same way I did with a Spring Boot app, it shows these warnings on ActiveJ, and it's not gonna register with the Eureka registry.
…
-
https://github.com/TeamQuantumFusion/Hyphen
Operations per second below.
![image](https://user-images.githubusercontent.com/24830855/167011664-31e19666-a6cf-4609-977b-7b62bac0d9a3.png)
-
Hi,
first of all, I would like to say that activejs looks very promising. And the amount of work to produce such a library and the related documentation is impressive! Thank you for that!
I have…
-
How would this compare to other state management libraries?
https://stefankrause.net/js-frameworks-benchmark8/table.html
Currently I am using React Easy State (https://github.com/RisingStack/reac…
-
I know that your example with activej specializers optimizes operators and primitives but i am wondering is any way to improve BigInteger performance operations with specializer. Do you have any idea?