Aleks Seovic

Results 9 issues of Aleks Seovic

At the moment, Moditect simply uses `MavenProject.getArtifacts` to determine the module path to use when invoking `jdeps` to create `module-info`. While this is generally correct behavior, there are situations when...

I just switched my project to compile everything to Java 11, and got the following exception from moditect: ``` [ERROR] Failed to execute goal org.moditect:moditect-maven-plugin:1.0.0.RC2:add-module-info (add-module-info) on project coherence-discovery: Execution...

**Describe the bug** `CaffeineCache` calculates the "weight" of individual entries at insertion time, using `weigh` function: ```java private int weigh(Object oKey, Object oValue) { int cUnits = m_unitCalculator.calculateUnits(oKey, oValue); if...

bug

Please answer these questions before submitting your issue. ### What version of gRPC are you using? `1.6.1` ### What JVM are you using (`java -version`)? ``` java version "9" Java(TM)...

gRPC 2.0

At the moment the security is basically non-existent. The user needs to log in to place an order, but as long as you know user's ID you can access any...

enhancement
good first issue
help wanted

We should add code coverage reports and badges to all modules as part of the CI/CD pipeline setup.

documentation
enhancement
good first issue
help wanted

Order service implementation is quite naive at the moment, as it makes blocking calls to Payment and Shipping services, which is not how a real-world Order Processing service would work....

enhancement
help wanted