summaryrefslogtreecommitdiffstats
path: root/container-core-config/README.md
blob: 5bb4c3860e168827e6772f4fcbf9eae2ee878790 (plain) (blame)
1
2
3
4
5
6
7
# container-core-config

Contains config definitions with package `com.yahoo.container.core` that are used by other modules.

This artifact is embedded inside container-core jar, but built as bundle to allow other modules to depend on container-core config definitions without depending on container-core.
The generated config classes cannot be moved to container-core as it would introduce a cycles in Maven dependency graph.
This works at correctly runtime as OSGi allows cycling dependencies between bundles.