Per-Ake Minborg

Results 108 comments of Per-Ake Minborg

The `ConnectionPool` can be improved in terms of performance.

Most software products have what collectively are called "documentation", "user's guide", "product documentation", "manual" etc. Here are some examples: * Kafka https://kafka.apache.org/documentation/ * Hazelcast https://docs.hazelcast.com/imdg/4.2/getting-started * Tensorflow https://www.tensorflow.org/guide So, the...

Maybe there is a unique value for any given JVM instance or we could have a random JVM identity number generated that could be combined with the PID thereby reducing...

We could add `@EnterpriseFeature` in core. In the future, we should have pluggable components and enterprise features should not be visible in open-source libraries.

This is interesting and would be very useful for parallel `java.util.stream.Stream` wrappers.

These libraries have broken coverage: CQ, CTF, CV , and JLBH:

We could add an automatic module name.

Yes. The runtime should work under JPMS. This issue is about the annotation processor.

> Why is it needed? Java EE packages were removed from Java 11 and upwards. I was not able to build under Java 11 on my machine and there was...