Details
-
Wish
-
Status: Closed
-
Minor
-
Resolution: Incomplete
-
5.3.6
-
None
Description
I want to use the tapestry-ioc and tapestry-spring without using tapestry-core.
Unfortunately tapestry-spring SpringModuleDef.java has a dependency on AbstractContributionDef.java and is forced to depend on tapestry-core.
I've seen other dependencies from tapestry-spring on tapestry-core.
Here is what i've found in tapestry-spring/src/main/java/org/apache/tapestry5
internal/spring/SpringModuleDef.java:import org.apache.tapestry5.internal.AbstractContributionDef;
spring/SpringModule.java:import org.apache.tapestry5.services.ApplicationInitializer;
spring/SpringModule.java:import org.apache.tapestry5.services.ApplicationInitializerFilter;
spring/SpringModule.java:import org.apache.tapestry5.services.Context;
spring/TapestryApplicationContext.java:import org.apache.tapestry5.TapestryFilter;
spring/TapestrySpringFilter.java:import org.apache.tapestry5.TapestryFilter;