|
From: Mark D. <ma...@ta...> - 2008-04-07 04:23:09
|
After seeing the announcement of Spring 2.5.3 this morning I downloaded the new release to check it out, and found that it fails to load up under the Apache Felix OSGi container, looking at spring-core's manifest file I find import references to Eclipse: Bundle-Description: Spring Framework Import-Package: org.apache.commons.logging,org.eclipse.core.runtime;co mmon=split,resolution: Bundle-SymbolicName: org.springframework.bundle.spring.core Originally-Created-By: 10.0-b19 (Sun Microsystems Inc.) Compared to 2.5.2 this is vastly different: Bundle-ManifestVersion: 2 Bundle-Description: Spring Framework Import-Package: edu.emory.mathcs.backport.java.util.concurrent;resolut ion:=optional,javax.xml.transform;resolution:=optional,org.apache.com mons.attributes;resolution:=optional,org.apache.commons.collections;r esolution:=optional,org.apache.commons.collections.map;resolution:=op tional,org.apache.commons.logging,org.apache.log4j;resolution:=option al,org.apache.log4j.xml;resolution:=optional,org.aspectj.bridge;resol ution:=optional,org.aspectj.weaver;resolution:=optional,org.aspectj.w eaver.bcel;resolution:=optional,org.aspectj.weaver.patterns;resolutio n:=optional,org.springframework.asm;resolution:=optional;version=2.5. 2,org.springframework.asm.commons;resolution:=optional;version=2.5.2, org.springframework.asm.signature;resolution:=optional;version=2.5.2, org.springframework.core;resolution:=optional;version=2.5.2,org.sprin gframework.core.annotation;resolution:=optional;version=2.5.2,org.spr ingframework.core.enums;resolution:=optional;version=2.5.2,org.spring framework.core.io;resolution:=optional;version=2.5.2,org.springframew ork.core.io.support;resolution:=optional;version=2.5.2,org.springfram ework.core.style;resolution:=optional;version=2.5.2,org.springframewo rk.core.task;resolution:=optional;version=2.5.2,org.springframework.c ore.task.support;resolution:=optional;version=2.5.2,org.springframewo rk.core.type;resolution:=optional;version=2.5.2,org.springframework.c ore.type.classreading;resolution:=optional;version=2.5.2,org.springfr amework.core.type.filter;resolution:=optional;version=2.5.2,org.sprin gframework.metadata;resolution:=optional;version=2.5.2,org.springfram ework.metadata.commons;resolution:=optional;version=2.5.2,org.springf ramework.util;resolution:=optional;version=2.5.2,org.springframework. util.comparator;resolution:=optional;version=2.5.2,org.springframewor k.util.xml;resolution:=optional;version=2.5.2,org.w3c.dom;resolution: =optional,org.xml.sax;resolution:=optional Bundle-SymbolicName: org.springframework.bundle.spring.core Originally-Created-By: 10.0-b19 (Sun Microsystems Inc.) >From what I can tell this would be regarded as a bit of a show stopper... Mark -- "It is easier to optimize correct code than to correct optimized code." -- Bill Harlan |