You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Ralph Goers (Jira)" <ji...@apache.org> on 2019/12/24 15:41:00 UTC

[jira] [Comment Edited] (LOG4J2-2743) Spring Boot Starters(2.0.8) still refers to log4j2 2.10.0 libraries in Maven Central

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

Ralph Goers edited comment on LOG4J2-2743 at 12/24/19 3:40 PM:
---------------------------------------------------------------

{code:java}
<parent>
  <groupId>org.apache.logging.log4j</groupId>
  <artifactId>log4j</artifactId>
  <version>2.13.0</version>
  <relativePath>../</relativePath>
</parent>
<artifactId>log4j-slf4j-impl</artifactId>
<packaging>jar</packaging>
<name>Apache Log4j SLF4J Binding</name>
<description>The Apache Log4j SLF4J API binding to Log4j 2 Core</description>
<properties>
  <log4jParentDir>${basedir}/..</log4jParentDir>
  <docLabel>SLF4J Documentation</docLabel>
  <projectDir>/slf4j-impl</projectDir>
  <slf4j.version>1.7.25</slf4j.version>
</properties>{code}
 


was (Author: buksvdl):
<parent>
 <groupId>org.apache.logging.log4j</groupId>
 <artifactId>log4j</artifactId>
 <version>2.13.0</version>
 <relativePath>../</relativePath>
</parent>
<artifactId>log4j-slf4j-impl</artifactId>
<packaging>jar</packaging>
<name>Apache Log4j SLF4J Binding</name>
<description>The Apache Log4j SLF4J API binding to Log4j 2 Core</description>
<properties>
 <log4jParentDir>${basedir}/..</log4jParentDir>
 <docLabel>SLF4J Documentation</docLabel>
 <projectDir>/slf4j-impl</projectDir>
 <slf4j.version>1.7.25</slf4j.version>

> Spring Boot Starters(2.0.8) still refers to log4j2 2.10.0 libraries in Maven Central
> ------------------------------------------------------------------------------------
>
>                 Key: LOG4J2-2743
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-2743
>             Project: Log4j 2
>          Issue Type: Dependency upgrade
>          Components: Build
>    Affects Versions: 2.13.0
>            Reporter: Buks van der Lingen
>            Priority: Major
>
> [[https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-log4j2/2.0.8.RELEASE]]
> reflects that log4j2 libs are updated to 2.13.0 but repositories still contain 2.10.0 jars.
> [[https://repo.spring.io/release/org/springframework/boot/spring-boot-starter-log4j2/2.0.8.RELEASE/spring-boot-starter-log4j2-2.0.8.RELEASE.pom]]
> [[https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-log4j2/2.0.8.RELEASE/spring-boot-starter-log4j2-2.0.8.RELEASE.pom]]



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