[ 
https://issues.apache.org/jira/browse/CAMEL-14317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17019895#comment-17019895
 ] 

jaskeerat edited comment on CAMEL-14317 at 1/21/20 7:12 AM:
------------------------------------------------------------

so I have just changed the archetype-metadata.xml files from 
camel-archetype-api-component, camel-archetype-dataformat and 
camel-archetype-spring-boot in archetype directory.

previous

<requiredProperty key="log4j-version">
 <defaultValue>${log4j-version}</defaultValue>
 </requiredProperty>



after changing

 

<requiredProperty key="*log4j2-version*">
 <defaultValue>${*log4j2-version*}</defaultValue>
 </requiredProperty>


was (Author: blackfox):
so I have just changed the archetype-metadata.xml files from 
camel-archetype-api-component, camel-archetype-dataformat and 
camel-archetype-spring-boot in archetype directory.

previous

```

<requiredProperty key="log4j2-version">
<defaultValue>${log4j2-version}</defaultValue>
</requiredProperty>
```

> Remove log4j v1
> ---------------
>
>                 Key: CAMEL-14317
>                 URL: https://issues.apache.org/jira/browse/CAMEL-14317
>             Project: Camel
>          Issue Type: Task
>    Affects Versions: 3.0.0
>            Reporter: Claus Ibsen
>            Priority: Major
>             Fix For: 3.x
>
>
> There are a few places log4j v1 are in use in the archetypes.
>  git grep log4j-version
> Those should be migrated to use log4j2 instead



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to