Skip to content

Commit

Permalink
Renames component-kernel.conf to support a controlled load order
Browse files Browse the repository at this point in the history
Fixes: SIRI-891
  • Loading branch information
andyHa committed Oct 13, 2023
1 parent 7a76801 commit a8a7092
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ the core frameworks and a fair amount of commonly used classes.

## Important files of this module:

* [Default configuration](src/main/resources/component-kernel.conf)
* [Default configuration](src/main/resources/component-050-kernel.conf)
* [Maven setup](pom.xml).

## The Kernel
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/sirius/kernel/cache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Caches](Cache.java) can be created using the [CacheManager](CacheManager.java). Each cache
should be a constant (**static final**). The configuration of a cache is loaded from the
system configuration using **cache** section (see [component-kernel.conf](../../../../resources/component-kernel.conf)).
system configuration using **cache** section (see [component-kernel.conf](../../../../resources/component-050-kernel.conf)).

A coherent cache will be synchronized across a cluster with the help of [CacheCoherence](CacheCoherence.java) -
[sirius-biz](https://github.com/scireum/sirius-biz) provides an implementation for this using **Redis**.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/sirius/kernel/info/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Software Distribution Information

With the help of variables in the system configuration
(e.g. [component-kernel.conf](../../../../resources/component-kernel.conf)) the
(e.g. [component-kernel.conf](../../../../resources/component-050-kernel.conf)) the
product name and revision as well as a list of all installed modules and their version can
be queried using [Product](Product.java).
2 changes: 1 addition & 1 deletion src/main/java/sirius/kernel/xml/Outcall.java
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ public void setReadTimeout(int timeoutMillis) {
* Sets the connect-timeout and read-timeout to the values specified in the config block http.outcall.timeouts.*
* where * equals the configKey parameter.
* <p>
* See the http.outcall.timeouts.soap block in component-kernel.conf for reference.
* See the http.outcall.timeouts.soap block in component-050-kernel.conf for reference.
*
* @param configKey the config key of the timeout configuration block
* @return this for fluent method calls
Expand Down
File renamed without changes.

0 comments on commit a8a7092

Please sign in to comment.