You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Juan Pablo Santos Rodríguez (JIRA)" <ji...@apache.org> on 2012/08/29 22:35:07 UTC

[jira] [Created] (JSPWIKI-746) Different versions of dependencies available at Central repo

Juan Pablo Santos Rodríguez created JSPWIKI-746:
---------------------------------------------------

             Summary: Different versions of dependencies available at Central repo
                 Key: JSPWIKI-746
                 URL: https://issues.apache.org/jira/browse/JSPWIKI-746
             Project: JSPWiki
          Issue Type: Sub-task
    Affects Versions: Graduating, 2.9
            Reporter: Juan Pablo Santos Rodríguez


some libraries are present at Central, but with different versions: 

- jrcs-diff-0.2.jar -> The closest match I was able to find is JMeld, a LGPL app which includes the exact classes from jrcs-diff (among many others). There's also a newer version of the library at Central, at [#3] but it includes a package rename. Other than, it seems fine, but this might be the most delicate jar to upgrade.

- jasper-*-5.5.25.jar [2 files] -> downgrade to 5.5.23? We use them to precompile JSPs, downgrading shouldn't affect us and we could use the version from Central.

- jetty-* [3 files] -> upgrade to 7.0.0.pre5 (5.1.14 11MB zip downloadable at http://dist.codehaus.org/jetty/jetty-5.1.x/jetty-5.1.14.tgz). Have to locate the use of these jars to see the possible consequences of upgrading (there are earlier versions on Central of jetty-*, except for the case of jetty-jmx, so it seems safer to upgrade all three of them to 7.0.0.pre5)

- selenium-*-1.0-beta-1 [2 files] -> upgrade them to 1.0-beta-2. Not very sure if this could be done w/o changing code. If that's the case, we could try to upgrade to 1.0.2.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (JSPWIKI-746) Different versions of dependencies available at Central repo

Posted by "Harry Metske (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451613#comment-13451613 ] 

Harry Metske commented on JSPWIKI-746:
--------------------------------------

Jetty 8 is JEE6 (Java 6 / Servlet 3.0)
Jetty 7 is JEE5 (Java 5 / Servlet 2.5)
See http://wiki.eclipse.org/Jetty/Starting/Jetty_Version_Comparison_Table 

So for now I opted for the stable Jetty 7 and rewrote the TestContainer, I have a working version available now.
I started with the individual jetty component jars, and ended up needing 12 of those, so maybe it's better to use the jetty-all.jar from central.

Now for the webtests, I don't have that working yet.
TestContainer is only used by (selenium) webtests, is anyone ever using the webtests anyway ?
I can remember a mail thread a few years ago that we gave up on webtests (can't find the trail however).

I can spend some more time next week, see if I can get selenium work properly anyway.

regards,
Harry
                
> Different versions of dependencies available at Central repo
> ------------------------------------------------------------
>
>                 Key: JSPWIKI-746
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-746
>             Project: JSPWiki
>          Issue Type: Sub-task
>    Affects Versions: Graduating, 2.9
>            Reporter: Juan Pablo Santos Rodríguez
>
> some libraries are present at Central, but with different versions: 
> - jrcs-diff-0.2.jar -> The closest match I was able to find is JMeld, a LGPL app which includes the exact classes from jrcs-diff (among many others). There's also a newer version of the library at Central, at [#3] but it includes a package rename. Other than, it seems fine, but this might be the most delicate jar to upgrade.
> - jasper-*-5.5.25.jar [2 files] -> downgrade to 5.5.23? We use them to precompile JSPs, downgrading shouldn't affect us and we could use the version from Central.
> - jetty-* [3 files] -> upgrade to 7.0.0.pre5 (5.1.14 11MB zip downloadable at http://dist.codehaus.org/jetty/jetty-5.1.x/jetty-5.1.14.tgz). Have to locate the use of these jars to see the possible consequences of upgrading (there are earlier versions on Central of jetty-*, except for the case of jetty-jmx, so it seems safer to upgrade all three of them to 7.0.0.pre5)
> - selenium-*-1.0-beta-1 [2 files] -> upgrade them to 1.0-beta-2. Not very sure if this could be done w/o changing code. If that's the case, we could try to upgrade to 1.0.2.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (JSPWIKI-746) Different versions of dependencies available at Central repo

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

Florian Holeczek closed JSPWIKI-746.
------------------------------------


Closing this, since 2.9 has been released
                
> Different versions of dependencies available at Central repo
> ------------------------------------------------------------
>
>                 Key: JSPWIKI-746
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-746
>             Project: JSPWiki
>          Issue Type: Sub-task
>    Affects Versions: Graduating, 2.9
>            Reporter: Juan Pablo Santos Rodríguez
>             Fix For: 2.9
>
>
> some libraries are present at Central, but with different versions: 
> - jrcs-diff-0.2.jar -> The closest match I was able to find is JMeld, a LGPL app which includes the exact classes from jrcs-diff (among many others). There's also a newer version of the library at Central, at [#3] but it includes a package rename. Other than, it seems fine, but this might be the most delicate jar to upgrade.
> - jasper-*-5.5.25.jar [2 files] -> downgrade to 5.5.23? We use them to precompile JSPs, downgrading shouldn't affect us and we could use the version from Central.
> - jetty-* [3 files] -> upgrade to 7.0.0.pre5 (5.1.14 11MB zip downloadable at http://dist.codehaus.org/jetty/jetty-5.1.x/jetty-5.1.14.tgz). Have to locate the use of these jars to see the possible consequences of upgrading (there are earlier versions on Central of jetty-*, except for the case of jetty-jmx, so it seems safer to upgrade all three of them to 7.0.0.pre5)
> - selenium-*-1.0-beta-1 [2 files] -> upgrade them to 1.0-beta-2. Not very sure if this could be done w/o changing code. If that's the case, we could try to upgrade to 1.0.2.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (JSPWIKI-746) Different versions of dependencies available at Central repo

Posted by "Juan Pablo Santos Rodríguez (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449142#comment-13449142 ] 

Juan Pablo Santos Rodríguez commented on JSPWIKI-746:
-----------------------------------------------------

Regarding jetty-* files, there are a lot of changes switching from Jetty 5.x to 6.x and from 6.x to 7.x, so it probably makes sense to upgrade to Jetty 8.x and rewrite the container (which was going to be mostly-done anyways). The use of these jars is located in org.apache.wiki.web.TestContainer, launched through the webtest-exec macro. 

Any volunteers for taking this one?

Tomcat and jrcs-diff related changes ought to be somewhat safe/fast to do. 

Finally, still have to take a look at Selenium, I'm not very sure of how much amount of code changes should it take...
                
> Different versions of dependencies available at Central repo
> ------------------------------------------------------------
>
>                 Key: JSPWIKI-746
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-746
>             Project: JSPWiki
>          Issue Type: Sub-task
>    Affects Versions: Graduating, 2.9
>            Reporter: Juan Pablo Santos Rodríguez
>
> some libraries are present at Central, but with different versions: 
> - jrcs-diff-0.2.jar -> The closest match I was able to find is JMeld, a LGPL app which includes the exact classes from jrcs-diff (among many others). There's also a newer version of the library at Central, at [#3] but it includes a package rename. Other than, it seems fine, but this might be the most delicate jar to upgrade.
> - jasper-*-5.5.25.jar [2 files] -> downgrade to 5.5.23? We use them to precompile JSPs, downgrading shouldn't affect us and we could use the version from Central.
> - jetty-* [3 files] -> upgrade to 7.0.0.pre5 (5.1.14 11MB zip downloadable at http://dist.codehaus.org/jetty/jetty-5.1.x/jetty-5.1.14.tgz). Have to locate the use of these jars to see the possible consequences of upgrading (there are earlier versions on Central of jetty-*, except for the case of jetty-jmx, so it seems safer to upgrade all three of them to 7.0.0.pre5)
> - selenium-*-1.0-beta-1 [2 files] -> upgrade them to 1.0-beta-2. Not very sure if this could be done w/o changing code. If that's the case, we could try to upgrade to 1.0.2.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (JSPWIKI-746) Different versions of dependencies available at Central repo

Posted by "Harry Metske (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13452382#comment-13452382 ] 

Harry Metske commented on JSPWIKI-746:
--------------------------------------

Just committed the stuff, I hope I haven ruined too much.
                
> Different versions of dependencies available at Central repo
> ------------------------------------------------------------
>
>                 Key: JSPWIKI-746
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-746
>             Project: JSPWiki
>          Issue Type: Sub-task
>    Affects Versions: Graduating, 2.9
>            Reporter: Juan Pablo Santos Rodríguez
>
> some libraries are present at Central, but with different versions: 
> - jrcs-diff-0.2.jar -> The closest match I was able to find is JMeld, a LGPL app which includes the exact classes from jrcs-diff (among many others). There's also a newer version of the library at Central, at [#3] but it includes a package rename. Other than, it seems fine, but this might be the most delicate jar to upgrade.
> - jasper-*-5.5.25.jar [2 files] -> downgrade to 5.5.23? We use them to precompile JSPs, downgrading shouldn't affect us and we could use the version from Central.
> - jetty-* [3 files] -> upgrade to 7.0.0.pre5 (5.1.14 11MB zip downloadable at http://dist.codehaus.org/jetty/jetty-5.1.x/jetty-5.1.14.tgz). Have to locate the use of these jars to see the possible consequences of upgrading (there are earlier versions on Central of jetty-*, except for the case of jetty-jmx, so it seems safer to upgrade all three of them to 7.0.0.pre5)
> - selenium-*-1.0-beta-1 [2 files] -> upgrade them to 1.0-beta-2. Not very sure if this could be done w/o changing code. If that's the case, we could try to upgrade to 1.0.2.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (JSPWIKI-746) Different versions of dependencies available at Central repo

Posted by "Juan Pablo Santos Rodríguez (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451662#comment-13451662 ] 

Juan Pablo Santos Rodríguez commented on JSPWIKI-746:
-----------------------------------------------------

Oh, didn't see the Java 6 requirement for Jetty 8, so Jetty 7 should be fine. I also ended up with a bunch of Jetty jars, so seems to me that the aggregate jar should be a better option.

Regarding selenium and webtests, I've been digging into it. [#1] is the only thread I've regarding selenium and [#2] seems to point that the Selenium server we're using supports only Firefox 1.4.1 to 2.0.0.*. Probably the same happens with IE or Safari. 

So I wouldn't bet that anyone is using them, at least nowadays. As the tests can be readed/executed with latest Selenium IDE, I was thinking in going into latest Selenium Server (perhaps translating the tests into JUnit). 

Also regarding the tests, they date back from a long time ago, so there's a chance that the front-end has evolved while the tests haven't, and there could be incompatibilities between them. If that's the case I would drop the tests, but not the Selenium support, we could add Selenium tests later on...


rgrds,
jp

[#1]: http://markmail.org/message/ywtaml3kftagqkdt
[#2]: http://www.qaautomation.net/?p=245

                
> Different versions of dependencies available at Central repo
> ------------------------------------------------------------
>
>                 Key: JSPWIKI-746
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-746
>             Project: JSPWiki
>          Issue Type: Sub-task
>    Affects Versions: Graduating, 2.9
>            Reporter: Juan Pablo Santos Rodríguez
>
> some libraries are present at Central, but with different versions: 
> - jrcs-diff-0.2.jar -> The closest match I was able to find is JMeld, a LGPL app which includes the exact classes from jrcs-diff (among many others). There's also a newer version of the library at Central, at [#3] but it includes a package rename. Other than, it seems fine, but this might be the most delicate jar to upgrade.
> - jasper-*-5.5.25.jar [2 files] -> downgrade to 5.5.23? We use them to precompile JSPs, downgrading shouldn't affect us and we could use the version from Central.
> - jetty-* [3 files] -> upgrade to 7.0.0.pre5 (5.1.14 11MB zip downloadable at http://dist.codehaus.org/jetty/jetty-5.1.x/jetty-5.1.14.tgz). Have to locate the use of these jars to see the possible consequences of upgrading (there are earlier versions on Central of jetty-*, except for the case of jetty-jmx, so it seems safer to upgrade all three of them to 7.0.0.pre5)
> - selenium-*-1.0-beta-1 [2 files] -> upgrade them to 1.0-beta-2. Not very sure if this could be done w/o changing code. If that's the case, we could try to upgrade to 1.0.2.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (JSPWIKI-746) Different versions of dependencies available at Central repo

Posted by "brushed (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451676#comment-13451676 ] 

brushed commented on JSPWIKI-746:
---------------------------------


The selenium tests are still compatible with the current front-end.
You can actually run -ant webtests, and see that most tests are running successfully.


It should be possible to upgrade to the latest selenium 2.x which is backwards compatible.
I was trying to upgrade 
- from tests/lib/selenium-server-1.0-beta1.jar
- to tests/lib/selenium-server-standalone-2.25.0.jar
This should not require any changes to the test-suite. (we are not using the java api)


It noticed some changes to the command-line parameters for the Selenium 2 jar would be needed:
- add the -port ${webtests.port} argument.
- (may be) add the -singleWindow argument.

But so far I couldn't get it running, as for some reasons it doesn't seem to be able
to find the TestSuite.html on the jetty server.



dirk 			

                
> Different versions of dependencies available at Central repo
> ------------------------------------------------------------
>
>                 Key: JSPWIKI-746
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-746
>             Project: JSPWiki
>          Issue Type: Sub-task
>    Affects Versions: Graduating, 2.9
>            Reporter: Juan Pablo Santos Rodríguez
>
> some libraries are present at Central, but with different versions: 
> - jrcs-diff-0.2.jar -> The closest match I was able to find is JMeld, a LGPL app which includes the exact classes from jrcs-diff (among many others). There's also a newer version of the library at Central, at [#3] but it includes a package rename. Other than, it seems fine, but this might be the most delicate jar to upgrade.
> - jasper-*-5.5.25.jar [2 files] -> downgrade to 5.5.23? We use them to precompile JSPs, downgrading shouldn't affect us and we could use the version from Central.
> - jetty-* [3 files] -> upgrade to 7.0.0.pre5 (5.1.14 11MB zip downloadable at http://dist.codehaus.org/jetty/jetty-5.1.x/jetty-5.1.14.tgz). Have to locate the use of these jars to see the possible consequences of upgrading (there are earlier versions on Central of jetty-*, except for the case of jetty-jmx, so it seems safer to upgrade all three of them to 7.0.0.pre5)
> - selenium-*-1.0-beta-1 [2 files] -> upgrade them to 1.0-beta-2. Not very sure if this could be done w/o changing code. If that's the case, we could try to upgrade to 1.0.2.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Re: [jira] [Resolved] (JSPWIKI-746) Different versions of dependencies available at Central repo

Posted by Andrew Jaquith <an...@gmail.com>.
You have me to thank (or, more likely, curse) for TestContainer, I think. Glad to hear Selenium is upgraded and that TestContainer is working well!

Andrew

On Sep 18, 2012, at 5:52 PM, Juan Pablo Santos Rodríguez (JIRA)<ji...@apache.org> wrote:

> 
>     [ https://issues.apache.org/jira/browse/JSPWIKI-746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
> 
> Juan Pablo Santos Rodríguez resolved JSPWIKI-746.
> -------------------------------------------------
> 
>       Resolution: Fixed
>    Fix Version/s: 2.9
> 
> Completed in current trunk.
> 
> @Dirk: thanks for the insights on upgrading Selenium :-)
> 
> @Harry: changed download URLs for Jetty and Selenium to avoid downloading anything from svn.apache.org during build time. While at it, also upgraded Jetty to latest 7.6.x. Other than that, TestContainer looks real nice!
> 
>> Different versions of dependencies available at Central repo
>> ------------------------------------------------------------
>> 
>>                Key: JSPWIKI-746
>>                URL: https://issues.apache.org/jira/browse/JSPWIKI-746
>>            Project: JSPWiki
>>         Issue Type: Sub-task
>>   Affects Versions: Graduating, 2.9
>>           Reporter: Juan Pablo Santos Rodríguez
>>            Fix For: 2.9
>> 
>> 
>> some libraries are present at Central, but with different versions: 
>> - jrcs-diff-0.2.jar -> The closest match I was able to find is JMeld, a LGPL app which includes the exact classes from jrcs-diff (among many others). There's also a newer version of the library at Central, at [#3] but it includes a package rename. Other than, it seems fine, but this might be the most delicate jar to upgrade.
>> - jasper-*-5.5.25.jar [2 files] -> downgrade to 5.5.23? We use them to precompile JSPs, downgrading shouldn't affect us and we could use the version from Central.
>> - jetty-* [3 files] -> upgrade to 7.0.0.pre5 (5.1.14 11MB zip downloadable at http://dist.codehaus.org/jetty/jetty-5.1.x/jetty-5.1.14.tgz). Have to locate the use of these jars to see the possible consequences of upgrading (there are earlier versions on Central of jetty-*, except for the case of jetty-jmx, so it seems safer to upgrade all three of them to 7.0.0.pre5)
>> - selenium-*-1.0-beta-1 [2 files] -> upgrade them to 1.0-beta-2. Not very sure if this could be done w/o changing code. If that's the case, we could try to upgrade to 1.0.2.
> 
> --
> This message is automatically generated by JIRA.
> If you think it was sent incorrectly, please contact your JIRA administrators
> For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (JSPWIKI-746) Different versions of dependencies available at Central repo

Posted by "Juan Pablo Santos Rodríguez (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juan Pablo Santos Rodríguez resolved JSPWIKI-746.
-------------------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.9

Completed in current trunk.

@Dirk: thanks for the insights on upgrading Selenium :-)

@Harry: changed download URLs for Jetty and Selenium to avoid downloading anything from svn.apache.org during build time. While at it, also upgraded Jetty to latest 7.6.x. Other than that, TestContainer looks real nice!
                
> Different versions of dependencies available at Central repo
> ------------------------------------------------------------
>
>                 Key: JSPWIKI-746
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-746
>             Project: JSPWiki
>          Issue Type: Sub-task
>    Affects Versions: Graduating, 2.9
>            Reporter: Juan Pablo Santos Rodríguez
>             Fix For: 2.9
>
>
> some libraries are present at Central, but with different versions: 
> - jrcs-diff-0.2.jar -> The closest match I was able to find is JMeld, a LGPL app which includes the exact classes from jrcs-diff (among many others). There's also a newer version of the library at Central, at [#3] but it includes a package rename. Other than, it seems fine, but this might be the most delicate jar to upgrade.
> - jasper-*-5.5.25.jar [2 files] -> downgrade to 5.5.23? We use them to precompile JSPs, downgrading shouldn't affect us and we could use the version from Central.
> - jetty-* [3 files] -> upgrade to 7.0.0.pre5 (5.1.14 11MB zip downloadable at http://dist.codehaus.org/jetty/jetty-5.1.x/jetty-5.1.14.tgz). Have to locate the use of these jars to see the possible consequences of upgrading (there are earlier versions on Central of jetty-*, except for the case of jetty-jmx, so it seems safer to upgrade all three of them to 7.0.0.pre5)
> - selenium-*-1.0-beta-1 [2 files] -> upgrade them to 1.0-beta-2. Not very sure if this could be done w/o changing code. If that's the case, we could try to upgrade to 1.0.2.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (JSPWIKI-746) Different versions of dependencies available at Central repo

Posted by "Harry Metske (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13452297#comment-13452297 ] 

Harry Metske commented on JSPWIKI-746:
--------------------------------------

I did a quick test run yesterday with the selenium-server-standalone-2.25.0.jar, and that works fine with a current version of FireFox.
Many tests did fail, but that could be an environmental error with me.
I will commit the changes I made so far, and then try to get some webtests working.
I will replace the 12 individual jetty jars with one jetty-all: 
http://mvnrepository.com/artifact/org.eclipse.jetty.aggregate/jetty-all/7.6.5.v20120716 .

regards,
Harry

                
> Different versions of dependencies available at Central repo
> ------------------------------------------------------------
>
>                 Key: JSPWIKI-746
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-746
>             Project: JSPWiki
>          Issue Type: Sub-task
>    Affects Versions: Graduating, 2.9
>            Reporter: Juan Pablo Santos Rodríguez
>
> some libraries are present at Central, but with different versions: 
> - jrcs-diff-0.2.jar -> The closest match I was able to find is JMeld, a LGPL app which includes the exact classes from jrcs-diff (among many others). There's also a newer version of the library at Central, at [#3] but it includes a package rename. Other than, it seems fine, but this might be the most delicate jar to upgrade.
> - jasper-*-5.5.25.jar [2 files] -> downgrade to 5.5.23? We use them to precompile JSPs, downgrading shouldn't affect us and we could use the version from Central.
> - jetty-* [3 files] -> upgrade to 7.0.0.pre5 (5.1.14 11MB zip downloadable at http://dist.codehaus.org/jetty/jetty-5.1.x/jetty-5.1.14.tgz). Have to locate the use of these jars to see the possible consequences of upgrading (there are earlier versions on Central of jetty-*, except for the case of jetty-jmx, so it seems safer to upgrade all three of them to 7.0.0.pre5)
> - selenium-*-1.0-beta-1 [2 files] -> upgrade them to 1.0-beta-2. Not very sure if this could be done w/o changing code. If that's the case, we could try to upgrade to 1.0.2.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira