On 24 Jan 2012, at 08:51, Noctarius wrote:

> Hi Eyal
> 
> As far as I know there's no roadmap with release dates. But you can
> compile it yourself and publish it to a Maven mirror until it
> published at the mainrepo.

FYI, there's also the https://github.com/sonatype/sisu-guice branch which is 
Guice + https://github.com/sonatype/sisu-guice/blob/master/PATCHES and has 
regular dot releases deployed to Maven central:

   http://repo1.maven.org/maven2/org/sonatype/sisu/sisu-guice/
   http://repo1.maven.org/maven2/org/sonatype/sisu/inject/guice-assistedinject/
   ...etc...

The latest release (3.1.1) is based on trunk as of Sun Jan 15

Note the main difference wrt. trunk is we don't embed Guava in this branch, so 
you do need it as a dependency - but this isn't usually a problem as a lot of 
projects already have Guava on the classpath :)

Also by default sisu-guice depends on sisu-guava which we use for similar 
unofficial dot releases of Guava, but you can always replace this with the 
official Guava:

   
http://maven.apache.org/guides/introduction/introduction-to-optional-and-excludes-dependencies.html#Dependency_Exclusions

HTH

> Cheers
> Chris
> 
> Am 24.01.2012 09:44, schrieb egolan:
>> Thanks Noc and Sam.
>> Sounds cool.
>> 
>> We are using guice 3.0 from maven.
>> Any estimation when the next version comes?
>> 
>> Eyal
>> 
>> On Jan 23, 8:09 pm, Noctarius <[email protected]> wrote:
>>> Btw:
>>> Here's some proof of concept implementation I'd done which uses such
>>> kind of interception to exchange constructor 
>>> parameters.https://bitbucket.org/noctarius/guiceidentityinjection/src/014f6cb8fc...
>>> 
>>> Am 23.01.2012 19:01, schrieb egolan:
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>>> Hi,
>>>> I saw many question on how to intercept constructor.
>>>> My purpose is just to log something like: initialized with ... (the
>>>> parameters).
>>>> I saw that the module doesn't allow to intercept constructor, but only
>>>> methods.
>>>> Is there a reason why Guice won't allow constructor interception?
>>>> Just wandering to understand the internals.
>>>> And,
>>>> I tried many ways of passing around this problem without success, so I
>>>> would appreciate some examples if there are any.
>>>> Thanks,
>>>> Eyal
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "google-guice" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/google-guice?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"google-guice" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-guice?hl=en.

Reply via email to