oghenez / mycila

Automatically exported from code.google.com/p/mycila
0 stars 0 forks source link

Support Spring 3.0 #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The currently implemented support for Spring JavaConfig (@Configuration and 
@Bean annotations) is not compatible with Spring 3.0. The problem is the 
implementation of the setupJavaConfig-Method in the MycilaContextLoader class 
of the mycila-testing-spring plugin.

Do you plan to add compatibility to Spring 3? The corresponding code line would 
be:

context.setParent(new 
org.springframework.context.annotation.AnnotationConfigApplicationContext(ctx.cl
asses()));

Regards,
Raöf

Original issue reported on code.google.com by purnhar@gmail.com on 29 Mar 2011 at 10:38

GoogleCodeExporter commented 8 years ago

Original comment by mathieu....@gmail.com on 7 Aug 2011 at 7:36

GoogleCodeExporter commented 8 years ago

Original comment by mathieu....@gmail.com on 7 Aug 2011 at 7:55

GoogleCodeExporter commented 8 years ago

Original comment by mathieu....@gmail.com on 7 Aug 2011 at 7:57