[#14] add lombok and refactor exceptions. #15

Merged
orikik merged 1 commit from orikik/frostfs-sdk-java:feature/lombok_and_exceptions into master 2024-11-02 14:21:57 +00:00
Member

Also provide validator

Also provide validator
orikik added 1 commit 2024-09-17 14:48:21 +00:00
[#14] add lombok and refactor exceptions. Provide validator.
All checks were successful
DCO / DCO (pull_request) Successful in 34s
388428af76
Signed-off-by: Ori Bruk <o.bruk@yadro.com>
orikik requested review from pogpp 2024-09-17 14:49:12 +00:00
orikik requested review from PavelGrossSpb 2024-09-17 14:49:13 +00:00
pogpp reviewed 2024-09-18 06:40:27 +00:00
README.md Outdated
@ -36,3 +36,3 @@
// Create container
var placementPolicy = new PlacementPolicy(true, new Replica[]{new Replica(1)});
var placementPolicy = new PlacementPolicy(new Replica[]{new Replica(1)}, true);
Member

best practice is to use Boolean.TRUE?

best practice is to use Boolean.TRUE?
Author
Member

From a performance perspective this will only make things worse because the primitive will suffice. But for ease of reading, yes, I will correct it.

From a performance perspective this will only make things worse because the primitive will suffice. But for ease of reading, yes, I will correct it.
Member

From a performance perspective this will only make things worse because the primitive will suffice. But for ease of reading, yes, I will correct it.

https://www.linkedin.com/pulse/low-latency-optimisation-jvmpart-2-jvm-optimisations-steve-ball/

> From a performance perspective this will only make things worse because the primitive will suffice. But for ease of reading, yes, I will correct it. https://www.linkedin.com/pulse/low-latency-optimisation-jvmpart-2-jvm-optimisations-steve-ball/
orikik added 1 commit 2024-09-18 07:33:58 +00:00
[#14] code review fix
All checks were successful
DCO / DCO (pull_request) Successful in 37s
59356180d5
Signed-off-by: Ori Bruk <o.bruk@yadro.com>
pogpp approved these changes 2024-09-18 10:28:40 +00:00
orikik merged commit 59356180d5 into master 2024-09-18 10:40:14 +00:00
orikik deleted branch feature/lombok_and_exceptions 2024-09-18 10:40:15 +00:00
Sign in to join this conversation.
No description provided.