tuddman / axon-guice

DEPRECATED: Axon-Guice is an integration module between Google Guice and the Axon Framework.
Apache License 2.0
0 stars 1 forks source link

Update axon-guice to be compatible with Axon 2.1 #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Axon 2.1 changes some things used in axon-guice. One of these is that 
ParameterResolverFactory is now an interface, so GuiceParameterResolverFactory 
can no longer extend it (it was an abstract class).
Please see following commits :
 - https://github.com/AxonFramework/AxonFramework/commit/1bcb3468df5f448388d470c02c1caa542a0ac00a
 - https://github.com/AxonFramework/AxonFramework/commit/cb5110af1b8098fb1b4ab4283eac285ddd679c07
 - https://github.com/AxonFramework/AxonFramework/commit/61af06976b3ddf33ba4bcb9061f7a70bf1567b1c

Original issue reported on code.google.com by h...@anthologique.net on 11 Mar 2014 at 9:33

GoogleCodeExporter commented 8 years ago
Hi there, Any updates about this issue?

Original comment by tarek.ma...@gmail.com on 15 Jun 2015 at 3:22

GoogleCodeExporter commented 8 years ago
Can you please export the repo to github so that we can fork it, i did it 
already but the repo was under my account so i removed it. 

Original comment by tarek.ma...@gmail.com on 15 Jun 2015 at 4:52

cporte commented 8 years ago

Thanks for the migration to github. I see that the depencies were changed to use Axon 2.4.2 in Maven, but I don't see any code change. Can this really work?