Skip to content

Commit

Permalink
dozer: Deprecate the typeConverterEnabled config #3900
Browse files Browse the repository at this point in the history
  • Loading branch information
aldettinger committed Jul 5, 2022
1 parent 7ff0a59 commit 5ed9420
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions docs/modules/ROOT/pages/reference/extensions/dozer.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ quarkus.camel.dozer.type-converter-enabled = true
A comma separated list of Dozer XML mapping configuration file URIs.
| `string`
|

|icon:lock[title=Fixed at build time] [[quarkus.camel.dozer.type-converter-enabled]]`link:#quarkus.camel.dozer.type-converter-enabled[quarkus.camel.dozer.type-converter-enabled]`

Sets whether to configure the DozerTypeConverter for the CamelContext
| `boolean`
| `false`
|===

[.configuration-legend]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ public class CamelDozerConfig {
* Sets whether to configure the DozerTypeConverter for the CamelContext
*/
@ConfigItem(defaultValue = "false")
@Deprecated(forRemoval = true, since = "2.11.0")
public boolean typeConverterEnabled;
}

0 comments on commit 5ed9420

Please sign in to comment.