This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push: new 875840f4cf1 Regen 875840f4cf1 is described below commit 875840f4cf1cedef99f5f051f5860b2bfacc6626 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Sep 16 12:44:34 2024 +0200 Regen --- components-starter/camel-jasypt-starter/src/main/docs/jasypt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components-starter/camel-jasypt-starter/src/main/docs/jasypt.json b/components-starter/camel-jasypt-starter/src/main/docs/jasypt.json index d08601a3a00..3ca6100a514 100644 --- a/components-starter/camel-jasypt-starter/src/main/docs/jasypt.json +++ b/components-starter/camel-jasypt-starter/src/main/docs/jasypt.json @@ -17,7 +17,7 @@ { "name": "camel.component.jasypt.early-decryption-enabled", "type": "java.lang.Boolean", - "description": "Enable the early properties decryption during Spring Start Up", + "description": "Enable the early properties decryption during Spring Start Up. Enabling this feature, encrypted properties can be decrypted before the Spring Boot AutoConfiguration kicks in, for example, server.port=ENC(oBpQDDUvFY0c4WNAG0o4LIS5bWqmlxYlUUDTW2iXJIAZFYvM+3vOredaMcVfL4xW) will be decrypted to 8082, and the application will start using that port.", "sourceType": "org.apache.camel.component.jasypt.springboot.JasyptEncryptedPropertiesConfiguration", "defaultValue": false },