yongchristophertang / guiceberry

Automatically exported from code.google.com/p/guiceberry
Apache License 2.0
2 stars 1 forks source link

Upgrade dependencies #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
trunk/lib contains:
guava-r06.jar
guice-2.0.jar
guice-servlet-2.0.jar
junit-4.8.1.jar
testng-5.12.1.jar
servlet-api-2.4.jar

The latest versions of these are:
guava-r09.jar
guice-3.0.jar
guice-servlet-3.0.jar
junit-4.8.2.jar
testng-5.14.9.jar
servlet-api-2.5.jar

Original issue reported on code.google.com by bmcc...@google.com on 29 Mar 2011 at 11:31

GoogleCodeExporter commented 9 years ago
Guice upgraded to 3.0 on change # 266

JUnit upgraded to 4.8.2 on change # 267

Newest TestNG seems to be 6.0.1 -- any reason I should not use that?

Guava 09 is an RC -- let me wait until it's final. I'll do the servlet later 
too.

Original comment by zorze...@gmail.com on 1 Apr 2011 at 6:18

GoogleCodeExporter commented 9 years ago
Cool, thanks.  You're right, 6.0.1 is the latest TestNG.  Makes sense to use 
that then.  Not sure where I got the other version number.

Original comment by bmcc...@google.com on 1 Apr 2011 at 3:40

GoogleCodeExporter commented 9 years ago
The Guice 3.0 upgrade broke GuiceBerry. I did this change to GuiceBerry's 
controllable injection code (in the bowels of the bindings visitors) to 
accommodate this. I have a nagging feeling there's a Guice bug there that I'm 
working around:

http://code.google.com/p/guiceberry/source/detail?r=268

basically, it seems that

Binding.acceptTargetVisitor

sometimes returns a 'null'.

I asked Jesse to take a look, but if anyone else wants to pitch in, please let 
me know.

Original comment by zorze...@google.com on 1 Apr 2011 at 6:18

GoogleCodeExporter commented 9 years ago
testng upgraded to 6.0.1 in change 270

Do you know what would be the canonical place to download the servlet api? I 
looked at java/Oracle site, and can't seem to find the right thing to download 
and link to from the docs.

Original comment by zorze...@google.com on 1 Apr 2011 at 6:31

GoogleCodeExporter commented 9 years ago
I'd just grab it from the Maven repository:
http://repo2.maven.org/maven2/javax/servlet/servlet-api/2.5/

Original comment by bmcc...@google.com on 1 Apr 2011 at 6:56

GoogleCodeExporter commented 9 years ago
servlet-api upgraded to 2.5 on change 272

Original comment by zorze...@gmail.com on 1 Apr 2011 at 8:05

GoogleCodeExporter commented 9 years ago
FYI, Guava r09 is out now:
http://code.google.com/p/guava-libraries/downloads/list

Original comment by benjamin...@gmail.com on 8 Apr 2011 at 6:44

GoogleCodeExporter commented 9 years ago
Fixed in revision 273. My deepest apologies it took this long to reply. I've 
been extra busy at work.

I'm looking at the other open issues, and I'll cut a release today.

Original comment by zorze...@gmail.com on 27 May 2011 at 6:21