From 99ea35db7bfaee8281613c84929dd8920dd3e78d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Mon, 11 Nov 2024 15:07:23 +0100 Subject: [PATCH] Remove ConfigValuePropertiesConfigSource `ConfigValuePropertiesConfigSource` was deprecated with #1121 and removed 4 months later with #1187. --- documentation/src/main/docs/config-sources/custom.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/documentation/src/main/docs/config-sources/custom.md b/documentation/src/main/docs/config-sources/custom.md index 203978e15..173d08a51 100644 --- a/documentation/src/main/docs/config-sources/custom.md +++ b/documentation/src/main/docs/config-sources/custom.md @@ -150,11 +150,6 @@ The [PropertiesConfigSource](https://github.com/smallrye/smallrye-config/blob/ma creates a `ConfigSource` from Java `Properties`, `Map` objects or a `.properties` file (referenced by its URL). -## Config Value Properties - -The [ConfigValuePropertiesConfigSource](https://github.com/smallrye/smallrye-config/blob/main/implementation/src/main/java/io/smallrye/config/ConfigValuePropertiesConfigSource.java) a `ConfigSource` from Java `Properties`, `Map` objects or -a `.properties` file (referenced by its URL) with support for `io.smallrye.config.ConfigValue`. - ## `.env` The [DotEnvConfigSourceProvider](https://github.com/smallrye/smallrye-config/blob/main/implementation/src/main/java/io/smallrye/config/DotEnvConfigSourceProvider.java) create a `ConfigSource` from a `.env` file.