
|
If you were logged in you would be able to see more operations.
|
|
|
Spring OSGi
Created: 22/Apr/08 05:23 AM
Updated: 22/Apr/08 09:10 AM
|
|
| Component/s: |
EXTENDER
|
| Affects Version/s: |
1.1 M1
|
| Fix Version/s: |
1.1 M2
|
|
|
Time Tracking:
|
|
Original Estimate:
|
0.12d
|
|
|
Remaining Estimate:
|
0.12d
|
|
|
Time Spent:
|
Not Specified
|
|
|
|
|
org.springframework.osgi.extender.internal.support.ApplicationContextConfiguration and
org.springframework.osgi.extender.internal.util.ConfigUtils currently reside in private packages.
This unfortunately forces developers of custom OsgiApplicationContextCreators to needlessly
copy the code of both of these classes in order to provide base support for publishing an
ApplicationContext using Spring-DM conventions without reinventing the wheel.
Please move both of these classes to a public package or provide equivalent support via
a public class or classes.
Thanks,
Sam
|
|
Description
|
org.springframework.osgi.extender.internal.support.ApplicationContextConfiguration and
org.springframework.osgi.extender.internal.util.ConfigUtils currently reside in private packages.
This unfortunately forces developers of custom OsgiApplicationContextCreators to needlessly
copy the code of both of these classes in order to provide base support for publishing an
ApplicationContext using Spring-DM conventions without reinventing the wheel.
Please move both of these classes to a public package or provide equivalent support via
a public class or classes.
Thanks,
Sam |
Show » |
|