-
Yes, you are right. jlink does not work with automatic modules. But using that plugin https://github.com/moditect/moditect you can easily transform almost any java library into a named module. It is a shame there are libraries under development, that have not been adapted to the java modular system.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
For docker images, try to use google's "jib" project to build your docker images, because it makes the best use of the docker layered file system. You can use a "Dockerfile", but basically you will be moving your libraries around every time because they won't get pushed to a "lower" layer in the layered file system. https://github.com/GoogleContainerTools/jib
-
Related posts
-
We deleted our Dockerfiles: a better, faster way to build container images
-
Build optimized Docker images with JIB Maven Plugin
-
Beginner friendly: deploy a Spring Boot application to Kubernetes
-
Zero Config Spring Batch: Just Write Business Logic
-
Show HN: Spring Boot 3 Batch Starter Zero config tasklet jobs noJDK setup needed