Skip to content

Commit

Permalink
Remove ConfigValuePropertiesConfigSource (#1247)
Browse files Browse the repository at this point in the history
`ConfigValuePropertiesConfigSource` was deprecated with #1121 and removed 4 months later with #1187.
  • Loading branch information
marcelstoer authored Nov 11, 2024
1 parent 7585890 commit 098c541
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions documentation/src/main/docs/config-sources/custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,6 @@ The [PropertiesConfigSource](https://github.com/smallrye/smallrye-config/blob/ma
creates a `ConfigSource` from Java `Properties`, `Map<String, String>` 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<String, String>` 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.

0 comments on commit 098c541

Please sign in to comment.