MarginaliaSearch/code/common
Viktor Lofgren fe8d583fdd (sys) Upgrade to JDK22
This also entails upgrading JIB to 3.4.1 and Lombok to 1.18.32.
2024-03-21 14:27:13 +01:00
..
config (sys) Upgrade to JDK22 2024-03-21 14:27:13 +01:00
db (sys) Upgrade to JDK22 2024-03-21 14:27:13 +01:00
linkdb (sys) Upgrade to JDK22 2024-03-21 14:27:13 +01:00
model (sys) Upgrade to JDK22 2024-03-21 14:27:13 +01:00
process (sys) Upgrade to JDK22 2024-03-21 14:27:13 +01:00
renderer (sys) Upgrade to JDK22 2024-03-21 14:27:13 +01:00
service (sys) Upgrade to JDK22 2024-03-21 14:27:13 +01:00
readme.md (refac) Merge service-discovery and service modules 2024-03-03 10:49:23 +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, including a service registry interface.
  • process contains boiler plate for batch processes.