You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Major Peter (JIRA)" <ji...@apache.org> on 2011/01/13 19:43:46 UTC

[jira] Created: (WICKET-3329) Quickstart project should depend on slf4j 1.6.1

Quickstart project should depend on slf4j 1.6.1
-----------------------------------------------

                 Key: WICKET-3329
                 URL: https://issues.apache.org/jira/browse/WICKET-3329
             Project: Wicket
          Issue Type: Bug
          Components: wicket-quickstart
    Affects Versions: 1.5-RC1
            Reporter: Major Peter


The quickstart in trunk depends on 1.5.8, but wicket-core depends on 1.6.1, and this two version doesn't fit together resulting in nice stacktraces while running Start.java.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-3329) Quickstart project should depend on slf4j 1.6.1

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-3329.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-RC2

Fixed with r1058915

> Quickstart project should depend on slf4j 1.6.1
> -----------------------------------------------
>
>                 Key: WICKET-3329
>                 URL: https://issues.apache.org/jira/browse/WICKET-3329
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.5-RC1
>            Reporter: Major Peter
>            Assignee: Martin Grigorov
>             Fix For: 1.5-RC2
>
>
> The quickstart in trunk depends on 1.5.8, but wicket-core depends on 1.6.1, and this two version doesn't fit together resulting in nice stacktraces while running Start.java.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-3329) Quickstart project should depend on slf4j 1.6.1

Posted by "Pedro Santos (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981422#action_12981422 ] 

Pedro Santos commented on WICKET-3329:
--------------------------------------

slf4j dependency has compile scope, how about remove it from the quickstart pom?

> Quickstart project should depend on slf4j 1.6.1
> -----------------------------------------------
>
>                 Key: WICKET-3329
>                 URL: https://issues.apache.org/jira/browse/WICKET-3329
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.5-RC1
>            Reporter: Major Peter
>
> The quickstart in trunk depends on 1.5.8, but wicket-core depends on 1.6.1, and this two version doesn't fit together resulting in nice stacktraces while running Start.java.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-3329) Quickstart project should depend on slf4j 1.6.1

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov updated WICKET-3329:
------------------------------------

    Fix Version/s:     (was: 1.5-RC2)
                   1.5-RC1

> Quickstart project should depend on slf4j 1.6.1
> -----------------------------------------------
>
>                 Key: WICKET-3329
>                 URL: https://issues.apache.org/jira/browse/WICKET-3329
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.5-RC1
>            Reporter: Major Peter
>            Assignee: Martin Grigorov
>             Fix For: 1.5-RC1
>
>
> The quickstart in trunk depends on 1.5.8, but wicket-core depends on 1.6.1, and this two version doesn't fit together resulting in nice stacktraces while running Start.java.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-3329) Quickstart project should depend on slf4j 1.6.1

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981689#action_12981689 ] 

Martin Grigorov commented on WICKET-3329:
-----------------------------------------

wicket-core/pom.xml specifies slf4j-api. The user application (in this case the quickstart app) needs to provide slf4j implementation (in the quickstart case - slf4j-log4j + log4j itself). Other apps may prefer to work with LogBack or java.util.logging, or anything else.

> Quickstart project should depend on slf4j 1.6.1
> -----------------------------------------------
>
>                 Key: WICKET-3329
>                 URL: https://issues.apache.org/jira/browse/WICKET-3329
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.5-RC1
>            Reporter: Major Peter
>            Assignee: Martin Grigorov
>
> The quickstart in trunk depends on 1.5.8, but wicket-core depends on 1.6.1, and this two version doesn't fit together resulting in nice stacktraces while running Start.java.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (WICKET-3329) Quickstart project should depend on slf4j 1.6.1

Posted by "Pedro Santos (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981422#action_12981422 ] 

Pedro Santos edited comment on WICKET-3329 at 1/13/11 2:17 PM:
---------------------------------------------------------------

slf4j dependency has compile scope in Wicket pom, how about remove it from the quickstart pom file?

      was (Author: pedrosans):
    slf4j dependency has compile scope, how about remove it from the quickstart pom?
  
> Quickstart project should depend on slf4j 1.6.1
> -----------------------------------------------
>
>                 Key: WICKET-3329
>                 URL: https://issues.apache.org/jira/browse/WICKET-3329
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.5-RC1
>            Reporter: Major Peter
>
> The quickstart in trunk depends on 1.5.8, but wicket-core depends on 1.6.1, and this two version doesn't fit together resulting in nice stacktraces while running Start.java.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WICKET-3329) Quickstart project should depend on slf4j 1.6.1

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov reassigned WICKET-3329:
---------------------------------------

    Assignee: Martin Grigorov

> Quickstart project should depend on slf4j 1.6.1
> -----------------------------------------------
>
>                 Key: WICKET-3329
>                 URL: https://issues.apache.org/jira/browse/WICKET-3329
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.5-RC1
>            Reporter: Major Peter
>            Assignee: Martin Grigorov
>
> The quickstart in trunk depends on 1.5.8, but wicket-core depends on 1.6.1, and this two version doesn't fit together resulting in nice stacktraces while running Start.java.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.