CatgirlIntelligenceAgency/code/common
Viktor Lofgren dbe9235f3a (*) Upgrade to JDK21 with preview enabled.
... also move some common configuration into the root build.gradle-file.

Support for JDK21 in lombok is a bit sketchy at the moment, but it seems to work.  This upgrade is kind of important as the new index construction really benefits from Arena based lifecycle control over off-heap memory.
2023-09-24 10:38:59 +02:00
..
config (*) Upgrade to JDK21 with preview enabled. 2023-09-24 10:38:59 +02:00
db (*) Upgrade to JDK21 with preview enabled. 2023-09-24 10:38:59 +02:00
linkdb (*) Upgrade to JDK21 with preview enabled. 2023-09-24 10:38:59 +02:00
model (*) Upgrade to JDK21 with preview enabled. 2023-09-24 10:38:59 +02:00
process (*) Upgrade to JDK21 with preview enabled. 2023-09-24 10:38:59 +02:00
renderer (*) Upgrade to JDK21 with preview enabled. 2023-09-24 10:38:59 +02:00
service (*) Upgrade to JDK21 with preview enabled. 2023-09-24 10:38:59 +02:00
service-client (*) Upgrade to JDK21 with preview enabled. 2023-09-24 10:38:59 +02:00
service-discovery (*) Upgrade to JDK21 with preview enabled. 2023-09-24 10:38:59 +02:00
readme.md Update readme.md 2023-03-25 15:27:11 +01:00

Common

These are packages containing the basic building blocks for running a service as well as shared models.

  • db contains SQL code and some database-related utilities.
  • config contains some @Injectables.
  • renderer contains utility code for rendering website templates.
  • service is the shared base classes for main methods and web services.
  • service-client is the shared base class for RPC.
  • service-discovery contains tools that lets the services find each other.
  • process contains boiler plate for batch processes.