|
390 | 390 | "name": "camel.component.properties.environment-variable-mode", |
391 | 391 | "type": "java.lang.Integer", |
392 | 392 | "description": "Sets the OS environment variables mode (0 = never, 1 = fallback, 2 = override). The default mode (override) is to use OS environment variables if present, and override any existing properties. OS environment variable mode is checked before JVM system property mode", |
393 | | - "sourceType": "org.apache.camel.spring.boot.PropertiesComponentConfiguration", |
394 | | - "defaultValue": 2 |
| 393 | + "sourceType": "org.apache.camel.spring.boot.PropertiesComponentConfiguration" |
395 | 394 | }, |
396 | 395 | { |
397 | 396 | "name": "camel.component.properties.ignore-missing-location", |
|
417 | 416 | "type": "java.lang.Boolean", |
418 | 417 | "description": "Whether to support nested property placeholders. A nested placeholder, means that a placeholder, has also a placeholder, that should be resolved (recursively).", |
419 | 418 | "sourceType": "org.apache.camel.spring.boot.PropertiesComponentConfiguration", |
420 | | - "defaultValue": false |
| 419 | + "defaultValue": true |
421 | 420 | }, |
422 | 421 | { |
423 | 422 | "name": "camel.component.properties.override-properties", |
|
435 | 434 | "name": "camel.component.properties.system-properties-mode", |
436 | 435 | "type": "java.lang.Integer", |
437 | 436 | "description": "Sets the JVM system property mode (0 = never, 1 = fallback, 2 = override). The default mode (override) is to use system properties if present, and override any existing properties. OS environment variable mode is checked before JVM system property mode", |
438 | | - "sourceType": "org.apache.camel.spring.boot.PropertiesComponentConfiguration", |
439 | | - "defaultValue": 2 |
| 437 | + "sourceType": "org.apache.camel.spring.boot.PropertiesComponentConfiguration" |
440 | 438 | }, |
441 | 439 | { |
442 | 440 | "name": "camel.dataformat.customizer.enabled", |
|
0 commit comments